2025-03-14T03:51:51.7853108Z Current runner version: '2.322.0' 2025-03-14T03:51:51.7859597Z Runner name: 'i-003f10050a10bbe35' 2025-03-14T03:51:51.7860384Z Runner group name: 'Default' 2025-03-14T03:51:51.7861184Z Machine name: 'EC2AMAZ-DD9BHOF' 2025-03-14T03:51:51.7865054Z ##[group]GITHUB_TOKEN Permissions 2025-03-14T03:51:51.7867304Z Actions: read 2025-03-14T03:51:51.7867829Z Attestations: read 2025-03-14T03:51:51.7868293Z Checks: read 2025-03-14T03:51:51.7868814Z Contents: read 2025-03-14T03:51:51.7869357Z Deployments: read 2025-03-14T03:51:51.7869838Z Discussions: read 2025-03-14T03:51:51.7870423Z Issues: read 2025-03-14T03:51:51.7870912Z Metadata: read 2025-03-14T03:51:51.7871442Z Packages: read 2025-03-14T03:51:51.7871973Z Pages: read 2025-03-14T03:51:51.7872513Z PullRequests: read 2025-03-14T03:51:51.7873108Z RepositoryProjects: read 2025-03-14T03:51:51.7873658Z SecurityEvents: read 2025-03-14T03:51:51.7874160Z Statuses: read 2025-03-14T03:51:51.7874648Z ##[endgroup] 2025-03-14T03:51:51.7878016Z Secret source: Actions 2025-03-14T03:51:51.7878808Z Prepare workflow directory 2025-03-14T03:51:54.2511635Z Prepare all required actions 2025-03-14T03:51:54.2554089Z Getting action download info 2025-03-14T03:51:54.4376589Z Download action repository 'pytorch/test-infra@main' (SHA:de00dac6adc071cb2f9861380a0ed3947b93e5cc) 2025-03-14T03:51:56.2106743Z Download action repository 'pytorch/pytorch@main' (SHA:aed0b7a742a2d7b7901790622829cbd2135049a4) 2025-03-14T03:52:18.2355286Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-03-14T03:52:18.5390754Z Getting action download info 2025-03-14T03:52:19.0251099Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-14T03:52:19.2814704Z Uses: pytorch/pytorch/.github/workflows/_win-build.yml@refs/heads/main (aed0b7a742a2d7b7901790622829cbd2135049a4) 2025-03-14T03:52:19.2816845Z ##[group] Inputs 2025-03-14T03:52:19.2817202Z build-environment: win-vs2022-cuda12.6-py3 2025-03-14T03:52:19.2817530Z cuda-version: 12.6 2025-03-14T03:52:19.2818092Z use-xpu: false 2025-03-14T03:52:19.2818321Z xpu-version: 2025-03-14T03:52:19.2818523Z vc-year: 2019 2025-03-14T03:52:19.2818749Z build-with-debug: false 2025-03-14T03:52:19.2818989Z sync-tag: 2025-03-14T03:52:19.2819181Z test-matrix: 2025-03-14T03:52:19.2819414Z runner: windows.4xlarge.nonephemeral 2025-03-14T03:52:19.2819713Z ##[endgroup] 2025-03-14T03:52:19.2819971Z Complete job name: win-vs2022-cuda12.6-py3 / build 2025-03-14T03:52:19.3406990Z ##[group]Run git config --global core.longpaths true 2025-03-14T03:52:19.3407521Z git config --global core.longpaths true 2025-03-14T03:52:19.3407880Z git config --global core.symlinks true 2025-03-14T03:52:19.3408182Z  2025-03-14T03:52:19.3408548Z # https://git-scm.com/docs/git-fsmonitor--daemon. The daemon could lock 2025-03-14T03:52:19.3409132Z # the directory on Windows and prevent GHA from checking out as reported 2025-03-14T03:52:19.3409648Z # in https://github.com/actions/checkout/issues/1018 2025-03-14T03:52:19.3410031Z git config --global core.fsmonitor false 2025-03-14T03:52:19.3434571Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T03:52:19.3435297Z env: 2025-03-14T03:52:19.3435523Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:52:19.3435771Z ##[endgroup] 2025-03-14T03:52:19.4735662Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2025-03-14T03:52:19.4736138Z env: 2025-03-14T03:52:19.4736342Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:52:19.4736590Z ##[endgroup] 2025-03-14T03:52:19.4893140Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-03-14T03:52:19.4893922Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-03-14T03:52:19.4894608Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2025-03-14T03:52:19.4896406Z # handle tool 2025-03-14T03:52:19.4896869Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2025-03-14T03:52:19.4897307Z Foreach ($process In $processes) { 2025-03-14T03:52:19.4897610Z  Try { 2025-03-14T03:52:19.4898178Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2025-03-14T03:52:19.4898897Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2025-03-14T03:52:19.4899308Z  } 2025-03-14T03:52:19.4899520Z  Catch { 2025-03-14T03:52:19.4899846Z  Write-Output "No leftover $process process, continuing" 2025-03-14T03:52:19.4900230Z  Write-Output $_ 2025-03-14T03:52:19.4900474Z  } 2025-03-14T03:52:19.4900653Z } 2025-03-14T03:52:19.4900840Z  2025-03-14T03:52:19.4901320Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2025-03-14T03:52:19.4901893Z # for hung processes 2025-03-14T03:52:19.4902182Z Foreach ($process In $processes) { 2025-03-14T03:52:19.4902488Z  Try { 2025-03-14T03:52:19.4902883Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2025-03-14T03:52:19.4903347Z  } 2025-03-14T03:52:19.4903533Z  Catch { 2025-03-14T03:52:19.4903758Z  Write-Output $_ 2025-03-14T03:52:19.4904006Z  } 2025-03-14T03:52:19.4904192Z } 2025-03-14T03:52:19.4904371Z  2025-03-14T03:52:19.4904548Z Try { 2025-03-14T03:52:19.4904788Z  # Print all the processes for debugging 2025-03-14T03:52:19.4905269Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2025-03-14T03:52:19.4905708Z } 2025-03-14T03:52:19.4905914Z Catch { 2025-03-14T03:52:19.4906310Z  # Better to write out whatever exception thrown to help debugging any potential issue 2025-03-14T03:52:19.4906784Z  Write-Output $_ 2025-03-14T03:52:19.4907017Z } 2025-03-14T03:52:19.4922060Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-14T03:52:19.4922534Z env: 2025-03-14T03:52:19.4922736Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:52:19.4922989Z ##[endgroup] 2025-03-14T03:52:19.8558963Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-14T03:52:19.8599829Z Finished 2025-03-14T03:52:19.8766385Z No leftover python process, continuing 2025-03-14T03:52:19.9276198Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2025-03-14T03:52:19.9276957Z At C:\actions-runner\_work\_temp\c80a28fa-fbca-45bb-8ba4-4312db05f3ed.ps1:9 char:5 2025-03-14T03:52:19.9277669Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T03:52:19.9278217Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T03:52:19.9278756Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2025-03-14T03:52:19.9279648Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T03:52:19.9280290Z 2025-03-14T03:52:19.9293301Z No leftover ninja process, continuing 2025-03-14T03:52:19.9302188Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2025-03-14T03:52:19.9302924Z At C:\actions-runner\_work\_temp\c80a28fa-fbca-45bb-8ba4-4312db05f3ed.ps1:9 char:5 2025-03-14T03:52:19.9303631Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T03:52:19.9304098Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T03:52:19.9304594Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2025-03-14T03:52:19.9306723Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T03:52:19.9307349Z 2025-03-14T03:52:19.9317813Z No leftover cl process, continuing 2025-03-14T03:52:19.9328145Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2025-03-14T03:52:19.9328866Z At C:\actions-runner\_work\_temp\c80a28fa-fbca-45bb-8ba4-4312db05f3ed.ps1:9 char:5 2025-03-14T03:52:19.9329454Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T03:52:19.9329870Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T03:52:19.9330403Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2025-03-14T03:52:19.9331276Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T03:52:19.9331881Z 2025-03-14T03:52:19.9340131Z No leftover nvcc process, continuing 2025-03-14T03:52:19.9350148Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2025-03-14T03:52:19.9350867Z At C:\actions-runner\_work\_temp\c80a28fa-fbca-45bb-8ba4-4312db05f3ed.ps1:9 char:5 2025-03-14T03:52:19.9351436Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T03:52:19.9351869Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T03:52:19.9352358Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2025-03-14T03:52:19.9353230Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T03:52:19.9353838Z 2025-03-14T03:52:19.9361755Z No leftover cmd process, continuing 2025-03-14T03:52:19.9372260Z Get-Process : Cannot find a process with the name "cmd". Verify the process name and call the cmdlet again. 2025-03-14T03:52:19.9372982Z At C:\actions-runner\_work\_temp\c80a28fa-fbca-45bb-8ba4-4312db05f3ed.ps1:9 char:5 2025-03-14T03:52:19.9373553Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T03:52:19.9373971Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T03:52:19.9374500Z + CategoryInfo : ObjectNotFound: (cmd:String) [Get-Process], ProcessCommandException 2025-03-14T03:52:19.9375330Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T03:52:19.9375939Z 2025-03-14T03:52:19.9383569Z No leftover sccache process, continuing 2025-03-14T03:52:19.9393734Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2025-03-14T03:52:19.9394483Z At C:\actions-runner\_work\_temp\c80a28fa-fbca-45bb-8ba4-4312db05f3ed.ps1:9 char:5 2025-03-14T03:52:19.9395144Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T03:52:19.9395594Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T03:52:19.9396137Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2025-03-14T03:52:19.9396969Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T03:52:19.9397571Z 2025-03-14T03:52:19.9405142Z No leftover git process, continuing 2025-03-14T03:52:19.9415768Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2025-03-14T03:52:19.9416508Z At C:\actions-runner\_work\_temp\c80a28fa-fbca-45bb-8ba4-4312db05f3ed.ps1:9 char:5 2025-03-14T03:52:19.9417088Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T03:52:19.9417503Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T03:52:19.9417987Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2025-03-14T03:52:19.9418798Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T03:52:19.9419539Z 2025-03-14T03:52:20.0115178Z You cannot call a method on a null-valued expression. 2025-03-14T03:52:20.0115745Z At C:\actions-runner\_work\_temp\c80a28fa-fbca-45bb-8ba4-4312db05f3ed.ps1:21 char:5 2025-03-14T03:52:20.0116359Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T03:52:20.0116827Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T03:52:20.0117260Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-14T03:52:20.0117679Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-14T03:52:20.0117979Z 2025-03-14T03:52:20.0268825Z You cannot call a method on a null-valued expression. 2025-03-14T03:52:20.0269394Z At C:\actions-runner\_work\_temp\c80a28fa-fbca-45bb-8ba4-4312db05f3ed.ps1:21 char:5 2025-03-14T03:52:20.0270011Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T03:52:20.0270482Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T03:52:20.0270906Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-14T03:52:20.0271325Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-14T03:52:20.0271627Z 2025-03-14T03:52:20.0415744Z You cannot call a method on a null-valued expression. 2025-03-14T03:52:20.0416346Z At C:\actions-runner\_work\_temp\c80a28fa-fbca-45bb-8ba4-4312db05f3ed.ps1:21 char:5 2025-03-14T03:52:20.0416929Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T03:52:20.0417393Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T03:52:20.0417818Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-14T03:52:20.0418240Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-14T03:52:20.0418562Z 2025-03-14T03:52:20.0567072Z You cannot call a method on a null-valued expression. 2025-03-14T03:52:20.0567685Z At C:\actions-runner\_work\_temp\c80a28fa-fbca-45bb-8ba4-4312db05f3ed.ps1:21 char:5 2025-03-14T03:52:20.0568343Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T03:52:20.0568788Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T03:52:20.0569223Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-14T03:52:20.0569653Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-14T03:52:20.0569968Z 2025-03-14T03:52:20.0714515Z You cannot call a method on a null-valued expression. 2025-03-14T03:52:20.0715072Z At C:\actions-runner\_work\_temp\c80a28fa-fbca-45bb-8ba4-4312db05f3ed.ps1:21 char:5 2025-03-14T03:52:20.0715683Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T03:52:20.0716137Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T03:52:20.0716572Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-14T03:52:20.0717006Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-14T03:52:20.0717312Z 2025-03-14T03:52:20.0859370Z You cannot call a method on a null-valued expression. 2025-03-14T03:52:20.0859942Z At C:\actions-runner\_work\_temp\c80a28fa-fbca-45bb-8ba4-4312db05f3ed.ps1:21 char:5 2025-03-14T03:52:20.0860744Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T03:52:20.0861215Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T03:52:20.0861639Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-14T03:52:20.0862059Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-14T03:52:20.0862365Z 2025-03-14T03:52:20.1003337Z You cannot call a method on a null-valued expression. 2025-03-14T03:52:20.1003908Z At C:\actions-runner\_work\_temp\c80a28fa-fbca-45bb-8ba4-4312db05f3ed.ps1:21 char:5 2025-03-14T03:52:20.1004498Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T03:52:20.1005173Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T03:52:20.1005609Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-14T03:52:20.1006036Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-14T03:52:20.1006351Z 2025-03-14T03:52:20.1646619Z Caption CommandLine ProcessId 2025-03-14T03:52:20.1647152Z 2025-03-14T03:52:20.1647604Z System Idle Process 0 2025-03-14T03:52:20.1648082Z 2025-03-14T03:52:20.1648807Z System 4 2025-03-14T03:52:20.1649289Z 2025-03-14T03:52:20.1650359Z Registry 168 2025-03-14T03:52:20.1651630Z 2025-03-14T03:52:20.1652546Z smss.exe 408 2025-03-14T03:52:20.1652957Z 2025-03-14T03:52:20.1653928Z csrss.exe 520 2025-03-14T03:52:20.1654378Z 2025-03-14T03:52:20.1654686Z csrss.exe 596 2025-03-14T03:52:20.1655101Z 2025-03-14T03:52:20.1656622Z wininit.exe 648 2025-03-14T03:52:20.1657055Z 2025-03-14T03:52:20.1658175Z winlogon.exe winlogon.exe 668 2025-03-14T03:52:20.1658657Z 2025-03-14T03:52:20.1659070Z services.exe 740 2025-03-14T03:52:20.1659498Z 2025-03-14T03:52:20.1660331Z lsass.exe C:\Windows\system32\lsass.exe 748 2025-03-14T03:52:20.1660855Z 2025-03-14T03:52:20.1661391Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 880 2025-03-14T03:52:20.1662071Z 2025-03-14T03:52:20.1672203Z fontdrvhost.exe "fontdrvhost.exe" 904 2025-03-14T03:52:20.1672724Z 2025-03-14T03:52:20.1674200Z fontdrvhost.exe "fontdrvhost.exe" 912 2025-03-14T03:52:20.1674727Z 2025-03-14T03:52:20.1675220Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 976 2025-03-14T03:52:20.1675910Z 2025-03-14T03:52:20.1676429Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 144 2025-03-14T03:52:20.1677081Z 2025-03-14T03:52:20.1677963Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 456 2025-03-14T03:52:20.1678576Z 2025-03-14T03:52:20.1680259Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 436 2025-03-14T03:52:20.1680952Z 2025-03-14T03:52:20.1681584Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1088 2025-03-14T03:52:20.1682366Z 2025-03-14T03:52:20.1682737Z dwm.exe "dwm.exe" 1132 2025-03-14T03:52:20.1683366Z 2025-03-14T03:52:20.1684733Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1224 2025-03-14T03:52:20.1685465Z 2025-03-14T03:52:20.1686648Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1328 2025-03-14T03:52:20.1687296Z 2025-03-14T03:52:20.1687890Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1360 2025-03-14T03:52:20.1688797Z 2025-03-14T03:52:20.1689344Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1384 2025-03-14T03:52:20.1689945Z 2025-03-14T03:52:20.1690532Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1428 2025-03-14T03:52:20.1691230Z 2025-03-14T03:52:20.1693725Z NVDisplay.Container.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\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_43a904fa5fe2998c\Display.NvContainer\plugins\LocalSystem -r -p 30000 -cfg NVDisplay.ContainerLocalSystem\LocalSystem /ert 1464 2025-03-14T03:52:20.1695841Z 2025-03-14T03:52:20.1696454Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1484 2025-03-14T03:52:20.1697080Z 2025-03-14T03:52:20.1697606Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1536 2025-03-14T03:52:20.1698246Z 2025-03-14T03:52:20.1698884Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1640 2025-03-14T03:52:20.1699615Z 2025-03-14T03:52:20.1700660Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1736 2025-03-14T03:52:20.1701268Z 2025-03-14T03:52:20.1701787Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1744 2025-03-14T03:52:20.1702480Z 2025-03-14T03:52:20.1703015Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1752 2025-03-14T03:52:20.1703663Z 2025-03-14T03:52:20.1704282Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 1836 2025-03-14T03:52:20.1705016Z 2025-03-14T03:52:20.1705597Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 1972 2025-03-14T03:52:20.1706302Z 2025-03-14T03:52:20.1706838Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2032 2025-03-14T03:52:20.1707455Z 2025-03-14T03:52:20.1708039Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 1176 2025-03-14T03:52:20.1708724Z 2025-03-14T03:52:20.1709599Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 2072 2025-03-14T03:52:20.1710205Z 2025-03-14T03:52:20.1710733Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 2112 2025-03-14T03:52:20.1711896Z 2025-03-14T03:52:20.1712473Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 2120 2025-03-14T03:52:20.1713150Z 2025-03-14T03:52:20.1713657Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 2176 2025-03-14T03:52:20.1714265Z 2025-03-14T03:52:20.1714820Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 2184 2025-03-14T03:52:20.1715452Z 2025-03-14T03:52:20.1715984Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 2272 2025-03-14T03:52:20.1716616Z 2025-03-14T03:52:20.1717188Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2296 2025-03-14T03:52:20.1717872Z 2025-03-14T03:52:20.1718527Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2436 2025-03-14T03:52:20.1719295Z 2025-03-14T03:52:20.1720370Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2680 2025-03-14T03:52:20.1720913Z 2025-03-14T03:52:20.1721415Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2756 2025-03-14T03:52:20.1722581Z 2025-03-14T03:52:20.1723209Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2764 2025-03-14T03:52:20.1723901Z 2025-03-14T03:52:20.1724427Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 2772 2025-03-14T03:52:20.1725056Z 2025-03-14T03:52:20.1725654Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2780 2025-03-14T03:52:20.1726349Z 2025-03-14T03:52:20.1726996Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2788 2025-03-14T03:52:20.1727646Z 2025-03-14T03:52:20.1728154Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 2804 2025-03-14T03:52:20.1728779Z 2025-03-14T03:52:20.1729318Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2812 2025-03-14T03:52:20.1729948Z 2025-03-14T03:52:20.1731345Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 2820 2025-03-14T03:52:20.1731965Z 2025-03-14T03:52:20.1732646Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 3020 2025-03-14T03:52:20.1733853Z 2025-03-14T03:52:20.1734425Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 1828 2025-03-14T03:52:20.1735044Z 2025-03-14T03:52:20.1735464Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 2156 2025-03-14T03:52:20.1735995Z 2025-03-14T03:52:20.1736521Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 3100 2025-03-14T03:52:20.1737112Z 2025-03-14T03:52:20.1737791Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\NVWMI\nvWmi64.exe 3120 2025-03-14T03:52:20.1738571Z 2025-03-14T03:52:20.1739215Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3556 2025-03-14T03:52:20.1739947Z 2025-03-14T03:52:20.1740557Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 4076 2025-03-14T03:52:20.1741269Z 2025-03-14T03:52:20.1742604Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a77055 /state1:0x41c64e6d 856 2025-03-14T03:52:20.1743238Z 2025-03-14T03:52:20.1744978Z NVDisplay.Container.exe "C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\Display.NvContainer\NVDisplay.Container.exe" -f %ProgramData%\NVIDIA\DisplaySessionContainer%d.log -d C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\Display.NvContainer\plugins\Session -r -l 3 -p 30000 -cfg NVDisplay.ContainerLocalSystem\Session /ert -c 2644 2025-03-14T03:52:20.1747271Z 2025-03-14T03:52:20.1748007Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\NVWMI\nvWmi64.exe -spawnprovider 888 2025-03-14T03:52:20.1748853Z 2025-03-14T03:52:20.1749269Z vds.exe C:\Windows\System32\vds.exe 4024 2025-03-14T03:52:20.1749746Z 2025-03-14T03:52:20.1750292Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 1832 2025-03-14T03:52:20.1750937Z 2025-03-14T03:52:20.1751338Z msdtc.exe C:\Windows\System32\msdtc.exe 1060 2025-03-14T03:52:20.1751842Z 2025-03-14T03:52:20.1752433Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 1568 2025-03-14T03:52:20.1753252Z 2025-03-14T03:52:20.1754620Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 1412 2025-03-14T03:52:20.1755231Z 2025-03-14T03:52:20.1755834Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 1680 2025-03-14T03:52:20.1756603Z 2025-03-14T03:52:20.1757162Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 4272 2025-03-14T03:52:20.1757773Z 2025-03-14T03:52:20.1758340Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 4728 2025-03-14T03:52:20.1758984Z 2025-03-14T03:52:20.1759735Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 3344 2025-03-14T03:52:20.1760566Z 2025-03-14T03:52:20.1762175Z 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 4636 2025-03-14T03:52:20.1763907Z 2025-03-14T03:52:20.1764336Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4632 2025-03-14T03:52:20.1764870Z 2025-03-14T03:52:20.1765469Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 4152 2025-03-14T03:52:20.1766187Z 2025-03-14T03:52:20.1767644Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 4176 2025-03-14T03:52:20.1768329Z 2025-03-14T03:52:20.1768974Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 1180 2025-03-14T03:52:20.1769782Z 2025-03-14T03:52:20.1770241Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4932 2025-03-14T03:52:20.1770777Z 2025-03-14T03:52:20.1771277Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 3864 2025-03-14T03:52:20.1771886Z 2025-03-14T03:52:20.1772400Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 3544 2025-03-14T03:52:20.1773029Z 2025-03-14T03:52:20.1773535Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 3408 2025-03-14T03:52:20.1774154Z 2025-03-14T03:52:20.1774588Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 1280 2025-03-14T03:52:20.1775113Z 2025-03-14T03:52:20.1775711Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 2020 2025-03-14T03:52:20.1776399Z 2025-03-14T03:52:20.1777753Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 3296 3328 2288 2025-03-14T03:52:20.1778411Z 2025-03-14T03:52:20.1778834Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 2316 2025-03-14T03:52:20.1779455Z 2025-03-14T03:52:20.1780293Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\c80a28fa-fbca-45bb-8ba4-4312db05f3ed.ps1'" 5252 2025-03-14T03:52:20.1781225Z 2025-03-14T03:52:20.1781670Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 6056 2025-03-14T03:52:20.1782248Z 2025-03-14T03:52:20.1782864Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 6780 2025-03-14T03:52:20.1783578Z 2025-03-14T03:52:20.1783583Z 2025-03-14T03:52:20.1783588Z 2025-03-14T03:52:20.2065832Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2025-03-14T03:52:20.2066281Z with: 2025-03-14T03:52:20.2066829Z github-secret: *** 2025-03-14T03:52:20.2068889Z instructions: To forward remote desktop on your local machine ssh as follows: ssh -L 3389:localhost:3389 %%username%%@%%hostname%% And then change password using `passwd` command. To start build locally, change working folder to \actions-runner\_work\pytorch\pytorch, Activate miniconda and Visual Studio environment, by running: call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 2025-03-14T03:52:20.2070962Z activate-with-label: false 2025-03-14T03:52:20.2071215Z label: with-ssh 2025-03-14T03:52:20.2071442Z remove-existing-keys: true 2025-03-14T03:52:20.2071700Z fail-silently: true 2025-03-14T03:52:20.2071906Z env: 2025-03-14T03:52:20.2072130Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:52:20.2072372Z ##[endgroup] 2025-03-14T03:52:20.3445931Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-03-14T03:52:20.3448408Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-03-14T03:52:20.3695228Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-03-14T03:52:20.3695771Z with: 2025-03-14T03:52:20.3695971Z no-sudo: true 2025-03-14T03:52:20.3696221Z submodules: recursive 2025-03-14T03:52:20.3696494Z fetch-depth: 0 2025-03-14T03:52:20.3696748Z env: 2025-03-14T03:52:20.3696946Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:52:20.3697225Z ##[endgroup] 2025-03-14T03:52:20.3781836Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-14T03:52:20.3782802Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-14T03:52:20.3801946Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T03:52:20.3802457Z env: 2025-03-14T03:52:20.3802706Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:52:20.3802983Z ##[endgroup] 2025-03-14T03:52:20.4206060Z ##[group]Run # Use all available CPUs for fetching 2025-03-14T03:52:20.4206466Z # Use all available CPUs for fetching 2025-03-14T03:52:20.4206848Z cd "${GITHUB_WORKSPACE}" 2025-03-14T03:52:20.4207162Z git config --global fetch.parallel 0 2025-03-14T03:52:20.4207540Z git config --global submodule.fetchJobs 0 2025-03-14T03:52:20.4207861Z  2025-03-14T03:52:20.4208195Z # Clean workspace. The default checkout action should also do this, but 2025-03-14T03:52:20.4208648Z # do it here as well just in case 2025-03-14T03:52:20.4208933Z if [[ -d .git ]]; then 2025-03-14T03:52:20.4209204Z  if [ -z "${NO_SUDO}" ]; then 2025-03-14T03:52:20.4209498Z  sudo git clean -ffdx 2025-03-14T03:52:20.4209750Z  else 2025-03-14T03:52:20.4209963Z  git clean -ffdx 2025-03-14T03:52:20.4210229Z  fi 2025-03-14T03:52:20.4210432Z fi 2025-03-14T03:52:20.4228646Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T03:52:20.4229103Z env: 2025-03-14T03:52:20.4229290Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:52:20.4229537Z NO_SUDO: true 2025-03-14T03:52:20.4229743Z ##[endgroup] 2025-03-14T03:52:20.5658053Z Removing .additional_ci_files/ 2025-03-14T03:52:20.5658397Z Removing .pytest_cache/ 2025-03-14T03:52:20.5850672Z ##[group]Run actions/checkout@v4 2025-03-14T03:52:20.5850954Z with: 2025-03-14T03:52:20.5851174Z ref: aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:52:20.5851483Z fetch-depth: 0 2025-03-14T03:52:20.5851693Z submodules: recursive 2025-03-14T03:52:20.5851929Z show-progress: false 2025-03-14T03:52:20.5852189Z repository: pytorch/pytorch 2025-03-14T03:52:20.5852594Z token: *** 2025-03-14T03:52:20.5852790Z ssh-strict: true 2025-03-14T03:52:20.5853003Z ssh-user: git 2025-03-14T03:52:20.5853225Z persist-credentials: true 2025-03-14T03:52:20.5853471Z clean: true 2025-03-14T03:52:20.5853703Z sparse-checkout-cone-mode: true 2025-03-14T03:52:20.5853970Z fetch-tags: false 2025-03-14T03:52:20.5854172Z lfs: false 2025-03-14T03:52:20.5854448Z set-safe-directory: true 2025-03-14T03:52:20.5854727Z env: 2025-03-14T03:52:20.5854909Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:52:20.5855142Z ##[endgroup] 2025-03-14T03:52:20.7136829Z Syncing repository: pytorch/pytorch 2025-03-14T03:52:20.7138125Z ##[group]Getting Git version info 2025-03-14T03:52:20.7138545Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2025-03-14T03:52:20.7225748Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-03-14T03:52:20.7425357Z git version 2.47.1.windows.2 2025-03-14T03:52:20.7468339Z ##[endgroup] 2025-03-14T03:52:20.7478468Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\6cbb9ce9-1c5a-4a12-98c3-3cf329a7e55e\.gitconfig' 2025-03-14T03:52:20.7497346Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\6cbb9ce9-1c5a-4a12-98c3-3cf329a7e55e' before making global git config changes 2025-03-14T03:52:20.7498307Z Adding repository directory to the temporary git global config as a safe directory 2025-03-14T03:52:20.7504532Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2025-03-14T03:52:20.7795232Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url 2025-03-14T03:52:20.7978310Z https://github.com/pytorch/pytorch 2025-03-14T03:52:20.8021943Z ##[group]Removing previously created refs, to avoid conflicts 2025-03-14T03:52:20.8030699Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD 2025-03-14T03:52:20.8222256Z HEAD 2025-03-14T03:52:20.8482517Z ##[endgroup] 2025-03-14T03:52:20.8491361Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status 2025-03-14T03:52:21.1609981Z -7e1e1fe3858c63c251c637ae41a20de425dde96f android/libs/fbjni 2025-03-14T03:52:21.1610595Z -4dfe081cf6bcd15db339cf2680b9281b8451eeb3 third_party/FP16 2025-03-14T03:52:21.1611098Z -b408327ac2a15ec3e43352421954f5b1967701d1 third_party/FXdiv 2025-03-14T03:52:21.1611559Z -c07e3a0400713d546e0dea2d5466dd22ea389c73 third_party/NNPACK 2025-03-14T03:52:21.1612031Z -e170594ac7cf1dac584da473d4ca9301087090c1 third_party/NVTX 2025-03-14T03:52:21.1612569Z -a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 third_party/VulkanMemoryAllocator 2025-03-14T03:52:21.1613119Z -51a0103656eff6fc9bfd39a4597923c4b542c883 third_party/XNNPACK 2025-03-14T03:52:21.1613602Z -0d98dba29d66e93259db7daa53a9327df767a415 third_party/benchmark 2025-03-14T03:52:21.1614137Z -8086bbe3a78d931eb96fe12fdc014082e18d18d3 third_party/composable_kernel 2025-03-14T03:52:21.1614666Z -3b6597bba913d51161383657829b7e644e59c006 third_party/cpp-httplib 2025-03-14T03:52:21.1615168Z -1e83a2fdd3102f65c6f1fb602c1b320486218a99 third_party/cpuinfo 2025-03-14T03:52:21.1615674Z -91b7532f3386768bba4f444ee7672b497f34da8a third_party/cudnn_frontend 2025-03-14T03:52:21.1616216Z -afa1772203677c5118fcd82537a9c8fefbcc7008 third_party/cutlass 2025-03-14T03:52:21.1616732Z -3147391d946bb4b6c68edd901f2add6ac1f31f8c third_party/eigen 2025-03-14T03:52:21.1617199Z -dbc3157bf256f1339b3fa1fef2be89ac4078be0e third_party/fbgemm 2025-03-14T03:52:21.1617738Z -979702c87a8713a8e0a5e9fee122b90d2ef13be5 third_party/flash-attention 2025-03-14T03:52:21.1618288Z -01834de25e4bf3975a9a00e816292b1ad0fe184b third_party/flatbuffers 2025-03-14T03:52:21.1618763Z -123913715afeb8a437e6388b4473fcc4753e1c9a third_party/fmt 2025-03-14T03:52:21.1619258Z -3fb5c176c17c765a3492cd2f0321b0dab712f350 third_party/gemmlowp/gemmlowp 2025-03-14T03:52:21.1619772Z -5354032ea08eadd7fc4456477f7f7c6308818509 third_party/gloo 2025-03-14T03:52:21.1620241Z -b514bdc898e2951020cbdca1304b75f5950d1f59 third_party/googletest 2025-03-14T03:52:21.1620724Z -719d8e6cd7f7a0e01b155657526d693acf97c2b3 third_party/ideep 2025-03-14T03:52:21.1621191Z -5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42 third_party/ittapi 2025-03-14T03:52:21.1621698Z -2859721fd9e73d3ca1c56f827dbc64e6d68f78a2 third_party/kineto 2025-03-14T03:52:21.1622206Z -ef685a13cfbe8d418aa2ed34350e21e4938358b6 third_party/kleidiai 2025-03-14T03:52:21.1622686Z -b66e3214d8a104669c2ec05ae91ebc26a8f5ab78 third_party/mimalloc 2025-03-14T03:52:21.1623147Z -87cda1d6646592ac5866dc703c8e1839046a6806 third_party/nlohmann 2025-03-14T03:52:21.1623610Z -b8baa8446686496da4cc8fda09f2b6fe65c2a02c third_party/onnx 2025-03-14T03:52:21.1624159Z -a799f4aed9c94b765dcdaabaeab7d5e7e2310878 third_party/opentelemetry-cpp 2025-03-14T03:52:21.1624769Z -9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe third_party/pocketfft 2025-03-14T03:52:21.1625340Z -d1eca4e4b421cd2997495c4b4e65cea6be4e9b8a third_party/protobuf 2025-03-14T03:52:21.1625841Z -072586a71b55b7f8c584153d223e95687148a900 third_party/psimd 2025-03-14T03:52:21.1626323Z -4fe0e1e183925bf8cfa6aae24237e724a96479b8 third_party/pthreadpool 2025-03-14T03:52:21.1626835Z -a2e59f0e7065404b44dfe92a28aca47ba1378dc4 third_party/pybind11 2025-03-14T03:52:21.1628315Z -f45429b087dd7d5bc78bb40dc7cf06425c252d67 third_party/python-peachpy 2025-03-14T03:52:21.1628853Z -56e1f79cb140fb9326d612d0be06b5250565cade third_party/sleef 2025-03-14T03:52:21.1629335Z -52791a2fd214b2a9dc5759d36725909c1daa7f2e third_party/tensorpipe 2025-03-14T03:52:21.1690775Z ##[group]Cleaning the repository 2025-03-14T03:52:21.1701019Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx 2025-03-14T03:52:21.2026375Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD 2025-03-14T03:52:23.3317662Z Updating files: 10% (1674/16063) 2025-03-14T03:52:23.3928851Z Updating files: 11% (1767/16063) 2025-03-14T03:52:23.4481210Z Updating files: 12% (1928/16063) 2025-03-14T03:52:23.5124617Z Updating files: 13% (2089/16063) 2025-03-14T03:52:23.5218844Z Updating files: 14% (2249/16063) 2025-03-14T03:52:23.5664613Z Updating files: 14% (2271/16063) 2025-03-14T03:52:23.6136724Z Updating files: 15% (2410/16063) 2025-03-14T03:52:23.6699446Z Updating files: 16% (2571/16063) 2025-03-14T03:52:23.7248673Z Updating files: 17% (2731/16063) 2025-03-14T03:52:23.7908499Z Updating files: 18% (2892/16063) 2025-03-14T03:52:23.8432126Z Updating files: 19% (3052/16063) 2025-03-14T03:52:23.9008528Z Updating files: 20% (3213/16063) 2025-03-14T03:52:23.9553766Z Updating files: 21% (3374/16063) 2025-03-14T03:52:24.0017036Z Updating files: 22% (3534/16063) 2025-03-14T03:52:24.0622663Z Updating files: 23% (3695/16063) 2025-03-14T03:52:24.1833672Z Updating files: 24% (3856/16063) 2025-03-14T03:52:24.2396087Z Updating files: 25% (4016/16063) 2025-03-14T03:52:24.2984159Z Updating files: 26% (4177/16063) 2025-03-14T03:52:24.3591617Z Updating files: 27% (4338/16063) 2025-03-14T03:52:24.4213037Z Updating files: 28% (4498/16063) 2025-03-14T03:52:24.4889505Z Updating files: 29% (4659/16063) 2025-03-14T03:52:24.5337754Z Updating files: 30% (4819/16063) 2025-03-14T03:52:24.6014439Z Updating files: 30% (4917/16063) 2025-03-14T03:52:24.7883084Z Updating files: 31% (4980/16063) 2025-03-14T03:52:24.8113041Z Updating files: 32% (5141/16063) 2025-03-14T03:52:24.8333828Z Updating files: 33% (5301/16063) 2025-03-14T03:52:24.8548648Z Updating files: 34% (5462/16063) 2025-03-14T03:52:24.8760379Z Updating files: 35% (5623/16063) 2025-03-14T03:52:24.8982443Z Updating files: 36% (5783/16063) 2025-03-14T03:52:24.9217252Z Updating files: 37% (5944/16063) 2025-03-14T03:52:24.9527520Z Updating files: 38% (6104/16063) 2025-03-14T03:52:24.9764083Z Updating files: 39% (6265/16063) 2025-03-14T03:52:24.9988741Z Updating files: 40% (6426/16063) 2025-03-14T03:52:25.0249337Z Updating files: 41% (6586/16063) 2025-03-14T03:52:25.0477596Z Updating files: 42% (6747/16063) 2025-03-14T03:52:25.0734425Z Updating files: 43% (6908/16063) 2025-03-14T03:52:25.0990969Z Updating files: 44% (7068/16063) 2025-03-14T03:52:25.1272388Z Updating files: 45% (7229/16063) 2025-03-14T03:52:25.1528707Z Updating files: 46% (7389/16063) 2025-03-14T03:52:25.1823001Z Updating files: 47% (7550/16063) 2025-03-14T03:52:25.2073091Z Updating files: 48% (7711/16063) 2025-03-14T03:52:25.2333083Z Updating files: 49% (7871/16063) 2025-03-14T03:52:25.2635832Z Updating files: 50% (8032/16063) 2025-03-14T03:52:25.2903669Z Updating files: 51% (8193/16063) 2025-03-14T03:52:25.3217022Z Updating files: 52% (8353/16063) 2025-03-14T03:52:25.3494159Z Updating files: 53% (8514/16063) 2025-03-14T03:52:25.3799051Z Updating files: 54% (8675/16063) 2025-03-14T03:52:25.4088312Z Updating files: 55% (8835/16063) 2025-03-14T03:52:25.4396532Z Updating files: 56% (8996/16063) 2025-03-14T03:52:25.4665057Z Updating files: 57% (9156/16063) 2025-03-14T03:52:25.4981344Z Updating files: 58% (9317/16063) 2025-03-14T03:52:25.5252727Z Updating files: 59% (9478/16063) 2025-03-14T03:52:25.5423323Z Updating files: 60% (9638/16063) 2025-03-14T03:52:25.5559405Z Updating files: 60% (9742/16063) 2025-03-14T03:52:25.5813216Z Updating files: 61% (9799/16063) 2025-03-14T03:52:25.6063787Z Updating files: 62% (9960/16063) 2025-03-14T03:52:25.6361200Z Updating files: 63% (10120/16063) 2025-03-14T03:52:25.6810082Z Updating files: 64% (10281/16063) 2025-03-14T03:52:25.7614657Z Updating files: 65% (10441/16063) 2025-03-14T03:52:25.8070980Z Updating files: 66% (10602/16063) 2025-03-14T03:52:25.8321201Z Updating files: 67% (10763/16063) 2025-03-14T03:52:25.8700056Z Updating files: 68% (10923/16063) 2025-03-14T03:52:25.9342146Z Updating files: 69% (11084/16063) 2025-03-14T03:52:26.0170043Z Updating files: 70% (11245/16063) 2025-03-14T03:52:26.1655614Z Updating files: 71% (11405/16063) 2025-03-14T03:52:26.2459577Z Updating files: 72% (11566/16063) 2025-03-14T03:52:26.3016735Z Updating files: 73% (11726/16063) 2025-03-14T03:52:26.9435542Z Updating files: 74% (11887/16063) 2025-03-14T03:52:26.9904714Z Updating files: 74% (11910/16063) 2025-03-14T03:52:27.0574357Z Updating files: 75% (12048/16063) 2025-03-14T03:52:27.1203033Z Updating files: 76% (12208/16063) 2025-03-14T03:52:27.1964504Z Updating files: 77% (12369/16063) 2025-03-14T03:52:27.2748656Z Updating files: 78% (12530/16063) 2025-03-14T03:52:27.3449117Z Updating files: 79% (12690/16063) 2025-03-14T03:52:27.3993732Z Updating files: 80% (12851/16063) 2025-03-14T03:52:27.4579199Z Updating files: 81% (13012/16063) 2025-03-14T03:52:27.5539225Z Updating files: 82% (13172/16063) 2025-03-14T03:52:27.5554184Z Updating files: 83% (13333/16063) 2025-03-14T03:52:27.6121446Z Updating files: 83% (13340/16063) 2025-03-14T03:52:27.6704572Z Updating files: 84% (13493/16063) 2025-03-14T03:52:27.7250368Z Updating files: 85% (13654/16063) 2025-03-14T03:52:27.7791034Z Updating files: 86% (13815/16063) 2025-03-14T03:52:27.8285751Z Updating files: 87% (13975/16063) 2025-03-14T03:52:27.8885907Z Updating files: 88% (14136/16063) 2025-03-14T03:52:27.9490932Z Updating files: 89% (14297/16063) 2025-03-14T03:52:28.0010785Z Updating files: 90% (14457/16063) 2025-03-14T03:52:28.0554919Z Updating files: 91% (14618/16063) 2025-03-14T03:52:28.1207519Z Updating files: 92% (14778/16063) 2025-03-14T03:52:28.1817412Z Updating files: 93% (14939/16063) 2025-03-14T03:52:28.2455591Z Updating files: 94% (15100/16063) 2025-03-14T03:52:28.3041931Z Updating files: 95% (15260/16063) 2025-03-14T03:52:28.3626975Z Updating files: 96% (15421/16063) 2025-03-14T03:52:28.4404765Z Updating files: 97% (15582/16063) 2025-03-14T03:52:28.5014693Z Updating files: 98% (15742/16063) 2025-03-14T03:52:28.5559762Z Updating files: 99% (15903/16063) 2025-03-14T03:52:28.5614819Z Updating files: 99% (16049/16063) 2025-03-14T03:52:28.5615163Z Updating files: 100% (16063/16063) 2025-03-14T03:52:28.5615451Z Updating files: 100% (16063/16063), done. 2025-03-14T03:52:28.5819765Z HEAD is now at e8d36019d42 [c10d] Make getDefaultBackend more fault tolerant without relying on exceptions (#149152) 2025-03-14T03:52:28.6005389Z ##[endgroup] 2025-03-14T03:52:28.6009371Z ##[group]Disabling automatic garbage collection 2025-03-14T03:52:28.6020795Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2025-03-14T03:52:28.6279235Z ##[endgroup] 2025-03-14T03:52:28.6279669Z ##[group]Setting up auth 2025-03-14T03:52:28.6293231Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-03-14T03:52:28.6525087Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\"" 2025-03-14T03:52:28.9775825Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-14T03:52:29.0002656Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\"" 2025-03-14T03:52:29.4246405Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-03-14T03:52:29.4527918Z ##[endgroup] 2025-03-14T03:52:29.4528345Z ##[group]Fetching the repository 2025-03-14T03:52:29.4540809Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2025-03-14T03:52:30.5467322Z From https://github.com/pytorch/pytorch 2025-03-14T03:52:30.5467840Z - [deleted] (none) -> origin/angelayi/hf_version_update 2025-03-14T03:52:30.5468324Z - [deleted] (none) -> origin/atalman-patch-4 2025-03-14T03:52:30.5468793Z - [deleted] (none) -> origin/chenyang78/dyn-shape-ci-tmp 2025-03-14T03:52:30.5469559Z - [deleted] (none) -> origin/cleanup_vs_2019 2025-03-14T03:52:30.5469989Z - [deleted] (none) -> origin/csl/fflint 2025-03-14T03:52:30.5470426Z - [deleted] (none) -> origin/dataclass 2025-03-14T03:52:30.5470858Z - [deleted] (none) -> origin/gh/EikanWang/74/base 2025-03-14T03:52:30.5471309Z - [deleted] (none) -> origin/gh/EikanWang/74/head 2025-03-14T03:52:30.5471751Z - [deleted] (none) -> origin/gh/EikanWang/74/orig 2025-03-14T03:52:30.5472199Z - [deleted] (none) -> origin/gh/SamGinzburg/14/base 2025-03-14T03:52:30.5472655Z - [deleted] (none) -> origin/gh/SamGinzburg/14/head 2025-03-14T03:52:30.5473108Z - [deleted] (none) -> origin/gh/SamGinzburg/14/orig 2025-03-14T03:52:30.5473564Z - [deleted] (none) -> origin/gh/ZhiweiYan-96/37/base 2025-03-14T03:52:30.5474028Z - [deleted] (none) -> origin/gh/ZhiweiYan-96/37/head 2025-03-14T03:52:30.5474481Z - [deleted] (none) -> origin/gh/anijain2305/678/base 2025-03-14T03:52:30.5474935Z - [deleted] (none) -> origin/gh/anijain2305/678/head 2025-03-14T03:52:30.5475378Z - [deleted] (none) -> origin/gh/anijain2305/678/orig 2025-03-14T03:52:30.5475838Z - [deleted] (none) -> origin/gh/benjaminglass1/47/base 2025-03-14T03:52:30.5476303Z - [deleted] (none) -> origin/gh/benjaminglass1/47/head 2025-03-14T03:52:30.5476753Z - [deleted] (none) -> origin/gh/benjaminglass1/47/orig 2025-03-14T03:52:30.5477215Z - [deleted] (none) -> origin/gh/bobrenjc93/271/base 2025-03-14T03:52:30.5477657Z - [deleted] (none) -> origin/gh/bobrenjc93/271/head 2025-03-14T03:52:30.5478104Z - [deleted] (none) -> origin/gh/bobrenjc93/271/orig 2025-03-14T03:52:30.5478552Z - [deleted] (none) -> origin/gh/drisspg/124/base 2025-03-14T03:52:30.5478991Z - [deleted] (none) -> origin/gh/drisspg/124/head 2025-03-14T03:52:30.5479420Z - [deleted] (none) -> origin/gh/drisspg/124/orig 2025-03-14T03:52:30.5479856Z - [deleted] (none) -> origin/gh/int3/10/base 2025-03-14T03:52:30.5480289Z - [deleted] (none) -> origin/gh/int3/10/head 2025-03-14T03:52:30.5480712Z - [deleted] (none) -> origin/gh/int3/10/orig 2025-03-14T03:52:30.5481151Z - [deleted] (none) -> origin/gh/int3/11/base 2025-03-14T03:52:30.5481586Z - [deleted] (none) -> origin/gh/int3/11/head 2025-03-14T03:52:30.5482499Z - [deleted] (none) -> origin/gh/int3/11/orig 2025-03-14T03:52:30.5482955Z - [deleted] (none) -> origin/gh/int3/9/base 2025-03-14T03:52:30.5483378Z - [deleted] (none) -> origin/gh/int3/9/head 2025-03-14T03:52:30.5483797Z - [deleted] (none) -> origin/gh/int3/9/orig 2025-03-14T03:52:30.5484234Z - [deleted] (none) -> origin/gh/jamesjwu/106/base 2025-03-14T03:52:30.5484679Z - [deleted] (none) -> origin/gh/jamesjwu/106/head 2025-03-14T03:52:30.5485113Z - [deleted] (none) -> origin/gh/jamesjwu/106/orig 2025-03-14T03:52:30.5485650Z - [deleted] (none) -> origin/gh/kwen2501/124/base 2025-03-14T03:52:30.5486091Z - [deleted] (none) -> origin/gh/kwen2501/124/head 2025-03-14T03:52:30.5486542Z - [deleted] (none) -> origin/gh/kwen2501/124/orig 2025-03-14T03:52:30.5486992Z - [deleted] (none) -> origin/gh/laithsakka/102/base 2025-03-14T03:52:30.5487531Z - [deleted] (none) -> origin/gh/laithsakka/102/head 2025-03-14T03:52:30.5487970Z - [deleted] (none) -> origin/gh/laithsakka/102/orig 2025-03-14T03:52:30.5488412Z - [deleted] (none) -> origin/gh/masnesral/140/base 2025-03-14T03:52:30.5488859Z - [deleted] (none) -> origin/gh/masnesral/140/head 2025-03-14T03:52:30.5514265Z - [deleted] (none) -> origin/gh/masnesral/140/orig 2025-03-14T03:52:30.5514806Z - [deleted] (none) -> origin/gh/mikaylagawarecki/311/base 2025-03-14T03:52:30.5515315Z - [deleted] (none) -> origin/gh/mikaylagawarecki/311/head 2025-03-14T03:52:30.5515795Z - [deleted] (none) -> origin/gh/mikaylagawarecki/311/orig 2025-03-14T03:52:30.5516266Z - [deleted] (none) -> origin/gh/mikaylagawarecki/312/base 2025-03-14T03:52:30.5516736Z - [deleted] (none) -> origin/gh/mikaylagawarecki/312/head 2025-03-14T03:52:30.5517224Z - [deleted] (none) -> origin/gh/mikaylagawarecki/312/orig 2025-03-14T03:52:30.5517690Z - [deleted] (none) -> origin/gh/shunting314/198/base 2025-03-14T03:52:30.5518138Z - [deleted] (none) -> origin/gh/shunting314/198/head 2025-03-14T03:52:30.5518595Z - [deleted] (none) -> origin/gh/shunting314/198/orig 2025-03-14T03:52:30.5519058Z - [deleted] (none) -> origin/gh/tugsbayasgalan/288/base 2025-03-14T03:52:30.5519521Z - [deleted] (none) -> origin/gh/tugsbayasgalan/288/head 2025-03-14T03:52:30.5519974Z - [deleted] (none) -> origin/gh/tugsbayasgalan/288/orig 2025-03-14T03:52:30.5520429Z - [deleted] (none) -> origin/gh/voznesenskym/211/base 2025-03-14T03:52:30.5520890Z - [deleted] (none) -> origin/gh/voznesenskym/211/head 2025-03-14T03:52:30.5521344Z - [deleted] (none) -> origin/gh/voznesenskym/211/orig 2025-03-14T03:52:30.5521794Z - [deleted] (none) -> origin/gh/wconstab/382/base 2025-03-14T03:52:30.5522245Z - [deleted] (none) -> origin/gh/wconstab/383/base 2025-03-14T03:52:30.5522682Z - [deleted] (none) -> origin/gh/wconstab/384/base 2025-03-14T03:52:30.5523299Z - [deleted] (none) -> origin/gh/wconstab/385/base 2025-03-14T03:52:30.5523753Z - [deleted] (none) -> origin/gh/wconstab/385/head 2025-03-14T03:52:30.5524192Z - [deleted] (none) -> origin/gh/wconstab/386/base 2025-03-14T03:52:30.5524639Z - [deleted] (none) -> origin/gh/wconstab/391/base 2025-03-14T03:52:30.5525080Z - [deleted] (none) -> origin/gh/wconstab/391/head 2025-03-14T03:52:30.5525512Z - [deleted] (none) -> origin/gh/wconstab/391/orig 2025-03-14T03:52:30.5525959Z - [deleted] (none) -> origin/gh/yanboliang/63/base 2025-03-14T03:52:30.5526509Z - [deleted] (none) -> origin/gh/yanboliang/63/orig 2025-03-14T03:52:30.5526966Z - [deleted] (none) -> origin/gh/yanboliang/64/base 2025-03-14T03:52:30.5527511Z - [deleted] (none) -> origin/gh/yanboliang/64/orig 2025-03-14T03:52:30.5527962Z - [deleted] (none) -> origin/gh/yanboliang/65/base 2025-03-14T03:52:30.5528402Z - [deleted] (none) -> origin/gh/yanboliang/65/orig 2025-03-14T03:52:30.5528848Z - [deleted] (none) -> origin/gh/zou3519/1105/base 2025-03-14T03:52:30.5529297Z - [deleted] (none) -> origin/gh/zou3519/1105/head 2025-03-14T03:52:30.5529745Z - [deleted] (none) -> origin/gh/zou3519/1105/orig 2025-03-14T03:52:30.5530185Z - [deleted] (none) -> origin/gh/zou3519/1131/base 2025-03-14T03:52:30.5530621Z - [deleted] (none) -> origin/gh/zou3519/1131/head 2025-03-14T03:52:30.5531056Z - [deleted] (none) -> origin/gh/zou3519/1131/orig 2025-03-14T03:52:30.5531485Z - [deleted] (none) -> origin/gh/zou3519/1133/base 2025-03-14T03:52:30.5531920Z - [deleted] (none) -> origin/gh/zou3519/1133/head 2025-03-14T03:52:30.5532355Z - [deleted] (none) -> origin/gh/zou3519/1133/orig 2025-03-14T03:52:30.5532800Z - [deleted] (none) -> origin/malfet-patch-13 2025-03-14T03:52:30.5533248Z - [deleted] (none) -> origin/malfet-patch-14 2025-03-14T03:52:30.5533676Z - [deleted] (none) -> origin/malfet-patch-15 2025-03-14T03:52:30.5534102Z - [deleted] (none) -> origin/malfet-patch-4 2025-03-14T03:52:30.5534531Z - [deleted] (none) -> origin/malfet-patch-7 2025-03-14T03:52:30.5534965Z - [deleted] (none) -> origin/malfet-patch-9 2025-03-14T03:52:31.6318744Z - [deleted] (none) -> origin/malfet/enable-angle-atan2-for-int64 2025-03-14T03:52:31.6319607Z - [deleted] (none) -> origin/malfet/make-compile-shader-public 2025-03-14T03:52:31.6320280Z - [deleted] (none) -> origin/revert_commit_b57b38b 2025-03-14T03:52:31.6320986Z - [deleted] (none) -> origin/shunting-loaf-bm-6 2025-03-14T03:52:31.6321614Z - [deleted] (none) -> origin/zbv_algo 2025-03-14T03:52:31.6322259Z - [deleted] (none) -> ciflow/inductor/149174 2025-03-14T03:52:31.6322847Z - [deleted] (none) -> ciflow/mps/149174 2025-03-14T03:52:31.6323421Z - [deleted] (none) -> ciflow/trunk/145197 2025-03-14T03:52:31.6324384Z - [deleted] (none) -> ciflow/trunk/148677 2025-03-14T03:52:31.6325051Z - [deleted] (none) -> ciflow/trunk/149142 2025-03-14T03:52:31.6325613Z - [deleted] (none) -> ciflow/trunk/149166 2025-03-14T03:52:32.6088190Z * [new branch] gh/etaf/110/base -> origin/gh/etaf/110/base 2025-03-14T03:52:32.6088762Z * [new branch] gh/etaf/110/head -> origin/gh/etaf/110/head 2025-03-14T03:52:32.6089257Z * [new branch] gh/etaf/110/orig -> origin/gh/etaf/110/orig 2025-03-14T03:52:32.6089802Z 8636b394e08..9db33f3cda6 gh/malfet/227/base -> origin/gh/malfet/227/base 2025-03-14T03:52:32.6090631Z 259919aeab3..4b1f10d8c28 gh/malfet/227/head -> origin/gh/malfet/227/head 2025-03-14T03:52:32.6091290Z + 4c129ff8a05...13ad80715a8 gh/malfet/227/orig -> origin/gh/malfet/227/orig (forced update) 2025-03-14T03:52:32.6119455Z e1c0f487ca2..bd72c961cb2 jnair/mi300_docker_caching_workflow -> origin/jnair/mi300_docker_caching_workflow 2025-03-14T03:52:32.6120143Z e8d36019d42..aed0b7a742a main -> origin/main 2025-03-14T03:52:32.6120813Z + 277cb23fd22...c4b8be3d09f update_submodule_FBGEMM -> origin/update_submodule_FBGEMM (forced update) 2025-03-14T03:52:32.6121499Z e5fccb2babe..49570cb4024 viable/strict -> origin/viable/strict 2025-03-14T03:52:32.6122080Z 1579a02c823..3ffd7552df1 wdvr/iss145259_alt -> origin/wdvr/iss145259_alt 2025-03-14T03:52:32.6122645Z t [tag update] ciflow/inductor/148424 -> ciflow/inductor/148424 2025-03-14T03:52:32.6123125Z * [new tag] ciflow/inductor/149173 -> ciflow/inductor/149173 2025-03-14T03:52:32.6123587Z * [new tag] ciflow/inductor/149176 -> ciflow/inductor/149176 2025-03-14T03:52:32.6124182Z t [tag update] ciflow/linux-aarch64/148424 -> ciflow/linux-aarch64/148424 2025-03-14T03:52:32.6125549Z t [tag update] ciflow/mps/149123 -> ciflow/mps/149123 2025-03-14T03:52:32.6125999Z * [new tag] ciflow/mps/149173 -> ciflow/mps/149173 2025-03-14T03:52:32.6126464Z t [tag update] ciflow/rocm-mi300/148394 -> ciflow/rocm-mi300/148394 2025-03-14T03:52:32.6126940Z t [tag update] ciflow/rocm/148394 -> ciflow/rocm/148394 2025-03-14T03:52:32.6127421Z * [new tag] ciflow/trunk/146289 -> ciflow/trunk/146289 2025-03-14T03:52:32.6127837Z * [new tag] ciflow/trunk/149018 -> ciflow/trunk/149018 2025-03-14T03:52:32.6128254Z * [new tag] ciflow/xpu/149175 -> ciflow/xpu/149175 2025-03-14T03:52:32.6289864Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet aed0b7a742a2d7b7901790622829cbd2135049a4^{object} 2025-03-14T03:52:32.6489574Z aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:52:32.6533938Z ##[endgroup] 2025-03-14T03:52:32.6534341Z ##[group]Determining the checkout info 2025-03-14T03:52:32.6535234Z ##[endgroup] 2025-03-14T03:52:32.6544480Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable 2025-03-14T03:52:32.9881602Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig 2025-03-14T03:52:33.0178236Z ##[group]Checking out the ref 2025-03-14T03:52:33.0189994Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:52:33.4478840Z Previous HEAD position was e8d36019d42 [c10d] Make getDefaultBackend more fault tolerant without relying on exceptions (#149152) 2025-03-14T03:52:33.4479777Z HEAD is now at aed0b7a742a [c10d] Add param recording for uniqueID broadcasting and allgather (#149166) 2025-03-14T03:52:33.4577311Z ##[endgroup] 2025-03-14T03:52:33.4577777Z ##[group]Setting up auth for fetching submodules 2025-03-14T03:52:33.4588304Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-03-14T03:52:33.4828406Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2025-03-14T03:52:33.5085384Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-14T03:52:33.5315474Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-14T03:52:33.5530969Z ##[endgroup] 2025-03-14T03:52:33.5531386Z ##[group]Fetching submodules 2025-03-14T03:52:33.5544876Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2025-03-14T03:52:33.9403222Z Synchronizing submodule url for 'android/libs/fbjni' 2025-03-14T03:52:33.9403692Z Synchronizing submodule url for 'third_party/FP16' 2025-03-14T03:52:33.9404084Z Synchronizing submodule url for 'third_party/FXdiv' 2025-03-14T03:52:33.9404502Z Synchronizing submodule url for 'third_party/NNPACK' 2025-03-14T03:52:33.9404892Z Synchronizing submodule url for 'third_party/NVTX' 2025-03-14T03:52:33.9405342Z Synchronizing submodule url for 'third_party/VulkanMemoryAllocator' 2025-03-14T03:52:33.9405823Z Synchronizing submodule url for 'third_party/XNNPACK' 2025-03-14T03:52:33.9406235Z Synchronizing submodule url for 'third_party/benchmark' 2025-03-14T03:52:33.9406691Z Synchronizing submodule url for 'third_party/composable_kernel' 2025-03-14T03:52:33.9407144Z Synchronizing submodule url for 'third_party/cpp-httplib' 2025-03-14T03:52:33.9407625Z Synchronizing submodule url for 'third_party/cpuinfo' 2025-03-14T03:52:33.9408052Z Synchronizing submodule url for 'third_party/cudnn_frontend' 2025-03-14T03:52:33.9408501Z Synchronizing submodule url for 'third_party/cutlass' 2025-03-14T03:52:33.9408891Z Synchronizing submodule url for 'third_party/eigen' 2025-03-14T03:52:33.9409272Z Synchronizing submodule url for 'third_party/fbgemm' 2025-03-14T03:52:33.9409708Z Synchronizing submodule url for 'third_party/flash-attention' 2025-03-14T03:52:33.9410158Z Synchronizing submodule url for 'third_party/flatbuffers' 2025-03-14T03:52:33.9410563Z Synchronizing submodule url for 'third_party/fmt' 2025-03-14T03:52:33.9410988Z Synchronizing submodule url for 'third_party/gemmlowp/gemmlowp' 2025-03-14T03:52:33.9411414Z Synchronizing submodule url for 'third_party/gloo' 2025-03-14T03:52:33.9411806Z Synchronizing submodule url for 'third_party/googletest' 2025-03-14T03:52:33.9412212Z Synchronizing submodule url for 'third_party/ideep' 2025-03-14T03:52:33.9412596Z Synchronizing submodule url for 'third_party/ittapi' 2025-03-14T03:52:33.9412989Z Synchronizing submodule url for 'third_party/kineto' 2025-03-14T03:52:33.9413396Z Synchronizing submodule url for 'third_party/kleidiai' 2025-03-14T03:52:33.9413792Z Synchronizing submodule url for 'third_party/mimalloc' 2025-03-14T03:52:33.9414192Z Synchronizing submodule url for 'third_party/nlohmann' 2025-03-14T03:52:33.9414586Z Synchronizing submodule url for 'third_party/onnx' 2025-03-14T03:52:33.9415055Z Synchronizing submodule url for 'third_party/opentelemetry-cpp' 2025-03-14T03:52:33.9415520Z Synchronizing submodule url for 'third_party/pocketfft' 2025-03-14T03:52:33.9415934Z Synchronizing submodule url for 'third_party/protobuf' 2025-03-14T03:52:33.9416323Z Synchronizing submodule url for 'third_party/psimd' 2025-03-14T03:52:33.9416742Z Synchronizing submodule url for 'third_party/pthreadpool' 2025-03-14T03:52:33.9417167Z Synchronizing submodule url for 'third_party/pybind11' 2025-03-14T03:52:33.9417610Z Synchronizing submodule url for 'third_party/python-peachpy' 2025-03-14T03:52:33.9418041Z Synchronizing submodule url for 'third_party/sleef' 2025-03-14T03:52:33.9418441Z Synchronizing submodule url for 'third_party/tensorpipe' 2025-03-14T03:52:33.9486192Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2025-03-14T03:52:34.5499562Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2025-03-14T03:52:34.9142365Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-03-14T03:52:35.2363802Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-03-14T03:52:35.3747496Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2025-03-14T03:52:35.5883584Z Submodule path 'third_party/NVTX': checked out 'e170594ac7cf1dac584da473d4ca9301087090c1' 2025-03-14T03:52:35.7525667Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-03-14T03:52:41.5793099Z Submodule path 'third_party/XNNPACK': checked out '51a0103656eff6fc9bfd39a4597923c4b542c883' 2025-03-14T03:52:41.7057907Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2025-03-14T03:52:44.0963457Z Submodule path 'third_party/composable_kernel': checked out '8086bbe3a78d931eb96fe12fdc014082e18d18d3' 2025-03-14T03:52:44.2239778Z Submodule path 'third_party/cpp-httplib': checked out '3b6597bba913d51161383657829b7e644e59c006' 2025-03-14T03:52:44.6291732Z Submodule path 'third_party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-03-14T03:52:44.7824301Z Submodule path 'third_party/cudnn_frontend': checked out '91b7532f3386768bba4f444ee7672b497f34da8a' 2025-03-14T03:52:48.8427531Z Submodule path 'third_party/cutlass': checked out 'afa1772203677c5118fcd82537a9c8fefbcc7008' 2025-03-14T03:52:49.9692078Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2025-03-14T03:52:50.2671587Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2025-03-14T03:52:50.4595102Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2025-03-14T03:52:50.7957940Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2025-03-14T03:52:53.4476204Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2025-03-14T03:52:53.6291808Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2025-03-14T03:52:53.6936604Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2025-03-14T03:52:54.2136745Z Submodule path 'third_party/flash-attention': checked out '979702c87a8713a8e0a5e9fee122b90d2ef13be5' 2025-03-14T03:52:56.5364918Z Submodule path 'third_party/flash-attention/csrc/composable_kernel': checked out '888317e698e9803c62bd38568abc9e05d7709f33' 2025-03-14T03:52:59.8085256Z Submodule path 'third_party/flash-attention/csrc/cutlass': checked out 'c506e16788cb08416a4a57e11a9067beeee29420' 2025-03-14T03:53:00.6838594Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2025-03-14T03:53:00.8020300Z Submodule path 'third_party/fmt': checked out '123913715afeb8a437e6388b4473fcc4753e1c9a' 2025-03-14T03:53:00.9511324Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2025-03-14T03:53:01.0878041Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2025-03-14T03:53:01.2545492Z Submodule path 'third_party/googletest': checked out 'b514bdc898e2951020cbdca1304b75f5950d1f59' 2025-03-14T03:53:01.3609658Z Submodule path 'third_party/ideep': checked out '719d8e6cd7f7a0e01b155657526d693acf97c2b3' 2025-03-14T03:53:04.0802802Z Submodule path 'third_party/ideep/mkl-dnn': checked out '8d263e693366ef8db40acc569cc7d8edf644556d' 2025-03-14T03:53:04.3151051Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2025-03-14T03:53:05.0217354Z Submodule path 'third_party/kineto': checked out '2859721fd9e73d3ca1c56f827dbc64e6d68f78a2' 2025-03-14T03:53:05.3223052Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2025-03-14T03:53:06.3120155Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2025-03-14T03:53:06.4175140Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2025-03-14T03:53:06.5578275Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2025-03-14T03:53:06.6388583Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2025-03-14T03:53:06.7107047Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2025-03-14T03:53:06.8076909Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2025-03-14T03:53:06.9896109Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2025-03-14T03:53:07.3886553Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2025-03-14T03:53:07.6499959Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2025-03-14T03:53:07.7926011Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2025-03-14T03:53:07.9782465Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2025-03-14T03:53:08.1581560Z Submodule path 'third_party/kleidiai': checked out 'ef685a13cfbe8d418aa2ed34350e21e4938358b6' 2025-03-14T03:53:08.3361279Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2025-03-14T03:53:08.7786020Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2025-03-14T03:53:11.3328163Z Submodule path 'third_party/onnx': checked out 'b8baa8446686496da4cc8fda09f2b6fe65c2a02c' 2025-03-14T03:53:11.5059291Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '3e9dfa2866941655c56877882565e7577de6fc7b' 2025-03-14T03:53:12.2461353Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2025-03-14T03:53:12.3972922Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2025-03-14T03:53:12.5631891Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2025-03-14T03:53:12.6388067Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2025-03-14T03:53:13.1639333Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2025-03-14T03:53:13.4342643Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2025-03-14T03:53:13.5369274Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2025-03-14T03:53:13.6510470Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2025-03-14T03:53:16.6197392Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2025-03-14T03:53:16.7963383Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-03-14T03:53:21.4953330Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2025-03-14T03:53:21.5545256Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2025-03-14T03:53:23.6304091Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2025-03-14T03:53:23.7239169Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2025-03-14T03:53:23.9328954Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2025-03-14T03:53:23.9949998Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2025-03-14T03:53:24.0667893Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-03-14T03:53:24.2297149Z Submodule path 'third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-03-14T03:53:24.3634086Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2025-03-14T03:53:24.5292766Z Submodule path 'third_party/sleef': checked out '56e1f79cb140fb9326d612d0be06b5250565cade' 2025-03-14T03:53:24.8963750Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2025-03-14T03:53:25.0972823Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2025-03-14T03:53:25.1940804Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2025-03-14T03:53:25.4196987Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2025-03-14T03:53:25.5508619Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2025-03-14T03:53:25.6321341Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2025-03-14T03:53:25.6534653Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2025-03-14T03:53:25.9724833Z Entering 'android/libs/fbjni' 2025-03-14T03:53:26.0053613Z Entering 'third_party/FP16' 2025-03-14T03:53:26.0391184Z Entering 'third_party/FXdiv' 2025-03-14T03:53:26.0727155Z Entering 'third_party/NNPACK' 2025-03-14T03:53:26.1055210Z Entering 'third_party/NVTX' 2025-03-14T03:53:26.1405160Z Entering 'third_party/VulkanMemoryAllocator' 2025-03-14T03:53:26.2057067Z Entering 'third_party/XNNPACK' 2025-03-14T03:53:26.2400031Z Entering 'third_party/benchmark' 2025-03-14T03:53:26.2739971Z Entering 'third_party/composable_kernel' 2025-03-14T03:53:26.3071136Z Entering 'third_party/cpp-httplib' 2025-03-14T03:53:26.3400884Z Entering 'third_party/cpuinfo' 2025-03-14T03:53:26.3727776Z Entering 'third_party/cudnn_frontend' 2025-03-14T03:53:26.4072779Z Entering 'third_party/cutlass' 2025-03-14T03:53:26.4403705Z Entering 'third_party/eigen' 2025-03-14T03:53:26.4736243Z Entering 'third_party/fbgemm' 2025-03-14T03:53:26.5046353Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-03-14T03:53:26.5392183Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-03-14T03:53:26.5725360Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-03-14T03:53:26.6064235Z Entering 'third_party/fbgemm/third_party/googletest' 2025-03-14T03:53:26.6394391Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-03-14T03:53:26.6765233Z Entering 'third_party/flash-attention' 2025-03-14T03:53:26.7109436Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-03-14T03:53:26.7453767Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-03-14T03:53:26.7803050Z Entering 'third_party/flatbuffers' 2025-03-14T03:53:26.8136109Z Entering 'third_party/fmt' 2025-03-14T03:53:26.8463184Z Entering 'third_party/gemmlowp/gemmlowp' 2025-03-14T03:53:26.8793831Z Entering 'third_party/gloo' 2025-03-14T03:53:26.9118372Z Entering 'third_party/googletest' 2025-03-14T03:53:26.9442442Z Entering 'third_party/ideep' 2025-03-14T03:53:26.9763832Z Entering 'third_party/ideep/mkl-dnn' 2025-03-14T03:53:27.0115917Z Entering 'third_party/ittapi' 2025-03-14T03:53:27.0455858Z Entering 'third_party/kineto' 2025-03-14T03:53:27.0775345Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-14T03:53:27.1128617Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-14T03:53:27.1485905Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-14T03:53:27.1823238Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-14T03:53:27.4409530Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-14T03:53:27.6223371Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-14T03:53:27.6597419Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-14T03:53:27.6934523Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-14T03:53:27.7277018Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-14T03:53:27.7640867Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-14T03:53:27.8034888Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-03-14T03:53:27.8372085Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-03-14T03:53:27.8725242Z Entering 'third_party/kleidiai' 2025-03-14T03:53:27.9066973Z Entering 'third_party/mimalloc' 2025-03-14T03:53:27.9389404Z Entering 'third_party/nlohmann' 2025-03-14T03:53:27.9712723Z Entering 'third_party/onnx' 2025-03-14T03:53:28.0063231Z Entering 'third_party/onnx/third_party/pybind11' 2025-03-14T03:53:28.0402983Z Entering 'third_party/opentelemetry-cpp' 2025-03-14T03:53:28.0726535Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-14T03:53:28.1090308Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-14T03:53:28.1425567Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-14T03:53:28.1756531Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-14T03:53:28.2096446Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-14T03:53:28.2430211Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-14T03:53:28.2773675Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-14T03:53:28.3100476Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-14T03:53:28.3440304Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-14T03:53:28.3792942Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-14T03:53:28.4158438Z Entering 'third_party/pocketfft' 2025-03-14T03:53:28.4486167Z Entering 'third_party/protobuf' 2025-03-14T03:53:28.4807236Z Entering 'third_party/protobuf/third_party/benchmark' 2025-03-14T03:53:28.5165774Z Entering 'third_party/protobuf/third_party/googletest' 2025-03-14T03:53:28.5523511Z Entering 'third_party/psimd' 2025-03-14T03:53:28.5849031Z Entering 'third_party/pthreadpool' 2025-03-14T03:53:28.6181123Z Entering 'third_party/pybind11' 2025-03-14T03:53:28.6505900Z Entering 'third_party/python-peachpy' 2025-03-14T03:53:28.6827043Z Entering 'third_party/sleef' 2025-03-14T03:53:28.7188062Z Entering 'third_party/tensorpipe' 2025-03-14T03:53:28.7496961Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-03-14T03:53:28.7835699Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-03-14T03:53:28.8169945Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-03-14T03:53:28.8492179Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-03-14T03:53:28.8816306Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-14T03:53:28.9272530Z ##[endgroup] 2025-03-14T03:53:28.9272974Z ##[group]Persisting credentials for submodules 2025-03-14T03:53:28.9284767Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :\"" 2025-03-14T03:53:29.2476011Z Entering 'android/libs/fbjni' 2025-03-14T03:53:29.2887460Z url.https://github.com/.insteadof 2025-03-14T03:53:29.2887849Z url.https://github.com/.insteadof 2025-03-14T03:53:29.3172749Z Entering 'third_party/FP16' 2025-03-14T03:53:29.3560827Z url.https://github.com/.insteadof 2025-03-14T03:53:29.3561200Z url.https://github.com/.insteadof 2025-03-14T03:53:29.3841349Z Entering 'third_party/FXdiv' 2025-03-14T03:53:29.4241362Z url.https://github.com/.insteadof 2025-03-14T03:53:29.4241732Z url.https://github.com/.insteadof 2025-03-14T03:53:29.4515714Z Entering 'third_party/NNPACK' 2025-03-14T03:53:29.4897866Z url.https://github.com/.insteadof 2025-03-14T03:53:29.4898236Z url.https://github.com/.insteadof 2025-03-14T03:53:29.5181232Z Entering 'third_party/NVTX' 2025-03-14T03:53:29.5567169Z url.https://github.com/.insteadof 2025-03-14T03:53:29.5852161Z url.https://github.com/.insteadof 2025-03-14T03:53:29.5852553Z Entering 'third_party/VulkanMemoryAllocator' 2025-03-14T03:53:29.6243790Z url.https://github.com/.insteadof 2025-03-14T03:53:29.6244166Z url.https://github.com/.insteadof 2025-03-14T03:53:29.6524950Z Entering 'third_party/XNNPACK' 2025-03-14T03:53:29.6912400Z url.https://github.com/.insteadof 2025-03-14T03:53:29.6912772Z url.https://github.com/.insteadof 2025-03-14T03:53:29.7205497Z Entering 'third_party/benchmark' 2025-03-14T03:53:29.7617906Z url.https://github.com/.insteadof 2025-03-14T03:53:29.7618296Z url.https://github.com/.insteadof 2025-03-14T03:53:29.7895671Z Entering 'third_party/composable_kernel' 2025-03-14T03:53:29.8290044Z url.https://github.com/.insteadof 2025-03-14T03:53:29.8290433Z url.https://github.com/.insteadof 2025-03-14T03:53:29.8574421Z Entering 'third_party/cpp-httplib' 2025-03-14T03:53:29.8976695Z url.https://github.com/.insteadof 2025-03-14T03:53:29.8977066Z url.https://github.com/.insteadof 2025-03-14T03:53:29.9266244Z Entering 'third_party/cpuinfo' 2025-03-14T03:53:29.9652513Z url.https://github.com/.insteadof 2025-03-14T03:53:29.9652879Z url.https://github.com/.insteadof 2025-03-14T03:53:29.9927599Z Entering 'third_party/cudnn_frontend' 2025-03-14T03:53:30.0303857Z url.https://github.com/.insteadof 2025-03-14T03:53:30.0304241Z url.https://github.com/.insteadof 2025-03-14T03:53:30.0576772Z Entering 'third_party/cutlass' 2025-03-14T03:53:30.0964274Z url.https://github.com/.insteadof 2025-03-14T03:53:30.0964633Z url.https://github.com/.insteadof 2025-03-14T03:53:30.1252511Z Entering 'third_party/eigen' 2025-03-14T03:53:30.1633593Z url.https://github.com/.insteadof 2025-03-14T03:53:30.1634012Z url.https://github.com/.insteadof 2025-03-14T03:53:30.1952265Z Entering 'third_party/fbgemm' 2025-03-14T03:53:30.2335671Z url.https://github.com/.insteadof 2025-03-14T03:53:30.2336037Z url.https://github.com/.insteadof 2025-03-14T03:53:30.2606135Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-03-14T03:53:30.2994190Z url.https://github.com/.insteadof 2025-03-14T03:53:30.2994563Z url.https://github.com/.insteadof 2025-03-14T03:53:30.3267275Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-03-14T03:53:30.3660930Z url.https://github.com/.insteadof 2025-03-14T03:53:30.3661300Z url.https://github.com/.insteadof 2025-03-14T03:53:30.3947759Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-03-14T03:53:30.4334673Z url.https://github.com/.insteadof 2025-03-14T03:53:30.4335025Z url.https://github.com/.insteadof 2025-03-14T03:53:30.4619598Z Entering 'third_party/fbgemm/third_party/googletest' 2025-03-14T03:53:30.5000581Z url.https://github.com/.insteadof 2025-03-14T03:53:30.5000946Z url.https://github.com/.insteadof 2025-03-14T03:53:30.5282427Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-03-14T03:53:30.5667320Z url.https://github.com/.insteadof 2025-03-14T03:53:30.5667689Z url.https://github.com/.insteadof 2025-03-14T03:53:30.5982835Z Entering 'third_party/flash-attention' 2025-03-14T03:53:30.6370791Z url.https://github.com/.insteadof 2025-03-14T03:53:30.6371156Z url.https://github.com/.insteadof 2025-03-14T03:53:30.6657861Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-03-14T03:53:30.7051357Z url.https://github.com/.insteadof 2025-03-14T03:53:30.7051730Z url.https://github.com/.insteadof 2025-03-14T03:53:30.7348974Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-03-14T03:53:30.7757374Z url.https://github.com/.insteadof 2025-03-14T03:53:30.7757732Z url.https://github.com/.insteadof 2025-03-14T03:53:30.8063244Z Entering 'third_party/flatbuffers' 2025-03-14T03:53:30.8468911Z url.https://github.com/.insteadof 2025-03-14T03:53:30.8469273Z url.https://github.com/.insteadof 2025-03-14T03:53:30.8761425Z Entering 'third_party/fmt' 2025-03-14T03:53:30.9143418Z url.https://github.com/.insteadof 2025-03-14T03:53:30.9143772Z url.https://github.com/.insteadof 2025-03-14T03:53:30.9421794Z Entering 'third_party/gemmlowp/gemmlowp' 2025-03-14T03:53:30.9842782Z url.https://github.com/.insteadof 2025-03-14T03:53:30.9843129Z url.https://github.com/.insteadof 2025-03-14T03:53:31.0122550Z Entering 'third_party/gloo' 2025-03-14T03:53:31.0497453Z url.https://github.com/.insteadof 2025-03-14T03:53:31.0497799Z url.https://github.com/.insteadof 2025-03-14T03:53:31.0779389Z Entering 'third_party/googletest' 2025-03-14T03:53:31.1158520Z url.https://github.com/.insteadof 2025-03-14T03:53:31.1158880Z url.https://github.com/.insteadof 2025-03-14T03:53:31.1460630Z Entering 'third_party/ideep' 2025-03-14T03:53:31.1841882Z url.https://github.com/.insteadof 2025-03-14T03:53:31.1842231Z url.https://github.com/.insteadof 2025-03-14T03:53:31.2101149Z Entering 'third_party/ideep/mkl-dnn' 2025-03-14T03:53:31.2485078Z url.https://github.com/.insteadof 2025-03-14T03:53:31.2485435Z url.https://github.com/.insteadof 2025-03-14T03:53:31.2789327Z Entering 'third_party/ittapi' 2025-03-14T03:53:31.3171414Z url.https://github.com/.insteadof 2025-03-14T03:53:31.3171777Z url.https://github.com/.insteadof 2025-03-14T03:53:31.3446518Z Entering 'third_party/kineto' 2025-03-14T03:53:31.3835970Z url.https://github.com/.insteadof 2025-03-14T03:53:31.3836316Z url.https://github.com/.insteadof 2025-03-14T03:53:31.4103651Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-14T03:53:31.4498280Z url.https://github.com/.insteadof 2025-03-14T03:53:31.4498638Z url.https://github.com/.insteadof 2025-03-14T03:53:31.4768543Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-14T03:53:31.5159849Z url.https://github.com/.insteadof 2025-03-14T03:53:31.5160248Z url.https://github.com/.insteadof 2025-03-14T03:53:31.5456887Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-14T03:53:31.5855087Z url.https://github.com/.insteadof 2025-03-14T03:53:31.5855441Z url.https://github.com/.insteadof 2025-03-14T03:53:31.6132834Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-14T03:53:31.6520925Z url.https://github.com/.insteadof 2025-03-14T03:53:31.6521271Z url.https://github.com/.insteadof 2025-03-14T03:53:31.6807019Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-14T03:53:31.7205738Z url.https://github.com/.insteadof 2025-03-14T03:53:31.7206098Z url.https://github.com/.insteadof 2025-03-14T03:53:31.7490313Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-14T03:53:31.7893243Z url.https://github.com/.insteadof 2025-03-14T03:53:31.7893597Z url.https://github.com/.insteadof 2025-03-14T03:53:31.8191105Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-14T03:53:31.8577043Z url.https://github.com/.insteadof 2025-03-14T03:53:31.8577376Z url.https://github.com/.insteadof 2025-03-14T03:53:31.8865582Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-14T03:53:31.9257869Z url.https://github.com/.insteadof 2025-03-14T03:53:31.9258249Z url.https://github.com/.insteadof 2025-03-14T03:53:31.9545660Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-14T03:53:31.9943393Z url.https://github.com/.insteadof 2025-03-14T03:53:31.9943736Z url.https://github.com/.insteadof 2025-03-14T03:53:32.0231890Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-14T03:53:32.0629935Z url.https://github.com/.insteadof 2025-03-14T03:53:32.0630284Z url.https://github.com/.insteadof 2025-03-14T03:53:32.0935593Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-03-14T03:53:32.1329194Z url.https://github.com/.insteadof 2025-03-14T03:53:32.1329636Z url.https://github.com/.insteadof 2025-03-14T03:53:32.1607257Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-03-14T03:53:32.1994314Z url.https://github.com/.insteadof 2025-03-14T03:53:32.1994665Z url.https://github.com/.insteadof 2025-03-14T03:53:32.2304477Z Entering 'third_party/kleidiai' 2025-03-14T03:53:32.2689708Z url.https://github.com/.insteadof 2025-03-14T03:53:32.2690130Z url.https://github.com/.insteadof 2025-03-14T03:53:32.2979765Z Entering 'third_party/mimalloc' 2025-03-14T03:53:32.3358589Z url.https://github.com/.insteadof 2025-03-14T03:53:32.3358959Z url.https://github.com/.insteadof 2025-03-14T03:53:32.3634081Z Entering 'third_party/nlohmann' 2025-03-14T03:53:32.4021494Z url.https://github.com/.insteadof 2025-03-14T03:53:32.4021852Z url.https://github.com/.insteadof 2025-03-14T03:53:32.4296438Z Entering 'third_party/onnx' 2025-03-14T03:53:32.4683267Z url.https://github.com/.insteadof 2025-03-14T03:53:32.4683614Z url.https://github.com/.insteadof 2025-03-14T03:53:32.4969694Z Entering 'third_party/onnx/third_party/pybind11' 2025-03-14T03:53:32.5377138Z url.https://github.com/.insteadof 2025-03-14T03:53:32.5377499Z url.https://github.com/.insteadof 2025-03-14T03:53:32.5681690Z Entering 'third_party/opentelemetry-cpp' 2025-03-14T03:53:32.6066125Z url.https://github.com/.insteadof 2025-03-14T03:53:32.6066473Z url.https://github.com/.insteadof 2025-03-14T03:53:32.6337061Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-14T03:53:32.6732624Z url.https://github.com/.insteadof 2025-03-14T03:53:32.6732986Z url.https://github.com/.insteadof 2025-03-14T03:53:32.7013968Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-14T03:53:32.7399357Z url.https://github.com/.insteadof 2025-03-14T03:53:32.7399723Z url.https://github.com/.insteadof 2025-03-14T03:53:32.7690630Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-14T03:53:32.8073308Z url.https://github.com/.insteadof 2025-03-14T03:53:32.8073677Z url.https://github.com/.insteadof 2025-03-14T03:53:32.8369919Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-14T03:53:32.8748985Z url.https://github.com/.insteadof 2025-03-14T03:53:32.8749346Z url.https://github.com/.insteadof 2025-03-14T03:53:32.9029746Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-14T03:53:32.9415053Z url.https://github.com/.insteadof 2025-03-14T03:53:32.9415425Z url.https://github.com/.insteadof 2025-03-14T03:53:32.9690254Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-14T03:53:33.0112037Z url.https://github.com/.insteadof 2025-03-14T03:53:33.0112487Z url.https://github.com/.insteadof 2025-03-14T03:53:33.0396218Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-14T03:53:33.0789918Z url.https://github.com/.insteadof 2025-03-14T03:53:33.0790527Z url.https://github.com/.insteadof 2025-03-14T03:53:33.1054912Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-14T03:53:33.1469305Z url.https://github.com/.insteadof 2025-03-14T03:53:33.1469681Z url.https://github.com/.insteadof 2025-03-14T03:53:33.1757292Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-14T03:53:33.2146937Z url.https://github.com/.insteadof 2025-03-14T03:53:33.2147297Z url.https://github.com/.insteadof 2025-03-14T03:53:33.2453323Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-14T03:53:33.2857114Z url.https://github.com/.insteadof 2025-03-14T03:53:33.2857482Z url.https://github.com/.insteadof 2025-03-14T03:53:33.3177566Z Entering 'third_party/pocketfft' 2025-03-14T03:53:33.3559892Z url.https://github.com/.insteadof 2025-03-14T03:53:33.3560351Z url.https://github.com/.insteadof 2025-03-14T03:53:33.3847936Z Entering 'third_party/protobuf' 2025-03-14T03:53:33.4229491Z url.https://github.com/.insteadof 2025-03-14T03:53:33.4229880Z url.https://github.com/.insteadof 2025-03-14T03:53:33.4504068Z Entering 'third_party/protobuf/third_party/benchmark' 2025-03-14T03:53:33.4890790Z url.https://github.com/.insteadof 2025-03-14T03:53:33.4891150Z url.https://github.com/.insteadof 2025-03-14T03:53:33.5164676Z Entering 'third_party/protobuf/third_party/googletest' 2025-03-14T03:53:33.5562641Z url.https://github.com/.insteadof 2025-03-14T03:53:33.5563013Z url.https://github.com/.insteadof 2025-03-14T03:53:33.5861877Z Entering 'third_party/psimd' 2025-03-14T03:53:33.6244198Z url.https://github.com/.insteadof 2025-03-14T03:53:33.6244562Z url.https://github.com/.insteadof 2025-03-14T03:53:33.6526293Z Entering 'third_party/pthreadpool' 2025-03-14T03:53:33.6900351Z url.https://github.com/.insteadof 2025-03-14T03:53:33.6900715Z url.https://github.com/.insteadof 2025-03-14T03:53:33.7181105Z Entering 'third_party/pybind11' 2025-03-14T03:53:33.7567254Z url.https://github.com/.insteadof 2025-03-14T03:53:33.7567653Z url.https://github.com/.insteadof 2025-03-14T03:53:33.7839249Z Entering 'third_party/python-peachpy' 2025-03-14T03:53:33.8218392Z url.https://github.com/.insteadof 2025-03-14T03:53:33.8218749Z url.https://github.com/.insteadof 2025-03-14T03:53:33.8500625Z Entering 'third_party/sleef' 2025-03-14T03:53:33.8890727Z url.https://github.com/.insteadof 2025-03-14T03:53:33.8891083Z url.https://github.com/.insteadof 2025-03-14T03:53:33.9206364Z Entering 'third_party/tensorpipe' 2025-03-14T03:53:33.9598104Z url.https://github.com/.insteadof 2025-03-14T03:53:33.9598525Z url.https://github.com/.insteadof 2025-03-14T03:53:33.9879104Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-03-14T03:53:34.0278607Z url.https://github.com/.insteadof 2025-03-14T03:53:34.0279019Z url.https://github.com/.insteadof 2025-03-14T03:53:34.0561074Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-03-14T03:53:34.0956994Z url.https://github.com/.insteadof 2025-03-14T03:53:34.0957395Z url.https://github.com/.insteadof 2025-03-14T03:53:34.1241122Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-03-14T03:53:34.1634682Z url.https://github.com/.insteadof 2025-03-14T03:53:34.1635044Z url.https://github.com/.insteadof 2025-03-14T03:53:34.1918657Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-03-14T03:53:34.2325457Z url.https://github.com/.insteadof 2025-03-14T03:53:34.2325812Z url.https://github.com/.insteadof 2025-03-14T03:53:34.2590964Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-14T03:53:34.3003868Z url.https://github.com/.insteadof 2025-03-14T03:53:34.3004277Z url.https://github.com/.insteadof 2025-03-14T03:53:34.3403164Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url\"" 2025-03-14T03:53:34.6610687Z Entering 'android/libs/fbjni' 2025-03-14T03:53:34.7105407Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-03-14T03:53:34.7221417Z Entering 'third_party/FP16' 2025-03-14T03:53:34.7742146Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-03-14T03:53:34.7858129Z Entering 'third_party/FXdiv' 2025-03-14T03:53:34.8329960Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-03-14T03:53:34.8451690Z Entering 'third_party/NNPACK' 2025-03-14T03:53:34.8932547Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-03-14T03:53:34.9075097Z Entering 'third_party/NVTX' 2025-03-14T03:53:34.9558047Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-03-14T03:53:34.9673809Z Entering 'third_party/VulkanMemoryAllocator' 2025-03-14T03:53:35.0172068Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-03-14T03:53:35.0294015Z Entering 'third_party/XNNPACK' 2025-03-14T03:53:35.0770465Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-03-14T03:53:35.0906357Z Entering 'third_party/benchmark' 2025-03-14T03:53:35.1399119Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-03-14T03:53:35.1519470Z Entering 'third_party/composable_kernel' 2025-03-14T03:53:35.2007206Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-03-14T03:53:35.2132202Z Entering 'third_party/cpp-httplib' 2025-03-14T03:53:35.2636707Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-03-14T03:53:35.2756993Z Entering 'third_party/cpuinfo' 2025-03-14T03:53:35.3238172Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-03-14T03:53:35.3361161Z Entering 'third_party/cudnn_frontend' 2025-03-14T03:53:35.3851873Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-03-14T03:53:35.3971607Z Entering 'third_party/cutlass' 2025-03-14T03:53:35.4477863Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-03-14T03:53:35.4603624Z Entering 'third_party/eigen' 2025-03-14T03:53:35.5090570Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2025-03-14T03:53:35.5208851Z Entering 'third_party/fbgemm' 2025-03-14T03:53:35.5696102Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-03-14T03:53:35.5814656Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-03-14T03:53:35.6304528Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2025-03-14T03:53:35.6425242Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-03-14T03:53:35.6918371Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2025-03-14T03:53:35.7039745Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-03-14T03:53:35.7573288Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config remote.origin.url 2025-03-14T03:53:35.7698981Z Entering 'third_party/fbgemm/third_party/googletest' 2025-03-14T03:53:35.8183753Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2025-03-14T03:53:35.8308575Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-03-14T03:53:35.8790752Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2025-03-14T03:53:35.8923905Z Entering 'third_party/flash-attention' 2025-03-14T03:53:35.9425242Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/config remote.origin.url 2025-03-14T03:53:35.9533536Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-03-14T03:53:36.0024901Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config remote.origin.url 2025-03-14T03:53:36.0153076Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-03-14T03:53:36.0637075Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config remote.origin.url 2025-03-14T03:53:36.0782679Z Entering 'third_party/flatbuffers' 2025-03-14T03:53:36.1262780Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-03-14T03:53:36.1384779Z Entering 'third_party/fmt' 2025-03-14T03:53:36.1878387Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-03-14T03:53:36.1997304Z Entering 'third_party/gemmlowp/gemmlowp' 2025-03-14T03:53:36.2493933Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-03-14T03:53:36.2615119Z Entering 'third_party/gloo' 2025-03-14T03:53:36.3099833Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-03-14T03:53:36.3217007Z Entering 'third_party/googletest' 2025-03-14T03:53:36.3695872Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-03-14T03:53:36.3812127Z Entering 'third_party/ideep' 2025-03-14T03:53:36.4292707Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-03-14T03:53:36.4398242Z Entering 'third_party/ideep/mkl-dnn' 2025-03-14T03:53:36.4879126Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-03-14T03:53:36.5021224Z Entering 'third_party/ittapi' 2025-03-14T03:53:36.5511124Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-03-14T03:53:36.5651077Z Entering 'third_party/kineto' 2025-03-14T03:53:36.6132462Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-03-14T03:53:36.6237556Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-14T03:53:36.6741763Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-03-14T03:53:36.6847857Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-14T03:53:36.7341378Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2025-03-14T03:53:36.7489573Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-14T03:53:36.7988681Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2025-03-14T03:53:36.8126555Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-14T03:53:36.8619982Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2025-03-14T03:53:36.8738746Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-14T03:53:36.9245024Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2025-03-14T03:53:36.9349261Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-14T03:53:36.9854172Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config remote.origin.url 2025-03-14T03:53:36.9989388Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-14T03:53:37.0477995Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2025-03-14T03:53:37.0611307Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-14T03:53:37.1102126Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2025-03-14T03:53:37.1219125Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-14T03:53:37.1709068Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2025-03-14T03:53:37.1826615Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-14T03:53:37.2326234Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2025-03-14T03:53:37.2462208Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-03-14T03:53:37.2963515Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-03-14T03:53:37.3085805Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-03-14T03:53:37.3585896Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-03-14T03:53:37.3719863Z Entering 'third_party/kleidiai' 2025-03-14T03:53:37.4294885Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-03-14T03:53:37.4412851Z Entering 'third_party/mimalloc' 2025-03-14T03:53:37.4892854Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-03-14T03:53:37.5008532Z Entering 'third_party/nlohmann' 2025-03-14T03:53:37.5492941Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-03-14T03:53:37.5631156Z Entering 'third_party/onnx' 2025-03-14T03:53:37.6113955Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-03-14T03:53:37.6236423Z Entering 'third_party/onnx/third_party/pybind11' 2025-03-14T03:53:37.6733462Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-03-14T03:53:37.6867235Z Entering 'third_party/opentelemetry-cpp' 2025-03-14T03:53:37.7374902Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-03-14T03:53:37.7481485Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-14T03:53:37.7967099Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-03-14T03:53:37.8092257Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-14T03:53:37.8579928Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-03-14T03:53:37.8704031Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-14T03:53:37.9201049Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-03-14T03:53:37.9319167Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-14T03:53:37.9819378Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-03-14T03:53:37.9937950Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-14T03:53:38.0424215Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-03-14T03:53:38.0542526Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-14T03:53:38.1053678Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-03-14T03:53:38.1172381Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-14T03:53:38.2067121Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-03-14T03:53:38.2175324Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-14T03:53:38.2678888Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-03-14T03:53:38.2819390Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-14T03:53:38.3310166Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-03-14T03:53:38.3452129Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-14T03:53:38.3950295Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-03-14T03:53:38.4108376Z Entering 'third_party/pocketfft' 2025-03-14T03:53:38.4606902Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-03-14T03:53:38.4726607Z Entering 'third_party/protobuf' 2025-03-14T03:53:38.5218867Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-03-14T03:53:38.5328653Z Entering 'third_party/protobuf/third_party/benchmark' 2025-03-14T03:53:38.5820573Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-03-14T03:53:38.5954496Z Entering 'third_party/protobuf/third_party/googletest' 2025-03-14T03:53:38.6443418Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-03-14T03:53:38.6576246Z Entering 'third_party/psimd' 2025-03-14T03:53:38.7066980Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-03-14T03:53:38.7185893Z Entering 'third_party/pthreadpool' 2025-03-14T03:53:38.7658795Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-03-14T03:53:38.7782879Z Entering 'third_party/pybind11' 2025-03-14T03:53:38.8269508Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-03-14T03:53:38.8387058Z Entering 'third_party/python-peachpy' 2025-03-14T03:53:38.8867385Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-03-14T03:53:38.8984917Z Entering 'third_party/sleef' 2025-03-14T03:53:38.9491518Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-03-14T03:53:38.9614256Z Entering 'third_party/tensorpipe' 2025-03-14T03:53:39.0102722Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-03-14T03:53:39.0211939Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-03-14T03:53:39.0699920Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-03-14T03:53:39.0855026Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-03-14T03:53:39.1380924Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-03-14T03:53:39.1498292Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-03-14T03:53:39.2001002Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-03-14T03:53:39.2122127Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-03-14T03:53:39.2607990Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-03-14T03:53:39.2712023Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-14T03:53:39.3204860Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2025-03-14T03:53:39.3773057Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2025-03-14T03:53:39.7012220Z Entering 'android/libs/fbjni' 2025-03-14T03:53:39.7347475Z Entering 'third_party/FP16' 2025-03-14T03:53:39.7670755Z Entering 'third_party/FXdiv' 2025-03-14T03:53:39.7992049Z Entering 'third_party/NNPACK' 2025-03-14T03:53:39.8314725Z Entering 'third_party/NVTX' 2025-03-14T03:53:39.8663104Z Entering 'third_party/VulkanMemoryAllocator' 2025-03-14T03:53:39.8990940Z Entering 'third_party/XNNPACK' 2025-03-14T03:53:39.9340405Z Entering 'third_party/benchmark' 2025-03-14T03:53:39.9672020Z Entering 'third_party/composable_kernel' 2025-03-14T03:53:40.0003781Z Entering 'third_party/cpp-httplib' 2025-03-14T03:53:40.0342548Z Entering 'third_party/cpuinfo' 2025-03-14T03:53:40.0661945Z Entering 'third_party/cudnn_frontend' 2025-03-14T03:53:40.0988087Z Entering 'third_party/cutlass' 2025-03-14T03:53:40.1320236Z Entering 'third_party/eigen' 2025-03-14T03:53:40.1650608Z Entering 'third_party/fbgemm' 2025-03-14T03:53:40.1965851Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-03-14T03:53:40.2298315Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-03-14T03:53:40.2633068Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-03-14T03:53:40.2972348Z Entering 'third_party/fbgemm/third_party/googletest' 2025-03-14T03:53:40.3301770Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-03-14T03:53:40.3637216Z Entering 'third_party/flash-attention' 2025-03-14T03:53:40.3977167Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-03-14T03:53:40.4311410Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-03-14T03:53:40.4667436Z Entering 'third_party/flatbuffers' 2025-03-14T03:53:40.5001120Z Entering 'third_party/fmt' 2025-03-14T03:53:40.5325840Z Entering 'third_party/gemmlowp/gemmlowp' 2025-03-14T03:53:40.5648328Z Entering 'third_party/gloo' 2025-03-14T03:53:40.5975067Z Entering 'third_party/googletest' 2025-03-14T03:53:40.6297636Z Entering 'third_party/ideep' 2025-03-14T03:53:40.6620136Z Entering 'third_party/ideep/mkl-dnn' 2025-03-14T03:53:40.6963771Z Entering 'third_party/ittapi' 2025-03-14T03:53:40.7291319Z Entering 'third_party/kineto' 2025-03-14T03:53:40.7608554Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-14T03:53:40.7924889Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-14T03:53:40.8267501Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-14T03:53:40.8595456Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-14T03:53:40.8951830Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-14T03:53:40.9264324Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-14T03:53:40.9625058Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-14T03:53:40.9975409Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-14T03:53:41.0313283Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-14T03:53:41.0643239Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-14T03:53:41.1020242Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-03-14T03:53:41.1349421Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-03-14T03:53:41.1688617Z Entering 'third_party/kleidiai' 2025-03-14T03:53:41.2029835Z Entering 'third_party/mimalloc' 2025-03-14T03:53:41.2355691Z Entering 'third_party/nlohmann' 2025-03-14T03:53:41.2694258Z Entering 'third_party/onnx' 2025-03-14T03:53:41.3036520Z Entering 'third_party/onnx/third_party/pybind11' 2025-03-14T03:53:41.3391134Z Entering 'third_party/opentelemetry-cpp' 2025-03-14T03:53:41.3699736Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-14T03:53:41.4023997Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-14T03:53:41.4357592Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-14T03:53:41.4701327Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-14T03:53:41.5026958Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-14T03:53:41.5360417Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-14T03:53:41.5686032Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-14T03:53:41.5998903Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-14T03:53:41.6369723Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-14T03:53:41.6718301Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-14T03:53:41.7082197Z Entering 'third_party/pocketfft' 2025-03-14T03:53:41.7407864Z Entering 'third_party/protobuf' 2025-03-14T03:53:41.7719409Z Entering 'third_party/protobuf/third_party/benchmark' 2025-03-14T03:53:41.8082766Z Entering 'third_party/protobuf/third_party/googletest' 2025-03-14T03:53:41.8430040Z Entering 'third_party/psimd' 2025-03-14T03:53:41.8751391Z Entering 'third_party/pthreadpool' 2025-03-14T03:53:41.9094335Z Entering 'third_party/pybind11' 2025-03-14T03:53:41.9416626Z Entering 'third_party/python-peachpy' 2025-03-14T03:53:41.9741581Z Entering 'third_party/sleef' 2025-03-14T03:53:42.0073905Z Entering 'third_party/tensorpipe' 2025-03-14T03:53:42.0383394Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-03-14T03:53:42.0714544Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-03-14T03:53:42.1046290Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-03-14T03:53:42.1388035Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-03-14T03:53:42.1696360Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-14T03:53:42.2146228Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:'" 2025-03-14T03:53:42.8013291Z Entering 'android/libs/fbjni' 2025-03-14T03:53:42.8357733Z Entering 'third_party/FP16' 2025-03-14T03:53:42.8693268Z Entering 'third_party/FXdiv' 2025-03-14T03:53:42.9032988Z Entering 'third_party/NNPACK' 2025-03-14T03:53:42.9357366Z Entering 'third_party/NVTX' 2025-03-14T03:53:42.9682886Z Entering 'third_party/VulkanMemoryAllocator' 2025-03-14T03:53:43.0905444Z Entering 'third_party/XNNPACK' 2025-03-14T03:53:43.1249696Z Entering 'third_party/benchmark' 2025-03-14T03:53:43.1588458Z Entering 'third_party/composable_kernel' 2025-03-14T03:53:43.1916747Z Entering 'third_party/cpp-httplib' 2025-03-14T03:53:43.2251439Z Entering 'third_party/cpuinfo' 2025-03-14T03:53:43.2587652Z Entering 'third_party/cudnn_frontend' 2025-03-14T03:53:43.2928280Z Entering 'third_party/cutlass' 2025-03-14T03:53:43.3261562Z Entering 'third_party/eigen' 2025-03-14T03:53:43.3614418Z Entering 'third_party/fbgemm' 2025-03-14T03:53:43.3935994Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-03-14T03:53:43.4260285Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-03-14T03:53:43.4607001Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-03-14T03:53:43.4934766Z Entering 'third_party/fbgemm/third_party/googletest' 2025-03-14T03:53:43.5255258Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-03-14T03:53:43.5609519Z Entering 'third_party/flash-attention' 2025-03-14T03:53:43.5928691Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-03-14T03:53:43.6653594Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-03-14T03:53:43.7004948Z Entering 'third_party/flatbuffers' 2025-03-14T03:53:43.7355322Z Entering 'third_party/fmt' 2025-03-14T03:53:43.7686821Z Entering 'third_party/gemmlowp/gemmlowp' 2025-03-14T03:53:43.8014802Z Entering 'third_party/gloo' 2025-03-14T03:53:43.8362187Z Entering 'third_party/googletest' 2025-03-14T03:53:43.8690706Z Entering 'third_party/ideep' 2025-03-14T03:53:43.9000321Z Entering 'third_party/ideep/mkl-dnn' 2025-03-14T03:53:43.9353287Z Entering 'third_party/ittapi' 2025-03-14T03:53:43.9682515Z Entering 'third_party/kineto' 2025-03-14T03:53:43.9997551Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-14T03:53:44.0335866Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-14T03:53:44.0677817Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-14T03:53:44.1017280Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-14T03:53:44.1355288Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-14T03:53:44.1667911Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-14T03:53:44.2030617Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-14T03:53:44.2369883Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-14T03:53:44.2697750Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-14T03:53:44.3049770Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-14T03:53:44.3405898Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-03-14T03:53:44.3757482Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-03-14T03:53:44.4114304Z Entering 'third_party/kleidiai' 2025-03-14T03:53:44.4436870Z Entering 'third_party/mimalloc' 2025-03-14T03:53:44.4804838Z Entering 'third_party/nlohmann' 2025-03-14T03:53:44.5131813Z Entering 'third_party/onnx' 2025-03-14T03:53:44.5463954Z Entering 'third_party/onnx/third_party/pybind11' 2025-03-14T03:53:44.5849231Z Entering 'third_party/opentelemetry-cpp' 2025-03-14T03:53:44.6168950Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-14T03:53:44.6509001Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-14T03:53:44.6844699Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-14T03:53:44.7175129Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-14T03:53:44.7544271Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-14T03:53:44.7881398Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-14T03:53:44.8217935Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-14T03:53:44.8530620Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-14T03:53:44.8865147Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-14T03:53:44.9245384Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-14T03:53:44.9623183Z Entering 'third_party/pocketfft' 2025-03-14T03:53:44.9945544Z Entering 'third_party/protobuf' 2025-03-14T03:53:45.0275494Z Entering 'third_party/protobuf/third_party/benchmark' 2025-03-14T03:53:45.0605969Z Entering 'third_party/protobuf/third_party/googletest' 2025-03-14T03:53:45.0955972Z Entering 'third_party/psimd' 2025-03-14T03:53:45.1308824Z Entering 'third_party/pthreadpool' 2025-03-14T03:53:45.1637635Z Entering 'third_party/pybind11' 2025-03-14T03:53:45.1968030Z Entering 'third_party/python-peachpy' 2025-03-14T03:53:45.2297355Z Entering 'third_party/sleef' 2025-03-14T03:53:45.2637293Z Entering 'third_party/tensorpipe' 2025-03-14T03:53:45.2978166Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-03-14T03:53:45.3339174Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-03-14T03:53:45.3669121Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-03-14T03:53:45.3995650Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-03-14T03:53:45.4315103Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-14T03:53:45.4784669Z ##[endgroup] 2025-03-14T03:53:45.5045260Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H 2025-03-14T03:53:45.5244354Z aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:53:45.5528609Z Prepare all required actions 2025-03-14T03:53:45.5596884Z ##[group]Run ./.github/actions/setup-win 2025-03-14T03:53:45.5597169Z with: 2025-03-14T03:53:45.5597357Z cuda-version: 12.6 2025-03-14T03:53:45.5597566Z env: 2025-03-14T03:53:45.5597764Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:53:45.5598004Z ##[endgroup] 2025-03-14T03:53:45.5671511Z ##[group]Run set -euo pipefail 2025-03-14T03:53:45.5671819Z set -euo pipefail 2025-03-14T03:53:45.5672093Z function get_ec2_metadata() { 2025-03-14T03:53:45.5672462Z  # Pulled from instance metadata endpoint for EC2 2025-03-14T03:53:45.5673050Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-03-14T03:53:45.5673577Z  category=$1 2025-03-14T03:53:45.5674462Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-03-14T03:53:45.5675399Z } 2025-03-14T03:53:45.5675678Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-03-14T03:53:45.5676128Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-03-14T03:53:45.5676577Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-03-14T03:53:45.5676971Z echo "system info $(uname -a)" 2025-03-14T03:53:45.5696175Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T03:53:45.5696630Z env: 2025-03-14T03:53:45.5696836Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:53:45.5697086Z ##[endgroup] 2025-03-14T03:53:45.6156904Z ami-id: ami-047591c381c19028d 2025-03-14T03:53:45.6505264Z instance-id: i-003f10050a10bbe35 2025-03-14T03:53:45.6962275Z instance-type: c5d.4xlarge 2025-03-14T03:53:45.7142520Z system info MSYS_NT-10.0-17763 EC2AMAZ-DD9BHOF 3.5.4-395fda67.x86_64 2024-11-25 09:49 UTC x86_64 Msys 2025-03-14T03:53:45.7256911Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-03-14T03:53:45.7257884Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-03-14T03:53:45.7273494Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-14T03:53:45.7273960Z env: 2025-03-14T03:53:45.7274194Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:53:45.7274445Z ##[endgroup] 2025-03-14T03:53:46.0711780Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-14T03:53:46.0776736Z Finished 2025-03-14T03:53:46.1074038Z ##[group]Run # Windows conda is baked into the AMI at this location 2025-03-14T03:53:46.1074583Z # Windows conda is baked into the AMI at this location 2025-03-14T03:53:46.1075014Z CONDA="C:\Jenkins\Miniconda3\condabin\conda.bat" 2025-03-14T03:53:46.1075339Z  2025-03-14T03:53:46.1075531Z { 2025-03-14T03:53:46.1075812Z  echo "CONDA_RUN=${CONDA} run --no-capture-output"; 2025-03-14T03:53:46.1076214Z  echo "CONDA_BUILD=${CONDA} run conda-build"; 2025-03-14T03:53:46.1076573Z  echo "CONDA_INSTALL=${CONDA} install"; 2025-03-14T03:53:46.1076876Z } >> "${GITHUB_ENV}" 2025-03-14T03:53:46.1095802Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T03:53:46.1096241Z env: 2025-03-14T03:53:46.1096514Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:53:46.1096956Z ##[endgroup] 2025-03-14T03:53:46.1364217Z ##[group]Run set +e 2025-03-14T03:53:46.1364461Z set +e 2025-03-14T03:53:46.1364664Z set -x 2025-03-14T03:53:46.1364856Z  2025-03-14T03:53:46.1365082Z PYTHON3=$(${CONDA_RUN} which python3) 2025-03-14T03:53:46.1365376Z EXIT_CODE=$? 2025-03-14T03:53:46.1365586Z  2025-03-14T03:53:46.1367043Z if [[ "${EXIT_CODE}" == "0" ]]; then 2025-03-14T03:53:46.1367552Z  echo "Found Python3 at ${PYTHON3}, adding it into GITHUB_PATH" 2025-03-14T03:53:46.1367979Z  2025-03-14T03:53:46.1368196Z  PYTHON_PATH=$(dirname "${PYTHON3}") 2025-03-14T03:53:46.1368544Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2025-03-14T03:53:46.1368847Z else 2025-03-14T03:53:46.1369300Z  # According to https://docs.conda.io/en/latest/miniconda.html, we are using the Miniconda3 2025-03-14T03:53:46.1370023Z  # installation, which is Python 3 based. Its Python is default to Python 3. Further, there 2025-03-14T03:53:46.1370786Z  # is also the Miniconda installation that is Python 2 based, and both can be installed if 2025-03-14T03:53:46.1371361Z  # needed. In both cases, Python binary is just called python 2025-03-14T03:53:46.1371756Z  PYTHON=$(${CONDA_RUN} which python) 2025-03-14T03:53:46.1372059Z  EXIT_CODE=$? 2025-03-14T03:53:46.1372287Z  2025-03-14T03:53:46.1372502Z  if [[ "${EXIT_CODE}" == "0" ]]; then 2025-03-14T03:53:46.1372983Z  echo "Found Python at ${PYTHON}, set Python3 alias and add it into GITHUB_PATH" 2025-03-14T03:53:46.1373455Z  2025-03-14T03:53:46.1373722Z  PYTHON3=$(echo "${PYTHON}" | sed "s/python/python3/") 2025-03-14T03:53:46.1374250Z  # It's difficult to setup alias across GitHub action steps, so I just add a softlink 2025-03-14T03:53:46.1374718Z  # here pointing to Python 2025-03-14T03:53:46.1375025Z  ln -s "${PYTHON}" "${PYTHON3}" 2025-03-14T03:53:46.1375314Z  2025-03-14T03:53:46.1375526Z  PYTHON_PATH=$(dirname "${PYTHON}") 2025-03-14T03:53:46.1375866Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2025-03-14T03:53:46.1376171Z  else 2025-03-14T03:53:46.1376424Z  echo "Found no Python using ${CONDA_RUN}" 2025-03-14T03:53:46.1376734Z  fi 2025-03-14T03:53:46.1376912Z fi 2025-03-14T03:53:46.1394811Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T03:53:46.1395250Z env: 2025-03-14T03:53:46.1395450Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:53:46.1395906Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T03:53:46.1396492Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T03:53:46.1396982Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T03:53:46.1397362Z ##[endgroup] 2025-03-14T03:53:46.1621758Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output which python3 2025-03-14T03:53:47.4197198Z + PYTHON3=/c/Jenkins/Miniconda3/python3 2025-03-14T03:53:47.4197556Z + EXIT_CODE=0 2025-03-14T03:53:47.4197755Z + [[ 0 == \0 ]] 2025-03-14T03:53:47.4198139Z + echo 'Found Python3 at /c/Jenkins/Miniconda3/python3, adding it into GITHUB_PATH' 2025-03-14T03:53:47.4198769Z Found Python3 at /c/Jenkins/Miniconda3/python3, adding it into GITHUB_PATH 2025-03-14T03:53:47.4255459Z ++ dirname /c/Jenkins/Miniconda3/python3 2025-03-14T03:53:47.4315810Z + PYTHON_PATH=/c/Jenkins/Miniconda3 2025-03-14T03:53:47.4316142Z + echo /c/Jenkins/Miniconda3 2025-03-14T03:53:47.4419279Z ##[group]Run TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2025-03-14T03:53:47.4419897Z TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2025-03-14T03:53:47.4420365Z echo "TMPDIR=${TMPDIR}" >> "${GITHUB_ENV}" 2025-03-14T03:53:47.4441184Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T03:53:47.4441621Z env: 2025-03-14T03:53:47.4441824Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:53:47.4442204Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T03:53:47.4442745Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T03:53:47.4443787Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T03:53:47.4444159Z ##[endgroup] 2025-03-14T03:53:47.5490218Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2025-03-14T03:53:47.5491267Z Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2025-03-14T03:53:47.5492068Z # Let's both exclude the path and disable Windows Defender completely just to be sure 2025-03-14T03:53:47.5492568Z # that it doesn't interfere 2025-03-14T03:53:47.5493012Z Set-MpPreference -DisableRealtimeMonitoring $True -ErrorAction Ignore 2025-03-14T03:53:47.5509624Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-14T03:53:47.5510223Z env: 2025-03-14T03:53:47.5510514Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:53:47.5511085Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T03:53:47.5511777Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T03:53:47.5512539Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T03:53:47.5513113Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T03:53:47.5513558Z ##[endgroup] 2025-03-14T03:53:47.8867957Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-14T03:53:47.8932196Z Finished 2025-03-14T03:53:48.2679080Z ##[group]Run choco install handle -y 2025-03-14T03:53:48.2679441Z choco install handle -y 2025-03-14T03:53:48.2679731Z handle C:\actions-runner\_work\ 2025-03-14T03:53:48.2695270Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-14T03:53:48.2695730Z env: 2025-03-14T03:53:48.2695932Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:53:48.2696318Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T03:53:48.2696856Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T03:53:48.2697337Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T03:53:48.2697743Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T03:53:48.2698045Z ##[endgroup] 2025-03-14T03:53:48.6354635Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-14T03:53:48.6398416Z Finished 2025-03-14T03:53:49.3146257Z Chocolatey v2.4.2 2025-03-14T03:53:49.4688925Z Installing the following packages: 2025-03-14T03:53:49.4694060Z handle 2025-03-14T03:53:49.4697929Z By installing, you accept licenses for the packages. 2025-03-14T03:53:49.8048226Z handle v5.0.0 already installed. 2025-03-14T03:53:49.8048709Z Use --force to reinstall, specify a version to install, or try upgrade. 2025-03-14T03:53:49.8132306Z 2025-03-14T03:53:49.8132738Z Chocolatey installed 0/1 packages. 2025-03-14T03:53:49.8133252Z See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). 2025-03-14T03:53:49.8135747Z 2025-03-14T03:53:49.8139023Z Warnings: 2025-03-14T03:53:49.8144781Z - handle - handle v5.0.0 already installed. 2025-03-14T03:53:49.8145213Z Use --force to reinstall, specify a version to install, or try upgrade. 2025-03-14T03:53:49.8810374Z 2025-03-14T03:53:49.8810766Z Nthandle v5.0 - Handle viewer 2025-03-14T03:53:49.8811114Z Copyright (C) 1997-2022 Mark Russinovich 2025-03-14T03:53:49.8811433Z Sysinternals - www.sysinternals.com 2025-03-14T03:53:49.8811627Z 2025-03-14T03:53:49.9087299Z powershell.exe pid: 1556 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-03-14T03:53:49.9087903Z handle.exe pid: 5488 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-03-14T03:53:49.9088472Z handle.exe pid: 5492 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2025-03-14T03:53:49.9089197Z handle64.exe pid: 7020 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2025-03-14T03:53:49.9415271Z ##[group]Run python3 .github/scripts/parse_ref.py 2025-03-14T03:53:49.9415720Z python3 .github/scripts/parse_ref.py 2025-03-14T03:53:49.9434692Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T03:53:49.9435134Z env: 2025-03-14T03:53:49.9435331Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:53:49.9435721Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T03:53:49.9436250Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T03:53:49.9436734Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T03:53:49.9437138Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T03:53:49.9437433Z ##[endgroup] 2025-03-14T03:53:50.0179316Z Prepare all required actions 2025-03-14T03:53:50.0214393Z ##[group]Run ./.github/actions/get-workflow-job-id 2025-03-14T03:53:50.0214716Z with: 2025-03-14T03:53:50.0215464Z github-token: *** 2025-03-14T03:53:50.0215666Z env: 2025-03-14T03:53:50.0215870Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:53:50.0216255Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T03:53:50.0216802Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T03:53:50.0217287Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T03:53:50.0217686Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T03:53:50.0217988Z ##[endgroup] 2025-03-14T03:53:50.0298158Z ##[group]Run set -eux 2025-03-14T03:53:50.0298479Z set -eux 2025-03-14T03:53:50.0298939Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-03-14T03:53:50.0317688Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T03:53:50.0318124Z env: 2025-03-14T03:53:50.0318313Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:53:50.0318693Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T03:53:50.0319228Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T03:53:50.0319706Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T03:53:50.0320108Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T03:53:50.0320598Z GITHUB_TOKEN: *** 2025-03-14T03:53:50.0320798Z ##[endgroup] 2025-03-14T03:53:50.0521222Z + python3 .github/scripts/get_workflow_job_id.py 13849515284 i-003f10050a10bbe35 2025-03-14T03:53:50.4738173Z setting job-id=38754270065 2025-03-14T03:53:50.4738525Z setting job-name=win-vs2022-cuda12.6-py3 / build 2025-03-14T03:53:50.5043246Z Prepare all required actions 2025-03-14T03:53:50.5043655Z Getting action download info 2025-03-14T03:53:50.6151738Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-03-14T03:53:50.8234671Z ##[group]Run ./.github/actions/filter-test-configs 2025-03-14T03:53:50.8235061Z with: 2025-03-14T03:53:50.8235470Z github-token: *** 2025-03-14T03:53:50.8235720Z job-name: win-vs2022-cuda12.6-py3 / build 2025-03-14T03:53:50.8235996Z env: 2025-03-14T03:53:50.8236195Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:53:50.8236580Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T03:53:50.8237112Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T03:53:50.8237593Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T03:53:50.8238148Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T03:53:50.8238450Z ##[endgroup] 2025-03-14T03:53:50.8330976Z ##[group]Run nick-fields/retry@v3.0.0 2025-03-14T03:53:50.8331259Z with: 2025-03-14T03:53:50.8331501Z shell: bash 2025-03-14T03:53:50.8331714Z timeout_minutes: 10 2025-03-14T03:53:50.8331930Z max_attempts: 5 2025-03-14T03:53:50.8332144Z retry_wait_seconds: 30 2025-03-14T03:53:50.8332903Z command: set -eux # PyYAML 6.0 doesn't work with MacOS x86 anymore # This must run on Python-3.7 (AmazonLinux2) so can't use request=3.32.2 python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2025-03-14T03:53:50.8333703Z polling_interval_seconds: 1 2025-03-14T03:53:50.8333960Z warning_on_retry: true 2025-03-14T03:53:50.8334204Z continue_on_error: false 2025-03-14T03:53:50.8334430Z env: 2025-03-14T03:53:50.8334618Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:53:50.8334987Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T03:53:50.8335531Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T03:53:50.8336029Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T03:53:50.8336435Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T03:53:50.8336959Z GITHUB_TOKEN: *** 2025-03-14T03:53:50.8337227Z ##[endgroup] 2025-03-14T03:53:50.9664707Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2025-03-14T03:53:51.4848589Z Requirement already satisfied: requests==2.27.1 in c:\jenkins\miniconda3\lib\site-packages (2.27.1) 2025-03-14T03:53:51.4854321Z Requirement already satisfied: pyyaml==6.0.1 in c:\jenkins\miniconda3\lib\site-packages (6.0.1) 2025-03-14T03:53:51.4983365Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (1.26.19) 2025-03-14T03:53:51.4990807Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2025.1.31) 2025-03-14T03:53:51.5002916Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2.0.4) 2025-03-14T03:53:51.5017201Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (3.7) 2025-03-14T03:53:52.9630862Z Command completed after 1 attempt(s). 2025-03-14T03:53:52.9776868Z ##[group]Run set -x 2025-03-14T03:53:52.9777127Z set -x 2025-03-14T03:53:52.9777340Z  2025-03-14T03:53:52.9777702Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-03-14T03:53:52.9778170Z # in runner workspace 2025-03-14T03:53:52.9778548Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2025-03-14T03:53:52.9797293Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T03:53:52.9797763Z env: 2025-03-14T03:53:52.9797975Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:53:52.9798360Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T03:53:52.9800290Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T03:53:52.9800831Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T03:53:52.9801253Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T03:53:52.9801578Z ##[endgroup] 2025-03-14T03:53:52.9987685Z + python3 'C:\actions-runner\_work\pytorch\pytorch\./.github/actions/filter-test-configs/../../scripts/parse_ref.py' 2025-03-14T03:53:53.0595525Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2025-03-14T03:53:53.0595903Z echo "Workflow: ${GITHUB_WORKFLOW}" 2025-03-14T03:53:53.0596215Z echo "Job name: ${JOB_NAME}" 2025-03-14T03:53:53.0596476Z  2025-03-14T03:53:53.0596822Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-03-14T03:53:53.0597267Z # in runner workspace 2025-03-14T03:53:53.0597671Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2025-03-14T03:53:53.0598297Z  --workflow "${GITHUB_WORKFLOW}" \ 2025-03-14T03:53:53.0598600Z  --job-name "${JOB_NAME}" \ 2025-03-14T03:53:53.0598881Z  --test-matrix "" \ 2025-03-14T03:53:53.0599208Z  --selected-test-configs "" \ 2025-03-14T03:53:53.0599566Z  --pr-number "${PR_NUMBER}" \ 2025-03-14T03:53:53.0599902Z  --tag "${TAG}" \ 2025-03-14T03:53:53.0600154Z  --event-name "${EVENT_NAME}" \ 2025-03-14T03:53:53.0600443Z  --schedule "${SCHEDULE}" \ 2025-03-14T03:53:53.0600735Z  --branch "${HEAD_BRANCH}" 2025-03-14T03:53:53.0620043Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T03:53:53.0620479Z env: 2025-03-14T03:53:53.0620665Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:53:53.0621051Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T03:53:53.0621592Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T03:53:53.0622082Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T03:53:53.0622482Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T03:53:53.0623021Z GITHUB_TOKEN: *** 2025-03-14T03:53:53.0623268Z JOB_NAME: win-vs2022-cuda12.6-py3 / build 2025-03-14T03:53:53.0623550Z PR_NUMBER: 2025-03-14T03:53:53.0623743Z TAG: 2025-03-14T03:53:53.0623933Z EVENT_NAME: push 2025-03-14T03:53:53.0624142Z SCHEDULE: 2025-03-14T03:53:53.0624321Z HEAD_BRANCH: 2025-03-14T03:53:53.0624523Z ##[endgroup] 2025-03-14T03:53:53.0803126Z Workflow: trunk 2025-03-14T03:53:53.0803404Z Job name: win-vs2022-cuda12.6-py3 / build 2025-03-14T03:53:53.2104209Z C:\actions-runner\_work\pytorch\pytorch\.github\scripts\filter_test_configs.py:555: UserWarning: Invalid test matrix input '', exiting 2025-03-14T03:53:53.2105026Z warnings.warn(f"Invalid test matrix input '{args.test_matrix}', exiting") 2025-03-14T03:53:53.2345299Z ##[group]Run echo "Filtered matrix:" 2025-03-14T03:53:53.2345641Z echo "Filtered matrix:" 2025-03-14T03:53:53.2345903Z echo "" 2025-03-14T03:53:53.2346102Z  2025-03-14T03:53:53.2346285Z echo 2025-03-14T03:53:53.2346504Z echo "Is the current job unstable? " 2025-03-14T03:53:53.2346793Z  2025-03-14T03:53:53.2346964Z echo 2025-03-14T03:53:53.2347181Z echo "Is keep-going label set? " 2025-03-14T03:53:53.2347464Z  2025-03-14T03:53:53.2347635Z echo 2025-03-14T03:53:53.2347851Z echo "Renabled issues? " 2025-03-14T03:53:53.2366061Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T03:53:53.2366502Z env: 2025-03-14T03:53:53.2366705Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:53:53.2367079Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T03:53:53.2367615Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T03:53:53.2368646Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T03:53:53.2369072Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T03:53:53.2369376Z ##[endgroup] 2025-03-14T03:53:53.2549339Z Filtered matrix: 2025-03-14T03:53:53.2549512Z 2025-03-14T03:53:53.2549517Z 2025-03-14T03:53:53.2549663Z Is the current job unstable? 2025-03-14T03:53:53.2549846Z 2025-03-14T03:53:53.2549978Z Is keep-going label set? 2025-03-14T03:53:53.2550154Z 2025-03-14T03:53:53.2550298Z Renabled issues? 2025-03-14T03:53:53.2682069Z Prepare all required actions 2025-03-14T03:53:53.2682724Z Getting action download info 2025-03-14T03:53:53.3709489Z ##[group]Run ./.github/actions/pytest-cache-download 2025-03-14T03:53:53.3709829Z with: 2025-03-14T03:53:53.3710033Z cache_dir: .pytest_cache 2025-03-14T03:53:53.3710318Z job_identifier: trunk_win-vs2022-cuda12.6-py3 2025-03-14T03:53:53.3710788Z s3_bucket: gha-artifacts 2025-03-14T03:53:53.3711008Z env: 2025-03-14T03:53:53.3711192Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:53:53.3711578Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T03:53:53.3712114Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T03:53:53.3712599Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T03:53:53.3713001Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T03:53:53.3713291Z ##[endgroup] 2025-03-14T03:53:53.3800442Z ##[group]Run nick-fields/retry@v3.0.0 2025-03-14T03:53:53.3800781Z with: 2025-03-14T03:53:53.3800969Z shell: bash 2025-03-14T03:53:53.3801154Z timeout_minutes: 5 2025-03-14T03:53:53.3801362Z max_attempts: 5 2025-03-14T03:53:53.3801573Z retry_wait_seconds: 30 2025-03-14T03:53:53.3801875Z command: set -eu python3 -m pip install boto3==1.35.42 2025-03-14T03:53:53.3802271Z polling_interval_seconds: 1 2025-03-14T03:53:53.3802527Z warning_on_retry: true 2025-03-14T03:53:53.3802762Z continue_on_error: false 2025-03-14T03:53:53.3802992Z env: 2025-03-14T03:53:53.3803183Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:53:53.3803561Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T03:53:53.3804136Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T03:53:53.3804668Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T03:53:53.3805081Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T03:53:53.3805383Z ##[endgroup] 2025-03-14T03:53:54.7589256Z Collecting boto3==1.35.42 2025-03-14T03:53:54.7618802Z Using cached boto3-1.35.42-py3-none-any.whl.metadata (6.7 kB) 2025-03-14T03:53:54.7689110Z Requirement already satisfied: botocore<1.36.0,>=1.35.42 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.42) (1.35.99) 2025-03-14T03:53:54.7696313Z Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.42) (1.0.1) 2025-03-14T03:53:54.7703754Z Requirement already satisfied: s3transfer<0.11.0,>=0.10.0 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.42) (0.10.4) 2025-03-14T03:53:54.7769996Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in c:\jenkins\miniconda3\lib\site-packages (from botocore<1.36.0,>=1.35.42->boto3==1.35.42) (2.9.0.post0) 2025-03-14T03:53:54.7782190Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in c:\jenkins\miniconda3\lib\site-packages (from botocore<1.36.0,>=1.35.42->boto3==1.35.42) (1.26.19) 2025-03-14T03:53:54.7843033Z Requirement already satisfied: six>=1.5 in c:\jenkins\miniconda3\lib\site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.36.0,>=1.35.42->boto3==1.35.42) (1.16.0) 2025-03-14T03:53:54.8050746Z Using cached boto3-1.35.42-py3-none-any.whl (139 kB) 2025-03-14T03:53:55.8082677Z Installing collected packages: boto3 2025-03-14T03:53:55.8084569Z Attempting uninstall: boto3 2025-03-14T03:53:55.8094110Z Found existing installation: boto3 1.35.33 2025-03-14T03:53:55.8246958Z Uninstalling boto3-1.35.33: 2025-03-14T03:53:55.8300017Z Successfully uninstalled boto3-1.35.33 2025-03-14T03:53:56.0000423Z Successfully installed boto3-1.35.42 2025-03-14T03:53:56.4995708Z Command completed after 1 attempt(s). 2025-03-14T03:53:56.5143346Z ##[group]Run python3 .github/scripts/pytest_cache.py \ 2025-03-14T03:53:56.5143767Z python3 .github/scripts/pytest_cache.py \ 2025-03-14T03:53:56.5144099Z  --download \ 2025-03-14T03:53:56.5145855Z  --cache_dir $GITHUB_WORKSPACE/$CACHE_DIR \ 2025-03-14T03:53:56.5146254Z  --pr_identifier $GITHUB_REF \ 2025-03-14T03:53:56.5146585Z  --job_identifier $JOB_IDENTIFIER \ 2025-03-14T03:53:56.5146898Z  --temp_dir $RUNNER_TEMP \ 2025-03-14T03:53:56.5147170Z  --repo $REPO \ 2025-03-14T03:53:56.5147412Z  --bucket $BUCKET \ 2025-03-14T03:53:56.5166123Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T03:53:56.5166706Z env: 2025-03-14T03:53:56.5166907Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:53:56.5167289Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T03:53:56.5167816Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T03:53:56.5168312Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T03:53:56.5168714Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T03:53:56.5169032Z CACHE_DIR: .pytest_cache 2025-03-14T03:53:56.5169318Z JOB_IDENTIFIER: trunk_win-vs2022-cuda12.6-py3 2025-03-14T03:53:56.5169618Z REPO: pytorch/pytorch 2025-03-14T03:53:56.5169852Z BUCKET: gha-artifacts 2025-03-14T03:53:56.5170077Z ##[endgroup] 2025-03-14T03:53:57.3734931Z PR identifier for `refs/heads/main` is `96e092540d6b3c4076e3d2bc6f1f9013` 2025-03-14T03:53:57.3736546Z Downloading cache with args Namespace(upload=False, download=True, cache_dir='C:\\actions-runner\\_work\\pytorch\\pytorch/.pytest_cache', pr_identifier='refs/heads/main', job_identifier='trunk_win-vs2022-cuda12.6-py3', sha=None, test_config=None, shard=None, repo='pytorch/pytorch', temp_dir='C:\\actions-runner\\_work\\_temp', bucket='gha-artifacts') 2025-03-14T03:53:57.3738521Z There were no files matching the prefix `pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cuda12_6-py3` in bucket `gha-artifacts` 2025-03-14T03:53:57.4403144Z ##[group]Run .ci/pytorch/win-build.sh 2025-03-14T03:53:57.4403496Z .ci/pytorch/win-build.sh 2025-03-14T03:53:57.4422064Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T03:53:57.4422501Z env: 2025-03-14T03:53:57.4422705Z GIT_DEFAULT_BRANCH: main 2025-03-14T03:53:57.4423087Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T03:53:57.4423617Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T03:53:57.4424107Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T03:53:57.4424507Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T03:53:57.4424888Z PYTORCH_FINAL_PACKAGE_DIR: /c/13849515284/build-results/ 2025-03-14T03:53:57.4425222Z BRANCH: main 2025-03-14T03:53:57.4425454Z BUILD_ENVIRONMENT: win-vs2022-cuda12.6-py3 2025-03-14T03:53:57.4425749Z BUILD_WHEEL: 1 2025-03-14T03:53:57.4425934Z MAX_JOBS: 8 2025-03-14T03:53:57.4426164Z CUDA_VERSION: 12.6 2025-03-14T03:53:57.4426391Z PYTHON_VERSION: 3.9 2025-03-14T03:53:57.4426630Z SCCACHE_BUCKET: ossci-compiler-cache 2025-03-14T03:53:57.4426923Z SCCACHE_S3_KEY_PREFIX: trunk 2025-03-14T03:53:57.4427181Z SCCACHE_REGION: us-east-1 2025-03-14T03:53:57.4427424Z VC_PRODUCT: BuildTools 2025-03-14T03:53:57.4427648Z VC_VERSION: 2025-03-14T03:53:57.4427831Z VC_YEAR: 2019 2025-03-14T03:53:57.4428161Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-14T03:53:57.4428581Z AWS_DEFAULT_REGION: us-east-1 2025-03-14T03:53:57.4428832Z PR_NUMBER: 2025-03-14T03:53:57.4429060Z SHA1: aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:53:57.4429353Z DEBUG: 0 2025-03-14T03:53:57.4429542Z TORCH_CUDA_ARCH_LIST: 8.6 2025-03-14T03:53:57.4429779Z USE_CUDA: 1 2025-03-14T03:53:57.4429967Z USE_XPU: 0 2025-03-14T03:53:57.4430157Z XPU_VERSION: 2025-03-14T03:53:57.4430367Z OUR_GITHUB_JOB_ID: 38754270065 2025-03-14T03:53:57.4430619Z ##[endgroup] 2025-03-14T03:53:57.5085129Z ++ [[ win-vs2022-cuda12.6-py3 == *rocm* ]] 2025-03-14T03:53:57.5085473Z ++ BUILD_TEST_LIBTORCH=0 2025-03-14T03:53:57.5085916Z + source /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common-build.sh 2025-03-14T03:53:57.5095175Z ++ [[ win-vs2022-cuda12.6-py3 != *win-* ]] 2025-03-14T03:53:57.5095626Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-03-14T03:53:57.5096115Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-03-14T03:53:57.5148907Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-03-14T03:53:57.5242650Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2025-03-14T03:53:57.5243050Z + export TMP_DIR_WIN 2025-03-14T03:53:57.5243390Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/13849515284/build-results/ 2025-03-14T03:53:57.5243834Z + PYTORCH_FINAL_PACKAGE_DIR=/c/13849515284/build-results/ 2025-03-14T03:53:57.5244204Z + [[ -n /c/13849515284/build-results/ ]] 2025-03-14T03:53:57.5244504Z + mkdir -p /c/13849515284/build-results/ 2025-03-14T03:53:57.5360565Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-03-14T03:53:57.5361301Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-03-14T03:53:57.5361763Z + set +ex 2025-03-14T03:53:58.3912122Z + /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/build_pytorch.bat 2025-03-14T03:53:58.4059389Z 2025-03-14T03:53:58.4060125Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" (set BUILD_TYPE=debug ) ELSE (set BUILD_TYPE=release ) 2025-03-14T03:53:58.4063289Z 2025-03-14T03:53:58.4067422Z C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-03-14T03:53:58.4070001Z 2025-03-14T03:53:58.4070540Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2025-03-14T03:53:58.4071178Z 2025-03-14T03:53:58.4071722Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\install_magma.bat 2025-03-14T03:53:58.4087694Z 2025-03-14T03:53:58.4087990Z C:\actions-runner\_work\pytorch\pytorch>if "12.6" == "cpu" ( 2025-03-14T03:53:58.4088398Z echo skip magma installation for cpu builds 2025-03-14T03:53:58.4088720Z exit /b 0 2025-03-14T03:53:58.4088897Z ) 2025-03-14T03:53:58.4089010Z 2025-03-14T03:53:58.4089380Z C:\actions-runner\_work\pytorch\pytorch>rem remove dot in cuda_version, fox example 11.1 to 111 2025-03-14T03:53:58.4090326Z 2025-03-14T03:53:58.4090620Z C:\actions-runner\_work\pytorch\pytorch>if not "1" == "1" (exit /b 0 ) 2025-03-14T03:53:58.4091695Z 2025-03-14T03:53:58.4091962Z C:\actions-runner\_work\pytorch\pytorch>if x126 == x12.6 ( 2025-03-14T03:53:58.4092419Z echo CUDA version 12.6 format isn't correct, which doesn't contain '.' 2025-03-14T03:53:58.4092831Z exit /b 1 2025-03-14T03:53:58.4093020Z ) 2025-03-14T03:53:58.4093118Z 2025-03-14T03:53:58.4093300Z C:\actions-runner\_work\pytorch\pytorch>set VERSION_SUFFIX=126 2025-03-14T03:53:58.4094938Z 2025-03-14T03:53:58.4095165Z C:\actions-runner\_work\pytorch\pytorch>set CUDA_SUFFIX=cuda126 2025-03-14T03:53:58.4097397Z 2025-03-14T03:53:58.4097662Z C:\actions-runner\_work\pytorch\pytorch>if "cuda126" == "" ( 2025-03-14T03:53:58.4098153Z echo unknown CUDA version, please set `CUDA_VERSION` higher than 10.2 2025-03-14T03:53:58.4098539Z exit /b 1 2025-03-14T03:53:58.4098719Z ) 2025-03-14T03:53:58.4099998Z 2025-03-14T03:53:58.4100322Z C:\actions-runner\_work\pytorch\pytorch>if "" == "" ( 2025-03-14T03:53:58.4102000Z if "win-vs2022-cuda12.6-py3" == "" (curl --retry 3 --retry-all-errors -k https://s3.amazonaws.com/ossci-windows/magma_2.5.4_cuda126_release.7z --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\magma_2.5.4_cuda126_release.7z ) else (aws s3 cp s3://ossci-windows/magma_2.5.4_cuda126_release.7z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\magma_2.5.4_cuda126_release.7z --quiet ) 2025-03-14T03:53:58.4104082Z if errorlevel 1 exit /b 2025-03-14T03:53:58.4104352Z if not errorlevel 0 exit /b 2025-03-14T03:53:58.4105056Z 7z x -aoa C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\magma_2.5.4_cuda126_release.7z -oC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\magma 2025-03-14T03:53:58.4105756Z if errorlevel 1 exit /b 2025-03-14T03:53:58.4106005Z if not errorlevel 0 exit /b 2025-03-14T03:53:58.4106246Z ) 2025-03-14T03:54:01.4086184Z 2025-03-14T03:54:01.4086691Z 7-Zip 24.09 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-11-29 2025-03-14T03:54:01.4087013Z 2025-03-14T03:54:01.4087112Z Scanning the drive for archives: 2025-03-14T03:54:01.4087402Z 1 file, 62070579 bytes (60 MiB) 2025-03-14T03:54:01.4087565Z 2025-03-14T03:54:01.4087907Z Extracting archive: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\magma_2.5.4_cuda126_release.7z 2025-03-14T03:54:02.6464461Z -- 2025-03-14T03:54:02.6464958Z Path = C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\magma_2.5.4_cuda126_release.7z 2025-03-14T03:54:02.6465431Z Type = 7z 2025-03-14T03:54:02.6465626Z Physical Size = 62070579 2025-03-14T03:54:02.6465866Z Headers Size = 931 2025-03-14T03:54:02.6466115Z Method = LZMA2:24 2025-03-14T03:54:02.6466324Z Solid = + 2025-03-14T03:54:02.6467351Z Blocks = 1 2025-03-14T03:54:02.6467475Z 2025-03-14T03:54:02.6467617Z Everything is Ok 2025-03-14T03:54:02.6467762Z 2025-03-14T03:54:02.6467835Z Folders: 2 2025-03-14T03:54:02.6468024Z Files: 68 2025-03-14T03:54:02.6468205Z Size: 144236024 2025-03-14T03:54:02.6468421Z Compressed: 62070579 2025-03-14T03:54:02.6488608Z 2025-03-14T03:54:02.6489087Z C:\actions-runner\_work\pytorch\pytorch>set MAGMA_HOME=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\magma 2025-03-14T03:54:02.6493278Z 2025-03-14T03:54:02.6493838Z C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2025-03-14T03:54:02.6494607Z 2025-03-14T03:54:02.6494884Z C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2025-03-14T03:54:02.6496248Z 2025-03-14T03:54:02.6496845Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\install_sccache.bat 2025-03-14T03:54:02.6507875Z 2025-03-14T03:54:02.6508321Z C:\actions-runner\_work\pytorch\pytorch>mkdir C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin 2025-03-14T03:54:02.6512917Z 2025-03-14T03:54:02.6513188Z C:\actions-runner\_work\pytorch\pytorch>if "" == "" ( 2025-03-14T03:54:02.6513688Z IF EXIST C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe ( 2025-03-14T03:54:02.6514159Z taskkill /im sccache.exe /f /t || ver 1>nul 2025-03-14T03:54:02.6514661Z del C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe || ver 1>nul 2025-03-14T03:54:02.6515125Z ) 2025-03-14T03:54:02.6516406Z if "win-vs2022-cuda12.6-py3" == "" (curl --retry 3 --retry-all-errors -k https://s3.amazonaws.com/ossci-windows/sccache-v0.7.4.exe --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe ) else (aws s3 cp s3://ossci-windows/sccache-v0.7.4.exe C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe ) 2025-03-14T03:54:02.6517751Z ) 2025-03-14T03:54:03.9493555Z Completed 256.0 KiB/18.8 MiB (602.3 KiB/s) with 1 file(s) remaining 2025-03-14T03:54:03.9664493Z Completed 512.0 KiB/18.8 MiB (1.2 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:03.9690717Z Completed 768.0 KiB/18.8 MiB (1.6 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:03.9702757Z Completed 1.0 MiB/18.8 MiB (2.2 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:03.9715604Z Completed 1.2 MiB/18.8 MiB (2.7 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:03.9769189Z Completed 1.5 MiB/18.8 MiB (3.2 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:03.9771873Z Completed 1.8 MiB/18.8 MiB (3.7 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:03.9789152Z Completed 2.0 MiB/18.8 MiB (4.3 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:03.9804510Z Completed 2.2 MiB/18.8 MiB (4.8 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:03.9809130Z Completed 2.5 MiB/18.8 MiB (5.3 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:03.9826413Z Completed 2.8 MiB/18.8 MiB (5.7 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:03.9834362Z Completed 3.0 MiB/18.8 MiB (6.2 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:03.9846590Z Completed 3.2 MiB/18.8 MiB (6.8 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:03.9847548Z Completed 3.5 MiB/18.8 MiB (7.3 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:03.9859376Z Completed 3.8 MiB/18.8 MiB (7.8 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:03.9861530Z Completed 4.0 MiB/18.8 MiB (8.3 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:03.9872535Z Completed 4.2 MiB/18.8 MiB (8.8 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:03.9881808Z Completed 4.5 MiB/18.8 MiB (9.3 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:03.9898313Z Completed 4.8 MiB/18.8 MiB (9.8 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:03.9915572Z Completed 5.0 MiB/18.8 MiB (10.3 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:03.9930463Z Completed 5.2 MiB/18.8 MiB (10.7 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:03.9945707Z Completed 5.5 MiB/18.8 MiB (11.2 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:03.9958324Z Completed 5.8 MiB/18.8 MiB (11.7 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:03.9971595Z Completed 6.0 MiB/18.8 MiB (12.2 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:03.9984470Z Completed 6.2 MiB/18.8 MiB (12.6 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:03.9997384Z Completed 6.5 MiB/18.8 MiB (13.1 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0008336Z Completed 6.8 MiB/18.8 MiB (13.6 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0020255Z Completed 7.0 MiB/18.8 MiB (14.0 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0031536Z Completed 7.2 MiB/18.8 MiB (14.5 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0041825Z Completed 7.5 MiB/18.8 MiB (15.0 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0050145Z Completed 7.8 MiB/18.8 MiB (15.5 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0060244Z Completed 8.0 MiB/18.8 MiB (15.9 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0071018Z Completed 8.2 MiB/18.8 MiB (16.4 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0077769Z Completed 8.5 MiB/18.8 MiB (16.8 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0087212Z Completed 8.8 MiB/18.8 MiB (17.3 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0095464Z Completed 9.0 MiB/18.8 MiB (17.8 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0103155Z Completed 9.2 MiB/18.8 MiB (18.3 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0106615Z Completed 9.5 MiB/18.8 MiB (18.8 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0115066Z Completed 9.8 MiB/18.8 MiB (19.2 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0120775Z Completed 10.0 MiB/18.8 MiB (19.7 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0124725Z Completed 10.2 MiB/18.8 MiB (20.2 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0131703Z Completed 10.5 MiB/18.8 MiB (20.7 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0140078Z Completed 10.6 MiB/18.8 MiB (20.8 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0143634Z Completed 10.8 MiB/18.8 MiB (21.1 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0149104Z Completed 11.1 MiB/18.8 MiB (21.6 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0164235Z Completed 11.3 MiB/18.8 MiB (22.1 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0167621Z Completed 11.6 MiB/18.8 MiB (22.5 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0174040Z Completed 11.8 MiB/18.8 MiB (23.0 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0179985Z Completed 12.1 MiB/18.8 MiB (23.4 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0188104Z Completed 12.3 MiB/18.8 MiB (23.9 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0196446Z Completed 12.6 MiB/18.8 MiB (24.4 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0204078Z Completed 12.8 MiB/18.8 MiB (24.8 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0210948Z Completed 13.1 MiB/18.8 MiB (25.3 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0217531Z Completed 13.3 MiB/18.8 MiB (25.8 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0249417Z Completed 13.6 MiB/18.8 MiB (26.3 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0256647Z Completed 13.8 MiB/18.8 MiB (26.7 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0269042Z Completed 14.1 MiB/18.8 MiB (27.2 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0276014Z Completed 14.3 MiB/18.8 MiB (27.7 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0282693Z Completed 14.6 MiB/18.8 MiB (28.2 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0293174Z Completed 14.8 MiB/18.8 MiB (28.7 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0298813Z Completed 15.1 MiB/18.8 MiB (28.6 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0305170Z Completed 15.3 MiB/18.8 MiB (29.1 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0333024Z Completed 15.6 MiB/18.8 MiB (29.5 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0334240Z Completed 15.8 MiB/18.8 MiB (29.9 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0334762Z Completed 16.1 MiB/18.8 MiB (30.4 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0335282Z Completed 16.3 MiB/18.8 MiB (30.8 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0335810Z Completed 16.6 MiB/18.8 MiB (31.2 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0341270Z Completed 16.8 MiB/18.8 MiB (31.7 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0346059Z Completed 17.1 MiB/18.8 MiB (32.1 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0351599Z Completed 17.3 MiB/18.8 MiB (32.5 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0355638Z Completed 17.6 MiB/18.8 MiB (33.0 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0405477Z Completed 17.8 MiB/18.8 MiB (33.4 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0410475Z Completed 18.1 MiB/18.8 MiB (33.7 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0415596Z Completed 18.3 MiB/18.8 MiB (34.2 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0421554Z Completed 18.6 MiB/18.8 MiB (34.4 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0430374Z Completed 18.8 MiB/18.8 MiB (34.9 MiB/s) with 1 file(s) remaining 2025-03-14T03:54:04.0431006Z download: s3://ossci-windows/sccache-v0.7.4.exe to build\win_tmp\bin\sccache.exe 2025-03-14T03:54:04.1302079Z 2025-03-14T03:54:04.1302780Z C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2025-03-14T03:54:04.1303947Z 2025-03-14T03:54:04.1304502Z C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2025-03-14T03:54:04.1306171Z 2025-03-14T03:54:04.1306454Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" ( 2025-03-14T03:54:04.1306880Z set CUDA_VERSION=xpu 2025-03-14T03:54:04.1307464Z call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\..\windows\internal\xpu_install.bat 2025-03-14T03:54:04.1308115Z if errorlevel 1 exit /b 1 2025-03-14T03:54:04.1308405Z ) 2025-03-14T03:54:04.1308537Z 2025-03-14T03:54:04.1309151Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2025-03-14T03:54:04.1321293Z 2025-03-14T03:54:04.1322128Z C:\actions-runner\_work\pytorch\pytorch>if "win-vs2022-cuda12.6-py3" == "" (set CONDA_PARENT_DIR=C:\actions-runner\_work\pytorch\pytorch ) else (set CONDA_PARENT_DIR=C:\Jenkins ) 2025-03-14T03:54:04.1325094Z 2025-03-14T03:54:04.1325581Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2025-03-14T03:54:04.1354307Z 2025-03-14T03:54:04.1354988Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2025-03-14T03:54:04.1356135Z curl --retry 3 --retry-all-errors -k https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe 2025-03-14T03:54:04.1357170Z if errorlevel 1 exit /b 2025-03-14T03:54:04.1357499Z if not errorlevel 0 exit /b 2025-03-14T03:54:04.1358360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe /InstallationType=JustMe /RegisterPython=0 /S /AddToPath=0 /D=C:\Jenkins\Miniconda3 2025-03-14T03:54:04.1360142Z if errorlevel 1 exit /b 2025-03-14T03:54:04.1360483Z if not errorlevel 0 exit /b 2025-03-14T03:54:04.1360775Z ) 2025-03-14T03:54:04.1360894Z 2025-03-14T03:54:04.1361296Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2025-03-14T03:54:05.2848306Z Requirement already satisfied: mkl-include==2021.4.0 in c:\jenkins\miniconda3\lib\site-packages (2021.4.0) 2025-03-14T03:54:05.2856441Z Requirement already satisfied: mkl-devel==2021.4.0 in c:\jenkins\miniconda3\lib\site-packages (2021.4.0) 2025-03-14T03:54:05.2887565Z Requirement already satisfied: mkl==2021.4.0 in c:\jenkins\miniconda3\lib\site-packages (from mkl-devel==2021.4.0) (2021.4.0) 2025-03-14T03:54:05.2914146Z 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) 2025-03-14T03:54:05.2920060Z 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) 2025-03-14T03:54:06.3897818Z ********************************************************************** 2025-03-14T03:54:06.3898388Z ** Visual Studio 2019 Developer Command Prompt v16.11.44 2025-03-14T03:54:06.3898857Z ** Copyright (c) 2021 Microsoft Corporation 2025-03-14T03:54:06.3899241Z ********************************************************************** 2025-03-14T03:54:06.7742206Z [vcvarsall.bat] Environment initialized for: 'x64' 2025-03-14T03:54:06.7776680Z 2025-03-14T03:54:06.7777035Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2025-03-14T03:54:06.7780874Z 2025-03-14T03:54:06.7781269Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "1" == "1" goto cuda_build_end 2025-03-14T03:54:06.7782089Z 2025-03-14T03:54:06.7782575Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6 2025-03-14T03:54:06.7785264Z 2025-03-14T03:54:06.7785662Z (base) C:\actions-runner\_work\pytorch\pytorch>if x126 == x12.6 ( 2025-03-14T03:54:06.7786223Z echo CUDA version 12.6 format isn't correct, which doesn't contain '.' 2025-03-14T03:54:06.7786672Z goto fail 2025-03-14T03:54:06.7786906Z ) 2025-03-14T03:54:06.7787048Z 2025-03-14T03:54:06.7787380Z (base) C:\actions-runner\_work\pytorch\pytorch>rem version transformer, for example 10.1 to 10_1. 2025-03-14T03:54:06.7787840Z 2025-03-14T03:54:06.7788030Z (base) C:\actions-runner\_work\pytorch\pytorch>if x126 == x12.6 ( 2025-03-14T03:54:06.7788588Z echo CUDA version 12.6 format isn't correct, which doesn't contain '.' 2025-03-14T03:54:06.7789038Z goto fail 2025-03-14T03:54:06.7789272Z ) 2025-03-14T03:54:06.7789399Z 2025-03-14T03:54:06.7789632Z (base) C:\actions-runner\_work\pytorch\pytorch>set VERSION_SUFFIX=12_6 2025-03-14T03:54:06.7791060Z 2025-03-14T03:54:06.7791530Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDA_PATH_V12_6=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6 2025-03-14T03:54:06.7793559Z 2025-03-14T03:54:06.7794068Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDNN_LIB_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\lib\x64 2025-03-14T03:54:06.7796617Z 2025-03-14T03:54:06.7797165Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDA_TOOLKIT_ROOT_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6 2025-03-14T03:54:06.7798348Z 2025-03-14T03:54:06.7799022Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDNN_ROOT_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6 2025-03-14T03:54:06.7800787Z 2025-03-14T03:54:06.7809338Z (base) C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\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 2025-03-14T03:54:06.7817598Z 2025-03-14T03:54:06.7817899Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2025-03-14T03:54:06.7818240Z 2025-03-14T03:54:06.7826134Z (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.6\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\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 2025-03-14T03:54:06.7834360Z 2025-03-14T03:54:06.7834647Z (base) C:\actions-runner\_work\pytorch\pytorch>if "8.6" == "" set TORCH_CUDA_ARCH_LIST=8.6 2025-03-14T03:54:06.7835062Z 2025-03-14T03:54:06.7835310Z (base) C:\actions-runner\_work\pytorch\pytorch>set SCCACHE_IDLE_TIMEOUT=0 2025-03-14T03:54:06.7835691Z 2025-03-14T03:54:06.7835953Z (base) C:\actions-runner\_work\pytorch\pytorch>set SCCACHE_IGNORE_SERVER_IO_ERROR=1 2025-03-14T03:54:06.7836329Z 2025-03-14T03:54:06.7836573Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --stop-server 2025-03-14T03:54:06.8184218Z Stopping sccache server... 2025-03-14T03:54:07.8274162Z sccache: error: couldn't connect to server 2025-03-14T03:54:07.8276651Z sccache: caused by: No connection could be made because the target machine actively refused it. (os error 10061) 2025-03-14T03:54:07.8300586Z 2025-03-14T03:54:07.8300978Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --start-server 2025-03-14T03:54:07.8395163Z sccache: Starting the server... 2025-03-14T03:54:07.9530832Z 2025-03-14T03:54:07.9531546Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --zero-stats 2025-03-14T03:54:07.9636472Z Compile requests 0 2025-03-14T03:54:07.9636899Z Compile requests executed 0 2025-03-14T03:54:07.9637279Z Cache hits 0 2025-03-14T03:54:07.9637591Z Cache misses 0 2025-03-14T03:54:07.9637871Z Cache timeouts 0 2025-03-14T03:54:07.9638154Z Cache read errors 0 2025-03-14T03:54:07.9638430Z Forced recaches 0 2025-03-14T03:54:07.9638710Z Cache write errors 0 2025-03-14T03:54:07.9638990Z Compilation failures 0 2025-03-14T03:54:07.9639274Z Cache errors 0 2025-03-14T03:54:07.9639567Z Non-cacheable compilations 0 2025-03-14T03:54:07.9639867Z Non-cacheable calls 0 2025-03-14T03:54:07.9640155Z Non-compilation calls 0 2025-03-14T03:54:07.9640441Z Unsupported compiler calls 0 2025-03-14T03:54:07.9640736Z Average cache write 0.000 s 2025-03-14T03:54:07.9641034Z Average compiler 0.000 s 2025-03-14T03:54:07.9641335Z Average cache read hit 0.000 s 2025-03-14T03:54:07.9641658Z Failed distributed compilations 0 2025-03-14T03:54:07.9642045Z Cache location s3, name: ossci-compiler-cache, prefix: /trunk/ 2025-03-14T03:54:07.9642456Z Version (client) 0.7.4 2025-03-14T03:54:07.9656102Z 2025-03-14T03:54:07.9656731Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_C_COMPILER_LAUNCHER=sccache 2025-03-14T03:54:07.9658452Z 2025-03-14T03:54:07.9658803Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_CXX_COMPILER_LAUNCHER=sccache 2025-03-14T03:54:07.9660783Z 2025-03-14T03:54:07.9661058Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_GENERATOR=Ninja 2025-03-14T03:54:07.9664951Z 2025-03-14T03:54:07.9665222Z (base) C:\actions-runner\_work\pytorch\pytorch>if "1" == "1" ( 2025-03-14T03:54:07.9665628Z 2025-03-14T03:54:07.9665823Z 2025-03-14T03:54:07.9665997Z 2025-03-14T03:54:07.9666796Z curl -kL https://github.com/peterjc123/randomtemp-rust/releases/download/v0.4/randomtemp.exe --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\randomtemp.exe 2025-03-14T03:54:07.9667891Z if errorlevel 1 goto fail 2025-03-14T03:54:07.9668170Z if not errorlevel 0 goto fail 2025-03-14T03:54:07.9669376Z echo @"C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\randomtemp.exe" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\bin\nvcc.exe" %* 1>"C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat" 2025-03-14T03:54:07.9671392Z cat C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2025-03-14T03:54:07.9672048Z set CUDA_NVCC_EXECUTABLE=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2025-03-14T03:54:07.9672591Z The system cannot find the drive specified. 2025-03-14T03:54:07.9672912Z The system cannot find the drive specified. 2025-03-14T03:54:07.9673229Z The system cannot find the drive specified. 2025-03-14T03:54:07.9673903Z for /F "usebackq delims=" %n in (`cygpath -m "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\bin\nvcc.exe"`) do set CMAKE_CUDA_COMPILER=%n 2025-03-14T03:54:07.9675117Z set CMAKE_CUDA_COMPILER_LAUNCHER=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/randomtemp.exe;C:/actions-runner/_work/pytorch/pytorch/build/win_tmp\bin\sccache.exe 2025-03-14T03:54:07.9675936Z ) 2025-03-14T03:54:08.0607767Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-03-14T03:54:08.0608271Z Dload Upload Total Spent Left Speed 2025-03-14T03:54:08.0608528Z 2025-03-14T03:54:08.1655151Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-03-14T03:54:08.1655569Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-03-14T03:54:08.2252909Z 2025-03-14T03:54:08.2253857Z 100 303k 100 303k 0 0 1687k 0 --:--:-- --:--:-- --:--:-- 1687k 2025-03-14T03:54:08.2413547Z @"C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\randomtemp.exe" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\bin\nvcc.exe" %* 2025-03-14T03:54:08.2614948Z 2025-03-14T03:54:08.2615786Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_CUDA_COMPILER=C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6/bin/nvcc.exe 2025-03-14T03:54:08.2619752Z 2025-03-14T03:54:08.2620096Z (base) C:\actions-runner\_work\pytorch\pytorch>set 2025-03-14T03:54:08.2620620Z ALLUSERSPROFILE=C:\ProgramData 2025-03-14T03:54:08.2621078Z ALPINE_IMAGE=308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-14T03:54:08.2621517Z APPDATA=C:\Users\runneruser\AppData\Roaming 2025-03-14T03:54:08.2621833Z AWS_DEFAULT_REGION=us-east-1 2025-03-14T03:54:08.2622087Z AWS_EXECUTION_ENV=EC2 2025-03-14T03:54:08.2622306Z BRANCH=main 2025-03-14T03:54:08.2622541Z BUILD_ENVIRONMENT=win-vs2022-cuda12.6-py3 2025-03-14T03:54:08.2622844Z BUILD_TYPE=release 2025-03-14T03:54:08.2623047Z BUILD_WHEEL=1 2025-03-14T03:54:08.2623252Z CI=true 2025-03-14T03:54:08.2623631Z CMAKE_CUDA_COMPILER=C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6/bin/nvcc.exe 2025-03-14T03:54:08.2624657Z CMAKE_CUDA_COMPILER_LAUNCHER=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/randomtemp.exe;C:/actions-runner/_work/pytorch/pytorch/build/win_tmp\bin\sccache.exe 2025-03-14T03:54:08.2625491Z CMAKE_CXX_COMPILER_LAUNCHER=sccache 2025-03-14T03:54:08.2625788Z CMAKE_C_COMPILER_LAUNCHER=sccache 2025-03-14T03:54:08.2626061Z CMAKE_GENERATOR=Ninja 2025-03-14T03:54:08.2626305Z CommandPromptType=Native 2025-03-14T03:54:08.2626609Z COMMONPROGRAMFILES=C:\Program Files\Common Files 2025-03-14T03:54:08.2626945Z COMPUTERNAME=EC2AMAZ-DD9BHOF 2025-03-14T03:54:08.2627215Z COMSPEC=C:\Windows\system32\cmd.exe 2025-03-14T03:54:08.2627652Z CONDA_BUILD=C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T03:54:08.2628244Z CONDA_DEFAULT_ENV=base 2025-03-14T03:54:08.2628523Z CONDA_EXE=C:\Jenkins\Miniconda3\Scripts\conda.exe 2025-03-14T03:54:08.2628936Z CONDA_INSTALL=C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T03:54:08.2629327Z CONDA_PARENT_DIR=C:\Jenkins 2025-03-14T03:54:08.2629592Z CONDA_PREFIX=C:\Jenkins\Miniconda3 2025-03-14T03:54:08.2629863Z CONDA_PROMPT_MODIFIER=(base) 2025-03-14T03:54:08.2630163Z CONDA_PYTHON_EXE=C:\Jenkins\Miniconda3\python.exe 2025-03-14T03:54:08.2630631Z CONDA_RUN=C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T03:54:08.2631093Z CONDA_SHLVL=1 2025-03-14T03:54:08.2631534Z CUDA_NVCC_EXECUTABLE=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2025-03-14T03:54:08.2632111Z CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6 2025-03-14T03:54:08.2632627Z CUDA_PATH_V11_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8 2025-03-14T03:54:08.2633134Z CUDA_PATH_V12_4=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4 2025-03-14T03:54:08.2633642Z CUDA_PATH_V12_6=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6 2025-03-14T03:54:08.2634132Z CUDA_PATH_V12_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.8 2025-03-14T03:54:08.2634515Z CUDA_SUFFIX=cuda126 2025-03-14T03:54:08.2634854Z CUDA_TOOLKIT_ROOT_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6 2025-03-14T03:54:08.2635272Z CUDA_VERSION=12.6 2025-03-14T03:54:08.2636196Z ChocolateyInstall=C:\ProgramData\chocolatey 2025-03-14T03:54:08.2636612Z CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files 2025-03-14T03:54:08.2637068Z CommonProgramW6432=C:\Program Files\Common Files 2025-03-14T03:54:08.2637557Z CUDNN_LIB_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\lib\x64 2025-03-14T03:54:08.2638089Z CUDNN_ROOT_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6 2025-03-14T03:54:08.2638469Z DEBUG=0 2025-03-14T03:54:08.2638818Z DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\ 2025-03-14T03:54:08.2639268Z DISTUTILS_USE_SDK=1 2025-03-14T03:54:08.2639526Z DriverData=C:\Windows\System32\Drivers\DriverData 2025-03-14T03:54:08.2639850Z EC2LAUNCH_TELEMETRY=1 2025-03-14T03:54:08.2640241Z ExtensionSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs 2025-03-14T03:54:08.2640716Z Framework40Version=v4.0 2025-03-14T03:54:08.2641008Z FrameworkDir=C:\Windows\Microsoft.NET\Framework64\ 2025-03-14T03:54:08.2641409Z FrameworkDir64=C:\Windows\Microsoft.NET\Framework64\ 2025-03-14T03:54:08.2641758Z FrameworkVersion=v4.0.30319 2025-03-14T03:54:08.2642020Z FrameworkVersion64=v4.0.30319 2025-03-14T03:54:08.2642272Z GITHUB_ACTION=build 2025-03-14T03:54:08.2642526Z GITHUB_ACTIONS=true 2025-03-14T03:54:08.2642725Z GITHUB_ACTION_REF= 2025-03-14T03:54:08.2642980Z GITHUB_ACTION_REPOSITORY= 2025-03-14T03:54:08.2643235Z GITHUB_ACTOR=pytorchmergebot 2025-03-14T03:54:08.2643493Z GITHUB_ACTOR_ID=97764156 2025-03-14T03:54:08.2643771Z GITHUB_API_URL=https://api.github.com 2025-03-14T03:54:08.2644047Z GITHUB_BASE_REF= 2025-03-14T03:54:08.2644505Z GITHUB_ENV=C:\actions-runner\_work\_temp\_runner_file_commands\set_env_a161bb36-353b-4fa0-9810-c97656b05299 2025-03-14T03:54:08.2645039Z GITHUB_EVENT_NAME=push 2025-03-14T03:54:08.2645404Z GITHUB_EVENT_PATH=C:\actions-runner\_work\_temp\_github_workflow\event.json 2025-03-14T03:54:08.2645885Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2025-03-14T03:54:08.2646209Z GITHUB_HEAD_REF= 2025-03-14T03:54:08.2646404Z GITHUB_JOB=build 2025-03-14T03:54:08.2646871Z GITHUB_OUTPUT=C:\actions-runner\_work\_temp\_runner_file_commands\set_output_a161bb36-353b-4fa0-9810-c97656b05299 2025-03-14T03:54:08.2647674Z GITHUB_PATH=C:\actions-runner\_work\_temp\_runner_file_commands\add_path_a161bb36-353b-4fa0-9810-c97656b05299 2025-03-14T03:54:08.2648206Z GITHUB_REF=refs/heads/main 2025-03-14T03:54:08.2648493Z GITHUB_REF_NAME=main 2025-03-14T03:54:08.2648713Z GITHUB_REF_PROTECTED=true 2025-03-14T03:54:08.2648995Z GITHUB_REF_TYPE=branch 2025-03-14T03:54:08.2649385Z GITHUB_REPOSITORY=pytorch/pytorch 2025-03-14T03:54:08.2649674Z GITHUB_REPOSITORY_ID=65600975 2025-03-14T03:54:08.2649942Z GITHUB_REPOSITORY_OWNER=pytorch 2025-03-14T03:54:08.2650205Z GITHUB_REPOSITORY_OWNER_ID=21003710 2025-03-14T03:54:08.2650498Z GITHUB_RETENTION_DAYS=90 2025-03-14T03:54:08.2650735Z GITHUB_RUN_ATTEMPT=1 2025-03-14T03:54:08.2650953Z GITHUB_RUN_ID=13849515284 2025-03-14T03:54:08.2651179Z GITHUB_RUN_NUMBER=119929 2025-03-14T03:54:08.2651510Z GITHUB_SERVER_URL=https://github.com 2025-03-14T03:54:08.2651838Z GITHUB_SHA=aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:54:08.2652434Z GITHUB_STATE=C:\actions-runner\_work\_temp\_runner_file_commands\save_state_a161bb36-353b-4fa0-9810-c97656b05299 2025-03-14T03:54:08.2653268Z GITHUB_STEP_SUMMARY=C:\actions-runner\_work\_temp\_runner_file_commands\step_summary_a161bb36-353b-4fa0-9810-c97656b05299 2025-03-14T03:54:08.2653871Z GITHUB_TRIGGERING_ACTOR=pytorchmergebot 2025-03-14T03:54:08.2654155Z GITHUB_WORKFLOW=trunk 2025-03-14T03:54:08.2654587Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/trunk.yml@refs/heads/main 2025-03-14T03:54:08.2655161Z GITHUB_WORKFLOW_SHA=aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:54:08.2655611Z GITHUB_WORKSPACE=C:\actions-runner\_work\pytorch\pytorch 2025-03-14T03:54:08.2655966Z GIT_DEFAULT_BRANCH=main 2025-03-14T03:54:08.2656191Z HOME=C:\Users\runneruser 2025-03-14T03:54:08.2658027Z INCLUDE=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt 2025-03-14T03:54:08.2660218Z INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2025-03-14T03:54:08.2661597Z LIB=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64 2025-03-14T03:54:08.2663881Z LIBPATH=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x86\store\references;C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.19041.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.19041.0;C:\Windows\Microsoft.NET\Framework64\v4.0.30319 2025-03-14T03:54:08.2665399Z LOCALAPPDATA=C:\Users\runneruser\AppData\Local 2025-03-14T03:54:08.2665873Z MAGMA_HOME=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\magma 2025-03-14T03:54:08.2666304Z MAX_JOBS=8 2025-03-14T03:54:08.2666608Z NETFXSDKDir=C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\ 2025-03-14T03:54:08.2666969Z NUMBER_OF_PROCESSORS=16 2025-03-14T03:54:08.2667199Z OS=Windows_NT 2025-03-14T03:54:08.2667410Z OUR_GITHUB_JOB_ID=38754270065 2025-03-14T03:54:08.2675227Z PATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\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 2025-03-14T03:54:08.2683474Z PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC 2025-03-14T03:54:08.2683925Z Platform=x64 2025-03-14T03:54:08.2684146Z PROCESSOR_ARCHITECTURE=AMD64 2025-03-14T03:54:08.2684537Z PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 85 Stepping 7, GenuineIntel 2025-03-14T03:54:08.2684960Z PROCESSOR_LEVEL=6 2025-03-14T03:54:08.2685194Z PROCESSOR_REVISION=5507 2025-03-14T03:54:08.2685432Z PROGRAMFILES=C:\Program Files 2025-03-14T03:54:08.2685692Z PROMPT=(base) $P$G 2025-03-14T03:54:08.2685902Z PR_NUMBER= 2025-03-14T03:54:08.2686376Z PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files\WindowsPowerShell\Modules 2025-03-14T03:54:08.2686945Z PUBLIC=C:\Users\Public 2025-03-14T03:54:08.2687485Z *** 2025-03-14T03:54:08.2687664Z PYTHON_VERSION=3.9 2025-03-14T03:54:08.2687948Z PYTORCH_FINAL_PACKAGE_DIR=C:/13849515284/build-results/ 2025-03-14T03:54:08.2688308Z ProgramData=C:\ProgramData 2025-03-14T03:54:08.2688589Z ProgramFiles(x86)=C:\Program Files (x86) 2025-03-14T03:54:08.2688905Z ProgramW6432=C:\Program Files 2025-03-14T03:54:08.2689155Z RUNNER_ARCH=X64 2025-03-14T03:54:08.2689427Z RUNNER_ENVIRONMENT=self-hosted 2025-03-14T03:54:08.2689695Z RUNNER_NAME=i-003f10050a10bbe35 2025-03-14T03:54:08.2689976Z RUNNER_OS=Windows 2025-03-14T03:54:08.2690215Z RUNNER_TEMP=C:\actions-runner\_work\_temp 2025-03-14T03:54:08.2690547Z RUNNER_TOOL_CACHE=C:\actions-runner\_work\_tool 2025-03-14T03:54:08.2690955Z RUNNER_TRACKING_ID=github_8ed9f4b6-a673-4852-a510-3d5787a53023 2025-03-14T03:54:08.2691428Z RUNNER_WORKSPACE=C:\actions-runner\_work\pytorch 2025-03-14T03:54:08.2691769Z SCCACHE_BUCKET=ossci-compiler-cache 2025-03-14T03:54:08.2692058Z SCCACHE_IDLE_TIMEOUT=0 2025-03-14T03:54:08.2692297Z SCCACHE_IGNORE_SERVER_IO_ERROR=1 2025-03-14T03:54:08.2692563Z SCCACHE_REGION=us-east-1 2025-03-14T03:54:08.2692812Z SCCACHE_S3_KEY_PREFIX=trunk 2025-03-14T03:54:08.2693240Z SCRIPT_HELPERS_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-03-14T03:54:08.2693744Z SHA1=aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T03:54:08.2694030Z SHLVL=2 2025-03-14T03:54:08.2694293Z SSL_CERT_FILE=C:\Jenkins\Miniconda3\Library\ssl\cacert.pem 2025-03-14T03:54:08.2694639Z SYSTEMDRIVE=C: 2025-03-14T03:54:08.2694831Z SYSTEMROOT=C:\Windows 2025-03-14T03:54:08.2695077Z TEMP=C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T03:54:08.2695412Z TERM=xterm-256color 2025-03-14T03:54:08.2695657Z TMP=C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T03:54:08.2696012Z TMPDIR=C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T03:54:08.2696384Z TMP_DIR=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-03-14T03:54:08.2696963Z TMP_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp 2025-03-14T03:54:08.2697336Z TORCH_CUDA_ARCH_LIST=8.6 2025-03-14T03:54:08.2697575Z UCRTVersion=10.0.19041.0 2025-03-14T03:54:08.2697897Z UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2025-03-14T03:54:08.2698258Z UPDATEFILE=update.finished 2025-03-14T03:54:08.2698521Z USERDOMAIN=EC2AMAZ-DD9BHOF 2025-03-14T03:54:08.2698757Z USERNAME=runneruser 2025-03-14T03:54:08.2698994Z USERPROFILE=C:\Users\runneruser 2025-03-14T03:54:08.2699243Z USE_CUDA=1 2025-03-14T03:54:08.2699420Z USE_XPU=0 2025-03-14T03:54:08.2699821Z VCIDEInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\ 2025-03-14T03:54:08.2700469Z VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\ 2025-03-14T03:54:08.2701148Z VCToolsInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\ 2025-03-14T03:54:08.2702033Z VCToolsRedistDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Redist\MSVC\14.29.30133\ 2025-03-14T03:54:08.2702574Z VCToolsVersion=14.29.30133 2025-03-14T03:54:08.2702829Z VC_PRODUCT=BuildTools 2025-03-14T03:54:08.2703048Z VC_VERSION= 2025-03-14T03:54:08.2703231Z VC_YEAR=2019 2025-03-14T03:54:08.2703440Z VERBOSE_ARG='SilentlyContinue' 2025-03-14T03:54:08.2703698Z VERSION_SUFFIX=12_6 2025-03-14T03:54:08.2703912Z VisualStudioVersion=16.0 2025-03-14T03:54:08.2704465Z VS160COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\ 2025-03-14T03:54:08.2704946Z VSCMD_ARG_app_plat=Desktop 2025-03-14T03:54:08.2705194Z VSCMD_ARG_HOST_ARCH=x64 2025-03-14T03:54:08.2705428Z VSCMD_ARG_TGT_ARCH=x64 2025-03-14T03:54:08.2705643Z VSCMD_VER=16.11.44 2025-03-14T03:54:08.2705997Z VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\ 2025-03-14T03:54:08.2706404Z WINDIR=C:\Windows 2025-03-14T03:54:08.2706975Z WindowsLibPath=C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.19041.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.19041.0 2025-03-14T03:54:08.2707797Z WindowsSdkBinPath=C:\Program Files (x86)\Windows Kits\10\bin\ 2025-03-14T03:54:08.2708224Z WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2025-03-14T03:54:08.2708573Z WindowsSDKLibVersion=10.0.19041.0\ 2025-03-14T03:54:08.2708996Z WindowsSdkVerBinPath=C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\ 2025-03-14T03:54:08.2709446Z WindowsSDKVersion=10.0.19041.0\ 2025-03-14T03:54:08.2709953Z WindowsSDK_ExecutablePath_x64=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\ 2025-03-14T03:54:08.2710719Z WindowsSDK_ExecutablePath_x86=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\ 2025-03-14T03:54:08.2711221Z XPU_VERSION= 2025-03-14T03:54:08.2711622Z _=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/build_pytorch.bat 2025-03-14T03:54:08.2712111Z __CONDA_OPENSLL_CERT_FILE_SET="1" 2025-03-14T03:54:08.2712635Z __devinit_path=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit\devinit.exe 2025-03-14T03:54:08.2713207Z __DOTNET_ADD_64BIT=1 2025-03-14T03:54:08.2713442Z __DOTNET_PREFERRED_BITNESS=64 2025-03-14T03:54:08.2716763Z __VSCMD_PREINIT_PATH=C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-03-14T03:54:08.2720144Z 2025-03-14T03:54:08.2720381Z (base) C:\actions-runner\_work\pytorch\pytorch>python setup.py bdist_wheel 2025-03-14T03:54:08.5849544Z Building wheel torch-2.8.0a0+gitaed0b7a 2025-03-14T03:54:08.7300156Z Cloning into 'nccl'... 2025-03-14T03:54:09.5153553Z Note: switching to 'v2.25.1-1'. 2025-03-14T03:54:09.5153797Z 2025-03-14T03:54:09.5154044Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-14T03:54:09.5154572Z changes and commit them, and you can discard any commits you make in this 2025-03-14T03:54:09.5155084Z state without impacting any branches by switching back to a branch. 2025-03-14T03:54:09.5155396Z 2025-03-14T03:54:09.5155586Z If you want to create a new branch to retain commits you create, you may 2025-03-14T03:54:09.5156061Z do so (now or later) by using -c with the switch command. Example: 2025-03-14T03:54:09.5156340Z 2025-03-14T03:54:09.5156461Z git switch -c 2025-03-14T03:54:09.5156654Z 2025-03-14T03:54:09.5156754Z Or undo this operation with: 2025-03-14T03:54:09.5156921Z 2025-03-14T03:54:09.5157005Z git switch - 2025-03-14T03:54:09.5157122Z 2025-03-14T03:54:09.5157347Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-14T03:54:09.5157680Z 2025-03-14T03:54:09.5157776Z HEAD is now at 80f6bda NCCL 2.25.1-1 2025-03-14T03:54:09.8815814Z -- The CXX compiler identification is MSVC 19.29.30158.0 2025-03-14T03:54:10.0259202Z -- The C compiler identification is MSVC 19.29.30158.0 2025-03-14T03:54:10.0484532Z -- Detecting CXX compiler ABI info 2025-03-14T03:54:10.3774022Z -- Detecting CXX compiler ABI info - done 2025-03-14T03:54:10.3794946Z -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped 2025-03-14T03:54:10.3799887Z -- Detecting CXX compile features 2025-03-14T03:54:10.3808710Z -- Detecting CXX compile features - done 2025-03-14T03:54:10.3880253Z -- Detecting C compiler ABI info 2025-03-14T03:54:10.6534400Z -- Detecting C compiler ABI info - done 2025-03-14T03:54:10.6556089Z -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped 2025-03-14T03:54:10.6560126Z -- Detecting C compile features 2025-03-14T03:54:10.6565947Z -- Detecting C compile features - done 2025-03-14T03:54:10.6607971Z -- Not forcing any particular BLAS to be found 2025-03-14T03:54:10.6661432Z CMake Warning at CMakeLists.txt:418 (message): 2025-03-14T03:54:10.6661856Z TensorPipe cannot be used on Windows. Set it to OFF 2025-03-14T03:54:10.6662114Z 2025-03-14T03:54:10.6662119Z 2025-03-14T03:54:10.6662255Z CMake Warning at CMakeLists.txt:420 (message): 2025-03-14T03:54:10.6662624Z KleidiAI cannot be used on Windows. Set it to OFF 2025-03-14T03:54:10.6662863Z 2025-03-14T03:54:10.6662882Z 2025-03-14T03:54:10.6754866Z -- Performing Test C_HAS_AVX_1 2025-03-14T03:54:11.0225378Z -- Performing Test C_HAS_AVX_1 - Success 2025-03-14T03:54:11.0232528Z -- Performing Test C_HAS_AVX2_1 2025-03-14T03:54:11.3647501Z -- Performing Test C_HAS_AVX2_1 - Success 2025-03-14T03:54:11.3653524Z -- Performing Test C_HAS_AVX512_1 2025-03-14T03:54:11.7001521Z -- Performing Test C_HAS_AVX512_1 - Success 2025-03-14T03:54:11.7007163Z -- Performing Test CXX_HAS_AVX_1 2025-03-14T03:54:12.0369293Z -- Performing Test CXX_HAS_AVX_1 - Success 2025-03-14T03:54:12.0375124Z -- Performing Test CXX_HAS_AVX2_1 2025-03-14T03:54:12.3705201Z -- Performing Test CXX_HAS_AVX2_1 - Success 2025-03-14T03:54:12.3710266Z -- Performing Test CXX_HAS_AVX512_1 2025-03-14T03:54:12.7755332Z -- Performing Test CXX_HAS_AVX512_1 - Success 2025-03-14T03:54:12.7759561Z -- Current compiler supports avx2 extension. Will build perfkernels. 2025-03-14T03:54:12.7762730Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2025-03-14T03:54:13.1177117Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success 2025-03-14T03:54:13.1178048Z -- Current compiler supports avx512f extension. Will build fbgemm. 2025-03-14T03:54:13.1190285Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2025-03-14T03:54:13.3876695Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Failed 2025-03-14T03:54:13.3890746Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2025-03-14T03:54:13.6536173Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Failed 2025-03-14T03:54:13.6547909Z -- Could not find hardware support for NEON on this machine. 2025-03-14T03:54:13.6548312Z -- No OMAP3 processor on this machine. 2025-03-14T03:54:13.6548613Z -- No OMAP4 processor on this machine. 2025-03-14T03:54:13.6549016Z -- Compiler does not support SVE extension. Will not build perfkernels. 2025-03-14T03:54:13.6715622Z -- Performing Test HAS/UTF_8 2025-03-14T03:54:13.9397665Z -- Performing Test HAS/UTF_8 - Success 2025-03-14T03:54:15.0657072Z -- Found CUDA: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6 (found version "12.6") 2025-03-14T03:54:20.5066588Z -- The CUDA compiler identification is NVIDIA 12.6.77 2025-03-14T03:54:20.5249122Z -- Detecting CUDA compiler ABI info 2025-03-14T03:54:26.8026200Z -- Detecting CUDA compiler ABI info - done 2025-03-14T03:54:26.8322762Z -- Check for working CUDA compiler: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6/bin/nvcc.exe - skipped 2025-03-14T03:54:26.8326655Z -- Detecting CUDA compile features 2025-03-14T03:54:26.8332906Z -- Detecting CUDA compile features - done 2025-03-14T03:54:26.8385896Z -- Found CUDAToolkit: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6/include (found version "12.6.77") 2025-03-14T03:54:27.6178809Z -- PyTorch: CUDA detected: 12.6 2025-03-14T03:54:27.6179454Z -- PyTorch: CUDA nvcc is: C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2025-03-14T03:54:27.6180165Z -- PyTorch: CUDA toolkit directory: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6 2025-03-14T03:54:28.0652355Z -- PyTorch: Header version is: 12.6 2025-03-14T03:54:28.5834593Z -- Found Python: C:\Jenkins\Miniconda3\python.exe (found version "3.9.19") found components: Interpreter 2025-03-14T03:54:28.5871601Z CMake Warning at cmake/public/cuda.cmake:140 (message): 2025-03-14T03:54:28.5872040Z Failed to compute shorthash for libnvrtc.so 2025-03-14T03:54:28.5872393Z Call Stack (most recent call first): 2025-03-14T03:54:28.5872695Z cmake/Dependencies.cmake:44 (include) 2025-03-14T03:54:28.5872991Z CMakeLists.txt:868 (include) 2025-03-14T03:54:28.5873159Z 2025-03-14T03:54:28.5873165Z 2025-03-14T03:54:28.5877284Z -- Found nvtx3: C:/actions-runner/_work/pytorch/pytorch/third_party/NVTX/c/include 2025-03-14T03:54:28.5914048Z -- Found CUDNN: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6/lib/x64/cudnn.lib 2025-03-14T03:54:28.6177441Z -- Could NOT find CUSPARSELT (missing: CUSPARSELT_LIBRARY_PATH CUSPARSELT_INCLUDE_PATH) 2025-03-14T03:54:28.6178030Z CMake Warning at cmake/public/cuda.cmake:243 (message): 2025-03-14T03:54:28.6178500Z Cannot find cuSPARSELt library. Turning the option off 2025-03-14T03:54:28.6178915Z Call Stack (most recent call first): 2025-03-14T03:54:28.6179212Z cmake/Dependencies.cmake:44 (include) 2025-03-14T03:54:28.6179513Z CMakeLists.txt:868 (include) 2025-03-14T03:54:28.6179685Z 2025-03-14T03:54:28.6179690Z 2025-03-14T03:54:28.6405374Z -- Could NOT find CUDSS (missing: CUDSS_LIBRARY_PATH CUDSS_INCLUDE_PATH) 2025-03-14T03:54:28.6405882Z CMake Warning at cmake/public/cuda.cmake:259 (message): 2025-03-14T03:54:28.6406280Z Cannot find CUDSS library. Turning the option off 2025-03-14T03:54:28.6406628Z Call Stack (most recent call first): 2025-03-14T03:54:28.6406924Z cmake/Dependencies.cmake:44 (include) 2025-03-14T03:54:28.6407219Z CMakeLists.txt:868 (include) 2025-03-14T03:54:28.6407393Z 2025-03-14T03:54:28.6407398Z 2025-03-14T03:54:28.6407567Z -- USE_CUFILE is set to 0. Compiling without cuFile support 2025-03-14T03:54:28.6409052Z -- Added CUDA NVCC flags for: -gencode;arch=compute_86,code=sm_86 2025-03-14T03:54:28.6443721Z -- Building using own protobuf under third_party per request. 2025-03-14T03:54:28.6444115Z -- Use custom protobuf build. 2025-03-14T03:54:28.6478066Z -- 2025-03-14T03:54:28.6478252Z -- 3.13.0.0 2025-03-14T03:54:28.6527940Z -- Looking for pthread.h 2025-03-14T03:54:28.7391748Z -- Looking for pthread.h - not found 2025-03-14T03:54:28.7405787Z -- Found Threads: TRUE 2025-03-14T03:54:28.8046502Z -- Caffe2 protobuf include directory: $$ 2025-03-14T03:54:28.8070150Z -- Trying to find preferred BLAS backend of choice: MKL 2025-03-14T03:54:28.8122528Z -- MKL_THREADING = OMP 2025-03-14T03:54:28.8131240Z -- Looking for sys/types.h 2025-03-14T03:54:29.0841304Z -- Looking for sys/types.h - found 2025-03-14T03:54:29.0850216Z -- Looking for stdint.h 2025-03-14T03:54:29.3579382Z -- Looking for stdint.h - found 2025-03-14T03:54:29.3589699Z -- Looking for stddef.h 2025-03-14T03:54:29.6262784Z -- Looking for stddef.h - found 2025-03-14T03:54:29.6264649Z -- Check size of void* 2025-03-14T03:54:30.0250436Z -- Check size of void* - done 2025-03-14T03:54:30.0417452Z -- Looking for cblas_sgemm 2025-03-14T03:54:30.3324522Z -- Looking for cblas_sgemm - found 2025-03-14T03:54:30.3327828Z -- Looking for cblas_gemm_bf16bf16f32 2025-03-14T03:54:30.6181331Z -- Looking for cblas_gemm_bf16bf16f32 - found 2025-03-14T03:54:30.6183147Z -- Looking for cblas_gemm_f16f16f32 2025-03-14T03:54:30.8144422Z -- Looking for cblas_gemm_f16f16f32 - not found 2025-03-14T03:54:30.8656708Z -- MKL libraries: C:/Jenkins/Miniconda3/Library/lib/mkl_intel_lp64_dll.lib;C:/Jenkins/Miniconda3/Library/lib/mkl_intel_thread_dll.lib;C:/Jenkins/Miniconda3/Library/lib/mkl_core_dll.lib 2025-03-14T03:54:30.8657716Z -- MKL include directory: C:/Jenkins/Miniconda3/Library/include 2025-03-14T03:54:30.8658109Z -- MKL OpenMP type: 2025-03-14T03:54:30.8658339Z -- MKL OpenMP library: 2025-03-14T03:54:31.0204815Z -- The ASM compiler identification is MSVC 2025-03-14T03:54:31.0215499Z -- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2025-03-14T03:54:31.0447949Z -- Building for XNNPACK_TARGET_PROCESSOR: x86_64 2025-03-14T03:54:31.0474159Z -- Generating microkernels.cmake 2025-03-14T03:54:35.6679553Z Duplicate microkernel definition: src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x8c8-gemm-goi-avx256vnni.c and src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x8c8-gemm-goi-avxvnni.c (1th function) 2025-03-14T03:54:35.6680946Z Duplicate microkernel definition: src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x8c8-gemm-goi-avxvnni.c and src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x8c8-gemm-goi-scalar.c 2025-03-14T03:54:35.6681816Z No microkernel found in src\reference\binary-elementwise.cc 2025-03-14T03:54:35.6682228Z No microkernel found in src\reference\packing.cc 2025-03-14T03:54:35.6682658Z No microkernel found in src\reference\unary-elementwise.cc 2025-03-14T03:54:35.8205697Z -- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.47.1.windows.2") 2025-03-14T03:54:35.9163968Z -- git version: v1.6.1 normalized to 1.6.1 2025-03-14T03:54:35.9164376Z -- Version: 1.6.1 2025-03-14T03:54:35.9180001Z -- Looking for shm_open in rt 2025-03-14T03:54:36.0689714Z -- Looking for shm_open in rt - not found 2025-03-14T03:54:36.0692337Z -- Performing Test HAVE_STD_REGEX 2025-03-14T03:54:36.0692634Z -- Performing Test HAVE_STD_REGEX 2025-03-14T03:54:37.0894456Z -- Performing Test HAVE_STD_REGEX -- success 2025-03-14T03:54:37.0894859Z -- Performing Test HAVE_GNU_POSIX_REGEX 2025-03-14T03:54:37.0895175Z -- Performing Test HAVE_GNU_POSIX_REGEX 2025-03-14T03:54:37.1766499Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2025-03-14T03:54:37.1766937Z -- Performing Test HAVE_POSIX_REGEX 2025-03-14T03:54:37.1767452Z -- Performing Test HAVE_POSIX_REGEX 2025-03-14T03:54:37.2584462Z -- Performing Test HAVE_POSIX_REGEX -- failed to compile 2025-03-14T03:54:37.2584882Z -- Performing Test HAVE_STEADY_CLOCK 2025-03-14T03:54:37.2585180Z -- Performing Test HAVE_STEADY_CLOCK 2025-03-14T03:54:37.7954551Z -- Performing Test HAVE_STEADY_CLOCK -- success 2025-03-14T03:54:37.8797168Z -- Found PythonInterp: C:/Jenkins/Miniconda3/python.exe (found version "3.9.19") 2025-03-14T03:54:37.8811160Z -- Performing Test COMPILER_SUPPORTS_AVX512 2025-03-14T03:54:38.1572940Z -- Performing Test COMPILER_SUPPORTS_AVX512 - Success 2025-03-14T03:54:39.0741301Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2025-03-14T03:54:39.0742164Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2025-03-14T03:54:39.0742704Z does not match the name of the calling package (OpenMP). This can lead to 2025-03-14T03:54:39.0743231Z problems in calling code that expects `find_package` result variables 2025-03-14T03:54:39.0743681Z (e.g., `_FOUND`) to follow a certain pattern. 2025-03-14T03:54:39.0743998Z Call Stack (most recent call first): 2025-03-14T03:54:39.0744412Z cmake/Modules/FindOpenMP.cmake:623 (find_package_handle_standard_args) 2025-03-14T03:54:39.0744884Z third_party/fbgemm/CMakeLists.txt:136 (find_package) 2025-03-14T03:54:39.0745542Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-14T03:54:39.0745855Z 2025-03-14T03:54:39.0745982Z -- Found OpenMP_C: -openmp:experimental 2025-03-14T03:54:39.3928957Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2025-03-14T03:54:39.3929833Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2025-03-14T03:54:39.3930374Z does not match the name of the calling package (OpenMP). This can lead to 2025-03-14T03:54:39.3930886Z problems in calling code that expects `find_package` result variables 2025-03-14T03:54:39.3931340Z (e.g., `_FOUND`) to follow a certain pattern. 2025-03-14T03:54:39.3931659Z Call Stack (most recent call first): 2025-03-14T03:54:39.3932073Z cmake/Modules/FindOpenMP.cmake:623 (find_package_handle_standard_args) 2025-03-14T03:54:39.3932624Z third_party/fbgemm/CMakeLists.txt:136 (find_package) 2025-03-14T03:54:39.3933067Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-14T03:54:39.3933396Z 2025-03-14T03:54:39.3933521Z -- Found OpenMP_CXX: -openmp:experimental 2025-03-14T03:54:39.3933863Z -- Found OpenMP: TRUE 2025-03-14T03:54:39.3935500Z CMake Warning at third_party/fbgemm/CMakeLists.txt:138 (message): 2025-03-14T03:54:39.3935930Z OpenMP found! OpenMP_C_INCLUDE_DIRS = 2025-03-14T03:54:39.3936126Z 2025-03-14T03:54:39.3936131Z 2025-03-14T03:54:39.6287477Z CMake Warning at third_party/fbgemm/CMakeLists.txt:232 (message): 2025-03-14T03:54:39.6287885Z ========== 2025-03-14T03:54:39.6288027Z 2025-03-14T03:54:39.6288033Z 2025-03-14T03:54:39.6288245Z CMake Warning at third_party/fbgemm/CMakeLists.txt:233 (message): 2025-03-14T03:54:39.6288620Z CMAKE_BUILD_TYPE = Release 2025-03-14T03:54:39.6288792Z 2025-03-14T03:54:39.6288796Z 2025-03-14T03:54:39.6288979Z CMake Warning at third_party/fbgemm/CMakeLists.txt:234 (message): 2025-03-14T03:54:39.6289401Z CMAKE_CXX_FLAGS_DEBUG is /Z7 /Ob0 /Od /RTC1 /bigobj 2025-03-14T03:54:39.6289649Z 2025-03-14T03:54:39.6289665Z 2025-03-14T03:54:39.6289847Z CMake Warning at third_party/fbgemm/CMakeLists.txt:235 (message): 2025-03-14T03:54:39.6290268Z CMAKE_CXX_FLAGS_RELEASE is /O2 /Ob2 /DNDEBUG /bigobj 2025-03-14T03:54:39.6290506Z 2025-03-14T03:54:39.6290509Z 2025-03-14T03:54:39.6290697Z CMake Warning at third_party/fbgemm/CMakeLists.txt:236 (message): 2025-03-14T03:54:39.6291052Z ========== 2025-03-14T03:54:39.6291162Z 2025-03-14T03:54:39.6291166Z 2025-03-14T03:54:39.6670849Z ** AsmJit Summary ** 2025-03-14T03:54:39.6671543Z ASMJIT_DIR=C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit 2025-03-14T03:54:39.6672040Z ASMJIT_TEST=FALSE 2025-03-14T03:54:39.6672279Z ASMJIT_TARGET_TYPE=SHARED 2025-03-14T03:54:39.6672530Z ASMJIT_DEPS= 2025-03-14T03:54:39.6672732Z ASMJIT_LIBS=asmjit 2025-03-14T03:54:39.6672937Z ASMJIT_CFLAGS= 2025-03-14T03:54:39.6673387Z ASMJIT_PRIVATE_CFLAGS=-MP;-GF;-Zc:__cplusplus;-Zc:inline;-Zc:strictStrings;-Zc:threadSafeInit-;-W4 2025-03-14T03:54:39.6673893Z ASMJIT_PRIVATE_CFLAGS_DBG=-GS 2025-03-14T03:54:39.6674180Z ASMJIT_PRIVATE_CFLAGS_REL=-GS-;-O2;-Oi 2025-03-14T03:54:39.6898828Z -- Using third party subdirectory Eigen. 2025-03-14T03:54:40.8322096Z -- Found Python: C:\Jenkins\Miniconda3\python.exe (found version "3.9.19") found components: Interpreter Development.Module NumPy 2025-03-14T03:54:40.8322830Z -- Using third_party/pybind11. 2025-03-14T03:54:40.8323949Z -- pybind11 include dirs: C:/actions-runner/_work/pytorch/pytorch/cmake/../third_party/pybind11/include 2025-03-14T03:54:40.8363939Z -- Could NOT find OpenTelemetryApi (missing: OpenTelemetryApi_INCLUDE_DIRS) 2025-03-14T03:54:40.8364408Z -- Using third_party/opentelemetry-cpp. 2025-03-14T03:54:40.8365054Z -- opentelemetry api include dirs: C:/actions-runner/_work/pytorch/pytorch/cmake/../third_party/opentelemetry-cpp/api/include 2025-03-14T03:54:41.8093877Z -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS) 2025-03-14T03:54:42.5139865Z -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS) 2025-03-14T03:54:42.5142579Z -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND) 2025-03-14T03:54:42.5144787Z CMake Warning at cmake/Dependencies.cmake:945 (message): 2025-03-14T03:54:42.5145258Z Not compiling with MPI. Suppress this warning with -DUSE_MPI=OFF 2025-03-14T03:54:42.5145656Z Call Stack (most recent call first): 2025-03-14T03:54:42.5145946Z CMakeLists.txt:868 (include) 2025-03-14T03:54:42.5146153Z 2025-03-14T03:54:42.5146177Z 2025-03-14T03:54:42.5181140Z -- Adding OpenMP CXX_FLAGS: -openmp:experimental 2025-03-14T03:54:42.5204658Z -- Found CUB: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6/include 2025-03-14T03:54:42.5224141Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option): 2025-03-14T03:54:42.5224684Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2025-03-14T03:54:42.5225241Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2025-03-14T03:54:42.5225694Z set the policy and suppress this warning. 2025-03-14T03:54:42.5225903Z 2025-03-14T03:54:42.5226128Z For compatibility with older versions of CMake, option is clearing the 2025-03-14T03:54:42.5226554Z normal variable 'BUILD_BENCHMARK'. 2025-03-14T03:54:42.5226936Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-14T03:54:42.5227252Z 2025-03-14T03:54:42.5227435Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:35 (option): 2025-03-14T03:54:42.5227948Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2025-03-14T03:54:42.5228485Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2025-03-14T03:54:42.5228928Z set the policy and suppress this warning. 2025-03-14T03:54:42.5229138Z 2025-03-14T03:54:42.5229356Z For compatibility with older versions of CMake, option is clearing the 2025-03-14T03:54:42.5229771Z normal variable 'USE_NCCL'. 2025-03-14T03:54:42.5230128Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-14T03:54:42.5230445Z 2025-03-14T03:54:42.5230632Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:36 (option): 2025-03-14T03:54:42.5231129Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2025-03-14T03:54:42.5231662Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2025-03-14T03:54:42.5232102Z set the policy and suppress this warning. 2025-03-14T03:54:42.5232982Z 2025-03-14T03:54:42.5233204Z For compatibility with older versions of CMake, option is clearing the 2025-03-14T03:54:42.5233611Z normal variable 'USE_RCCL'. 2025-03-14T03:54:42.5233992Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-14T03:54:42.5234300Z 2025-03-14T03:54:42.5234378Z -- MSVC detected 2025-03-14T03:54:42.5234585Z -- Set USE_REDIS OFF 2025-03-14T03:54:42.5234811Z -- Set USE_IBVERBS OFF 2025-03-14T03:54:42.5235026Z -- Set USE_NCCL OFF 2025-03-14T03:54:42.5235235Z -- Set USE_RCCL OFF 2025-03-14T03:54:42.5235448Z -- Set USE_LIBUV ON 2025-03-14T03:54:42.5235680Z -- Only USE_LIBUV is supported on Windows 2025-03-14T03:54:42.5235981Z -- Gloo build as SHARED library 2025-03-14T03:54:42.5244451Z CMake Warning (dev) at third_party/gloo/cmake/Cuda.cmake:109 (find_package): 2025-03-14T03:54:42.5245003Z Policy CMP0074 is not set: find_package uses _ROOT variables. 2025-03-14T03:54:42.5245544Z Run "cmake --help-policy CMP0074" for policy details. Use the cmake_policy 2025-03-14T03:54:42.5246029Z command to set the policy and suppress this warning. 2025-03-14T03:54:42.5246271Z 2025-03-14T03:54:42.5246393Z CMake variable CUDAToolkit_ROOT is set to: 2025-03-14T03:54:42.5246602Z 2025-03-14T03:54:42.5246772Z C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6 2025-03-14T03:54:42.5247032Z 2025-03-14T03:54:42.5247178Z For compatibility, CMake is ignoring the variable. 2025-03-14T03:54:42.5247638Z Call Stack (most recent call first): 2025-03-14T03:54:42.5247998Z third_party/gloo/cmake/Dependencies.cmake:115 (include) 2025-03-14T03:54:42.5248387Z third_party/gloo/CMakeLists.txt:111 (include) 2025-03-14T03:54:42.5248815Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-14T03:54:42.5249119Z 2025-03-14T03:54:42.5274700Z -- Found CUDAToolkit: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6/include (found suitable version "12.6.77", minimum required is "7.0") 2025-03-14T03:54:43.2831499Z -- CUDA detected: 12.6.77 2025-03-14T03:54:43.3534988Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2025-03-14T03:54:43.3543720Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2025-03-14T03:54:43.3552283Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2025-03-14T03:54:44.0671329Z -- 2025-03-14T03:54:44.0671646Z -- ******** Summary ******** 2025-03-14T03:54:44.0671987Z -- CMake version : 3.22.1 2025-03-14T03:54:44.0672483Z -- CMake command : C:/Jenkins/Miniconda3/Library/bin/cmake.exe 2025-03-14T03:54:44.0672970Z -- System : Windows 2025-03-14T03:54:44.0673733Z -- C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2025-03-14T03:54:44.0674488Z -- C++ compiler version : 19.29.30158.0 2025-03-14T03:54:44.0675132Z -- CXX flags : /DWIN32 /D_WINDOWS /GR /EHsc /Zc:__cplusplus /bigobj /FS /utf-8 -DUSE_PTHREADPOOL /EHsc /wd26812 2025-03-14T03:54:44.0675759Z -- Build type : Release 2025-03-14T03:54:44.0676279Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2025-03-14T03:54:44.0678140Z -- CMAKE_PREFIX_PATH : C:\Jenkins\Miniconda3\Lib\site-packages;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6 2025-03-14T03:54:44.0679982Z -- CMAKE_INSTALL_PREFIX : C:/actions-runner/_work/pytorch/pytorch/torch 2025-03-14T03:54:44.0680855Z -- CMAKE_MODULE_PATH : C:/actions-runner/_work/pytorch/pytorch/cmake/Modules;C:/actions-runner/_work/pytorch/pytorch/cmake/public/../Modules_CUDA_fix 2025-03-14T03:54:44.0681779Z -- 2025-03-14T03:54:44.0681986Z -- ONNX version : 1.17.0 2025-03-14T03:54:44.0682308Z -- ONNX NAMESPACE : onnx_torch 2025-03-14T03:54:44.0682628Z -- ONNX_USE_LITE_PROTO : OFF 2025-03-14T03:54:44.0682949Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2025-03-14T03:54:44.0683258Z -- Protobuf_USE_STATIC_LIBS : ON 2025-03-14T03:54:44.0683561Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2025-03-14T03:54:44.0683869Z -- ONNX_DISABLE_STATIC_REGISTRATION : OFF 2025-03-14T03:54:44.0684160Z -- ONNX_WERROR : OFF 2025-03-14T03:54:44.0684449Z -- ONNX_BUILD_TESTS : OFF 2025-03-14T03:54:44.0684737Z -- ONNX_BUILD_SHARED_LIBS : 2025-03-14T03:54:44.0685033Z -- BUILD_SHARED_LIBS : OFF 2025-03-14T03:54:44.0685344Z -- 2025-03-14T03:54:44.0685540Z -- Protobuf compiler : 2025-03-14T03:54:44.0685921Z -- Protobuf includes : 2025-03-14T03:54:44.0686231Z -- Protobuf libraries : 2025-03-14T03:54:44.0686523Z -- BUILD_ONNX_PYTHON : OFF 2025-03-14T03:54:44.0686920Z -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor 2025-03-14T03:54:44.0687320Z -- Adding -DNDEBUG to compile flags 2025-03-14T03:54:44.0727858Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 2025-03-14T03:54:44.1555928Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 - False 2025-03-14T03:54:44.1557990Z -- Compiling with MAGMA support 2025-03-14T03:54:44.1558550Z -- MAGMA INCLUDE DIRECTORIES: C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/magma/include 2025-03-14T03:54:44.1559270Z -- MAGMA LIBRARIES: C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/magma/lib/magma.lib 2025-03-14T03:54:44.1559756Z -- MAGMA V2 check: 0 2025-03-14T03:54:44.1561814Z -- Could not find hardware support for NEON on this machine. 2025-03-14T03:54:44.1562222Z -- No OMAP3 processor on this machine. 2025-03-14T03:54:44.1562521Z -- No OMAP4 processor on this machine. 2025-03-14T03:54:44.1577831Z -- Looking for sbgemm_ 2025-03-14T03:54:44.3565173Z -- Looking for sbgemm_ - not found 2025-03-14T03:54:44.3581402Z -- Found a library with LAPACK API (mkl). 2025-03-14T03:54:44.3582326Z disabling ROCM because NOT USE_ROCM is set 2025-03-14T03:54:44.3582694Z -- MIOpen not found. Compiling without MIOpen support 2025-03-14T03:54:44.3591683Z -- Will build oneDNN UKERNEL 2025-03-14T03:54:44.3670771Z -- MKLDNN_CPU_RUNTIME = OMP 2025-03-14T03:54:44.3691167Z -- DNNL_TARGET_ARCH: X64 2025-03-14T03:54:44.3717304Z -- DNNL_LIBRARY_NAME: dnnl 2025-03-14T03:54:44.3797188Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2025-03-14T03:54:44.3798037Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2025-03-14T03:54:44.3798597Z does not match the name of the calling package (OpenMP). This can lead to 2025-03-14T03:54:44.3799109Z problems in calling code that expects `find_package` result variables 2025-03-14T03:54:44.3799538Z (e.g., `_FOUND`) to follow a certain pattern. 2025-03-14T03:54:44.3799852Z Call Stack (most recent call first): 2025-03-14T03:54:44.3800264Z cmake/Modules/FindOpenMP.cmake:623 (find_package_handle_standard_args) 2025-03-14T03:54:44.3800793Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:41 (find_package) 2025-03-14T03:54:44.3801229Z third_party/ideep/mkl-dnn/CMakeLists.txt:89 (include) 2025-03-14T03:54:44.3801686Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-14T03:54:44.3801991Z 2025-03-14T03:54:44.3802476Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2025-03-14T03:54:44.3803255Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2025-03-14T03:54:44.3803979Z does not match the name of the calling package (OpenMP). This can lead to 2025-03-14T03:54:44.3804496Z problems in calling code that expects `find_package` result variables 2025-03-14T03:54:44.3804925Z (e.g., `_FOUND`) to follow a certain pattern. 2025-03-14T03:54:44.3805241Z Call Stack (most recent call first): 2025-03-14T03:54:44.3805666Z cmake/Modules/FindOpenMP.cmake:623 (find_package_handle_standard_args) 2025-03-14T03:54:44.3806174Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:41 (find_package) 2025-03-14T03:54:44.3806612Z third_party/ideep/mkl-dnn/CMakeLists.txt:89 (include) 2025-03-14T03:54:44.3807054Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-14T03:54:44.3807357Z 2025-03-14T03:54:44.4188724Z -- Enabled testing coverage: CI 2025-03-14T03:54:44.4203667Z -- Enabled workload: TRAINING 2025-03-14T03:54:44.4203983Z -- Enabled primitives: ALL 2025-03-14T03:54:44.4204236Z -- Enabled primitive CPU ISA: ALL 2025-03-14T03:54:44.4204539Z -- Enabled primitive GPU ISA: ALL 2025-03-14T03:54:44.4204812Z -- Enabled GeMM kernels ISA: ALL 2025-03-14T03:54:44.4293940Z -- Primitive cache is enabled 2025-03-14T03:54:44.4301650Z -- Experimental functionality for ukernels is enabled 2025-03-14T03:54:44.4943619Z -- The ASM_MASM compiler identification is MSVC 2025-03-14T03:54:44.6139047Z -- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/ml64.exe 2025-03-14T03:54:44.6717065Z -- Graph component is enabled 2025-03-14T03:54:44.6877565Z -- Graph compiler backend is disabled. 2025-03-14T03:54:44.7012753Z -- Found MKL-DNN: TRUE 2025-03-14T03:54:44.7083667Z -- {fmt} version: 11.1.4 2025-03-14T03:54:44.7083931Z -- Build type: Release 2025-03-14T03:54:44.7164293Z -- Using Kineto with CUPTI support 2025-03-14T03:54:44.7164735Z -- Configuring Kineto dependency: 2025-03-14T03:54:44.7165215Z -- KINETO_SOURCE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto 2025-03-14T03:54:44.7165712Z -- KINETO_BUILD_TESTS = OFF 2025-03-14T03:54:44.7165985Z -- KINETO_LIBRARY_TYPE = static 2025-03-14T03:54:44.7166381Z -- CUDA_SOURCE_DIR = C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6 2025-03-14T03:54:44.7166954Z -- CUDA_INCLUDE_DIRS = C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6/include 2025-03-14T03:54:44.7172067Z -- CUPTI_INCLUDE_DIR = C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6/extras/CUPTI/include 2025-03-14T03:54:44.7172926Z -- CUDA_cupti_LIBRARY = C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6/extras/CUPTI/lib64/cupti.lib 2025-03-14T03:54:44.7173507Z -- Found CUPTI 2025-03-14T03:54:44.7627864Z INFO ROCM_SOURCE_DIR = 2025-03-14T03:54:44.8790603Z -- Kineto: FMT_SOURCE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/fmt 2025-03-14T03:54:44.8791331Z INFO CUPTI_INCLUDE_DIR = C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6/extras/CUPTI/include 2025-03-14T03:54:44.8791897Z INFO ROCTRACER_INCLUDE_DIR = /include/roctracer 2025-03-14T03:54:44.8792513Z INFO DYNOLOG_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/ 2025-03-14T03:54:44.8793498Z INFO IPCFABRIC_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog//dynolog/src/ipcfabric/ 2025-03-14T03:54:44.8794387Z -- Kineto: FMT_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/fmt/include 2025-03-14T03:54:44.8817494Z -- Configured Kineto 2025-03-14T03:54:44.8853335Z -- Performing Test HAS/WD4624 2025-03-14T03:54:45.1762865Z -- Performing Test HAS/WD4624 - Success 2025-03-14T03:54:45.1777149Z -- Performing Test HAS/WD4068 2025-03-14T03:54:45.4711287Z -- Performing Test HAS/WD4068 - Success 2025-03-14T03:54:45.4725936Z -- Performing Test HAS/WD4067 2025-03-14T03:54:45.7638514Z -- Performing Test HAS/WD4067 - Success 2025-03-14T03:54:45.7652915Z -- Performing Test HAS/WD4267 2025-03-14T03:54:46.0550390Z -- Performing Test HAS/WD4267 - Success 2025-03-14T03:54:46.0564710Z -- Performing Test HAS/WD4661 2025-03-14T03:54:46.3450545Z -- Performing Test HAS/WD4661 - Success 2025-03-14T03:54:46.3465050Z -- Performing Test HAS/WD4717 2025-03-14T03:54:46.6366258Z -- Performing Test HAS/WD4717 - Success 2025-03-14T03:54:46.6380519Z -- Performing Test HAS/WD4244 2025-03-14T03:54:46.9380123Z -- Performing Test HAS/WD4244 - Success 2025-03-14T03:54:46.9394373Z -- Performing Test HAS/WD4804 2025-03-14T03:54:47.2248561Z -- Performing Test HAS/WD4804 - Success 2025-03-14T03:54:47.2263123Z -- Performing Test HAS/WD4273 2025-03-14T03:54:47.5193944Z -- Performing Test HAS/WD4273 - Success 2025-03-14T03:54:47.5209202Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2025-03-14T03:54:47.5854928Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Failed 2025-03-14T03:54:47.5922923Z -- 2025-03-14T03:54:47.5923982Z -- Use the C++ compiler to compile (MI_USE_CXX=ON) 2025-03-14T03:54:47.5926244Z -- 2025-03-14T03:54:47.5926530Z -- Library base name: mimalloc 2025-03-14T03:54:47.5926784Z -- Version : 1.8 2025-03-14T03:54:47.5927068Z -- Build type : release 2025-03-14T03:54:47.5927715Z -- C++ Compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2025-03-14T03:54:47.5928352Z -- Compiler flags : /Zc:__cplusplus 2025-03-14T03:54:47.5928628Z -- Compiler defines : 2025-03-14T03:54:47.5929119Z -- Link libraries : psapi;shell32;user32;advapi32;bcrypt 2025-03-14T03:54:47.5929477Z -- Build targets : static 2025-03-14T03:54:47.5929717Z -- 2025-03-14T03:54:47.6036942Z -- Performing Test HAS_WDEPRECATED 2025-03-14T03:54:47.6677814Z -- Performing Test HAS_WDEPRECATED - Failed 2025-03-14T03:54:47.6681216Z -- don't use NUMA 2025-03-14T03:54:47.6751823Z -- Looking for backtrace 2025-03-14T03:54:47.7553988Z -- Looking for backtrace - not found 2025-03-14T03:54:47.7618659Z -- Could NOT find Backtrace (missing: Backtrace_LIBRARY Backtrace_INCLUDE_DIR) 2025-03-14T03:54:51.7503005Z -- headers outputs: 2025-03-14T03:54:54.6893917Z -- sources outputs: 2025-03-14T03:54:56.1857125Z -- declarations_yaml outputs: 2025-03-14T03:54:56.1957172Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT 2025-03-14T03:55:01.5160235Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Failed 2025-03-14T03:55:01.7647993Z -- Using ATen parallel backend: OMP 2025-03-14T03:55:02.2851660Z -- Found OpenSSL: C:/Jenkins/Miniconda3/Library/lib/libcrypto.lib (found version "3.0.15") 2025-03-14T03:55:02.4828524Z -- Check size of long double 2025-03-14T03:55:02.8110670Z -- Check size of long double - done 2025-03-14T03:55:02.8117865Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2025-03-14T03:55:02.9128496Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Failed 2025-03-14T03:55:02.9133067Z -- Performing Test COMPILER_SUPPORTS_SSE2 2025-03-14T03:55:03.2937370Z -- Performing Test COMPILER_SUPPORTS_SSE2 - Success 2025-03-14T03:55:03.2942072Z -- Performing Test COMPILER_SUPPORTS_SSE4 2025-03-14T03:55:03.6622477Z -- Performing Test COMPILER_SUPPORTS_SSE4 - Success 2025-03-14T03:55:03.6627178Z -- Performing Test COMPILER_SUPPORTS_AVX 2025-03-14T03:55:04.0461882Z -- Performing Test COMPILER_SUPPORTS_AVX - Success 2025-03-14T03:55:04.0466361Z -- Performing Test COMPILER_SUPPORTS_FMA4 2025-03-14T03:55:04.4191688Z -- Performing Test COMPILER_SUPPORTS_FMA4 - Success 2025-03-14T03:55:04.4196553Z -- Performing Test COMPILER_SUPPORTS_AVX2 2025-03-14T03:55:04.7942841Z -- Performing Test COMPILER_SUPPORTS_AVX2 - Success 2025-03-14T03:55:04.7948316Z -- Performing Test COMPILER_SUPPORTS_AVX512F 2025-03-14T03:55:05.2673441Z -- Performing Test COMPILER_SUPPORTS_AVX512F - Success 2025-03-14T03:55:05.2727578Z -- Found OpenMP_C: -openmp:experimental (found version "2.0") 2025-03-14T03:55:05.2732106Z -- Found OpenMP_CXX: -openmp:experimental (found version "2.0") 2025-03-14T03:55:05.2736170Z -- Found OpenMP: TRUE (found version "2.0") 2025-03-14T03:55:05.2741596Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2025-03-14T03:55:05.6440528Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Success 2025-03-14T03:55:05.6445144Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD 2025-03-14T03:55:05.7465746Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD - Failed 2025-03-14T03:55:05.7469964Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2025-03-14T03:55:05.8530344Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Failed 2025-03-14T03:55:05.8535426Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2025-03-14T03:55:06.0313313Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Failed 2025-03-14T03:55:06.0317575Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2025-03-14T03:55:06.1135666Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Failed 2025-03-14T03:55:06.2889772Z Target system: Windows-10.0.17763 2025-03-14T03:55:06.2890149Z -- Configuring build for SLEEF-v3.7.0 2025-03-14T03:55:06.2890465Z Target processor: AMD64 2025-03-14T03:55:06.2890762Z Host system: Windows-10.0.17763 2025-03-14T03:55:06.2891029Z Host processor: AMD64 2025-03-14T03:55:06.2891672Z Detected C compiler: MSVC @ C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2025-03-14T03:55:06.2892328Z CMake: 3.22.1 2025-03-14T03:55:06.2892616Z Make program: C:/Jenkins/Miniconda3/Library/bin/ninja.exe 2025-03-14T03:55:06.2893444Z -- Using option `/D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE ` to compile libsleef 2025-03-14T03:55:06.2893921Z -- Building shared libs : OFF 2025-03-14T03:55:06.2894204Z -- Building static test bins: OFF 2025-03-14T03:55:06.2894502Z -- MPFR : LIB_MPFR-NOTFOUND 2025-03-14T03:55:06.2894765Z -- GMP : LIBGMP-NOTFOUND 2025-03-14T03:55:06.2894990Z -- RT : 2025-03-14T03:55:06.2895182Z -- FFTW3 : LIBFFTW3-NOTFOUND 2025-03-14T03:55:06.2895431Z -- OPENSSL : 3.0.15 2025-03-14T03:55:06.2895663Z -- SDE : SDE_COMMAND-NOTFOUND 2025-03-14T03:55:06.2895927Z -- COMPILER_SUPPORTS_OPENMP : FALSE 2025-03-14T03:55:06.3225814Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2025-03-14T03:55:06.3226386Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/TensorBody.h 2025-03-14T03:55:06.3227200Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/aten_interned_strings.h 2025-03-14T03:55:06.3228002Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/enum_tag.h 2025-03-14T03:55:06.9842392Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD 2025-03-14T03:55:07.0488033Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD - Failed 2025-03-14T03:55:07.0493724Z -- Generating sources for unboxing kernels C:\Jenkins\Miniconda3\python.exe;-m;torchgen.gen_executorch;--source-path=C:/actions-runner/_work/pytorch/pytorch/test/edge/../../test/edge;--install-dir=C:/actions-runner/_work/pytorch/pytorch/build/out;--tags-path=C:/actions-runner/_work/pytorch/pytorch/test/edge/../../aten/src/ATen/native/tags.yaml;--aten-yaml-path=C:/actions-runner/_work/pytorch/pytorch/test/edge/../../aten/src/ATen/native/native_functions.yaml;--use-aten-lib;--op-selection-yaml-path=C:/actions-runner/_work/pytorch/pytorch/test/edge/../../test/edge/selected_operators.yaml;--custom-ops-yaml-path=C:/actions-runner/_work/pytorch/pytorch/test/edge/../../test/edge/custom_ops.yaml 2025-03-14T03:55:07.2509393Z CMake Warning at CMakeLists.txt:1276 (message): 2025-03-14T03:55:07.2509929Z Generated cmake files are only fully tested if one builds with system glog, 2025-03-14T03:55:07.2510490Z gflags, and protobuf. Other settings may generate files that are not well 2025-03-14T03:55:07.2510895Z tested. 2025-03-14T03:55:07.2511010Z 2025-03-14T03:55:07.2511015Z 2025-03-14T03:55:07.2541654Z -- 2025-03-14T03:55:07.2541912Z -- ******** Summary ******** 2025-03-14T03:55:07.2542191Z -- General: 2025-03-14T03:55:07.2542402Z -- CMake version : 3.22.1 2025-03-14T03:55:07.2542779Z -- CMake command : C:/Jenkins/Miniconda3/Library/bin/cmake.exe 2025-03-14T03:55:07.2543383Z -- System : Windows 2025-03-14T03:55:07.2543988Z -- C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2025-03-14T03:55:07.2544630Z -- C++ compiler id : MSVC 2025-03-14T03:55:07.2544915Z -- C++ compiler version : 19.29.30158.0 2025-03-14T03:55:07.2545228Z -- Using ccache if found : OFF 2025-03-14T03:55:07.2546466Z -- CXX flags : /DWIN32 /D_WINDOWS /GR /EHsc /Zc:__cplusplus /bigobj /FS /utf-8 -DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOROCTRACER -DLIBKINETO_NOXPUPTI=ON -DUSE_FBGEMM -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE /wd4624 /wd4068 /wd4067 /wd4267 /wd4661 /wd4717 /wd4244 /wd4804 /wd4273 2025-03-14T03:55:07.2547816Z -- Shared LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2025-03-14T03:55:07.2548308Z -- Static LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2025-03-14T03:55:07.2548802Z -- Module LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2025-03-14T03:55:07.2549178Z -- Build type : Release 2025-03-14T03:55:07.2550391Z -- 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;EXPORT_AOTI_FUNCTIONS;WIN32_LEAN_AND_MEAN;_UCRT_LEGACY_INFINITY;NOMINMAX;USE_MIMALLOC 2025-03-14T03:55:07.2552644Z -- CMAKE_PREFIX_PATH : C:\Jenkins\Miniconda3\Lib\site-packages;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6;C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6 2025-03-14T03:55:07.2554179Z -- CMAKE_INSTALL_PREFIX : C:/actions-runner/_work/pytorch/pytorch/torch 2025-03-14T03:55:07.2554592Z -- USE_GOLD_LINKER : OFF 2025-03-14T03:55:07.2554850Z -- 2025-03-14T03:55:07.2555034Z -- TORCH_VERSION : 2.8.0 2025-03-14T03:55:07.2555317Z -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF 2025-03-14T03:55:07.2555619Z -- BUILD_BINARY : OFF 2025-03-14T03:55:07.2555880Z -- BUILD_CUSTOM_PROTOBUF : ON 2025-03-14T03:55:07.2556185Z -- Link local protobuf : ON 2025-03-14T03:55:07.2556458Z -- BUILD_PYTHON : True 2025-03-14T03:55:07.2556745Z -- Python version : 3.9.19 2025-03-14T03:55:07.2557098Z -- Python executable : C:\Jenkins\Miniconda3\python.exe 2025-03-14T03:55:07.2557541Z -- Python library : C:/Jenkins/Miniconda3/libs/python39.lib 2025-03-14T03:55:07.2557979Z -- Python includes : C:/Jenkins/Miniconda3/include 2025-03-14T03:55:07.2558426Z -- Python site-package : C:\Jenkins\Miniconda3\Lib\site-packages 2025-03-14T03:55:07.2558816Z -- BUILD_SHARED_LIBS : ON 2025-03-14T03:55:07.2559111Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2025-03-14T03:55:07.2559414Z -- BUILD_TEST : True 2025-03-14T03:55:07.2559686Z -- BUILD_JNI : OFF 2025-03-14T03:55:07.2559957Z -- BUILD_MOBILE_AUTOGRAD : OFF 2025-03-14T03:55:07.2560233Z -- BUILD_LITE_INTERPRETER: OFF 2025-03-14T03:55:07.2560510Z -- INTERN_BUILD_MOBILE : 2025-03-14T03:55:07.2560769Z -- TRACING_BASED : OFF 2025-03-14T03:55:07.2561033Z -- USE_BLAS : 1 2025-03-14T03:55:07.2561290Z -- BLAS : mkl 2025-03-14T03:55:07.2561552Z -- BLAS_HAS_SBGEMM : 2025-03-14T03:55:07.2561816Z -- USE_LAPACK : 1 2025-03-14T03:55:07.2562063Z -- LAPACK : mkl 2025-03-14T03:55:07.2562325Z -- USE_ASAN : OFF 2025-03-14T03:55:07.2562568Z -- USE_TSAN : OFF 2025-03-14T03:55:07.2562826Z -- USE_CPP_CODE_COVERAGE : OFF 2025-03-14T03:55:07.2563083Z -- USE_CUDA : 1 2025-03-14T03:55:07.2563324Z -- Split CUDA : 2025-03-14T03:55:07.2563683Z -- CUDA static link : OFF 2025-03-14T03:55:07.2563937Z -- USE_CUDNN : ON 2025-03-14T03:55:07.2564196Z -- USE_CUSPARSELT : OFF 2025-03-14T03:55:07.2564472Z -- USE_CUDSS : OFF 2025-03-14T03:55:07.2564721Z -- USE_CUFILE : OFF 2025-03-14T03:55:07.2564979Z -- CUDA version : 12.6 2025-03-14T03:55:07.2565246Z -- USE_FLASH_ATTENTION : OFF 2025-03-14T03:55:07.2565514Z -- USE_MEM_EFF_ATTENTION : ON 2025-03-14T03:55:07.2565792Z -- cuDNN version : 9.7.1 2025-03-14T03:55:07.2566209Z -- CUDA root directory : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6 2025-03-14T03:55:07.2566828Z -- CUDA library : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6/lib/x64/cuda.lib 2025-03-14T03:55:07.2567508Z -- cudart library : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6/lib/x64/cudart.lib 2025-03-14T03:55:07.2568182Z -- cublas library : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6/lib/x64/cublas.lib 2025-03-14T03:55:07.2568854Z -- cufft library : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6/lib/x64/cufft.lib 2025-03-14T03:55:07.2569523Z -- curand library : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6/lib/x64/curand.lib 2025-03-14T03:55:07.2570217Z -- cusparse library : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6/lib/x64/cusparse.lib 2025-03-14T03:55:07.2571013Z -- cuDNN library : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6/lib/x64/cudnn.lib 2025-03-14T03:55:07.2571648Z -- nvrtc : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6/lib/x64/nvrtc.lib 2025-03-14T03:55:07.2572267Z -- CUDA include path : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6/include 2025-03-14T03:55:07.2572894Z -- NVCC executable : C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2025-03-14T03:55:07.2573623Z -- CUDA compiler : C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6/bin/nvcc.exe 2025-03-14T03:55:07.2577470Z -- 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__ 2025-03-14T03:55:07.2581099Z -- CUDA host compiler : 2025-03-14T03:55:07.2581369Z -- CUDA --device-c : OFF 2025-03-14T03:55:07.2581640Z -- USE_TENSORRT : 2025-03-14T03:55:07.2581885Z -- USE_XPU : 0 2025-03-14T03:55:07.2582126Z -- USE_ROCM : OFF 2025-03-14T03:55:07.2582391Z -- BUILD_NVFUSER : 2025-03-14T03:55:07.2582641Z -- USE_EIGEN_FOR_BLAS : 2025-03-14T03:55:07.2582895Z -- USE_FBGEMM : ON 2025-03-14T03:55:07.2583149Z -- USE_FAKELOWP : OFF 2025-03-14T03:55:07.2583410Z -- USE_KINETO : ON 2025-03-14T03:55:07.2583656Z -- USE_GFLAGS : OFF 2025-03-14T03:55:07.2583907Z -- USE_GLOG : OFF 2025-03-14T03:55:07.2584163Z -- USE_LITE_PROTO : OFF 2025-03-14T03:55:07.2584432Z -- USE_PYTORCH_METAL : OFF 2025-03-14T03:55:07.2584696Z -- USE_PYTORCH_METAL_EXPORT : OFF 2025-03-14T03:55:07.2584980Z -- USE_MPS : OFF 2025-03-14T03:55:07.2585349Z -- CAN_COMPILE_METAL : 2025-03-14T03:55:07.2585604Z -- USE_MKL : ON 2025-03-14T03:55:07.2585847Z -- USE_STATIC_MKL : OFF 2025-03-14T03:55:07.2586101Z -- USE_MKLDNN : ON 2025-03-14T03:55:07.2586354Z -- USE_MKLDNN_ACL : OFF 2025-03-14T03:55:07.2586610Z -- USE_MKLDNN_CBLAS : OFF 2025-03-14T03:55:07.2586859Z -- USE_UCC : OFF 2025-03-14T03:55:07.2587099Z -- USE_ITT : ON 2025-03-14T03:55:07.2587351Z -- USE_NCCL : OFF 2025-03-14T03:55:07.2587602Z -- USE_NNPACK : OFF 2025-03-14T03:55:07.2587855Z -- USE_NUMPY : ON 2025-03-14T03:55:07.2588107Z -- USE_OBSERVERS : ON 2025-03-14T03:55:07.2588348Z -- USE_OPENCL : OFF 2025-03-14T03:55:07.2588608Z -- USE_OPENMP : ON 2025-03-14T03:55:07.2588859Z -- USE_MIMALLOC : ON 2025-03-14T03:55:07.2589128Z -- USE_MIMALLOC_ON_MKL : OFF 2025-03-14T03:55:07.2589407Z -- USE_VULKAN : OFF 2025-03-14T03:55:07.2589651Z -- USE_PROF : OFF 2025-03-14T03:55:07.2589907Z -- USE_PYTORCH_QNNPACK : OFF 2025-03-14T03:55:07.2590168Z -- USE_XNNPACK : ON 2025-03-14T03:55:07.2590439Z -- USE_DISTRIBUTED : ON 2025-03-14T03:55:07.2590694Z -- USE_MPI : OFF 2025-03-14T03:55:07.2590946Z -- USE_GLOO : ON 2025-03-14T03:55:07.2591297Z -- USE_GLOO_WITH_OPENSSL : OFF 2025-03-14T03:55:07.2591580Z -- USE_TENSORPIPE : OFF 2025-03-14T03:55:07.2596277Z -- Public Dependencies : caffe2::mkl 2025-03-14T03:55:07.2597103Z -- Private Dependencies : Threads::Threads;pthreadpool;cpuinfo;XNNPACK;microkernels-prod;fbgemm;ittnotify;fp16;caffe2::openmp;gloo;fmt::fmt-header-only;kineto 2025-03-14T03:55:07.2597875Z -- Public CUDA Deps. : 2025-03-14T03:55:07.2599712Z -- 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.6/lib/x64/cudart_static.lib;CUDA::cusparse;CUDA::cufft;CUDA::cusolver;torch::magma;ATEN_CUDA_FILES_GEN_LIB 2025-03-14T03:55:07.2601557Z -- USE_COREML_DELEGATE : OFF 2025-03-14T03:55:07.2601845Z -- BUILD_LAZY_TS_BACKEND : ON 2025-03-14T03:55:07.2602121Z -- USE_ROCM_KERNEL_ASSERT : OFF 2025-03-14T03:55:07.2619421Z -- Performing Test HAS_WMISSING_PROTOTYPES 2025-03-14T03:55:07.3275226Z -- Performing Test HAS_WMISSING_PROTOTYPES - Failed 2025-03-14T03:55:07.3289322Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES 2025-03-14T03:55:07.3915341Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES - Failed 2025-03-14T03:55:07.3977441Z -- Configuring done 2025-03-14T03:55:16.6337849Z -- Generating done 2025-03-14T03:55:16.8710721Z CMake Warning: 2025-03-14T03:55:16.8711150Z Manually-specified variables were not used by the project: 2025-03-14T03:55:16.8711476Z 2025-03-14T03:55:16.8711565Z BUILD_ENVIRONMENT 2025-03-14T03:55:16.8711803Z BUILD_TYPE 2025-03-14T03:55:16.8712016Z BUILD_WHEEL 2025-03-14T03:55:16.8712140Z 2025-03-14T03:55:16.8712144Z 2025-03-14T03:55:16.8740876Z -- Build files have been written to: C:/actions-runner/_work/pytorch/pytorch/build 2025-03-14T03:55:22.6101816Z [1/4] Generating ATen declarations_yaml 2025-03-14T03:55:29.4404823Z [2/4] Generating ATen headers 2025-03-14T03:55:30.0025242Z [3/4] Generating ATen sources 2025-03-14T03:55:35.5813794Z [1/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_util.cc.obj 2025-03-14T03:55:35.5839793Z [2/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\coded_stream.cc.obj 2025-03-14T03:55:35.5902548Z [3/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\arena.cc.obj 2025-03-14T03:55:35.5916358Z [4/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_enum_util.cc.obj 2025-03-14T03:55:35.5989262Z [5/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\implicit_weak_message.cc.obj 2025-03-14T03:55:35.6477715Z [6/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_table_driven_lite.cc.obj 2025-03-14T03:55:35.6562758Z [7/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\extension_set.cc.obj 2025-03-14T03:55:35.6644479Z [8/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any_lite.cc.obj 2025-03-14T03:55:35.8265408Z [9/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream.cc.obj 2025-03-14T03:55:35.8350804Z [10/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream_impl_lite.cc.obj 2025-03-14T03:55:35.8419436Z [11/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream_impl.cc.obj 2025-03-14T03:55:35.8565234Z [12/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\strtod.cc.obj 2025-03-14T03:55:35.9483739Z [13/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\io_win32.cc.obj 2025-03-14T03:55:35.9617794Z [14/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\parse_context.cc.obj 2025-03-14T03:55:35.9699089Z [15/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\message_lite.cc.obj 2025-03-14T03:55:36.0211447Z [16/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\repeated_field.cc.obj 2025-03-14T03:55:36.0444196Z [17/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\bytestream.cc.obj 2025-03-14T03:55:36.0784818Z [18/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\int128.cc.obj 2025-03-14T03:55:36.1082046Z [19/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\status.cc.obj 2025-03-14T03:55:36.2131123Z [20/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\stringpiece.cc.obj 2025-03-14T03:55:36.2196962Z [21/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\stringprintf.cc.obj 2025-03-14T03:55:36.2210205Z [22/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\statusor.cc.obj 2025-03-14T03:55:36.2384653Z [23/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\common.cc.obj 2025-03-14T03:55:36.2694391Z [24/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\structurally_valid.cc.obj 2025-03-14T03:55:36.3662495Z [25/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\time.cc.obj 2025-03-14T03:55:36.3677942Z [26/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\strutil.cc.obj 2025-03-14T03:55:36.3779335Z [27/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wire_format_lite.cc.obj 2025-03-14T03:55:36.4959350Z [28/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any.cc.obj 2025-03-14T03:55:36.5437191Z [29/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\api.pb.cc.obj 2025-03-14T03:55:36.5514321Z [30/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any.pb.cc.obj 2025-03-14T03:55:36.6035792Z [31/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\compiler\importer.cc.obj 2025-03-14T03:55:36.6689819Z [32/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\compiler\parser.cc.obj 2025-03-14T03:55:36.7630712Z [33/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor.pb.cc.obj 2025-03-14T03:55:36.7932439Z [34/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\duration.pb.cc.obj 2025-03-14T03:55:36.8009258Z [35/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor_database.cc.obj 2025-03-14T03:55:36.8191686Z [36/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor.cc.obj 2025-03-14T03:55:36.8578376Z [37/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\gzip_stream.cc.obj 2025-03-14T03:55:36.8675485Z [38/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\empty.pb.cc.obj 2025-03-14T03:55:36.8893339Z [39/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\dynamic_message.cc.obj 2025-03-14T03:55:36.9470753Z [40/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\extension_set_heavy.cc.obj 2025-03-14T03:55:36.9940370Z [41/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\field_mask.pb.cc.obj 2025-03-14T03:55:37.0803698Z [42/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\printer.cc.obj 2025-03-14T03:55:37.0990267Z [43/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\tokenizer.cc.obj 2025-03-14T03:55:37.1251461Z [44/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_table_driven.cc.obj 2025-03-14T03:55:37.1781408Z [45/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_reflection.cc.obj 2025-03-14T03:55:37.2291923Z [46/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\service.cc.obj 2025-03-14T03:55:37.2413609Z [47/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\map_field.cc.obj 2025-03-14T03:55:37.2797112Z [48/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\reflection_ops.cc.obj 2025-03-14T03:55:37.2982034Z [49/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\message.cc.obj 2025-03-14T03:55:37.3580903Z [50/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\substitute.cc.obj 2025-03-14T03:55:37.4200998Z [51/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\source_context.pb.cc.obj 2025-03-14T03:55:37.4549532Z [52/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\struct.pb.cc.obj 2025-03-14T03:55:37.5466614Z [53/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\timestamp.pb.cc.obj 2025-03-14T03:55:37.5586832Z [54/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\delimited_message_util.cc.obj 2025-03-14T03:55:37.5781320Z [55/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\unknown_field_set.cc.obj 2025-03-14T03:55:37.6116603Z [56/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\type.pb.cc.obj 2025-03-14T03:55:37.6232888Z [57/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\text_format.cc.obj 2025-03-14T03:55:37.6507021Z [58/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\field_comparator.cc.obj 2025-03-14T03:55:37.7592483Z [59/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\field_mask_util.cc.obj 2025-03-14T03:55:37.7837247Z [60/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\datapiece.cc.obj 2025-03-14T03:55:37.8217354Z [61/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\error_listener.cc.obj 2025-03-14T03:55:37.8414137Z [62/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_escaping.cc.obj 2025-03-14T03:55:37.8874879Z [63/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_stream_parser.cc.obj 2025-03-14T03:55:37.9360441Z [64/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\default_value_objectwriter.cc.obj 2025-03-14T03:55:37.9523098Z [65/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_objectwriter.cc.obj 2025-03-14T03:55:37.9706924Z [66/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\field_mask_utility.cc.obj 2025-03-14T03:55:38.1106496Z [67/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\object_writer.cc.obj 2025-03-14T03:55:38.2129263Z [68/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\proto_writer.cc.obj 2025-03-14T03:55:38.2239446Z [69/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\protostream_objectsource.cc.obj 2025-03-14T03:55:38.2261551Z [70/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\type_info.cc.obj 2025-03-14T03:55:38.2386993Z [71/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\protostream_objectwriter.cc.obj 2025-03-14T03:55:38.2810610Z [72/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\json_util.cc.obj 2025-03-14T03:55:38.2892665Z [73/7574] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\version.rc.res 2025-03-14T03:55:38.2990038Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-03-14T03:55:38.2990361Z 2025-03-14T03:55:38.2990381Z 2025-03-14T03:55:38.2990589Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-03-14T03:55:38.2990993Z 2025-03-14T03:55:38.2990999Z 2025-03-14T03:55:38.2991003Z 2025-03-14T03:55:38.2991044Z 2025-03-14T03:55:38.2992907Z [74/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\type_info_test_helper.cc.obj 2025-03-14T03:55:38.3193560Z [75/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\utility.cc.obj 2025-03-14T03:55:38.5542479Z [76/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\message_differencer.cc.obj 2025-03-14T03:55:38.5642710Z [77/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wrappers.pb.cc.obj 2025-03-14T03:55:38.5913597Z [78/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\type_resolver_util.cc.obj 2025-03-14T03:55:38.6193837Z [79/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wire_format.cc.obj 2025-03-14T03:55:38.6883633Z [80/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_enum.cc.obj 2025-03-14T03:55:38.6939816Z [81/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\code_generator.cc.obj 2025-03-14T03:55:38.8747384Z [82/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\command_line_interface.cc.obj 2025-03-14T03:55:38.9019319Z [83/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_enum_field.cc.obj 2025-03-14T03:55:38.9087679Z [84/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_extension.cc.obj 2025-03-14T03:55:38.9347385Z [85/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_field.cc.obj 2025-03-14T03:55:39.0396850Z [86/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\time_util.cc.obj 2025-03-14T03:55:39.0484459Z [87/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_generator.cc.obj 2025-03-14T03:55:39.0711845Z [88/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_file.cc.obj 2025-03-14T03:55:39.1206081Z [89/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_helpers.cc.obj 2025-03-14T03:55:39.2145540Z [90/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_map_field.cc.obj 2025-03-14T03:55:39.2437519Z [91/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_message_field.cc.obj 2025-03-14T03:55:39.2688134Z [92/7574] Linking CXX static library lib\libprotobuf.lib 2025-03-14T03:55:39.2872653Z [93/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_padding_optimizer.cc.obj 2025-03-14T03:55:39.3237968Z [94/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_message.cc.obj 2025-03-14T03:55:39.3939237Z [95/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_primitive_field.cc.obj 2025-03-14T03:55:39.4085890Z [96/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_service.cc.obj 2025-03-14T03:55:39.4659214Z [97/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_string_field.cc.obj 2025-03-14T03:55:39.4677698Z [98/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_doc_comment.cc.obj 2025-03-14T03:55:39.6034282Z [99/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_enum.cc.obj 2025-03-14T03:55:39.6111786Z [100/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_enum_field.cc.obj 2025-03-14T03:55:39.6547602Z [101/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_field_base.cc.obj 2025-03-14T03:55:39.6746835Z [102/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_generator.cc.obj 2025-03-14T03:55:39.7541246Z [103/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_map_field.cc.obj 2025-03-14T03:55:39.8109828Z [104/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_helpers.cc.obj 2025-03-14T03:55:39.8184204Z [105/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_message_field.cc.obj 2025-03-14T03:55:39.8291040Z [106/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_message.cc.obj 2025-03-14T03:55:39.9618486Z [107/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_reflection_class.cc.obj 2025-03-14T03:55:39.9645424Z [108/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_primitive_field.cc.obj 2025-03-14T03:55:40.0346138Z [109/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_enum_field.cc.obj 2025-03-14T03:55:40.0395632Z [110/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_message_field.cc.obj 2025-03-14T03:55:40.0997586Z [111/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_primitive_field.cc.obj 2025-03-14T03:55:40.1770114Z [112/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_wrapper_field.cc.obj 2025-03-14T03:55:40.1887260Z [113/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_source_generator_base.cc.obj 2025-03-14T03:55:40.2117597Z [114/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_context.cc.obj 2025-03-14T03:55:40.2240058Z [115/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_doc_comment.cc.obj 2025-03-14T03:55:40.3121655Z [116/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum.cc.obj 2025-03-14T03:55:40.3816264Z [117/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_field.cc.obj 2025-03-14T03:55:40.4262255Z [118/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_field_lite.cc.obj 2025-03-14T03:55:40.4361107Z [119/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_lite.cc.obj 2025-03-14T03:55:40.5255038Z [120/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_extension.cc.obj 2025-03-14T03:55:40.5491596Z [121/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_extension_lite.cc.obj 2025-03-14T03:55:40.5737222Z [122/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_field.cc.obj 2025-03-14T03:55:40.6381488Z [123/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_file.cc.obj 2025-03-14T03:55:40.6404434Z [124/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_generator.cc.obj 2025-03-14T03:55:40.7596769Z [125/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_generator_factory.cc.obj 2025-03-14T03:55:40.8018948Z [126/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_map_field.cc.obj 2025-03-14T03:55:40.8394539Z [127/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_helpers.cc.obj 2025-03-14T03:55:40.8675830Z [128/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_map_field_lite.cc.obj 2025-03-14T03:55:40.9239376Z [129/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_builder.cc.obj 2025-03-14T03:55:40.9537462Z [130/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message.cc.obj 2025-03-14T03:55:40.9931960Z [131/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_field.cc.obj 2025-03-14T03:55:41.0289216Z [132/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_builder_lite.cc.obj 2025-03-14T03:55:41.1096168Z [133/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_field_lite.cc.obj 2025-03-14T03:55:41.1744778Z [134/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_name_resolver.cc.obj 2025-03-14T03:55:41.2127237Z [135/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_lite.cc.obj 2025-03-14T03:55:41.2513592Z [136/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_primitive_field.cc.obj 2025-03-14T03:55:41.2734327Z [137/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\js\well_known_types_embed.cc.obj 2025-03-14T03:55:41.2934829Z [138/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_primitive_field_lite.cc.obj 2025-03-14T03:55:41.3206776Z [139/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_service.cc.obj 2025-03-14T03:55:41.3415553Z [140/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_shared_code_generator.cc.obj 2025-03-14T03:55:41.4012953Z [141/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_string_field.cc.obj 2025-03-14T03:55:41.4585517Z [142/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_string_field_lite.cc.obj 2025-03-14T03:55:41.6031363Z [143/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_enum.cc.obj 2025-03-14T03:55:41.6089715Z [144/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\js\js_generator.cc.obj 2025-03-14T03:55:41.6444151Z [145/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_field.cc.obj 2025-03-14T03:55:41.6550172Z [146/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_enum_field.cc.obj 2025-03-14T03:55:41.7100741Z [147/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_extension.cc.obj 2025-03-14T03:55:41.7353132Z [148/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_generator.cc.obj 2025-03-14T03:55:41.8031477Z [149/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_file.cc.obj 2025-03-14T03:55:41.8467928Z [150/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_helpers.cc.obj 2025-03-14T03:55:41.9430915Z [151/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_map_field.cc.obj 2025-03-14T03:55:41.9768942Z [152/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_message.cc.obj 2025-03-14T03:55:41.9848588Z [153/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_oneof.cc.obj 2025-03-14T03:55:42.0106313Z [154/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_message_field.cc.obj 2025-03-14T03:55:42.0655291Z [155/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_primitive_field.cc.obj 2025-03-14T03:55:42.0732978Z [156/7574] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\version.rc.res 2025-03-14T03:55:42.1511781Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-03-14T03:55:42.1512472Z 2025-03-14T03:55:42.1512479Z 2025-03-14T03:55:42.1512842Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-03-14T03:55:42.1513394Z 2025-03-14T03:55:42.1513401Z 2025-03-14T03:55:42.1513408Z 2025-03-14T03:55:42.1513413Z 2025-03-14T03:55:42.1514331Z [157/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\php\php_generator.cc.obj 2025-03-14T03:55:42.1600986Z [158/7574] Building RC object third_party\protobuf\cmake\CMakeFiles\protoc.dir\version.rc.res 2025-03-14T03:55:42.2054027Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-03-14T03:55:42.2054472Z 2025-03-14T03:55:42.2054482Z 2025-03-14T03:55:42.2054749Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-03-14T03:55:42.2055263Z 2025-03-14T03:55:42.2055302Z 2025-03-14T03:55:42.2055308Z 2025-03-14T03:55:42.2055313Z 2025-03-14T03:55:42.2056141Z [159/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\plugin.cc.obj 2025-03-14T03:55:42.2149704Z [160/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\plugin.pb.cc.obj 2025-03-14T03:55:42.2856259Z [161/7574] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\legacy-api.c.obj 2025-03-14T03:55:42.3103423Z [162/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\zip_writer.cc.obj 2025-03-14T03:55:42.3194020Z [163/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\protoc.dir\__\src\google\protobuf\compiler\main.cc.obj 2025-03-14T03:55:42.3528207Z [164/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\ruby\ruby_generator.cc.obj 2025-03-14T03:55:42.3870638Z [165/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\python\python_generator.cc.obj 2025-03-14T03:55:42.3928543Z [166/7574] Building C object sleef\src\libm\CMakeFiles\mkrename.dir\mkrename.c.obj 2025-03-14T03:55:42.4160125Z [167/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\subprocess.cc.obj 2025-03-14T03:55:42.4804634Z [168/7574] Building C object sleef\src\libm\CMakeFiles\mkalias.dir\mkalias.c.obj 2025-03-14T03:55:42.5004450Z [169/7574] Building C object sleef\src\libm\CMakeFiles\mkdisp.dir\mkdisp.c.obj 2025-03-14T03:55:42.6393506Z [170/7574] Linking CXX static library lib\libprotoc.lib 2025-03-14T03:55:42.6657282Z [171/7574] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\api.c.obj 2025-03-14T03:55:42.6928346Z [172/7574] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\portable-api.c.obj 2025-03-14T03:55:42.7467597Z C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um\winbase.h(9531): warning C5105: macro expansion producing 'defined' has undefined behavior 2025-03-14T03:55:42.7468827Z [173/7574] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\memory.c.obj 2025-03-14T03:55:42.7800719Z C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um\winbase.h(9531): warning C5105: macro expansion producing 'defined' has undefined behavior 2025-03-14T03:55:42.7801802Z [174/7574] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\init.c.obj 2025-03-14T03:55:42.7930123Z [175/7574] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\init.c.obj 2025-03-14T03:55:42.8078819Z [176/7574] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\info.c.obj 2025-03-14T03:55:42.8157164Z [177/7574] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\cache.c.obj 2025-03-14T03:55:42.8306623Z [178/7574] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\fastpath.c.obj 2025-03-14T03:55:42.8407409Z C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um\winbase.h(9531): warning C5105: macro expansion producing 'defined' has undefined behavior 2025-03-14T03:55:42.8408343Z [179/7574] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\vendor.c.obj 2025-03-14T03:55:42.8521760Z [180/7574] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\uarch.c.obj 2025-03-14T03:55:42.8539616Z [181/7574] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\windows.c.obj 2025-03-14T03:55:42.8819222Z C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um\winbase.h(9531): warning C5105: macro expansion producing 'defined' has undefined behavior 2025-03-14T03:55:42.8820508Z [182/7574] Linking C static library lib\pthreadpool.lib 2025-03-14T03:55:42.8955009Z [183/7574] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\topology.c.obj 2025-03-14T03:55:42.9068646Z [184/7574] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\isa.c.obj 2025-03-14T03:55:42.9248966Z [185/7574] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\descriptor.c.obj 2025-03-14T03:55:42.9302736Z [186/7574] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\init.c.obj 2025-03-14T03:55:42.9498648Z [187/7574] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\name.c.obj 2025-03-14T03:55:42.9705902Z [188/7574] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\deterministic.c.obj 2025-03-14T03:55:42.9877586Z [189/7574] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\log.c.obj 2025-03-14T03:55:43.0069542Z [190/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-avgpool\f16-avgpool-9p8x-minmax-f16c-c8.c.obj 2025-03-14T03:55:43.0241899Z [191/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-avgpool\f16-avgpool-9x-minmax-f16c-c8.c.obj 2025-03-14T03:55:43.0525609Z [192/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-25p8c-minmax-fma3-acc2.c.obj 2025-03-14T03:55:43.0695679Z [193/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-3p16c-minmax-fma3.c.obj 2025-03-14T03:55:43.0958577Z [194/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-4p16c-minmax-fma3.c.obj 2025-03-14T03:55:43.1107515Z [195/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u16.c.obj 2025-03-14T03:55:43.1121964Z [196/7574] Linking CXX executable bin\protoc.exe 2025-03-14T03:55:43.1210224Z [197/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-9p16c-minmax-fma3.c.obj 2025-03-14T03:55:43.1261161Z [198/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx512skx-u16.c.obj 2025-03-14T03:55:43.1956198Z [199/7574] Running gen_proto.py on onnx/onnx.in.proto 2025-03-14T03:55:43.2024526Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx.in.proto 2025-03-14T03:55:43.2024958Z 2025-03-14T03:55:43.2025376Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_onnx_torch-ml.proto 2025-03-14T03:55:43.2025895Z 2025-03-14T03:55:43.2026243Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_onnx_torch-ml.proto3 2025-03-14T03:55:43.2026720Z 2025-03-14T03:55:43.2027017Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-ml.pb.h 2025-03-14T03:55:43.2027410Z 2025-03-14T03:55:43.2027715Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_pb.py 2025-03-14T03:55:43.2028115Z 2025-03-14T03:55:43.2028777Z [200/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u4.c.obj 2025-03-14T03:55:43.2049460Z [201/7574] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\windows\init.c.obj 2025-03-14T03:55:43.2155093Z [202/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u1.c.obj 2025-03-14T03:55:43.2208313Z [203/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u32.c.obj 2025-03-14T03:55:43.2381097Z [204/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u16.c.obj 2025-03-14T03:55:43.2429985Z [205/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.obj 2025-03-14T03:55:43.2490752Z [206/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-f16c-u16.c.obj 2025-03-14T03:55:43.3267417Z [207/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-1x16-minmax-avx2-broadcast.c.obj 2025-03-14T03:55:43.3581363Z [208/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c32.c.obj 2025-03-14T03:55:43.3633946Z [209/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-4x16-minmax-avx2-broadcast.c.obj 2025-03-14T03:55:43.3680549Z [210/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-4x16-minmax-avx2-broadcast.c.obj 2025-03-14T03:55:43.3820933Z [211/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u32-acc4.c.obj 2025-03-14T03:55:43.4059952Z [212/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c64.c.obj 2025-03-14T03:55:43.4179480Z [213/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-ibilinear\gen\f16-ibilinear-fma3-c8.c.obj 2025-03-14T03:55:43.4315092Z [214/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u64-acc4.c.obj 2025-03-14T03:55:43.4613877Z [215/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-maxpool\f16-maxpool-9p8x-minmax-f16c-c8.c.obj 2025-03-14T03:55:43.4693520Z [216/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-pavgpool\f16-pavgpool-9p8x-minmax-avx2-c8.c.obj 2025-03-14T03:55:43.4708713Z [217/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-pavgpool\f16-pavgpool-9x-minmax-avx2-c8.c.obj 2025-03-14T03:55:43.4858624Z [218/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u4.c.obj 2025-03-14T03:55:43.5117075Z [219/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.obj 2025-03-14T03:55:43.5212981Z [220/7574] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2025-03-14T03:55:43.5263419Z [221/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-qu8-vcvt\gen\f16-qu8-vcvt-scalar-imagic-u4.c.obj 2025-03-14T03:55:43.5592656Z [222/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u64-acc4.c.obj 2025-03-14T03:55:43.5652289Z [223/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rmax-scalar-u2-acc2.c.obj 2025-03-14T03:55:43.5705734Z [224/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\f16-rmax-f16c-u32.c.obj 2025-03-14T03:55:43.5717799Z [225/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u64-acc4.c.obj 2025-03-14T03:55:43.5812062Z [226/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u2-acc2.c.obj 2025-03-14T03:55:43.6473997Z [227/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vdiv-f16c-u8.c.obj 2025-03-14T03:55:43.6552801Z [228/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vadd-f16c-u16.c.obj 2025-03-14T03:55:43.6696865Z [229/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmax-f16c-u16.c.obj 2025-03-14T03:55:43.6782298Z [230/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vdivc-f16c-u8.c.obj 2025-03-14T03:55:43.6839179Z [231/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vminc-f16c-u16.c.obj 2025-03-14T03:55:43.6940132Z [232/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmaxc-f16c-u16.c.obj 2025-03-14T03:55:43.7001355Z [233/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmin-f16c-u16.c.obj 2025-03-14T03:55:43.7074029Z [234/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vaddc-f16c-u16.c.obj 2025-03-14T03:55:43.7649216Z [235/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmulc-f16c-u16.c.obj 2025-03-14T03:55:43.7842686Z [236/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vprelu-f16c-u16.c.obj 2025-03-14T03:55:43.7857686Z [237/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmul-f16c-u16.c.obj 2025-03-14T03:55:43.8066869Z [238/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vrdivc-f16c-u8.c.obj 2025-03-14T03:55:43.8114663Z [239/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vpreluc-f16c-u16.c.obj 2025-03-14T03:55:43.8159335Z [240/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsqrdiff-f16c-u16.c.obj 2025-03-14T03:55:43.8416516Z [241/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vrsubc-f16c-u16.c.obj 2025-03-14T03:55:43.8466038Z [242/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vrpreluc-f16c-u16.c.obj 2025-03-14T03:55:43.8747629Z [243/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsqrdiffc-f16c-u16.c.obj 2025-03-14T03:55:43.9136668Z [244/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsub-f16c-u16.c.obj 2025-03-14T03:55:43.9205252Z [245/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vclamp\gen\f16-vclamp-f16c-u16.c.obj 2025-03-14T03:55:43.9268977Z [246/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-velu\gen\f16-velu-avx2-rr1-p3-u16.c.obj 2025-03-14T03:55:43.9318153Z [247/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vhswish\gen\f16-vhswish-f16c-u16.c.obj 2025-03-14T03:55:43.9434055Z [248/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsubc-f16c-u16.c.obj 2025-03-14T03:55:43.9642192Z [249/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vlrelu\gen\f16-vlrelu-f16c-u16.c.obj 2025-03-14T03:55:43.9797207Z [250/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndd-f16c-u16.c.obj 2025-03-14T03:55:43.9977766Z [251/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vmulcaddc\gen\f16-vmulcaddc-c8-minmax-fma3-2x.c.obj 2025-03-14T03:55:44.0312354Z [252/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndne-f16c-u16.c.obj 2025-03-14T03:55:44.0364220Z [253/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndu-f16c-u16.c.obj 2025-03-14T03:55:44.0416703Z [254/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndz-f16c-u16.c.obj 2025-03-14T03:55:44.0429095Z [255/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u32.c.obj 2025-03-14T03:55:44.0659817Z [256/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.obj 2025-03-14T03:55:44.0786525Z [257/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u32.c.obj 2025-03-14T03:55:44.0845433Z [258/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u24.c.obj 2025-03-14T03:55:44.1079486Z [259/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u32.c.obj 2025-03-14T03:55:44.1507544Z [260/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-4x-scalar-c1.c.obj 2025-03-14T03:55:44.1694526Z [261/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9p8x-sse2-c4.c.obj 2025-03-14T03:55:44.1734067Z [262/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-4x-sse2-c4.c.obj 2025-03-14T03:55:44.1745900Z [263/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vunary\gen\f16-vabs-sse2-u16.c.obj 2025-03-14T03:55:44.1867388Z [264/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9x-scalar-c1.c.obj 2025-03-14T03:55:44.1925617Z [265/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vunary\gen\f16-vneg-sse2-u16.c.obj 2025-03-14T03:55:44.1978876Z [266/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9p8x-scalar-c1.c.obj 2025-03-14T03:55:44.1994034Z [267/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vunary\gen\f16-vsqr-f16c-u16.c.obj 2025-03-14T03:55:44.2067112Z [268/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9x-sse2-c4.c.obj 2025-03-14T03:55:44.2729116Z [269/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9p8x-minmax-scalar-c1.c.obj 2025-03-14T03:55:44.2770644Z [270/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9x-minmax-scalar-c1.c.obj 2025-03-14T03:55:44.2816424Z [271/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9p8x-minmax-sse-c4.c.obj 2025-03-14T03:55:44.2948603Z [272/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9x-minmax-sse-c4.c.obj 2025-03-14T03:55:44.3010075Z [273/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.obj 2025-03-14T03:55:44.3304244Z [274/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-minmax-scalar-acc2.c.obj 2025-03-14T03:55:44.3317593Z [275/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx512f.c.obj 2025-03-14T03:55:44.3434451Z [276/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.obj 2025-03-14T03:55:44.3851250Z [277/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-scalar-acc2.c.obj 2025-03-14T03:55:44.3923440Z [278/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-avx.c.obj 2025-03-14T03:55:44.3937690Z [279/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-fma3.c.obj 2025-03-14T03:55:44.4271826Z [280/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-sse.c.obj 2025-03-14T03:55:44.4519373Z [281/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx.c.obj 2025-03-14T03:55:44.4530194Z [282/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-fma3.c.obj 2025-03-14T03:55:44.4574192Z [283/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx512f.c.obj 2025-03-14T03:55:44.5156074Z [284/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-sse.c.obj 2025-03-14T03:55:44.5286853Z [285/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-scalar-acc2.c.obj 2025-03-14T03:55:44.5370400Z [286/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-minmax-scalar-acc2.c.obj 2025-03-14T03:55:44.5416361Z [287/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.obj 2025-03-14T03:55:44.5466618Z [288/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx.c.obj 2025-03-14T03:55:44.5547182Z [289/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx512f.c.obj 2025-03-14T03:55:44.5645121Z [290/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-fma3.c.obj 2025-03-14T03:55:44.6141524Z [291/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-minmax-scalar-acc2.c.obj 2025-03-14T03:55:44.6295419Z [292/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-scalar-acc2.c.obj 2025-03-14T03:55:44.6432582Z [293/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-sse.c.obj 2025-03-14T03:55:44.6591971Z [294/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.obj 2025-03-14T03:55:44.6604322Z [295/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.obj 2025-03-14T03:55:44.6647995Z [296/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.obj 2025-03-14T03:55:44.6878822Z [297/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx.c.obj 2025-03-14T03:55:44.7206461Z [298/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.obj 2025-03-14T03:55:44.7305453Z [299/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx512f.c.obj 2025-03-14T03:55:44.7476868Z [300/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-fma3.c.obj 2025-03-14T03:55:44.7751479Z [301/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-sse.c.obj 2025-03-14T03:55:44.7764611Z [302/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-scalar-acc2.c.obj 2025-03-14T03:55:44.7776346Z [303/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.obj 2025-03-14T03:55:44.7828957Z [304/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-minmax-scalar-acc2.c.obj 2025-03-14T03:55:44.8338930Z [305/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.obj 2025-03-14T03:55:44.8398816Z [306/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-2x4-acc2.c.obj 2025-03-14T03:55:44.8478831Z [307/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4-acc2.c.obj 2025-03-14T03:55:44.8581762Z [308/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.obj 2025-03-14T03:55:44.8866251Z [309/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.obj 2025-03-14T03:55:44.9027303Z [310/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.obj 2025-03-14T03:55:44.9449593Z [311/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.obj 2025-03-14T03:55:44.9505992Z [312/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-4x4.c.obj 2025-03-14T03:55:44.9542658Z [313/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc3.c.obj 2025-03-14T03:55:44.9703319Z [314/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.obj 2025-03-14T03:55:44.9760855Z [315/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.obj 2025-03-14T03:55:44.9771973Z [316/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u24.c.obj 2025-03-14T03:55:45.0018128Z [317/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4.c.obj 2025-03-14T03:55:45.0070685Z [318/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx512skx-u16.c.obj 2025-03-14T03:55:45.0530775Z [319/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-f16c-u16.c.obj 2025-03-14T03:55:45.0607292Z [320/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u2.c.obj 2025-03-14T03:55:45.0707754Z [321/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u16.c.obj 2025-03-14T03:55:45.1009600Z [322/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-avx-broadcast.c.obj 2025-03-14T03:55:45.1021635Z [323/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u8.c.obj 2025-03-14T03:55:45.1249822Z [324/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-fma3-broadcast.c.obj 2025-03-14T03:55:45.1260872Z [325/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x16s4-minmax-fma3-broadcast.c.obj 2025-03-14T03:55:45.1821295Z [326/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x4-minmax-scalar.c.obj 2025-03-14T03:55:45.1871365Z [327/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x32-minmax-avx512f-broadcast.c.obj 2025-03-14T03:55:45.1891990Z [328/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u4.c.obj 2025-03-14T03:55:45.2060933Z [329/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x4-relu-scalar.c.obj 2025-03-14T03:55:45.2214168Z [330/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x4-scalar.c.obj 2025-03-14T03:55:45.2299083Z [331/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-sse-load1.c.obj 2025-03-14T03:55:45.2543279Z [332/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-2x4-relu-scalar.c.obj 2025-03-14T03:55:45.2897161Z [333/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-2x4-minmax-scalar.c.obj 2025-03-14T03:55:45.3196442Z [334/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x16s4-minmax-fma3-broadcast.c.obj 2025-03-14T03:55:45.3243159Z [335/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-2x4-scalar.c.obj 2025-03-14T03:55:45.3296343Z [336/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x2-scalar.c.obj 2025-03-14T03:55:45.3310301Z [337/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x2-minmax-scalar.c.obj 2025-03-14T03:55:45.3584398Z [338/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x2c4-minmax-sse.c.obj 2025-03-14T03:55:45.3747017Z [339/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x4-minmax-scalar.c.obj 2025-03-14T03:55:45.3996156Z [340/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x4-relu-scalar.c.obj 2025-03-14T03:55:45.4104066Z [341/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x4-scalar.c.obj 2025-03-14T03:55:45.4662064Z [342/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-avx-broadcast.c.obj 2025-03-14T03:55:45.4706813Z [343/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p4.c.obj 2025-03-14T03:55:45.4817807Z [344/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-sse-p8.c.obj 2025-03-14T03:55:45.4937498Z [345/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-sse-load1.c.obj 2025-03-14T03:55:45.4985953Z [346/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-fma3-broadcast.c.obj 2025-03-14T03:55:45.5170086Z [347/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear\gen\f32-ibilinear-sse-c8.c.obj 2025-03-14T03:55:45.5185041Z [348/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-7x32-minmax-avx512f-broadcast.c.obj 2025-03-14T03:55:45.5800055Z [349/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-avx-broadcast.c.obj 2025-03-14T03:55:45.5850929Z [350/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c2.c.obj 2025-03-14T03:55:45.5863155Z [351/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-fma3-broadcast.c.obj 2025-03-14T03:55:45.6028896Z [352/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x4-minmax-scalar.c.obj 2025-03-14T03:55:45.6211164Z [353/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x16s4-minmax-fma3-broadcast.c.obj 2025-03-14T03:55:45.6297363Z [354/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x32-minmax-avx512f-broadcast.c.obj 2025-03-14T03:55:45.6351260Z [355/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x4-relu-scalar.c.obj 2025-03-14T03:55:45.6370424Z [356/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x4-scalar.c.obj 2025-03-14T03:55:45.6937784Z [357/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-2x4-relu-scalar.c.obj 2025-03-14T03:55:45.6992032Z [358/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-sse-load1.c.obj 2025-03-14T03:55:45.7125489Z [359/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-2x4-minmax-scalar.c.obj 2025-03-14T03:55:45.7269534Z [360/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-2x4-scalar.c.obj 2025-03-14T03:55:45.7449763Z [361/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x2-minmax-scalar.c.obj 2025-03-14T03:55:45.7515908Z [362/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x2c4-minmax-sse.c.obj 2025-03-14T03:55:45.7533708Z [363/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x16s4-minmax-fma3-broadcast.c.obj 2025-03-14T03:55:45.7773712Z [364/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x2-scalar.c.obj 2025-03-14T03:55:45.8146369Z [365/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x4-minmax-scalar.c.obj 2025-03-14T03:55:45.8224873Z [366/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x4-relu-scalar.c.obj 2025-03-14T03:55:45.8398750Z [367/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-sse-load1.c.obj 2025-03-14T03:55:45.8657392Z [368/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x4-scalar.c.obj 2025-03-14T03:55:45.8668438Z [369/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-7x32-minmax-avx512f-broadcast.c.obj 2025-03-14T03:55:45.8841645Z [370/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-avx-broadcast.c.obj 2025-03-14T03:55:45.8889539Z [371/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.obj 2025-03-14T03:55:45.8966813Z [372/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-maxpool\f32-maxpool-9p8x-minmax-scalar-c1.c.obj 2025-03-14T03:55:45.9036664Z [373/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-maxpool\f32-maxpool-9p8x-minmax-sse-c4.c.obj 2025-03-14T03:55:45.9262717Z [374/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9p8x-minmax-sse-c4.c.obj 2025-03-14T03:55:45.9503814Z [375/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9p8x-minmax-scalar-c1.c.obj 2025-03-14T03:55:45.9649526Z [376/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9x-minmax-sse-c4.c.obj 2025-03-14T03:55:46.0151907Z [377/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x16-minmax-avx-broadcast.c.obj 2025-03-14T03:55:46.0336635Z [378/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x16-minmax-fma3-broadcast.c.obj 2025-03-14T03:55:46.0395329Z [379/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x16-minmax-avx2-broadcast.c.obj 2025-03-14T03:55:46.0541658Z [380/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x4-minmax-scalar.c.obj 2025-03-14T03:55:46.0559485Z [381/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x8-minmax-sse41-dup.c.obj 2025-03-14T03:55:46.0671114Z [382/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9x-minmax-scalar-c1.c.obj 2025-03-14T03:55:46.0750524Z [383/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-3x16-minmax-avx-broadcast.c.obj 2025-03-14T03:55:46.1037463Z [384/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-3x16-minmax-avx2-broadcast.c.obj 2025-03-14T03:55:46.1518380Z [385/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-3x16-minmax-fma3-broadcast.c.obj 2025-03-14T03:55:46.1611411Z [386/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x4-minmax-scalar.c.obj 2025-03-14T03:55:46.1966958Z [387/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-7x32-minmax-avx512skx-broadcast.c.obj 2025-03-14T03:55:46.2099531Z [388/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-1x32-minmax-avx512skx-broadcast.c.obj 2025-03-14T03:55:46.2162601Z [389/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x16-minmax-avx-broadcast.c.obj 2025-03-14T03:55:46.2356581Z [390/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x8-minmax-sse41-dup.c.obj 2025-03-14T03:55:46.2420849Z [391/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x16-minmax-avx2-broadcast.c.obj 2025-03-14T03:55:46.2924921Z [392/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x16-minmax-fma3-broadcast.c.obj 2025-03-14T03:55:46.3498886Z [393/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x32-minmax-avx512skx-broadcast.c.obj 2025-03-14T03:55:46.4030957Z [394/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-minmax-scalar.c.obj 2025-03-14T03:55:46.4601327Z [395/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8-minmax-sse41-dup.c.obj 2025-03-14T03:55:46.5390531Z [396/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-minmax-scalar.c.obj 2025-03-14T03:55:46.5681423Z [397/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x16-minmax-avx-broadcast.c.obj 2025-03-14T03:55:46.5938121Z [398/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8-minmax-sse41-dup.c.obj 2025-03-14T03:55:46.6082404Z [399/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x16-minmax-avx2-broadcast.c.obj 2025-03-14T03:55:46.6279220Z [400/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x16-minmax-fma3-broadcast.c.obj 2025-03-14T03:55:46.6477125Z [401/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x32-minmax-avx512skx-broadcast.c.obj 2025-03-14T03:55:46.6673142Z [402/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u32.c.obj 2025-03-14T03:55:46.6854846Z [403/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u64.c.obj 2025-03-14T03:55:46.7290423Z [404/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u128.c.obj 2025-03-14T03:55:46.7585657Z [405/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u1.c.obj 2025-03-14T03:55:46.7790330Z [406/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u4.c.obj 2025-03-14T03:55:46.8067423Z [407/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u4.c.obj 2025-03-14T03:55:46.8265111Z [408/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u32.c.obj 2025-03-14T03:55:46.8562971Z [409/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u32.c.obj 2025-03-14T03:55:46.8744187Z [410/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u32.c.obj 2025-03-14T03:55:46.8916805Z [411/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u64.c.obj 2025-03-14T03:55:46.9101081Z [412/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u128.c.obj 2025-03-14T03:55:46.9760356Z [413/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u1.c.obj 2025-03-14T03:55:48.2659839Z [414/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u4.c.obj 2025-03-14T03:55:48.2763980Z [415/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u4.c.obj 2025-03-14T03:55:48.2840848Z [416/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u32.c.obj 2025-03-14T03:55:48.3044904Z [417/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr2-p5-u32-acc2.c.obj 2025-03-14T03:55:48.3247841Z [418/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx256skx-rr2-p5-u32-acc2.c.obj 2025-03-14T03:55:48.3516132Z [419/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc2.c.obj 2025-03-14T03:55:48.3719824Z [420/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.obj 2025-03-14T03:55:48.3914049Z [421/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.obj 2025-03-14T03:55:48.3928164Z [422/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c32.c.obj 2025-03-14T03:55:48.4146338Z [423/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-avx-u32-acc4.c.obj 2025-03-14T03:55:48.4156877Z [424/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-scalar.c.obj 2025-03-14T03:55:48.4167755Z [425/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c64.c.obj 2025-03-14T03:55:48.4216699Z [426/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c16.c.obj 2025-03-14T03:55:48.4467258Z [427/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u64-acc4.c.obj 2025-03-14T03:55:48.4628380Z [428/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-scalar-u4-acc4.c.obj 2025-03-14T03:55:48.4965709Z [429/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-avx-u32-acc4.c.obj 2025-03-14T03:55:48.5108153Z [430/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u4-acc4.c.obj 2025-03-14T03:55:48.5154119Z [431/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u64-acc4.c.obj 2025-03-14T03:55:48.5267149Z [432/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-sse-u16-acc4.c.obj 2025-03-14T03:55:48.5313561Z [433/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-avx-u32-acc4.c.obj 2025-03-14T03:55:48.5577582Z [434/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-scalar-u4-acc4.c.obj 2025-03-14T03:55:48.5916899Z [435/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-sse-u16-acc4.c.obj 2025-03-14T03:55:48.5963903Z [436/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-avx512f-u64-acc4.c.obj 2025-03-14T03:55:48.6057303Z [437/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-32x1-minmax-sse.c.obj 2025-03-14T03:55:48.6201681Z [438/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-sse-u16-acc4.c.obj 2025-03-14T03:55:48.6216559Z [439/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-scalar.c.obj 2025-03-14T03:55:48.6304742Z [440/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-8x4-minmax-scalar.c.obj 2025-03-14T03:55:48.6586259Z [441/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-8x2-minmax-scalar.c.obj 2025-03-14T03:55:48.6758494Z [442/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-avx-u16.c.obj 2025-03-14T03:55:48.7258871Z [443/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-avx512f-u32.c.obj 2025-03-14T03:55:48.7322990Z [444/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-avx-u16.c.obj 2025-03-14T03:55:48.7377411Z [445/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-avx512f-u32.c.obj 2025-03-14T03:55:48.7425401Z [446/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-scalar-u8.c.obj 2025-03-14T03:55:48.7502292Z [447/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-sse-u8.c.obj 2025-03-14T03:55:48.7576743Z [448/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-sse-u8.c.obj 2025-03-14T03:55:48.7802094Z [449/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u8.c.obj 2025-03-14T03:55:48.7974426Z [450/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-avx-u16.c.obj 2025-03-14T03:55:48.8417045Z [451/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u2.c.obj 2025-03-14T03:55:48.8503338Z [452/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-avx-u16.c.obj 2025-03-14T03:55:48.8620795Z [453/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-sse-u8.c.obj 2025-03-14T03:55:48.8676060Z [454/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-avx512f-u32.c.obj 2025-03-14T03:55:48.8739152Z [455/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-avx512f-u32.c.obj 2025-03-14T03:55:48.8837927Z [456/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-sse-u8.c.obj 2025-03-14T03:55:48.8894962Z [457/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u2.c.obj 2025-03-14T03:55:48.9251232Z [458/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-avx-u16.c.obj 2025-03-14T03:55:48.9569485Z [459/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-avx512f-u32.c.obj 2025-03-14T03:55:48.9767110Z [460/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-avx-u16.c.obj 2025-03-14T03:55:48.9892982Z [461/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-scalar-u8.c.obj 2025-03-14T03:55:48.9909452Z [462/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-avx512f-u32.c.obj 2025-03-14T03:55:48.9999857Z [463/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-sse-u8.c.obj 2025-03-14T03:55:49.0015365Z [464/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-sse-u8.c.obj 2025-03-14T03:55:49.0072316Z [465/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u8.c.obj 2025-03-14T03:55:49.0294295Z [466/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-avx-u16.c.obj 2025-03-14T03:55:49.0639749Z [467/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-avx512f-u32.c.obj 2025-03-14T03:55:49.0920300Z [468/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-scalar-u8.c.obj 2025-03-14T03:55:49.1103151Z [469/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-avx-u16.c.obj 2025-03-14T03:55:49.1145505Z [470/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-avx512f-u32.c.obj 2025-03-14T03:55:49.1157575Z [471/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-sse-u8.c.obj 2025-03-14T03:55:49.1227298Z [472/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-scalar-u8.c.obj 2025-03-14T03:55:49.1394657Z [473/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-sse-u8.c.obj 2025-03-14T03:55:49.1452916Z [474/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-avx-u16.c.obj 2025-03-14T03:55:49.1953782Z [475/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-avx512f-u32.c.obj 2025-03-14T03:55:49.2188124Z [476/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-avx-u16.c.obj 2025-03-14T03:55:49.2252132Z [477/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-scalar-u8.c.obj 2025-03-14T03:55:49.2346465Z [478/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-avx512f-u32.c.obj 2025-03-14T03:55:49.2435487Z [479/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-sse-u8.c.obj 2025-03-14T03:55:49.2643775Z [480/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-avx-u16.c.obj 2025-03-14T03:55:49.2701786Z [481/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u8.c.obj 2025-03-14T03:55:49.2924676Z [482/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-sse-u8.c.obj 2025-03-14T03:55:49.2941379Z [483/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-avx512f-u32.c.obj 2025-03-14T03:55:49.3316875Z [484/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-sse2-u8.c.obj 2025-03-14T03:55:49.3370068Z [485/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u8.c.obj 2025-03-14T03:55:49.3431586Z [486/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-avx-u16.c.obj 2025-03-14T03:55:49.3507954Z [487/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-avx512f-u32.c.obj 2025-03-14T03:55:49.3788941Z [488/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-sse2-u8.c.obj 2025-03-14T03:55:49.3942718Z [489/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u8.c.obj 2025-03-14T03:55:49.4075408Z [490/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-avx512f-u32.c.obj 2025-03-14T03:55:49.4139009Z [491/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-avx-u16.c.obj 2025-03-14T03:55:49.4390499Z [492/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u2.c.obj 2025-03-14T03:55:49.4524428Z [493/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-sse-u8.c.obj 2025-03-14T03:55:49.4587069Z [494/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-avx-u16.c.obj 2025-03-14T03:55:49.5065221Z [495/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-avx512f-u32.c.obj 2025-03-14T03:55:49.5126681Z [496/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-avx-u16.c.obj 2025-03-14T03:55:49.5140663Z [497/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-sse2-u8.c.obj 2025-03-14T03:55:49.5274518Z [498/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u8.c.obj 2025-03-14T03:55:49.5657588Z [499/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx-u16.c.obj 2025-03-14T03:55:49.5738830Z [500/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u8.c.obj 2025-03-14T03:55:49.5804115Z [501/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-sse-u8.c.obj 2025-03-14T03:55:49.6041292Z [502/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-avx512f-u32.c.obj 2025-03-14T03:55:49.6128844Z [503/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx512f-u32.c.obj 2025-03-14T03:55:49.6221106Z [504/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-sse-u8.c.obj 2025-03-14T03:55:49.6416662Z [505/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u8.c.obj 2025-03-14T03:55:49.6716383Z [506/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx512f-u32.c.obj 2025-03-14T03:55:49.6770508Z [507/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx-u16.c.obj 2025-03-14T03:55:49.6880027Z [508/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u8.c.obj 2025-03-14T03:55:49.7098498Z [509/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-sse-u8.c.obj 2025-03-14T03:55:49.7250760Z [510/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-avx512f-u32.c.obj 2025-03-14T03:55:49.7428396Z [511/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-scalar-u8.c.obj 2025-03-14T03:55:49.7522906Z [512/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-sse-u8.c.obj 2025-03-14T03:55:49.7814844Z [513/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-avx-u16.c.obj 2025-03-14T03:55:49.7877936Z [514/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-avx512f-u32.c.obj 2025-03-14T03:55:49.7949496Z [515/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-avx-u16.c.obj 2025-03-14T03:55:49.8288701Z [516/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u8.c.obj 2025-03-14T03:55:49.8343424Z [517/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-sse-u8.c.obj 2025-03-14T03:55:49.8520320Z [518/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-avx-u16.c.obj 2025-03-14T03:55:49.8534828Z [519/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u4.c.obj 2025-03-14T03:55:49.8759302Z [520/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-avx512f-u16.c.obj 2025-03-14T03:55:49.9252740Z [521/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-sse-u8.c.obj 2025-03-14T03:55:49.9310680Z [522/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u32.c.obj 2025-03-14T03:55:49.9463676Z [523/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u16.c.obj 2025-03-14T03:55:49.9480491Z [524/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u4.c.obj 2025-03-14T03:55:49.9492960Z [525/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-sse-u8.c.obj 2025-03-14T03:55:49.9734279Z [526/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-avx.c.obj 2025-03-14T03:55:49.9811928Z [527/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-avx512f.c.obj 2025-03-14T03:55:49.9890607Z [528/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-scalar.c.obj 2025-03-14T03:55:50.0366284Z [529/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-sse2.c.obj 2025-03-14T03:55:50.0432954Z [530/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-avx.c.obj 2025-03-14T03:55:50.0577065Z [531/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-avx512f.c.obj 2025-03-14T03:55:50.0629373Z [532/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-scalar.c.obj 2025-03-14T03:55:50.0895317Z [533/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-avx.c.obj 2025-03-14T03:55:50.0907099Z [534/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-avx512f.c.obj 2025-03-14T03:55:50.1050685Z [535/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-scalar.c.obj 2025-03-14T03:55:50.1138926Z [536/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-sse2.c.obj 2025-03-14T03:55:50.1589300Z [537/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-sse2.c.obj 2025-03-14T03:55:50.1678835Z [538/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u32.c.obj 2025-03-14T03:55:50.1691174Z [539/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut4-p4-perm-u32.c.obj 2025-03-14T03:55:50.1809032Z [540/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u64.c.obj 2025-03-14T03:55:50.1999359Z [541/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u4.c.obj 2025-03-14T03:55:50.2115714Z [542/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u12.c.obj 2025-03-14T03:55:50.2213415Z [543/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vexp\gen\f32-vexp-scalar-exp.c.obj 2025-03-14T03:55:50.2677872Z [544/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-avx-rational-12-10-div.c.obj 2025-03-14T03:55:50.2746005Z [545/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-avx512f-rational-12-10-nr.c.obj 2025-03-14T03:55:50.2825500Z [546/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u2.c.obj 2025-03-14T03:55:50.2883470Z [547/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-fma3-rational-12-10-div.c.obj 2025-03-14T03:55:50.3040216Z [548/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-sse2-rational-12-10-div.c.obj 2025-03-14T03:55:50.3052575Z [549/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-scalar-rational-12-10-div.c.obj 2025-03-14T03:55:50.3240238Z [550/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-avx-u16.c.obj 2025-03-14T03:55:50.3298388Z [551/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-avx512f-u16.c.obj 2025-03-14T03:55:50.3876579Z [552/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-fma3-u16.c.obj 2025-03-14T03:55:50.3933531Z [553/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u4.c.obj 2025-03-14T03:55:50.3946111Z [554/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-sse-u8.c.obj 2025-03-14T03:55:50.4059725Z [555/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-avx2-rational-3-3-div.c.obj 2025-03-14T03:55:50.4210444Z [556/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-fma3-rational-3-3-div.c.obj 2025-03-14T03:55:50.4224480Z [557/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-avx512f-rational-3-3-div.c.obj 2025-03-14T03:55:50.4389048Z [558/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-sse2-rational-3-3-div.c.obj 2025-03-14T03:55:50.4495549Z [559/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-scalar-rational-3-3-div.c.obj 2025-03-14T03:55:50.5252679Z [560/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-avx-u16.c.obj 2025-03-14T03:55:50.5296365Z [561/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c1-minmax-scalar-2x.c.obj 2025-03-14T03:55:50.5352566Z [562/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-avx512f-u16.c.obj 2025-03-14T03:55:50.5363810Z [563/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c4-minmax-sse-2x.c.obj 2025-03-14T03:55:50.5411749Z [564/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u4.c.obj 2025-03-14T03:55:50.5423918Z [565/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-sse41-u8.c.obj 2025-03-14T03:55:50.5484118Z [566/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-sse-u8.c.obj 2025-03-14T03:55:50.5689209Z [567/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u8.c.obj 2025-03-14T03:55:50.6362154Z [568/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-avx-u16.c.obj 2025-03-14T03:55:50.6411830Z [569/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-avx512f-u16.c.obj 2025-03-14T03:55:50.6503433Z [570/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u1.c.obj 2025-03-14T03:55:50.6614378Z [571/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-avx-u16.c.obj 2025-03-14T03:55:50.6720727Z [572/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u4.c.obj 2025-03-14T03:55:50.6957604Z [573/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-sse2-u8.c.obj 2025-03-14T03:55:50.7064598Z [574/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-sse41-u8.c.obj 2025-03-14T03:55:50.7122111Z [575/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-avx512f-u16.c.obj 2025-03-14T03:55:50.7490714Z [576/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u4.c.obj 2025-03-14T03:55:50.7603776Z [577/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-sse2-u8.c.obj 2025-03-14T03:55:50.7712495Z [578/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u1.c.obj 2025-03-14T03:55:50.7795485Z [579/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-avx-u16.c.obj 2025-03-14T03:55:50.7989586Z [580/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-avx512f-u16.c.obj 2025-03-14T03:55:50.8089143Z [581/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-sse41-u8.c.obj 2025-03-14T03:55:50.8209466Z [582/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u1.c.obj 2025-03-14T03:55:50.8269319Z [583/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u4.c.obj 2025-03-14T03:55:50.8704710Z [584/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-sse2-u8.c.obj 2025-03-14T03:55:50.8716946Z [585/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-sse41-u8.c.obj 2025-03-14T03:55:50.8776984Z [586/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-avx-u16.c.obj 2025-03-14T03:55:50.9024844Z [587/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u1.c.obj 2025-03-14T03:55:50.9180602Z [588/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u4.c.obj 2025-03-14T03:55:50.9239497Z [589/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-avx512f-u16.c.obj 2025-03-14T03:55:50.9538575Z [590/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-sse41-u8.c.obj 2025-03-14T03:55:50.9622457Z [591/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-sse2-u8.c.obj 2025-03-14T03:55:50.9687320Z [592/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u32.c.obj 2025-03-14T03:55:50.9865884Z [593/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u16.c.obj 2025-03-14T03:55:50.9882470Z [594/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u16.c.obj 2025-03-14T03:55:51.0151506Z [595/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u1.c.obj 2025-03-14T03:55:51.0559725Z [596/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u8.c.obj 2025-03-14T03:55:51.0909322Z [597/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u64.c.obj 2025-03-14T03:55:51.1005896Z [598/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u16.c.obj 2025-03-14T03:55:51.1088557Z [599/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u4.c.obj 2025-03-14T03:55:51.1140761Z [600/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-lut64-p2-div-u8.c.obj 2025-03-14T03:55:51.1193190Z [601/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.obj 2025-03-14T03:55:51.1272177Z [602/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-lut64-p2-div-u8.c.obj 2025-03-14T03:55:51.1367327Z [603/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u16.c.obj 2025-03-14T03:55:51.1781287Z [604/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u16.c.obj 2025-03-14T03:55:51.1969170Z [605/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u16.c.obj 2025-03-14T03:55:51.2159022Z [606/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u16.c.obj 2025-03-14T03:55:51.2313391Z [607/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u12.c.obj 2025-03-14T03:55:51.2376082Z [608/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-avx-rational-9-8-div.c.obj 2025-03-14T03:55:51.2564889Z [609/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u1.c.obj 2025-03-14T03:55:51.2631955Z [610/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-fma3-rational-9-8-div.c.obj 2025-03-14T03:55:51.2682195Z [611/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-avx512f-rational-9-8-nr.c.obj 2025-03-14T03:55:51.3016434Z [612/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-sse2-rational-9-8-div.c.obj 2025-03-14T03:55:51.3172940Z [613/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-scalar-rational-9-8-div.c.obj 2025-03-14T03:55:51.3290072Z [614/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-avx.c.obj 2025-03-14T03:55:51.3535319Z [615/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-scalar.c.obj 2025-03-14T03:55:51.3593613Z [616/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-avx512f.c.obj 2025-03-14T03:55:51.3841493Z [617/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-avx.c.obj 2025-03-14T03:55:51.3854573Z [618/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-sse2.c.obj 2025-03-14T03:55:51.3995425Z [619/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-avx512f.c.obj 2025-03-14T03:55:51.4177540Z [620/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-scalar.c.obj 2025-03-14T03:55:51.4503925Z [621/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-avx.c.obj 2025-03-14T03:55:51.4556090Z [622/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-sse2.c.obj 2025-03-14T03:55:51.4620253Z [623/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-avx512f.c.obj 2025-03-14T03:55:51.4890986Z [624/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-scalar.c.obj 2025-03-14T03:55:51.4966128Z [625/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-sse2.c.obj 2025-03-14T03:55:51.5209542Z [626/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-1x8c8-minmax-avx2.c.obj 2025-03-14T03:55:51.5220889Z [627/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-3x8c8-minmax-avx2.c.obj 2025-03-14T03:55:51.5648476Z [628/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.obj 2025-03-14T03:55:51.5728139Z [629/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-03-14T03:55:51.5987493Z [630/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256vnni.c.obj 2025-03-14T03:55:51.6033398Z [631/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.obj 2025-03-14T03:55:51.6152218Z [632/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-03-14T03:55:51.6279904Z [633/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256vnni.c.obj 2025-03-14T03:55:51.6491883Z [634/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-1x8c8-minmax-avx256skx.c.obj 2025-03-14T03:55:51.6861637Z [635/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-1x8c8-minmax-avx2.c.obj 2025-03-14T03:55:51.7280717Z [636/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-1x8c8-minmax-avx256vnni.c.obj 2025-03-14T03:55:51.7405983Z [637/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-1x8c8-minmax-avx256skx.c.obj 2025-03-14T03:55:51.7458688Z [638/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-5x8c8-minmax-avx256skx.c.obj 2025-03-14T03:55:51.7469139Z [639/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-1x8c8-minmax-avx2.c.obj 2025-03-14T03:55:51.7587789Z [640/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-3x8c8-minmax-avx2.c.obj 2025-03-14T03:55:51.7695591Z [641/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-1x8c8-minmax-avx256vnni.c.obj 2025-03-14T03:55:51.7874569Z [642/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-8x8c8-minmax-avx256vnni.c.obj 2025-03-14T03:55:51.7888376Z [643/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-3x8c8-minmax-avx2.c.obj 2025-03-14T03:55:51.8570083Z [644/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-5x8c8-minmax-avx256skx.c.obj 2025-03-14T03:55:51.8824350Z [645/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-8x8c8-minmax-avx256vnni.c.obj 2025-03-14T03:55:51.8984151Z [646/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T03:55:51.9095082Z [647/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4-minmax-scalar.c.obj 2025-03-14T03:55:51.9207889Z [648/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T03:55:51.9495951Z [649/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-sse2-ld128.c.obj 2025-03-14T03:55:51.9702555Z [650/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-sse41-ld128.c.obj 2025-03-14T03:55:51.9814201Z [651/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T03:55:51.9967265Z [652/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-avx-ld128.c.obj 2025-03-14T03:55:52.0186589Z [653/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x4c8-minmax-sse41-ld128.c.obj 2025-03-14T03:55:52.0540320Z [654/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4-minmax-scalar.c.obj 2025-03-14T03:55:52.0591957Z [655/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x8c8-minmax-avx2.c.obj 2025-03-14T03:55:52.0641668Z [656/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x8c8-minmax-avx2.c.obj 2025-03-14T03:55:52.0880671Z [657/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4c8-minmax-avx-ld128.c.obj 2025-03-14T03:55:52.1445926Z [658/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4c8-minmax-sse2-ld128.c.obj 2025-03-14T03:55:52.1457426Z [659/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T03:55:52.1541406Z [660/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T03:55:52.1732626Z [661/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T03:55:52.1902674Z [662/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.obj 2025-03-14T03:55:52.1984392Z [663/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-madd-prfm.c.obj 2025-03-14T03:55:52.2285876Z [664/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T03:55:52.2294314Z [665/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld128.c.obj 2025-03-14T03:55:52.2613093Z [666/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.obj 2025-03-14T03:55:52.2664039Z [667/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-ssse3-madd.c.obj 2025-03-14T03:55:52.3006050Z [668/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-03-14T03:55:52.3058660Z [669/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.obj 2025-03-14T03:55:52.3265646Z [670/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld128.c.obj 2025-03-14T03:55:52.3504193Z [671/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-ssse3-madd.c.obj 2025-03-14T03:55:52.3557383Z [672/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-madd-prfm.c.obj 2025-03-14T03:55:52.3627149Z [673/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.obj 2025-03-14T03:55:52.3938006Z [674/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T03:55:52.4016331Z [675/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-03-14T03:55:52.4238144Z [676/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx-prfm.c.obj 2025-03-14T03:55:52.4356644Z [677/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-10x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T03:55:52.4538408Z [678/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T03:55:52.4888766Z [679/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.obj 2025-03-14T03:55:52.4947078Z [680/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld64.c.obj 2025-03-14T03:55:52.5166001Z [681/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.obj 2025-03-14T03:55:52.5398706Z [682/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld64.c.obj 2025-03-14T03:55:52.5552933Z [683/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x8c8-minmax-avx2.c.obj 2025-03-14T03:55:52.5734194Z [684/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x8c8-minmax-avx256skx.c.obj 2025-03-14T03:55:52.5785332Z [685/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.obj 2025-03-14T03:55:52.5801969Z [686/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.obj 2025-03-14T03:55:52.6139471Z [687/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld64.c.obj 2025-03-14T03:55:52.6190198Z [688/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld64.c.obj 2025-03-14T03:55:52.6512863Z [689/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x8c8-minmax-avx2.c.obj 2025-03-14T03:55:52.6923623Z [690/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x8c8-minmax-avx256skx.c.obj 2025-03-14T03:55:52.7001082Z [691/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx-prfm.c.obj 2025-03-14T03:55:52.7011945Z [692/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx-prfm.c.obj 2025-03-14T03:55:52.7165892Z [693/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-10x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T03:55:52.7182242Z [694/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T03:55:52.7653117Z [695/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.obj 2025-03-14T03:55:52.7696239Z [696/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld64.c.obj 2025-03-14T03:55:52.7938761Z [697/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.obj 2025-03-14T03:55:52.7998903Z [698/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld64.c.obj 2025-03-14T03:55:52.8100662Z [699/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x8c8-minmax-avx2.c.obj 2025-03-14T03:55:52.8231321Z [700/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x8c8-minmax-avx256skx.c.obj 2025-03-14T03:55:52.8418189Z [701/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.obj 2025-03-14T03:55:52.8436698Z [702/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.obj 2025-03-14T03:55:52.8806912Z [703/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld64.c.obj 2025-03-14T03:55:52.8901452Z [704/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld64.c.obj 2025-03-14T03:55:52.9232099Z [705/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx-prfm.c.obj 2025-03-14T03:55:52.9312258Z [706/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x8c8-minmax-avx2.c.obj 2025-03-14T03:55:52.9367470Z [707/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.obj 2025-03-14T03:55:52.9612885Z [708/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x8c8-minmax-avx256skx.c.obj 2025-03-14T03:55:52.9729975Z [709/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:55:52.9780296Z [710/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T03:55:52.9866287Z [711/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:55:53.0023968Z [712/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:55:53.0428545Z [713/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T03:55:53.0579371Z [714/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T03:55:53.0810830Z [715/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T03:55:53.0937429Z [716/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:55:53.1124262Z [717/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:55:53.1167678Z [718/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T03:55:53.1398089Z [719/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.obj 2025-03-14T03:55:53.1445787Z [720/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:55:53.1491189Z [721/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T03:55:53.1926308Z [722/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u16.c.obj 2025-03-14T03:55:53.1939341Z [723/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T03:55:53.1989340Z [724/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T03:55:53.2131720Z [725/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u16.c.obj 2025-03-14T03:55:53.2183535Z [726/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u32.c.obj 2025-03-14T03:55:53.2407217Z [727/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u32.c.obj 2025-03-14T03:55:53.2461376Z [728/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u4.c.obj 2025-03-14T03:55:53.2913328Z [729/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u32.c.obj 2025-03-14T03:55:53.3050562Z [730/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-packw\gen\qs8-packw-x16c8-gemm-goi-avx256vnni-prfm.c.obj 2025-03-14T03:55:53.3272983Z [731/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-packw\gen\qs8-packw-x64c4-gemm-goi-scalar.c.obj 2025-03-14T03:55:53.3364369Z [732/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u16.c.obj 2025-03-14T03:55:53.3414301Z [733/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u1.c.obj 2025-03-14T03:55:53.3468515Z [734/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-packw\gen\qs8-packw-x16c8-gemm-goi-scalar.c.obj 2025-03-14T03:55:53.3537499Z [735/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.obj 2025-03-14T03:55:53.3589084Z [736/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-goi-avx256vnni-prfm.c.obj 2025-03-14T03:55:53.4262802Z [737/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:55:53.4322538Z [738/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T03:55:53.4486026Z [739/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:55:53.4647606Z [740/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16.c.obj 2025-03-14T03:55:53.4697436Z [741/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T03:55:53.4748893Z [742/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16.c.obj 2025-03-14T03:55:53.4810638Z [743/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p16c-minmax-fp32-avx-mul16-add16.c.obj 2025-03-14T03:55:53.4826026Z [744/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:55:53.5438269Z [745/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p16c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T03:55:53.5662659Z [746/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:55:53.5754873Z [747/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:55:53.5941896Z [748/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T03:55:53.5990396Z [749/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p8c-minmax-fp32-sse2-mul16.c.obj 2025-03-14T03:55:53.6004314Z [750/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p8c-minmax-fp32-sse41-mul16.c.obj 2025-03-14T03:55:53.6110382Z [751/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.obj 2025-03-14T03:55:53.6181520Z [752/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:55:53.6528605Z [753/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T03:55:53.6910662Z [754/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:55:53.6933166Z [755/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:55:53.7214223Z [756/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16.c.obj 2025-03-14T03:55:53.7321855Z [757/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16.c.obj 2025-03-14T03:55:53.7475644Z [758/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T03:55:53.7532720Z [759/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:55:53.7660976Z [760/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-03-14T03:55:53.7713907Z [761/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2025-03-14T03:55:53.8381245Z [762/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:55:53.8392911Z [763/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:55:53.8612351Z [764/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2025-03-14T03:55:53.8695454Z [765/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2025-03-14T03:55:53.8883373Z [766/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x8c8-minmax-fp32-avx2.c.obj 2025-03-14T03:55:53.9133013Z [767/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2025-03-14T03:55:53.9188264Z [768/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x8c8-minmax-fp32-avx256skx.c.obj 2025-03-14T03:55:53.9326314Z [769/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:55:53.9685914Z [770/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2025-03-14T03:55:53.9770260Z [771/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:55:54.0002879Z [772/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2025-03-14T03:55:54.0086475Z [773/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2025-03-14T03:55:54.0141585Z [774/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x8c8-minmax-fp32-avx2.c.obj 2025-03-14T03:55:54.0424777Z [775/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-03-14T03:55:54.0475228Z [776/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x8c8-minmax-fp32-avx256skx.c.obj 2025-03-14T03:55:54.0591779Z [777/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2025-03-14T03:55:54.0925721Z [778/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-03-14T03:55:54.1042806Z [779/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T03:55:54.1356172Z [780/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:55:54.1440411Z [781/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2025-03-14T03:55:54.1451292Z [782/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:55:54.1637799Z [783/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2025-03-14T03:55:54.1669990Z [784/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2025-03-14T03:55:54.2123981Z [785/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x8c8-minmax-fp32-avx256skx.c.obj 2025-03-14T03:55:54.2173175Z [786/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x8c8-minmax-fp32-avx2.c.obj 2025-03-14T03:55:54.2404472Z [787/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:55:54.2572569Z [788/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2025-03-14T03:55:54.2732850Z [789/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x8c8-minmax-fp32-avx2.c.obj 2025-03-14T03:55:54.2813302Z [790/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:55:54.2886289Z [791/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2025-03-14T03:55:54.2941949Z [792/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2025-03-14T03:55:54.3196159Z [793/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x8c8-minmax-fp32-avx256skx.c.obj 2025-03-14T03:55:54.3551987Z [794/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-03-14T03:55:54.3648949Z [795/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x16c8-gemm-goi-avx256vnni.c.obj 2025-03-14T03:55:54.3697340Z [796/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T03:55:54.3842190Z [797/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x16c8-gemm-goi-scalar.c.obj 2025-03-14T03:55:54.3921908Z [798/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx2-c64.c.obj 2025-03-14T03:55:54.4140987Z [799/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rdsum\gen\qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.obj 2025-03-14T03:55:54.4270841Z [800/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx512skx-c64.c.obj 2025-03-14T03:55:54.4288168Z [801/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-sse41-c64.c.obj 2025-03-14T03:55:54.4526798Z [802/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u64-acc2.c.obj 2025-03-14T03:55:54.4625533Z [803/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u128-acc2.c.obj 2025-03-14T03:55:54.4755988Z [804/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u64-acc2.c.obj 2025-03-14T03:55:54.4860605Z [805/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u128-acc2.c.obj 2025-03-14T03:55:54.4873697Z [806/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u4.c.obj 2025-03-14T03:55:54.5373764Z [807/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u16.c.obj 2025-03-14T03:55:54.5434061Z [808/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u8.c.obj 2025-03-14T03:55:54.5481281Z [809/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u32-acc2.c.obj 2025-03-14T03:55:54.5685474Z [810/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.obj 2025-03-14T03:55:54.5740938Z [811/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u1.c.obj 2025-03-14T03:55:54.5913767Z [812/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u4.c.obj 2025-03-14T03:55:54.6017421Z [813/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u8.c.obj 2025-03-14T03:55:54.6129984Z [814/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u8.c.obj 2025-03-14T03:55:54.6465470Z [815/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u8.c.obj 2025-03-14T03:55:54.6556385Z [816/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.obj 2025-03-14T03:55:54.6661496Z [817/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.obj 2025-03-14T03:55:54.6723080Z [818/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u1.c.obj 2025-03-14T03:55:54.6869977Z [819/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u4.c.obj 2025-03-14T03:55:54.7051758Z [820/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.obj 2025-03-14T03:55:54.7109842Z [821/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.obj 2025-03-14T03:55:54.7159891Z [822/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u32.c.obj 2025-03-14T03:55:54.7485297Z [823/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u32.c.obj 2025-03-14T03:55:54.7764728Z [824/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u1.c.obj 2025-03-14T03:55:54.7775846Z [825/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-sse2-u32.c.obj 2025-03-14T03:55:54.7852160Z [826/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u4.c.obj 2025-03-14T03:55:54.7950674Z [827/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-ssse3-u32.c.obj 2025-03-14T03:55:54.8004328Z [828/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u32.c.obj 2025-03-14T03:55:54.8200146Z [829/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u32.c.obj 2025-03-14T03:55:54.8364863Z [830/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u32.c.obj 2025-03-14T03:55:54.8585800Z [831/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u4.c.obj 2025-03-14T03:55:54.8943999Z [832/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u32.c.obj 2025-03-14T03:55:54.9094083Z [833/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u4.c.obj 2025-03-14T03:55:54.9107817Z [834/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-ssse3-u32.c.obj 2025-03-14T03:55:54.9353142Z [835/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.obj 2025-03-14T03:55:54.9415031Z [836/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u4.c.obj 2025-03-14T03:55:54.9471064Z [837/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse2-u32.c.obj 2025-03-14T03:55:54.9608801Z [838/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.obj 2025-03-14T03:55:54.9625949Z [839/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.obj 2025-03-14T03:55:55.0078974Z [840/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.obj 2025-03-14T03:55:55.0213590Z [841/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u4.c.obj 2025-03-14T03:55:55.0270894Z [842/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.obj 2025-03-14T03:55:55.0374465Z [843/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.obj 2025-03-14T03:55:55.0424529Z [844/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-avgpool\qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.obj 2025-03-14T03:55:55.0493207Z [845/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-avgpool\qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.obj 2025-03-14T03:55:55.0657768Z [846/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-avgpool\qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.obj 2025-03-14T03:55:55.0710371Z [847/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-avgpool\qu8-avgpool-9x-minmax-fp32-sse2-c8.c.obj 2025-03-14T03:55:55.1397157Z [848/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T03:55:55.1450193Z [849/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:55:55.1519447Z [850/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:55:55.1572507Z [851/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:55:55.1667069Z [852/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T03:55:55.1677867Z [853/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.obj 2025-03-14T03:55:55.1828634Z [854/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.obj 2025-03-14T03:55:55.1878335Z [855/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.obj 2025-03-14T03:55:55.2609041Z [856/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.obj 2025-03-14T03:55:55.2716854Z [857/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T03:55:55.2771102Z [858/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:55:55.2990672Z [859/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.obj 2025-03-14T03:55:55.3105421Z [860/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.obj 2025-03-14T03:55:55.3118831Z [861/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:55:55.3177434Z [862/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:55:55.3690470Z [863/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u16.c.obj 2025-03-14T03:55:55.3738942Z [864/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u32.c.obj 2025-03-14T03:55:55.3953908Z [865/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u32.c.obj 2025-03-14T03:55:55.4000872Z [866/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u1.c.obj 2025-03-14T03:55:55.4090769Z [867/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u32.c.obj 2025-03-14T03:55:55.4152597Z [868/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u4.c.obj 2025-03-14T03:55:55.4235727Z [869/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u16.c.obj 2025-03-14T03:55:55.4440722Z [870/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T03:55:55.4865590Z [871/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-03-14T03:55:55.5062950Z [872/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:55:55.5378665Z [873/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2025-03-14T03:55:55.5499260Z [874/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:55:55.5582777Z [875/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2025-03-14T03:55:55.5649815Z [876/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2025-03-14T03:55:55.5704218Z [877/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:55:55.5802168Z [878/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x8c8-minmax-fp32-avx2.c.obj 2025-03-14T03:55:55.6107545Z [879/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2025-03-14T03:55:55.6495322Z [880/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:55:55.6795666Z [881/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2025-03-14T03:55:55.7239558Z [882/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-03-14T03:55:55.7293130Z [883/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:55:55.7430475Z [884/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2025-03-14T03:55:55.7492261Z [885/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2025-03-14T03:55:55.7537909Z [886/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:55:55.7734996Z [887/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-03-14T03:55:55.7860130Z [888/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2025-03-14T03:55:55.8354723Z [889/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x8c8-minmax-fp32-avx2.c.obj 2025-03-14T03:55:55.8427430Z [890/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2025-03-14T03:55:55.8702237Z [891/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2025-03-14T03:55:55.8747541Z [892/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:55:55.8807506Z [893/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2025-03-14T03:55:55.8961430Z [894/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2025-03-14T03:55:55.9131649Z [895/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:55:55.9570171Z [896/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-3x8c8-minmax-fp32-avx2.c.obj 2025-03-14T03:55:55.9621497Z [897/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-03-14T03:55:55.9760495Z [898/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u64-acc2.c.obj 2025-03-14T03:55:56.0082420Z [899/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-3x8c8-minmax-fp32-avx2.c.obj 2025-03-14T03:55:56.0229352Z [900/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rdsum\gen\qu8-rdsum-7p7x-ssse3-c64.c.obj 2025-03-14T03:55:56.0306910Z [901/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rsum\gen\qu8-rsum-scalar-u4.c.obj 2025-03-14T03:55:56.0447788Z [902/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rdsum\gen\qu8-rdsum-scalar.c.obj 2025-03-14T03:55:56.0536931Z [903/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul32-ld32-u8.c.obj 2025-03-14T03:55:56.0683330Z [904/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx2-mul32-ld64-u16.c.obj 2025-03-14T03:55:56.0738940Z [905/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.obj 2025-03-14T03:55:56.1055860Z [906/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u32-acc2.c.obj 2025-03-14T03:55:56.1154383Z [907/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u1.c.obj 2025-03-14T03:55:56.1294109Z [908/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u4.c.obj 2025-03-14T03:55:56.1609836Z [909/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul16-ld64-u8.c.obj 2025-03-14T03:55:56.1662821Z [910/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul32-ld32-u8.c.obj 2025-03-14T03:55:56.1676195Z [911/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse2-mul16-ld64-u8.c.obj 2025-03-14T03:55:56.1780951Z [912/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.obj 2025-03-14T03:55:56.1841535Z [913/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.obj 2025-03-14T03:55:56.2080370Z [914/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u1.c.obj 2025-03-14T03:55:56.2192245Z [915/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u4.c.obj 2025-03-14T03:55:56.2709603Z [916/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u32.c.obj 2025-03-14T03:55:56.2720858Z [917/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u32.c.obj 2025-03-14T03:55:56.2771264Z [918/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.obj 2025-03-14T03:55:56.2832241Z [919/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u1.c.obj 2025-03-14T03:55:56.2898525Z [920/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u4.c.obj 2025-03-14T03:55:56.3016819Z [921/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.obj 2025-03-14T03:55:56.3027945Z [922/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-sse2-u32.c.obj 2025-03-14T03:55:56.3154196Z [923/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u32.c.obj 2025-03-14T03:55:56.3789525Z [924/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-ssse3-u32.c.obj 2025-03-14T03:55:56.3947193Z [925/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u32.c.obj 2025-03-14T03:55:56.4027222Z [926/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u4.c.obj 2025-03-14T03:55:56.4138586Z [927/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u32.c.obj 2025-03-14T03:55:56.4155765Z [928/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u32.c.obj 2025-03-14T03:55:56.4214302Z [929/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u4.c.obj 2025-03-14T03:55:56.4225568Z [930/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse2-u32.c.obj 2025-03-14T03:55:56.4503817Z [931/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-ssse3-u32.c.obj 2025-03-14T03:55:56.5157105Z [932/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.obj 2025-03-14T03:55:56.5214254Z [933/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u4.c.obj 2025-03-14T03:55:56.5273920Z [934/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.obj 2025-03-14T03:55:56.5585087Z [935/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.obj 2025-03-14T03:55:56.5760271Z [936/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.obj 2025-03-14T03:55:56.5775431Z [937/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.obj 2025-03-14T03:55:56.5839694Z [938/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.obj 2025-03-14T03:55:56.5893288Z [939/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u4.c.obj 2025-03-14T03:55:56.6137014Z [940/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s32-f32-vcvt\gen\s32-f32-vcvt-avx2.c.obj 2025-03-14T03:55:56.6194060Z [941/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s32-f32-vcvt\gen\s32-f32-vcvt-avx512f.c.obj 2025-03-14T03:55:56.6304994Z [942/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s32-f32-vcvt\gen\s32-f32-vcvt-scalar.c.obj 2025-03-14T03:55:56.6540594Z [943/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c1.c.obj 2025-03-14T03:55:56.6864881Z [944/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-sse2-c16.c.obj 2025-03-14T03:55:56.6909311Z [945/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-ibilinear\gen\s8-ibilinear-sse41-c16.c.obj 2025-03-14T03:55:56.7008121Z [946/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-ibilinear\gen\s8-ibilinear-sse2-c8.c.obj 2025-03-14T03:55:56.7067534Z [947/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-scalar-c1.c.obj 2025-03-14T03:55:56.7080648Z [948/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-sse41-c16.c.obj 2025-03-14T03:55:56.7564987Z [949/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-avx512skx-u256.c.obj 2025-03-14T03:55:56.7649636Z [950/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-scalar-u4.c.obj 2025-03-14T03:55:56.7868127Z [951/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-avx2-u128.c.obj 2025-03-14T03:55:56.7920663Z [952/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-sse41-u64.c.obj 2025-03-14T03:55:56.7969565Z [953/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-sse2-u64.c.obj 2025-03-14T03:55:56.8276907Z [954/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c1.c.obj 2025-03-14T03:55:56.8327944Z [955/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-ibilinear\gen\u8-ibilinear-sse2-c8.c.obj 2025-03-14T03:55:56.8378863Z [956/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-lut32norm\u8-lut32norm-scalar.c.obj 2025-03-14T03:55:56.8616117Z [957/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-ibilinear\gen\u8-ibilinear-sse41-c16.c.obj 2025-03-14T03:55:56.8775411Z [958/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-maxpool\u8-maxpool-9p8x-minmax-scalar-c1.c.obj 2025-03-14T03:55:56.8888341Z [959/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-maxpool\u8-maxpool-9p8x-minmax-sse2-c16.c.obj 2025-03-14T03:55:56.9134293Z [960/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-rmax\u8-rmax-sse2-u16.c.obj 2025-03-14T03:55:56.9264865Z [961/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-avx2-u128.c.obj 2025-03-14T03:55:56.9345750Z [962/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-avx512skx-u256.c.obj 2025-03-14T03:55:56.9391041Z [963/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-rmax\u8-rmax-scalar-u2.c.obj 2025-03-14T03:55:56.9691133Z [964/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-sse2-u64.c.obj 2025-03-14T03:55:56.9800226Z [965/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-packw\gen\x16-packw-x16-gemm-goi-avx2-u16-prfm.c.obj 2025-03-14T03:55:56.9883022Z [966/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-packw\gen\x16-packw-x64-gemm-goi-scalar-int-u4.c.obj 2025-03-14T03:55:57.0159402Z [967/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-transposec\gen\x16-transposec-2x4-scalar-int.c.obj 2025-03-14T03:55:57.0205223Z [968/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-multi-sse2.c.obj 2025-03-14T03:55:57.0356570Z [969/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x24-transposec\gen\x24-transposec-1x2-scalar.c.obj 2025-03-14T03:55:57.0429293Z [970/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-transposec\gen\x16-transposec-16x16-reuse-switch-avx2.c.obj 2025-03-14T03:55:57.0479906Z [971/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-scalar-u4.c.obj 2025-03-14T03:55:57.0744285Z [972/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x24-transposec\x24-transposec-4x4-ssse3.c.obj 2025-03-14T03:55:57.0836029Z [973/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx-u8.c.obj 2025-03-14T03:55:57.0893697Z [974/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx-u4.c.obj 2025-03-14T03:55:57.1378819Z [975/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x2c4-gemm-goi-sse2-u4.c.obj 2025-03-14T03:55:57.1425197Z [976/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx512f-u8.c.obj 2025-03-14T03:55:57.1438028Z [977/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x2-gemm-goi-scalar-float-u4.c.obj 2025-03-14T03:55:57.1485657Z [978/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-avx-u4.c.obj 2025-03-14T03:55:57.1538121Z [979/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x32-gemm-goi-avx512f-u4-prfm.c.obj 2025-03-14T03:55:57.1785568Z [980/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-transposec\gen\x32-transposec-2x4-scalar-int.c.obj 2025-03-14T03:55:57.1858466Z [981/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x4-gemm-goi-scalar-float-u4.c.obj 2025-03-14T03:55:57.2102410Z [982/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-unpool\x32-unpool-sse2.c.obj 2025-03-14T03:55:57.2113546Z [983/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u4.c.obj 2025-03-14T03:55:57.2220338Z [984/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x2-scalar.c.obj 2025-03-14T03:55:57.2274688Z [985/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-multi-avx.c.obj 2025-03-14T03:55:57.2395348Z [986/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-unpool\x32-unpool-scalar.c.obj 2025-03-14T03:55:57.2411044Z [987/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-transposec\x32-transposec-4x4-sse.c.obj 2025-03-14T03:55:57.2589905Z [988/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x2-sse2.c.obj 2025-03-14T03:55:57.2768373Z [989/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x4-scalar.c.obj 2025-03-14T03:55:57.2807571Z [990/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x3-sse2.c.obj 2025-03-14T03:55:57.2852780Z [991/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x4-sse2.c.obj 2025-03-14T03:55:57.3005376Z [992/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-xm-sse2.c.obj 2025-03-14T03:55:57.3016323Z [993/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-xm-scalar.c.obj 2025-03-14T03:55:57.3288349Z [994/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-mov-sse2.c.obj 2025-03-14T03:55:57.3432629Z [995/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x3-scalar.c.obj 2025-03-14T03:55:57.3524480Z [996/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x64-transposec\gen\x64-transposec-4x2-scalar-int.c.obj 2025-03-14T03:55:57.3610015Z [997/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx-u64.c.obj 2025-03-14T03:55:57.3654994Z [998/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx2-u128.c.obj 2025-03-14T03:55:57.3667008Z [999/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-multi-avx.c.obj 2025-03-14T03:55:57.3798279Z [1000/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u64.c.obj 2025-03-14T03:55:57.4014699Z [1001/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-scalar-u4.c.obj 2025-03-14T03:55:57.4212666Z [1002/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u128.c.obj 2025-03-14T03:55:57.4436477Z [1003/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packq\x8-packq-scalar-f32qp8-u1.c.obj 2025-03-14T03:55:57.4556093Z [1004/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packw\gen\x8-packw-x16-gemm-goi-scalar-u2.c.obj 2025-03-14T03:55:57.4736107Z [1005/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-transposec\gen\x8-transposec-16x16-reuse-mov-sse2.c.obj 2025-03-14T03:55:57.4747179Z [1006/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packw\gen\x8-packw-x32-gemm-goi-scalar-u2.c.obj 2025-03-14T03:55:57.4845967Z [1007/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packw\gen\x8-packw-x8-gemm-goi-scalar-u2.c.obj 2025-03-14T03:55:57.4889873Z [1008/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-transposec\gen\x8-transposec-2x4-scalar-int.c.obj 2025-03-14T03:55:57.4996347Z [1009/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packw\gen\x8-packw-x4-gemm-goi-scalar-u2.c.obj 2025-03-14T03:55:57.5076497Z [1010/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x2-scalar.c.obj 2025-03-14T03:55:57.5125721Z [1011/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-transposec\gen\x8-transposec-32x32-reuse-switch-avx2.c.obj 2025-03-14T03:55:57.5389950Z [1012/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x4-scalar.c.obj 2025-03-14T03:55:57.5492506Z [1013/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x4-sse2.c.obj 2025-03-14T03:55:57.5532904Z [1014/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x3-scalar.c.obj 2025-03-14T03:55:57.5574151Z [1015/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x2-sse2.c.obj 2025-03-14T03:55:57.5687843Z [1016/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-xm-scalar.c.obj 2025-03-14T03:55:57.5734824Z [1017/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-xm-sse2.c.obj 2025-03-14T03:55:57.5860640Z [1018/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x3-sse2.c.obj 2025-03-14T03:55:57.6005359Z [1019/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-fill\xx-fill-scalar-u16.c.obj 2025-03-14T03:55:57.6090057Z [1020/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-copy\xx-copy-scalar-memcpy.c.obj 2025-03-14T03:55:57.6252903Z [1021/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-fill\xx-fill-sse2-u64.c.obj 2025-03-14T03:55:57.6327520Z [1022/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-pad\xx-pad-p4-scalar-u16.c.obj 2025-03-14T03:55:57.6392365Z [1023/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2-k-over-2048.c.obj 2025-03-14T03:55:57.6501900Z [1024/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-pad\xx-pad-p16-sse2-u16.c.obj 2025-03-14T03:55:57.6546796Z [1025/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-transposev\xx-transposev-1x1-scalar-memcpy.c.obj 2025-03-14T03:55:57.6708983Z [1026/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2-k-over-64.c.obj 2025-03-14T03:55:57.6848719Z [1027/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-32.c.obj 2025-03-14T03:55:57.6967844Z [1028/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-64.c.obj 2025-03-14T03:55:57.7010082Z [1029/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-8.c.obj 2025-03-14T03:55:57.7067953Z [1030/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-16.c.obj 2025-03-14T03:55:57.7134167Z [1031/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\vlog.c.obj 2025-03-14T03:55:57.7233678Z [1032/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-2048.c.obj 2025-03-14T03:55:57.7430143Z [1033/7574] Linking C static library lib\cpuinfo.lib 2025-03-14T03:55:57.7468322Z [1034/7574] Running gen_proto.py on onnx/onnx-operators.in.proto 2025-03-14T03:55:57.7469691Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx-operators.in.proto 2025-03-14T03:55:57.7471360Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators_onnx_torch-ml.proto 2025-03-14T03:55:57.7473096Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators_onnx_torch-ml.proto3 2025-03-14T03:55:57.7474781Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators-ml.pb.h 2025-03-14T03:55:57.7562297Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_operators_pb.py 2025-03-14T03:55:57.7563111Z 2025-03-14T03:55:57.7563403Z [1035/7574] Running gen_proto.py on onnx/onnx-data.in.proto 2025-03-14T03:55:57.7711135Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx-data.in.proto 2025-03-14T03:55:57.7711925Z 2025-03-14T03:55:57.7712560Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data_onnx_torch.proto 2025-03-14T03:55:57.7713491Z 2025-03-14T03:55:57.7714112Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data_onnx_torch.proto3 2025-03-14T03:55:57.7714972Z 2025-03-14T03:55:57.7715495Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data.pb.h 2025-03-14T03:55:57.7716210Z 2025-03-14T03:55:57.7716761Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_data_pb.py 2025-03-14T03:55:57.7717524Z 2025-03-14T03:55:57.7717782Z [1036/7574] Linking C executable sleef\bin\mkrename.exe 2025-03-14T03:55:57.7757870Z [1037/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-4.c.obj 2025-03-14T03:55:57.7790778Z [1038/7574] Linking C executable sleef\bin\mkalias.exe 2025-03-14T03:55:57.7801880Z [1039/7574] Linking C executable sleef\bin\mkdisp.exe 2025-03-14T03:55:57.8098123Z [1040/7574] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\allocation-type.c.obj 2025-03-14T03:55:57.8263558Z [1041/7574] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\datatype-strings.c.obj 2025-03-14T03:55:57.8326756Z [1042/7574] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\microkernel-type.c.obj 2025-03-14T03:55:57.8529962Z [1043/7574] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\node-type.c.obj 2025-03-14T03:55:57.8544211Z [1044/7574] Building C object confu-deps\XNNPACK\CMakeFiles\indirection.dir\src\indirection.c.obj 2025-03-14T03:55:57.8937602Z [1045/7574] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\operator-type.c.obj 2025-03-14T03:55:57.9339191Z [1046/7574] Building C object confu-deps\XNNPACK\CMakeFiles\allocator.dir\src\allocator.c.obj 2025-03-14T03:55:57.9351907Z [1047/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microparams-init.dir\src\microparams-init.c.obj 2025-03-14T03:55:57.9363304Z [1048/7574] Building C object confu-deps\XNNPACK\CMakeFiles\normalization.dir\src\normalization.c.obj 2025-03-14T03:55:58.0294679Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:58.0295940Z [1049/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernel-utils.dir\src\microkernel-utils.c.obj 2025-03-14T03:55:58.0345864Z [1050/7574] Building C object confu-deps\XNNPACK\CMakeFiles\datatype.dir\src\datatype.c.obj 2025-03-14T03:55:58.0485560Z [1051/7574] Building CXX object confu-deps\XNNPACK\CMakeFiles\packing.dir\src\reference\packing.cc.obj 2025-03-14T03:55:58.0488052Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(552): warning C4190: 'xnn_float16_from_float' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-03-14T03:55:58.0490440Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-03-14T03:55:58.0492683Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(576): warning C4190: 'xnn_float16_from_bits' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-03-14T03:55:58.0494960Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-03-14T03:55:58.0497198Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(582): warning C4190: 'xnn_bfloat16_from_float' has C-linkage specified, but returns UDT 'xnn_bfloat16' which is incompatible with C 2025-03-14T03:55:58.0499418Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-03-14T03:55:58.0501739Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(598): warning C4190: 'xnn_bfloat16_from_bits' has C-linkage specified, but returns UDT 'xnn_bfloat16' which is incompatible with C 2025-03-14T03:55:58.0504070Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-03-14T03:55:58.0506393Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(604): warning C4190: 'xnn_float16_zero' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-03-14T03:55:58.0508476Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-03-14T03:55:58.0510459Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xutility(4528): warning C4244: '=': conversion from 'const _Ty' to 'float', possible loss of data 2025-03-14T03:55:58.0511923Z with 2025-03-14T03:55:58.0512223Z [ 2025-03-14T03:55:58.0512528Z _Ty=int 2025-03-14T03:55:58.0512845Z ] 2025-03-14T03:55:58.0514562Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\reference\packing.cc(49): note: see reference to function template instantiation '_OutIt *std::fill_n(_OutIt,const _Diff,const _Ty &)' being compiled 2025-03-14T03:55:58.0516733Z with 2025-03-14T03:55:58.0517039Z [ 2025-03-14T03:55:58.0517339Z _OutIt=float *, 2025-03-14T03:55:58.0517742Z Dst=float, 2025-03-14T03:55:58.0518096Z _Diff=size_t, 2025-03-14T03:55:58.0518467Z _Ty=int 2025-03-14T03:55:58.0518813Z ] 2025-03-14T03:55:58.0520813Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\reference\packing.cc(100): note: see reference to function template instantiation 'void copy_bias(const Src *,size_t,size_t,Dst *)' being compiled 2025-03-14T03:55:58.0522640Z with 2025-03-14T03:55:58.0522991Z [ 2025-03-14T03:55:58.0523319Z Src=float, 2025-03-14T03:55:58.0523730Z Dst=float 2025-03-14T03:55:58.0524100Z ] 2025-03-14T03:55:58.0525559Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xutility(4528): warning C4244: 'argument': conversion from 'const _Ty' to 'float', possible loss of data 2025-03-14T03:55:58.0527121Z with 2025-03-14T03:55:58.0527460Z [ 2025-03-14T03:55:58.0527804Z _Ty=int 2025-03-14T03:55:58.0528168Z ] 2025-03-14T03:55:58.0530128Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\reference\packing.cc(49): note: see reference to function template instantiation '_OutIt *std::fill_n(_OutIt,const _Diff,const _Ty &)' being compiled 2025-03-14T03:55:58.0675349Z with 2025-03-14T03:55:58.0675793Z [ 2025-03-14T03:55:58.0676194Z _OutIt=xnn_float16 *, 2025-03-14T03:55:58.0676730Z Dst=xnn_float16, 2025-03-14T03:55:58.0677173Z _Diff=size_t, 2025-03-14T03:55:58.0677564Z _Ty=int 2025-03-14T03:55:58.0677933Z ] 2025-03-14T03:55:58.0679722Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\reference\packing.cc(192): note: see reference to function template instantiation 'void copy_bias(const Src *,size_t,size_t,Dst *)' being compiled 2025-03-14T03:55:58.0681698Z with 2025-03-14T03:55:58.0682039Z [ 2025-03-14T03:55:58.0682363Z Src=float, 2025-03-14T03:55:58.0682758Z Dst=xnn_float16 2025-03-14T03:55:58.0683174Z ] 2025-03-14T03:55:58.0684119Z [1052/7574] Building C object confu-deps\XNNPACK\CMakeFiles\hardware-config.dir\src\configs\hardware-config.c.obj 2025-03-14T03:55:58.0852225Z [1053/7574] Linking C static library lib\microkernels-prod.lib 2025-03-14T03:55:58.1038677Z [1054/7574] Building C object confu-deps\XNNPACK\CMakeFiles\cache.dir\src\cache.c.obj 2025-03-14T03:55:58.1335111Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:58.1336194Z [1055/7574] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\log.c.obj 2025-03-14T03:55:58.1408779Z [1056/7574] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operator-delete.c.obj 2025-03-14T03:55:58.1747094Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:58.1747855Z [1057/7574] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\argmax-pooling-nhwc.c.obj 2025-03-14T03:55:58.1759970Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\argmax-pooling-nhwc.c(252): warning C4090: 'function': different 'const' qualifiers 2025-03-14T03:55:58.1760962Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:58.1762194Z [1058/7574] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\average-pooling-nhwc.c.obj 2025-03-14T03:55:58.2007807Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\average-pooling-nhwc.c(519): warning C4090: 'function': different 'const' qualifiers 2025-03-14T03:55:58.2008666Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:58.2009222Z [1059/7574] Building C object confu-deps\XNNPACK\CMakeFiles\memory.dir\src\memory.c.obj 2025-03-14T03:55:58.2120622Z [1060/7574] Building C object confu-deps\XNNPACK\CMakeFiles\mutex.dir\src\mutex.c.obj 2025-03-14T03:55:58.2255548Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:58.2256762Z [1061/7574] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\binary-elementwise-nd.c.obj 2025-03-14T03:55:58.2448698Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:58.2449427Z [1062/7574] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\channel-shuffle-nc.c.obj 2025-03-14T03:55:58.3384335Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:58.3385225Z [1063/7574] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\batch-matrix-multiply-nc.c.obj 2025-03-14T03:55:58.3426371Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:58.3427063Z [1064/7574] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\constant-pad-nd.c.obj 2025-03-14T03:55:58.3599647Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:58.3601291Z [1065/7574] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\dynamic-fully-connected-nc.c.obj 2025-03-14T03:55:58.3831026Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:58.3832317Z [1066/7574] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\max-pooling-nhwc.c.obj 2025-03-14T03:55:58.4048485Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\max-pooling-nhwc.c(491): warning C4090: 'function': different 'const' qualifiers 2025-03-14T03:55:58.4049819Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:58.4050844Z [1067/7574] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\convolution-nhwc.c.obj 2025-03-14T03:55:58.4115731Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\convolution-nhwc.c(2491): warning C4090: 'function': different 'const' qualifiers 2025-03-14T03:55:58.4117248Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:58.4118453Z [1068/7574] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\convolution-nchw.c.obj 2025-03-14T03:55:58.4411951Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:58.4412739Z [1069/7574] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\fully-connected-nc.c.obj 2025-03-14T03:55:58.4644361Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:58.4645156Z [1070/7574] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\resize-bilinear-nchw.c.obj 2025-03-14T03:55:58.4781983Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\resize-bilinear-nchw.c(206): warning C4090: 'function': different 'const' qualifiers 2025-03-14T03:55:58.4783770Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:58.4784436Z [1071/7574] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\resize-bilinear-nhwc.c.obj 2025-03-14T03:55:58.4829865Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\resize-bilinear-nhwc.c(272): warning C4090: 'function': different 'const' qualifiers 2025-03-14T03:55:58.4839554Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:58.4840581Z [1072/7574] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\reduce-nd.c.obj 2025-03-14T03:55:58.4879544Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:58.4880226Z [1073/7574] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\pack-lh.c.obj 2025-03-14T03:55:58.4943398Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:58.4944334Z [1074/7574] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\deconvolution-nhwc.c.obj 2025-03-14T03:55:58.5039188Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\deconvolution-nhwc.c(1260): warning C4090: 'function': different 'const' qualifiers 2025-03-14T03:55:58.5041445Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\deconvolution-nhwc.c(1548): warning C4090: 'function': different 'const' qualifiers 2025-03-14T03:55:58.5042959Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:58.5044070Z [1075/7574] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\rope-nthc.c.obj 2025-03-14T03:55:58.5093115Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:58.5094301Z [1076/7574] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\scaled-dot-product-attention-nhtc.c.obj 2025-03-14T03:55:58.5489716Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:58.5490478Z [1077/7574] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\slice-nd.c.obj 2025-03-14T03:55:58.5700453Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:58.5701246Z [1078/7574] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\softmax-nc.c.obj 2025-03-14T03:55:58.5960570Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:58.5961258Z [1079/7574] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\transpose-nd.c.obj 2025-03-14T03:55:58.6059352Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:58.6059999Z [1080/7574] Building C object confu-deps\XNNPACK\CMakeFiles\operator-utils.dir\src\operator-utils.c.obj 2025-03-14T03:55:58.6108296Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-utils.c(162): warning C4090: 'function': different 'const' qualifiers 2025-03-14T03:55:58.6109312Z [1081/7574] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\unary-elementwise-nc.c.obj 2025-03-14T03:55:58.6300593Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:58.6301720Z [1082/7574] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\unpooling-nhwc.c.obj 2025-03-14T03:55:58.6356525Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\unpooling-nhwc.c(208): warning C4090: 'function': different 'const' qualifiers 2025-03-14T03:55:58.6358033Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:58.6359395Z [1083/7574] Building C object confu-deps\XNNPACK\CMakeFiles\operator-run.dir\src\operator-run.c.obj 2025-03-14T03:55:58.6360820Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-run.c(1425): warning C4090: 'initializing': different 'const' qualifiers 2025-03-14T03:55:58.6362752Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-run.c(2243): warning C4098: 'xnn_compute_f16_qd8_convert': 'void' function returning a value 2025-03-14T03:55:58.6364596Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-run.c(2250): warning C4098: 'xnn_compute_f16_qdu8_convert': 'void' function returning a value 2025-03-14T03:55:58.7522409Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-run.c(2279): warning C4098: 'xnn_compute_f32_qd8_convert': 'void' function returning a value 2025-03-14T03:55:58.7523647Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-run.c(2286): warning C4098: 'xnn_compute_f32_qdu8_convert': 'void' function returning a value 2025-03-14T03:55:58.7524777Z [1084/7574] Building CXX object confu-deps\XNNPACK\CMakeFiles\reference-ukernels.dir\src\reference\unary-elementwise.cc.obj 2025-03-14T03:55:58.7526027Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(552): warning C4190: 'xnn_float16_from_float' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-03-14T03:55:58.7527461Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-03-14T03:55:58.7528711Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(576): warning C4190: 'xnn_float16_from_bits' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-03-14T03:55:58.7529974Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-03-14T03:55:58.7531253Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(582): warning C4190: 'xnn_bfloat16_from_float' has C-linkage specified, but returns UDT 'xnn_bfloat16' which is incompatible with C 2025-03-14T03:55:58.7532465Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-03-14T03:55:58.7533684Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(598): warning C4190: 'xnn_bfloat16_from_bits' has C-linkage specified, but returns UDT 'xnn_bfloat16' which is incompatible with C 2025-03-14T03:55:58.7535036Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-03-14T03:55:58.7760018Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(604): warning C4190: 'xnn_float16_zero' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-03-14T03:55:58.7761248Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-03-14T03:55:58.7762064Z [1085/7574] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\memory-planner.c.obj 2025-03-14T03:55:58.8103919Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:58.8105039Z [1086/7574] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\runtime.c.obj 2025-03-14T03:55:58.8230069Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:58.8230757Z [1087/7574] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\argmax-pooling-2d.c.obj 2025-03-14T03:55:58.8291241Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:58.8292600Z [1088/7574] Building CXX object confu-deps\XNNPACK\CMakeFiles\reference-ukernels.dir\src\reference\binary-elementwise.cc.obj 2025-03-14T03:55:58.8295003Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(552): warning C4190: 'xnn_float16_from_float' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-03-14T03:55:58.8297240Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-03-14T03:55:58.8299523Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(576): warning C4190: 'xnn_float16_from_bits' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-03-14T03:55:58.8301747Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-03-14T03:55:58.8303821Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(582): warning C4190: 'xnn_bfloat16_from_float' has C-linkage specified, but returns UDT 'xnn_bfloat16' which is incompatible with C 2025-03-14T03:55:58.8306112Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-03-14T03:55:58.8308462Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(598): warning C4190: 'xnn_bfloat16_from_bits' has C-linkage specified, but returns UDT 'xnn_bfloat16' which is incompatible with C 2025-03-14T03:55:58.8310742Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-03-14T03:55:58.8413174Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(604): warning C4190: 'xnn_float16_zero' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-03-14T03:55:58.8415428Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-03-14T03:55:58.8416770Z [1089/7574] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph.c.obj 2025-03-14T03:55:58.8555932Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:58.8556659Z [1090/7574] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\average-pooling-2d.c.obj 2025-03-14T03:55:58.8847520Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:58.8848800Z [1091/7574] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\batch-matrix-multiply.c.obj 2025-03-14T03:55:58.9983768Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:58.9984430Z [1092/7574] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\binary.c.obj 2025-03-14T03:55:59.0293977Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:59.0294875Z [1093/7574] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\concatenate.c.obj 2025-03-14T03:55:59.0310795Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:59.0311601Z [1094/7574] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\deconvolution-2d.c.obj 2025-03-14T03:55:59.0461731Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:59.0462448Z [1095/7574] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\convolution-2d.c.obj 2025-03-14T03:55:59.0711960Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:59.0712889Z [1096/7574] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\deprecated.c.obj 2025-03-14T03:55:59.1105600Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:59.1106862Z [1097/7574] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\depth-to-space-2d.c.obj 2025-03-14T03:55:59.1210202Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:59.1210963Z [1098/7574] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\depthwise-convolution-2d.c.obj 2025-03-14T03:55:59.1381869Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:59.1382954Z [1099/7574] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\copy.c.obj 2025-03-14T03:55:59.2502345Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:59.2503217Z [1100/7574] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\fully-connected-sparse.c.obj 2025-03-14T03:55:59.2755262Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:59.2755949Z [1101/7574] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\fully-connected.c.obj 2025-03-14T03:55:59.2952572Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:59.2953239Z [1102/7574] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\pack-lh.c.obj 2025-03-14T03:55:59.3157936Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:59.3158606Z [1103/7574] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\max-pooling-2d.c.obj 2025-03-14T03:55:59.3261443Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:59.3262087Z [1104/7574] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\even-split.c.obj 2025-03-14T03:55:59.3420892Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:59.3421920Z [1105/7574] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\reshape-helpers.c.obj 2025-03-14T03:55:59.3485995Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:59.3486624Z [1106/7574] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\softmax.c.obj 2025-03-14T03:55:59.4299298Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:59.4300288Z [1107/7574] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\scaled-dot-product-attention.c.obj 2025-03-14T03:55:59.4632034Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:59.4632896Z [1108/7574] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\space-to-depth-2d.c.obj 2025-03-14T03:55:59.4991382Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:59.4992176Z [1109/7574] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-constant-pad.c.obj 2025-03-14T03:55:59.5331561Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:59.5332492Z [1110/7574] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-resize-bilinear-2d.c.obj 2025-03-14T03:55:59.5397492Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:59.5398385Z [1111/7574] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-reduce.c.obj 2025-03-14T03:55:59.5575372Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:59.5576141Z [1112/7574] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-slice.c.obj 2025-03-14T03:55:59.5642430Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:59.5643181Z [1113/7574] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-transpose.c.obj 2025-03-14T03:55:59.5707538Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:59.5708026Z [1114/7574] Generating sleeflibm_AVX.h.tmp 2025-03-14T03:55:59.5756731Z [1115/7574] Generating sleeflibm_AVX2.h.tmp 2025-03-14T03:55:59.5821191Z [1116/7574] Generating sleeflibm_AVX2128.h.tmp 2025-03-14T03:55:59.5875246Z [1117/7574] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\unpooling-2d.c.obj 2025-03-14T03:55:59.5885283Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:59.5886062Z [1118/7574] Generating sleeflibm_AVX512F.h.tmp 2025-03-14T03:55:59.5947457Z [1119/7574] Generating sleeflibm_AVX512FNOFMA.h.tmp 2025-03-14T03:55:59.5992842Z [1120/7574] Generating sleeflibm_AVX512F_.h.tmp 2025-03-14T03:55:59.6006152Z [1121/7574] Generating sleeflibm_AVX_.h.tmp 2025-03-14T03:55:59.6065099Z [1122/7574] Generating sleeflibm_DSP_SCALAR.h.tmp 2025-03-14T03:55:59.6108315Z [1123/7574] Generating sleeflibm_FMA4.h.tmp 2025-03-14T03:55:59.6131190Z [1124/7574] Generating sleeflibm_PURECFMA_SCALAR.h.tmp 2025-03-14T03:55:59.6197059Z [1125/7574] Generating sleeflibm_PUREC_SCALAR.h.tmp 2025-03-14T03:55:59.6243179Z [1126/7574] Generating sleeflibm_SSE2.h.tmp 2025-03-14T03:55:59.6252490Z [1127/7574] Generating sleeflibm_SSE4.h.tmp 2025-03-14T03:55:59.6315803Z [1128/7574] Generating sleeflibm_SSE_.h.tmp 2025-03-14T03:55:59.6372512Z [1129/7574] Generating alias_AVX512F_dp.h.tmp 2025-03-14T03:55:59.6382985Z [1130/7574] Generating alias_AVX512F_sp.h.tmp 2025-03-14T03:55:59.6444915Z [1131/7574] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\unary.c.obj 2025-03-14T03:55:59.6455216Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:59.6455616Z [1132/7574] Generating dispscalar.c.body 2025-03-14T03:55:59.6501682Z [1133/7574] Generating dispavx.c.tmp 2025-03-14T03:55:59.6510786Z [1134/7574] Generating dispsse.c.tmp 2025-03-14T03:55:59.6869298Z [1135/7574] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\validation.c.obj 2025-03-14T03:55:59.7174186Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:59.7174861Z [1136/7574] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\tensor.c.obj 2025-03-14T03:55:59.7417502Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:55:59.7418415Z [1137/7574] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2025-03-14T03:55:59.8120051Z [1138/7574] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2025-03-14T03:55:59.8574885Z [1139/7574] Generating build_identifier.c 2025-03-14T03:55:59.9852241Z [1140/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\archtraits.cpp.obj 2025-03-14T03:55:59.9911053Z [1141/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\codeholder.cpp.obj 2025-03-14T03:56:00.0000625Z [1142/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\codewriter.cpp.obj 2025-03-14T03:56:00.0055125Z [1143/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\assembler.cpp.obj 2025-03-14T03:56:00.0231056Z [1144/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\builder.cpp.obj 2025-03-14T03:56:00.0773156Z [1145/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\compiler.cpp.obj 2025-03-14T03:56:00.1482357Z [1146/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\constpool.cpp.obj 2025-03-14T03:56:00.1805249Z [1147/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\cpuinfo.cpp.obj 2025-03-14T03:56:00.3103846Z [1148/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\errorhandler.cpp.obj 2025-03-14T03:56:00.3239115Z [1149/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emithelper.cpp.obj 2025-03-14T03:56:00.3302254Z [1150/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\environment.cpp.obj 2025-03-14T03:56:00.3682551Z [1151/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emitter.cpp.obj 2025-03-14T03:56:00.3756273Z [1152/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emitterutils.cpp.obj 2025-03-14T03:56:00.4499902Z [1153/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\formatter.cpp.obj 2025-03-14T03:56:00.4704485Z [1154/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\func.cpp.obj 2025-03-14T03:56:00.5215969Z [1155/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\funcargscontext.cpp.obj 2025-03-14T03:56:00.6095965Z [1156/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\globals.cpp.obj 2025-03-14T03:56:00.6549706Z [1157/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\jitallocator.cpp.obj 2025-03-14T03:56:00.6679576Z [1158/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\inst.cpp.obj 2025-03-14T03:56:00.7182151Z [1159/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\logger.cpp.obj 2025-03-14T03:56:00.7719864Z [1160/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\jitruntime.cpp.obj 2025-03-14T03:56:00.7849255Z [1161/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\osutils.cpp.obj 2025-03-14T03:56:00.7924441Z [1162/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\operand.cpp.obj 2025-03-14T03:56:00.9346636Z [1163/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\ralocal.cpp.obj 2025-03-14T03:56:00.9721653Z [1164/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\rapass.cpp.obj 2025-03-14T03:56:00.9839297Z [1165/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\rastack.cpp.obj 2025-03-14T03:56:00.9922191Z [1166/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\string.cpp.obj 2025-03-14T03:56:01.0317385Z [1167/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\support.cpp.obj 2025-03-14T03:56:01.0797253Z [1168/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\type.cpp.obj 2025-03-14T03:56:01.0911067Z [1169/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\target.cpp.obj 2025-03-14T03:56:01.1164014Z [1170/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\virtmem.cpp.obj 2025-03-14T03:56:01.2649703Z [1171/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zone.cpp.obj 2025-03-14T03:56:01.3003425Z [1172/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonelist.cpp.obj 2025-03-14T03:56:01.3018276Z [1173/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonehash.cpp.obj 2025-03-14T03:56:01.3167999Z [1174/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonestack.cpp.obj 2025-03-14T03:56:01.4043092Z [1175/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonetree.cpp.obj 2025-03-14T03:56:01.4498076Z [1176/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonevector.cpp.obj 2025-03-14T03:56:01.4578551Z [1177/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\armformatter.cpp.obj 2025-03-14T03:56:01.5058603Z [1178/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64assembler.cpp.obj 2025-03-14T03:56:01.6366566Z [1179/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64builder.cpp.obj 2025-03-14T03:56:01.6459704Z [1180/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64emithelper.cpp.obj 2025-03-14T03:56:01.6518324Z [1181/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64formatter.cpp.obj 2025-03-14T03:56:01.6599282Z [1182/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64compiler.cpp.obj 2025-03-14T03:56:01.7679029Z [1183/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64func.cpp.obj 2025-03-14T03:56:01.8029763Z [1184/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64instapi.cpp.obj 2025-03-14T03:56:01.8105686Z [1185/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64instdb.cpp.obj 2025-03-14T03:56:01.8189840Z [1186/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64operand.cpp.obj 2025-03-14T03:56:02.0408126Z [1187/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86builder.cpp.obj 2025-03-14T03:56:02.0482838Z [1188/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64rapass.cpp.obj 2025-03-14T03:56:02.0560582Z [1189/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86assembler.cpp.obj 2025-03-14T03:56:02.0797135Z [1190/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86compiler.cpp.obj 2025-03-14T03:56:02.1632428Z [1191/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86emithelper.cpp.obj 2025-03-14T03:56:02.1652803Z [1192/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86formatter.cpp.obj 2025-03-14T03:56:02.1839783Z [1193/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86func.cpp.obj 2025-03-14T03:56:02.2358700Z [1194/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86instdb.cpp.obj 2025-03-14T03:56:02.3886488Z [1195/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86operand.cpp.obj 2025-03-14T03:56:02.4239262Z [1196/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86instapi.cpp.obj 2025-03-14T03:56:02.4705269Z [1197/7574] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86rapass.cpp.obj 2025-03-14T03:56:02.5429027Z [1198/7574] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc.c.obj 2025-03-14T03:56:02.5806946Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-03-14T03:56:02.5808642Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\alloc.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-03-14T03:56:02.5809746Z [1199/7574] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc-posix.c.obj 2025-03-14T03:56:02.5880461Z [1200/7574] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx_onnx_torch-ml.pb.cc.obj 2025-03-14T03:56:02.6059052Z [1201/7574] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx-data_onnx_torch.pb.cc.obj 2025-03-14T03:56:02.6116090Z [1202/7574] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\arena.c.obj 2025-03-14T03:56:02.6180342Z [1203/7574] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx-operators_onnx_torch-ml.pb.cc.obj 2025-03-14T03:56:02.6241875Z [1204/7574] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc-aligned.c.obj 2025-03-14T03:56:02.6437726Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-03-14T03:56:02.6438841Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\alloc-aligned.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-03-14T03:56:02.6439727Z [1205/7574] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\bitmap.c.obj 2025-03-14T03:56:02.8311087Z [1206/7574] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\page.c.obj 2025-03-14T03:56:02.8457255Z [1207/7574] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\segment-map.c.obj 2025-03-14T03:56:02.8767592Z [1208/7574] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\segment.c.obj 2025-03-14T03:56:02.8895302Z [1209/7574] Generating include/renameavx512fnofma.h 2025-03-14T03:56:02.9029398Z Generating renameavx512fnofma.h: mkrename "cinz_" "8" "16" "avx512fnofma" 2025-03-14T03:56:02.9029973Z 2025-03-14T03:56:02.9030130Z [1210/7574] Generating include/renameavx512f.h 2025-03-14T03:56:02.9099088Z Generating renameavx512f.h: mkrename "finz_" "8" "16" "avx512f" 2025-03-14T03:56:02.9099715Z 2025-03-14T03:56:02.9100364Z [1211/7574] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\heap.c.obj 2025-03-14T03:56:02.9153994Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-03-14T03:56:02.9155042Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\heap.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-03-14T03:56:02.9155767Z [1212/7574] Generating include/renameavx2.h 2025-03-14T03:56:02.9231150Z Generating renameavx2.h: mkrename "finz_" "4" "8" "avx2" 2025-03-14T03:56:02.9231682Z 2025-03-14T03:56:02.9231902Z [1213/7574] Generating include/renameavx2128.h 2025-03-14T03:56:02.9280286Z Generating renameavx2128.h: mkrename "finz_" "2" "4" "avx2128" 2025-03-14T03:56:02.9280686Z 2025-03-14T03:56:02.9280835Z [1214/7574] Generating include/renamefma4.h 2025-03-14T03:56:02.9306616Z Generating renamefma4.h: mkrename "finz_" "4" "8" "fma4" 2025-03-14T03:56:02.9306928Z 2025-03-14T03:56:02.9307254Z [1215/7574] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\init.c.obj 2025-03-14T03:56:02.9352029Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-03-14T03:56:02.9353605Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\init.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-03-14T03:56:02.9354629Z [1216/7574] Generating include/renameavx.h 2025-03-14T03:56:02.9410506Z Generating renameavx.h: mkrename "cinz_" "4" "8" "avx" 2025-03-14T03:56:02.9411166Z 2025-03-14T03:56:02.9411319Z [1217/7574] Generating include/renamesse4.h 2025-03-14T03:56:02.9431438Z Generating renamesse4.h: mkrename "cinz_" "2" "4" "sse4" 2025-03-14T03:56:02.9431956Z 2025-03-14T03:56:02.9432148Z [1218/7574] Generating include/renamesse2.h 2025-03-14T03:56:02.9474872Z Generating renamesse2.h: mkrename "cinz_" "2" "4" "sse2" 2025-03-14T03:56:02.9475569Z 2025-03-14T03:56:02.9475802Z [1219/7574] Generating include/renamepurec_scalar.h 2025-03-14T03:56:02.9528690Z Generating renamepurec_scalar.h: mkrename "cinz_" "1" "1" "purec" 2025-03-14T03:56:02.9529160Z 2025-03-14T03:56:02.9529312Z [1220/7574] Generating include/renamepurecfma_scalar.h 2025-03-14T03:56:02.9549487Z Generating renamepurecfma_scalar.h: mkrename "finz_" "1" "1" "purecfma" 2025-03-14T03:56:02.9550043Z 2025-03-14T03:56:02.9550230Z [1221/7574] Generating include/renamecuda.h 2025-03-14T03:56:02.9754124Z Generating renamecuda.h: mkrename "finz_" "1" "1" "cuda" 2025-03-14T03:56:02.9754434Z 2025-03-14T03:56:02.9754579Z [1222/7574] Generating include/alias_avx512f.h 2025-03-14T03:56:02.9800618Z [1223/7574] Generating dispscalar.c 2025-03-14T03:56:02.9868003Z [1224/7574] Generating include/renamedspscalar.h 2025-03-14T03:56:02.9893011Z [1225/7574] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\os.c.obj 2025-03-14T03:56:02.9985533Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-03-14T03:56:02.9986838Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\os.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-03-14T03:56:02.9987770Z [1226/7574] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\options.c.obj 2025-03-14T03:56:03.0004043Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-03-14T03:56:03.0005885Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\options.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-03-14T03:56:03.0006702Z [1227/7574] Generating include/renamedsp128.h 2025-03-14T03:56:03.0027814Z [1228/7574] Generating dispsse.c 2025-03-14T03:56:03.0099917Z [1229/7574] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\random.c.obj 2025-03-14T03:56:03.0129818Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-03-14T03:56:03.0131614Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\random.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-03-14T03:56:03.0132622Z [1230/7574] Generating include/renamedsp256.h 2025-03-14T03:56:03.0148431Z [1231/7574] Generating dispavx.c 2025-03-14T03:56:03.0726518Z [1232/7574] Generating ../../../include/sleef.h 2025-03-14T03:56:03.2149076Z [1233/7574] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\prim\prim.c.obj 2025-03-14T03:56:03.2166639Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-03-14T03:56:03.2167742Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\prim\prim.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-03-14T03:56:03.2168639Z [1234/7574] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\stats.c.obj 2025-03-14T03:56:03.3005345Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-03-14T03:56:03.3006519Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\stats.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-03-14T03:56:03.3007401Z [1235/7574] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\experiments-config.c.obj 2025-03-14T03:56:03.3588318Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:56:03.3588994Z [1236/7574] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\argmaxpool-config.c.obj 2025-03-14T03:56:03.3687041Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:56:03.3688437Z [1237/7574] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\binary-elementwise-config.c.obj 2025-03-14T03:56:03.3743273Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:56:03.3744449Z [1238/7574] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\avgpool-config.c.obj 2025-03-14T03:56:03.3846076Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:56:03.3846732Z [1239/7574] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\cmul-config.c.obj 2025-03-14T03:56:03.3925171Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:56:03.3927553Z [1240/7574] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\conv-hwc2chw-config.c.obj 2025-03-14T03:56:03.4552074Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:56:03.4553564Z [1241/7574] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\dwconv-config.c.obj 2025-03-14T03:56:03.6279691Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:56:03.6280392Z [1242/7574] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\dwconv2d-chw-config.c.obj 2025-03-14T03:56:03.7353147Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:56:03.7354181Z [1243/7574] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\gemm-config.c.obj 2025-03-14T03:56:03.7368263Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:56:03.7368957Z [1244/7574] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\ibilinear-chw-config.c.obj 2025-03-14T03:56:03.7586438Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:56:03.7587161Z [1245/7574] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\maxpool-config.c.obj 2025-03-14T03:56:03.7669540Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:56:03.7670228Z [1246/7574] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\lut32norm-config.c.obj 2025-03-14T03:56:03.7722508Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:56:03.7723350Z [1247/7574] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\pavgpool-config.c.obj 2025-03-14T03:56:03.7815182Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:56:03.7816465Z [1248/7574] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\ibilinear-config.c.obj 2025-03-14T03:56:03.8381129Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:56:03.8382342Z [1249/7574] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\pack-lh-config.c.obj 2025-03-14T03:56:04.0443502Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:56:04.0444852Z [1250/7574] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\raddstoreexpminusmax-config.c.obj 2025-03-14T03:56:04.1246779Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:56:04.1247432Z [1251/7574] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\reduce-config.c.obj 2025-03-14T03:56:04.1321279Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:56:04.1321965Z [1252/7574] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\rmax-config.c.obj 2025-03-14T03:56:04.1335799Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:56:04.1336573Z [1253/7574] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\spmm-config.c.obj 2025-03-14T03:56:04.1565250Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:56:04.1566397Z [1254/7574] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\transpose-config.c.obj 2025-03-14T03:56:04.1581327Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:56:04.1583096Z [1255/7574] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\unpool-config.c.obj 2025-03-14T03:56:04.1879341Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:56:04.1879998Z [1256/7574] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\vmulcaddc-config.c.obj 2025-03-14T03:56:04.1997094Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:56:04.1998282Z [1257/7574] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\unary-elementwise-config.c.obj 2025-03-14T03:56:04.2574557Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:56:04.2575155Z [1258/7574] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\build_identifier.c.obj 2025-03-14T03:56:04.2887827Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:56:04.2888896Z [1259/7574] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\params.c.obj 2025-03-14T03:56:04.3457326Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:56:04.3912782Z [1260/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\ExecuteKernel.cc.obj 2025-03-14T03:56:04.3913850Z [1261/7574] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\xx-fill-config.c.obj 2025-03-14T03:56:04.4739191Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:56:04.4740383Z [1262/7574] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\zip-config.c.obj 2025-03-14T03:56:04.4821371Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:56:04.4822098Z [1263/7574] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\xx-pad-config.c.obj 2025-03-14T03:56:04.4918677Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:56:04.4919721Z [1264/7574] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\x8-lut-config.c.obj 2025-03-14T03:56:04.5020326Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:56:04.5020912Z [1265/7574] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\init.c.obj 2025-03-14T03:56:04.6557861Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-14T03:56:04.6559068Z [1266/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmBfloat16Convert.cc.obj 2025-03-14T03:56:04.6809084Z [1267/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\EmbeddingSpMDM.cc.obj 2025-03-14T03:56:04.7347651Z [1268/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\EmbeddingSpMDMNBit.cc.obj 2025-03-14T03:56:04.7424098Z [1269/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmConv.cc.obj 2025-03-14T03:56:04.7426044Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.7427730Z with 2025-03-14T03:56:04.7428026Z [ 2025-03-14T03:56:04.7428223Z T=uint8_t, 2025-03-14T03:56:04.7428447Z accT=int32_t, 2025-03-14T03:56:04.7428750Z inpType=uint8_t 2025-03-14T03:56:04.7429031Z ] 2025-03-14T03:56:04.7429843Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:56:04.7430781Z with 2025-03-14T03:56:04.7430991Z [ 2025-03-14T03:56:04.7431197Z T=uint8_t, 2025-03-14T03:56:04.7431401Z accT=int32_t 2025-03-14T03:56:04.7431612Z ] 2025-03-14T03:56:04.7433145Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.7434513Z with 2025-03-14T03:56:04.7434717Z [ 2025-03-14T03:56:04.7434921Z T=uint8_t, 2025-03-14T03:56:04.7435125Z accT=int32_t 2025-03-14T03:56:04.7435340Z ] 2025-03-14T03:56:04.7436215Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:56:04.7437280Z with 2025-03-14T03:56:04.7437457Z [ 2025-03-14T03:56:04.7437623Z T=uint8_t, 2025-03-14T03:56:04.7437832Z accT=int32_t 2025-03-14T03:56:04.7438043Z ] 2025-03-14T03:56:04.7439361Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.7440668Z with 2025-03-14T03:56:04.7440843Z [ 2025-03-14T03:56:04.7441031Z T=int8_t, 2025-03-14T03:56:04.7441253Z accT=int32_t, 2025-03-14T03:56:04.7441485Z inpType=int8_t 2025-03-14T03:56:04.7441704Z ] 2025-03-14T03:56:04.7442429Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:56:04.7443289Z with 2025-03-14T03:56:04.7443475Z [ 2025-03-14T03:56:04.7443651Z T=int8_t, 2025-03-14T03:56:04.7443864Z accT=int32_t 2025-03-14T03:56:04.7444067Z ] 2025-03-14T03:56:04.7445328Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.7446663Z with 2025-03-14T03:56:04.7446847Z [ 2025-03-14T03:56:04.7447022Z T=int8_t, 2025-03-14T03:56:04.7447238Z accT=int32_t 2025-03-14T03:56:04.7447441Z ] 2025-03-14T03:56:04.7448433Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:56:04.7449350Z with 2025-03-14T03:56:04.7449778Z [ 2025-03-14T03:56:04.7450303Z T=int8_t, 2025-03-14T03:56:04.7450666Z accT=int32_t 2025-03-14T03:56:04.7451027Z ] 2025-03-14T03:56:04.7452817Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.7454435Z with 2025-03-14T03:56:04.7454708Z [ 2025-03-14T03:56:04.7454894Z ACC_T=int32_t, 2025-03-14T03:56:04.7455116Z T=uint8_t, 2025-03-14T03:56:04.7455328Z accT=int32_t, 2025-03-14T03:56:04.7455627Z inpType=uint8_t 2025-03-14T03:56:04.7455896Z ] 2025-03-14T03:56:04.7456709Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:56:04.7457607Z with 2025-03-14T03:56:04.7457802Z [ 2025-03-14T03:56:04.7457993Z ACC_T=int32_t, 2025-03-14T03:56:04.7458433Z T=uint8_t, 2025-03-14T03:56:04.7458652Z accT=int32_t 2025-03-14T03:56:04.7458858Z ] 2025-03-14T03:56:04.7460205Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.7461872Z with 2025-03-14T03:56:04.7462074Z [ 2025-03-14T03:56:04.7462270Z ACC_T=int32_t, 2025-03-14T03:56:04.7462493Z T=uint8_t, 2025-03-14T03:56:04.7462722Z accT=int32_t 2025-03-14T03:56:04.7462938Z ] 2025-03-14T03:56:04.7463745Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:56:04.7464636Z with 2025-03-14T03:56:04.7464827Z [ 2025-03-14T03:56:04.7465010Z ACC_T=int32_t, 2025-03-14T03:56:04.7465235Z T=uint8_t, 2025-03-14T03:56:04.7465452Z accT=int32_t 2025-03-14T03:56:04.7465665Z ] 2025-03-14T03:56:04.7466968Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.7468345Z with 2025-03-14T03:56:04.7468530Z [ 2025-03-14T03:56:04.7468716Z ACC_T=int32_t, 2025-03-14T03:56:04.7468939Z T=uint8_t, 2025-03-14T03:56:04.7469154Z accT=int32_t, 2025-03-14T03:56:04.7469470Z inpType=uint8_t 2025-03-14T03:56:04.7469817Z ] 2025-03-14T03:56:04.7471380Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:56:04.7472385Z with 2025-03-14T03:56:04.7472607Z [ 2025-03-14T03:56:04.7472797Z ACC_T=int32_t, 2025-03-14T03:56:04.7473021Z T=uint8_t, 2025-03-14T03:56:04.7473231Z accT=int32_t 2025-03-14T03:56:04.7473441Z ] 2025-03-14T03:56:04.7474671Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.7476271Z with 2025-03-14T03:56:04.7476450Z [ 2025-03-14T03:56:04.7476642Z ACC_T=int32_t, 2025-03-14T03:56:04.7476872Z T=uint8_t, 2025-03-14T03:56:04.7477095Z accT=int32_t 2025-03-14T03:56:04.7477303Z ] 2025-03-14T03:56:04.7478146Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:56:04.7479150Z with 2025-03-14T03:56:04.7479334Z [ 2025-03-14T03:56:04.7479521Z ACC_T=int32_t, 2025-03-14T03:56:04.7479754Z T=uint8_t, 2025-03-14T03:56:04.7479959Z accT=int32_t 2025-03-14T03:56:04.7480179Z ] 2025-03-14T03:56:04.7481424Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.7482745Z with 2025-03-14T03:56:04.7483046Z [ 2025-03-14T03:56:04.7483243Z ACC_T=int32_t, 2025-03-14T03:56:04.7483468Z T=uint8_t, 2025-03-14T03:56:04.7483691Z accT=int32_t, 2025-03-14T03:56:04.7483929Z inpType=uint8_t 2025-03-14T03:56:04.7484158Z ] 2025-03-14T03:56:04.7484932Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:56:04.7485774Z with 2025-03-14T03:56:04.7485962Z [ 2025-03-14T03:56:04.7486141Z ACC_T=int32_t, 2025-03-14T03:56:04.7486371Z T=uint8_t, 2025-03-14T03:56:04.7486583Z accT=int32_t 2025-03-14T03:56:04.7486790Z ] 2025-03-14T03:56:04.7488001Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.7489367Z with 2025-03-14T03:56:04.7489553Z [ 2025-03-14T03:56:04.7489739Z ACC_T=int32_t, 2025-03-14T03:56:04.7489957Z T=uint8_t, 2025-03-14T03:56:04.7490235Z accT=int32_t 2025-03-14T03:56:04.7490443Z ] 2025-03-14T03:56:04.7491261Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:56:04.7492259Z with 2025-03-14T03:56:04.7492433Z [ 2025-03-14T03:56:04.7492616Z ACC_T=int32_t, 2025-03-14T03:56:04.7492842Z T=uint8_t, 2025-03-14T03:56:04.7493055Z accT=int32_t 2025-03-14T03:56:04.7493264Z ] 2025-03-14T03:56:04.7494512Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:04.7496833Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:04.7498905Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:04.7797962Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(148) : warning C4717: 'fbgemm::PackMatrix,signed char,int>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:04.7800814Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:04.7802587Z [1270/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\ExecuteKernelU8S8.cc.obj 2025-03-14T03:56:04.8086886Z [1271/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFP16.cc.obj 2025-03-14T03:56:04.8214035Z [1272/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFPCommon.cc.obj 2025-03-14T03:56:04.8259252Z [1273/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFloat16Convert.cc.obj 2025-03-14T03:56:04.8341472Z [1274/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\Fbgemm.cc.obj 2025-03-14T03:56:04.8344810Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8346780Z with 2025-03-14T03:56:04.8347663Z [ 2025-03-14T03:56:04.8348004Z inpType=uint8_t 2025-03-14T03:56:04.8348291Z ] 2025-03-14T03:56:04.8349608Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-03-14T03:56:04.8353422Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8357031Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-03-14T03:56:04.8362067Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,int8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8364498Z with 2025-03-14T03:56:04.8364785Z [ 2025-03-14T03:56:04.8365062Z inpType=int8_t 2025-03-14T03:56:04.8365397Z ] 2025-03-14T03:56:04.8366684Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,int8_t,int32_t>::PackMatrix' 2025-03-14T03:56:04.8370012Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,int8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8373711Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,int8_t,int32_t>::packedBufferSize' 2025-03-14T03:56:04.8377598Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8380020Z with 2025-03-14T03:56:04.8380712Z [ 2025-03-14T03:56:04.8381330Z inpType=uint8_t 2025-03-14T03:56:04.8381749Z ] 2025-03-14T03:56:04.8383224Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-03-14T03:56:04.8386470Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8388759Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-03-14T03:56:04.8392271Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,int8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8395678Z with 2025-03-14T03:56:04.8396026Z [ 2025-03-14T03:56:04.8396571Z inpType=int8_t 2025-03-14T03:56:04.8397449Z ] 2025-03-14T03:56:04.8399287Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,int8_t,int16_t>::PackMatrix' 2025-03-14T03:56:04.8403133Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,int8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8406774Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,int8_t,int16_t>::packedBufferSize' 2025-03-14T03:56:04.8410955Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8413596Z with 2025-03-14T03:56:04.8414035Z [ 2025-03-14T03:56:04.8414392Z inpType=uint8_t 2025-03-14T03:56:04.8414818Z ] 2025-03-14T03:56:04.8416428Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-03-14T03:56:04.8420379Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8424222Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-03-14T03:56:04.8428390Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8431130Z with 2025-03-14T03:56:04.8431439Z [ 2025-03-14T03:56:04.8431955Z inpType=uint8_t 2025-03-14T03:56:04.8432415Z ] 2025-03-14T03:56:04.8433941Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-03-14T03:56:04.8437803Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8441961Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-03-14T03:56:04.8446048Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8448897Z with 2025-03-14T03:56:04.8449296Z [ 2025-03-14T03:56:04.8449681Z inpType=uint8_t 2025-03-14T03:56:04.8450077Z ] 2025-03-14T03:56:04.8451553Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-03-14T03:56:04.8454980Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8458660Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-03-14T03:56:04.8461883Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8463484Z with 2025-03-14T03:56:04.8463723Z [ 2025-03-14T03:56:04.8463917Z inpType=uint8_t 2025-03-14T03:56:04.8464173Z ] 2025-03-14T03:56:04.8465204Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-03-14T03:56:04.8467436Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8469810Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-03-14T03:56:04.8471901Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8473313Z with 2025-03-14T03:56:04.8473535Z [ 2025-03-14T03:56:04.8473757Z inpType=uint8_t 2025-03-14T03:56:04.8474092Z ] 2025-03-14T03:56:04.8475388Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-03-14T03:56:04.8480648Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8484856Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-03-14T03:56:04.8490147Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8494017Z with 2025-03-14T03:56:04.8494385Z [ 2025-03-14T03:56:04.8494730Z inpType=uint8_t 2025-03-14T03:56:04.8495157Z ] 2025-03-14T03:56:04.8496758Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-03-14T03:56:04.8501769Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8506804Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-03-14T03:56:04.8511873Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8514552Z with 2025-03-14T03:56:04.8515997Z [ 2025-03-14T03:56:04.8516347Z inpType=uint8_t 2025-03-14T03:56:04.8516783Z ] 2025-03-14T03:56:04.8518353Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-03-14T03:56:04.8523387Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8528630Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-03-14T03:56:04.8533685Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8536687Z with 2025-03-14T03:56:04.8537018Z [ 2025-03-14T03:56:04.8537335Z inpType=uint8_t 2025-03-14T03:56:04.8537727Z ] 2025-03-14T03:56:04.8539282Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-03-14T03:56:04.8542980Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8547251Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-03-14T03:56:04.8551368Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8554159Z with 2025-03-14T03:56:04.8554542Z [ 2025-03-14T03:56:04.8554877Z inpType=uint8_t 2025-03-14T03:56:04.8555301Z ] 2025-03-14T03:56:04.8557002Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-03-14T03:56:04.8560850Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8564854Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-03-14T03:56:04.8568837Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8571073Z with 2025-03-14T03:56:04.8571407Z [ 2025-03-14T03:56:04.8571764Z inpType=uint8_t 2025-03-14T03:56:04.8572160Z ] 2025-03-14T03:56:04.8574713Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-03-14T03:56:04.8576853Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8579621Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-03-14T03:56:04.8582207Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(113): warning C4661: 'fbgemm::PackMatrix,int8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8583502Z with 2025-03-14T03:56:04.8583764Z [ 2025-03-14T03:56:04.8583953Z inpType=int8_t 2025-03-14T03:56:04.8584180Z ] 2025-03-14T03:56:04.8585847Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,int8_t,int32_t>::PackMatrix' 2025-03-14T03:56:04.8587725Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(113): warning C4661: 'int fbgemm::PackMatrix,int8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8589971Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,int8_t,int32_t>::packedBufferSize' 2025-03-14T03:56:04.8593195Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8594478Z with 2025-03-14T03:56:04.8594658Z [ 2025-03-14T03:56:04.8594849Z inpType=uint8_t 2025-03-14T03:56:04.8595087Z ] 2025-03-14T03:56:04.8595915Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-03-14T03:56:04.8598801Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8600955Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-03-14T03:56:04.8603860Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(113): warning C4661: 'fbgemm::PackMatrix,int8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8605196Z with 2025-03-14T03:56:04.8605392Z [ 2025-03-14T03:56:04.8605616Z inpType=int8_t 2025-03-14T03:56:04.8605843Z ] 2025-03-14T03:56:04.8606670Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,int8_t,int16_t>::PackMatrix' 2025-03-14T03:56:04.8609391Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(113): warning C4661: 'int fbgemm::PackMatrix,int8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8611556Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,int8_t,int16_t>::packedBufferSize' 2025-03-14T03:56:04.8614700Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8616177Z with 2025-03-14T03:56:04.8616366Z [ 2025-03-14T03:56:04.8616607Z inpType=uint8_t 2025-03-14T03:56:04.8617238Z ] 2025-03-14T03:56:04.8618719Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-03-14T03:56:04.8622568Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8626677Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-03-14T03:56:04.8630622Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8633298Z with 2025-03-14T03:56:04.8633636Z [ 2025-03-14T03:56:04.8633992Z inpType=uint8_t 2025-03-14T03:56:04.8634412Z ] 2025-03-14T03:56:04.8636018Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-03-14T03:56:04.8639908Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8643956Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-03-14T03:56:04.8646133Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8647717Z with 2025-03-14T03:56:04.8647940Z [ 2025-03-14T03:56:04.8648139Z inpType=uint8_t 2025-03-14T03:56:04.8648364Z ] 2025-03-14T03:56:04.8649715Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-03-14T03:56:04.8651867Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8654143Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-03-14T03:56:04.8656903Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8658410Z with 2025-03-14T03:56:04.8658597Z [ 2025-03-14T03:56:04.8658781Z inpType=uint8_t 2025-03-14T03:56:04.8659012Z ] 2025-03-14T03:56:04.8660021Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-03-14T03:56:04.8663164Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8667359Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-03-14T03:56:04.8669702Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8671372Z with 2025-03-14T03:56:04.8671594Z [ 2025-03-14T03:56:04.8671808Z inpType=uint8_t 2025-03-14T03:56:04.8672049Z ] 2025-03-14T03:56:04.8673041Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-03-14T03:56:04.8675754Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8679475Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-03-14T03:56:04.8683331Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8687013Z with 2025-03-14T03:56:04.8687357Z [ 2025-03-14T03:56:04.8687710Z inpType=uint8_t 2025-03-14T03:56:04.8688130Z ] 2025-03-14T03:56:04.8690397Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-03-14T03:56:04.8694677Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8699843Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-03-14T03:56:04.8704925Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8707209Z with 2025-03-14T03:56:04.8707603Z [ 2025-03-14T03:56:04.8707929Z inpType=uint8_t 2025-03-14T03:56:04.8708370Z ] 2025-03-14T03:56:04.8710056Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-03-14T03:56:04.8714106Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8718690Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-03-14T03:56:04.8722665Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8725568Z with 2025-03-14T03:56:04.8725934Z [ 2025-03-14T03:56:04.8726304Z inpType=uint8_t 2025-03-14T03:56:04.8726726Z ] 2025-03-14T03:56:04.8730040Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-03-14T03:56:04.8733379Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8735823Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-03-14T03:56:04.8738308Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8740951Z with 2025-03-14T03:56:04.8741324Z [ 2025-03-14T03:56:04.8741703Z inpType=uint8_t 2025-03-14T03:56:04.8742115Z ] 2025-03-14T03:56:04.8743777Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-03-14T03:56:04.8747752Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:04.8752068Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-03-14T03:56:04.8755903Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:04.8759981Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:04.8764448Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:04.8768754Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:04.8773144Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:04.8777347Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:04.8781491Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:04.8785670Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:04.8789268Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(148) : warning C4717: 'fbgemm::PackMatrix,signed char,short>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:04.8791513Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:04.8793930Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:04.8796322Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(148) : warning C4717: 'fbgemm::PackMatrix,signed char,int>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:04.9156801Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:04.9158638Z [1275/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmI8Spmdm.cc.obj 2025-03-14T03:56:04.9752916Z [1276/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmSparseDense.cc.obj 2025-03-14T03:56:05.0988090Z [1277/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmI64.cc.obj 2025-03-14T03:56:05.2087749Z [1278/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16.cc.obj 2025-03-14T03:56:05.2136156Z [1279/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernel.cc.obj 2025-03-14T03:56:05.2359383Z [1280/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16Avx512VNNI.cc.obj 2025-03-14T03:56:05.2455223Z [1281/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelDirectConvU8S8S32ACC32.cc.obj 2025-03-14T03:56:05.2832603Z [1282/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16Avx512.cc.obj 2025-03-14T03:56:05.2902259Z [1283/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC32.cc.obj 2025-03-14T03:56:05.3771025Z [1284/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC32Avx512VNNI.cc.obj 2025-03-14T03:56:05.4918448Z [1285/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAMatrix.cc.obj 2025-03-14T03:56:05.4920182Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.4921547Z with 2025-03-14T03:56:05.4921726Z [ 2025-03-14T03:56:05.4921920Z T=uint8_t, 2025-03-14T03:56:05.4922149Z accT=int32_t, 2025-03-14T03:56:05.4922381Z inpType=uint8_t 2025-03-14T03:56:05.4922607Z ] 2025-03-14T03:56:05.4923388Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:56:05.4924351Z with 2025-03-14T03:56:05.4924537Z [ 2025-03-14T03:56:05.4924729Z T=uint8_t, 2025-03-14T03:56:05.4924951Z accT=int32_t 2025-03-14T03:56:05.4925228Z ] 2025-03-14T03:56:05.4926466Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.4927853Z with 2025-03-14T03:56:05.4928083Z [ 2025-03-14T03:56:05.4928290Z T=uint8_t, 2025-03-14T03:56:05.4928510Z accT=int32_t 2025-03-14T03:56:05.4928719Z ] 2025-03-14T03:56:05.4929598Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:56:05.4930606Z with 2025-03-14T03:56:05.4930849Z [ 2025-03-14T03:56:05.4931072Z T=uint8_t, 2025-03-14T03:56:05.4931287Z accT=int32_t 2025-03-14T03:56:05.4931506Z ] 2025-03-14T03:56:05.4932793Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.4934575Z with 2025-03-14T03:56:05.4934767Z [ 2025-03-14T03:56:05.4934962Z T=uint8_t, 2025-03-14T03:56:05.4935232Z accT=int16_t, 2025-03-14T03:56:05.4935485Z inpType=uint8_t 2025-03-14T03:56:05.4935712Z ] 2025-03-14T03:56:05.4936632Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:56:05.4937503Z with 2025-03-14T03:56:05.4937678Z [ 2025-03-14T03:56:05.4937853Z T=uint8_t, 2025-03-14T03:56:05.4938071Z accT=int16_t 2025-03-14T03:56:05.4938281Z ] 2025-03-14T03:56:05.4939627Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.4948207Z with 2025-03-14T03:56:05.4948521Z [ 2025-03-14T03:56:05.4948759Z T=uint8_t, 2025-03-14T03:56:05.4949250Z accT=int16_t 2025-03-14T03:56:05.4949482Z ] 2025-03-14T03:56:05.4950298Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:56:05.4951219Z with 2025-03-14T03:56:05.4951420Z [ 2025-03-14T03:56:05.4951625Z T=uint8_t, 2025-03-14T03:56:05.4951840Z accT=int16_t 2025-03-14T03:56:05.4952045Z ] 2025-03-14T03:56:05.4953300Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAMatrix.cc(28): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.4954689Z with 2025-03-14T03:56:05.4954905Z [ 2025-03-14T03:56:05.4955094Z T=uint8_t, 2025-03-14T03:56:05.4955322Z accT=int32_t, 2025-03-14T03:56:05.4955556Z inpType=uint8_t 2025-03-14T03:56:05.4955882Z ] 2025-03-14T03:56:05.4956836Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:56:05.4957730Z with 2025-03-14T03:56:05.4957918Z [ 2025-03-14T03:56:05.4958165Z T=uint8_t, 2025-03-14T03:56:05.4958380Z accT=int32_t 2025-03-14T03:56:05.4958602Z ] 2025-03-14T03:56:05.4959994Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAMatrix.cc(28): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.4961330Z with 2025-03-14T03:56:05.4961514Z [ 2025-03-14T03:56:05.4961692Z T=uint8_t, 2025-03-14T03:56:05.4961945Z accT=int32_t 2025-03-14T03:56:05.4962229Z ] 2025-03-14T03:56:05.4963122Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:56:05.4964079Z with 2025-03-14T03:56:05.4964249Z [ 2025-03-14T03:56:05.4964425Z T=uint8_t, 2025-03-14T03:56:05.4964636Z accT=int32_t 2025-03-14T03:56:05.4965017Z ] 2025-03-14T03:56:05.4966321Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAMatrix.cc(28): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.4967658Z with 2025-03-14T03:56:05.4967851Z [ 2025-03-14T03:56:05.4968110Z T=uint8_t, 2025-03-14T03:56:05.4968350Z accT=int16_t, 2025-03-14T03:56:05.4968650Z inpType=uint8_t 2025-03-14T03:56:05.4968931Z ] 2025-03-14T03:56:05.4969726Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:56:05.4970731Z with 2025-03-14T03:56:05.4971006Z [ 2025-03-14T03:56:05.4971180Z T=uint8_t, 2025-03-14T03:56:05.4971395Z accT=int16_t 2025-03-14T03:56:05.4971607Z ] 2025-03-14T03:56:05.4972914Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAMatrix.cc(28): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.4974366Z with 2025-03-14T03:56:05.4975358Z [ 2025-03-14T03:56:05.4975580Z T=uint8_t, 2025-03-14T03:56:05.4975789Z accT=int16_t 2025-03-14T03:56:05.4976020Z ] 2025-03-14T03:56:05.4976879Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:56:05.4977923Z with 2025-03-14T03:56:05.4978107Z [ 2025-03-14T03:56:05.4978279Z T=uint8_t, 2025-03-14T03:56:05.4978506Z accT=int16_t 2025-03-14T03:56:05.4978752Z ] 2025-03-14T03:56:05.5068328Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:05.5072170Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:05.5075218Z [1286/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConv.cc.obj 2025-03-14T03:56:05.5201435Z [1287/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithIm2Col.cc.obj 2025-03-14T03:56:05.5204194Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5206854Z with 2025-03-14T03:56:05.5207174Z [ 2025-03-14T03:56:05.5207466Z T=uint8_t, 2025-03-14T03:56:05.5207841Z accT=int32_t, 2025-03-14T03:56:05.5208259Z inpType=uint8_t 2025-03-14T03:56:05.5208655Z ] 2025-03-14T03:56:05.5210101Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:56:05.5211740Z with 2025-03-14T03:56:05.5212078Z [ 2025-03-14T03:56:05.5212381Z T=uint8_t, 2025-03-14T03:56:05.5212768Z accT=int32_t 2025-03-14T03:56:05.5214296Z ] 2025-03-14T03:56:05.5216517Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5218917Z with 2025-03-14T03:56:05.5219184Z [ 2025-03-14T03:56:05.5219471Z T=uint8_t, 2025-03-14T03:56:05.5219798Z accT=int32_t 2025-03-14T03:56:05.5220124Z ] 2025-03-14T03:56:05.5221478Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:56:05.5223143Z with 2025-03-14T03:56:05.5223460Z [ 2025-03-14T03:56:05.5223765Z T=uint8_t, 2025-03-14T03:56:05.5224118Z accT=int32_t 2025-03-14T03:56:05.5224478Z ] 2025-03-14T03:56:05.5226822Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5229478Z with 2025-03-14T03:56:05.5229969Z [ 2025-03-14T03:56:05.5230284Z T=uint8_t, 2025-03-14T03:56:05.5230617Z accT=int16_t, 2025-03-14T03:56:05.5230992Z inpType=uint8_t 2025-03-14T03:56:05.5231339Z ] 2025-03-14T03:56:05.5232739Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:56:05.5234404Z with 2025-03-14T03:56:05.5234780Z [ 2025-03-14T03:56:05.5235087Z T=uint8_t, 2025-03-14T03:56:05.5235438Z accT=int16_t 2025-03-14T03:56:05.5235790Z ] 2025-03-14T03:56:05.5238070Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5240598Z with 2025-03-14T03:56:05.5240965Z [ 2025-03-14T03:56:05.5241283Z T=uint8_t, 2025-03-14T03:56:05.5241664Z accT=int16_t 2025-03-14T03:56:05.5242060Z ] 2025-03-14T03:56:05.5243623Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:56:05.5245322Z with 2025-03-14T03:56:05.5245654Z [ 2025-03-14T03:56:05.5245963Z T=uint8_t, 2025-03-14T03:56:05.5246374Z accT=int16_t 2025-03-14T03:56:05.5246782Z ] 2025-03-14T03:56:05.5249159Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5251746Z with 2025-03-14T03:56:05.5252073Z [ 2025-03-14T03:56:05.5252414Z T=uint8_t, 2025-03-14T03:56:05.5252823Z accT=int32_t, 2025-03-14T03:56:05.5253243Z inpType=uint8_t 2025-03-14T03:56:05.5253644Z ] 2025-03-14T03:56:05.5255205Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:56:05.5257043Z with 2025-03-14T03:56:05.5257344Z [ 2025-03-14T03:56:05.5257633Z T=uint8_t, 2025-03-14T03:56:05.5258028Z accT=int32_t 2025-03-14T03:56:05.5258441Z ] 2025-03-14T03:56:05.5260787Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5263292Z with 2025-03-14T03:56:05.5263618Z [ 2025-03-14T03:56:05.5263991Z T=uint8_t, 2025-03-14T03:56:05.5264384Z accT=int32_t 2025-03-14T03:56:05.5264777Z ] 2025-03-14T03:56:05.5266496Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:56:05.5268296Z with 2025-03-14T03:56:05.5268642Z [ 2025-03-14T03:56:05.5268981Z T=uint8_t, 2025-03-14T03:56:05.5269388Z accT=int32_t 2025-03-14T03:56:05.5269826Z ] 2025-03-14T03:56:05.5272636Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5275445Z with 2025-03-14T03:56:05.5275788Z [ 2025-03-14T03:56:05.5276124Z T=uint8_t, 2025-03-14T03:56:05.5276540Z accT=int16_t, 2025-03-14T03:56:05.5277031Z inpType=uint8_t 2025-03-14T03:56:05.5277519Z ] 2025-03-14T03:56:05.5279124Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:56:05.5281104Z with 2025-03-14T03:56:05.5281459Z [ 2025-03-14T03:56:05.5281789Z T=uint8_t, 2025-03-14T03:56:05.5282185Z accT=int16_t 2025-03-14T03:56:05.5282561Z ] 2025-03-14T03:56:05.5285046Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5287840Z with 2025-03-14T03:56:05.5288343Z [ 2025-03-14T03:56:05.5288706Z T=uint8_t, 2025-03-14T03:56:05.5289168Z accT=int16_t 2025-03-14T03:56:05.5289573Z ] 2025-03-14T03:56:05.5291210Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:56:05.5293033Z with 2025-03-14T03:56:05.5293425Z [ 2025-03-14T03:56:05.5293770Z T=uint8_t, 2025-03-14T03:56:05.5294304Z accT=int16_t 2025-03-14T03:56:05.5294698Z ] 2025-03-14T03:56:05.5297289Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5300104Z with 2025-03-14T03:56:05.5300459Z [ 2025-03-14T03:56:05.5300792Z T=uint8_t, 2025-03-14T03:56:05.5301250Z accT=int32_t, 2025-03-14T03:56:05.5301710Z inpType=uint8_t 2025-03-14T03:56:05.5302142Z ] 2025-03-14T03:56:05.5303919Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:56:05.5305718Z with 2025-03-14T03:56:05.5306063Z [ 2025-03-14T03:56:05.5306405Z T=uint8_t, 2025-03-14T03:56:05.5306840Z accT=int32_t 2025-03-14T03:56:05.5307268Z ] 2025-03-14T03:56:05.5309775Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5312540Z with 2025-03-14T03:56:05.5312905Z [ 2025-03-14T03:56:05.5313258Z T=uint8_t, 2025-03-14T03:56:05.5313693Z accT=int32_t 2025-03-14T03:56:05.5314112Z ] 2025-03-14T03:56:05.5315817Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:56:05.5317693Z with 2025-03-14T03:56:05.5318029Z [ 2025-03-14T03:56:05.5318347Z T=uint8_t, 2025-03-14T03:56:05.5318729Z accT=int32_t 2025-03-14T03:56:05.5319120Z ] 2025-03-14T03:56:05.5321764Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5324464Z with 2025-03-14T03:56:05.5324798Z [ 2025-03-14T03:56:05.5325116Z T=uint8_t, 2025-03-14T03:56:05.5325505Z accT=int16_t, 2025-03-14T03:56:05.5325925Z inpType=uint8_t 2025-03-14T03:56:05.5326594Z ] 2025-03-14T03:56:05.5328119Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:56:05.5329738Z with 2025-03-14T03:56:05.5330058Z [ 2025-03-14T03:56:05.5330357Z T=uint8_t, 2025-03-14T03:56:05.5330754Z accT=int16_t 2025-03-14T03:56:05.5331130Z ] 2025-03-14T03:56:05.5333422Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5336014Z with 2025-03-14T03:56:05.5336283Z [ 2025-03-14T03:56:05.5336564Z T=uint8_t, 2025-03-14T03:56:05.5336921Z accT=int16_t 2025-03-14T03:56:05.5337258Z ] 2025-03-14T03:56:05.5338772Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:56:05.5340475Z with 2025-03-14T03:56:05.5340812Z [ 2025-03-14T03:56:05.5341134Z T=uint8_t, 2025-03-14T03:56:05.5341554Z accT=int16_t 2025-03-14T03:56:05.5341917Z ] 2025-03-14T03:56:05.5344245Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5346583Z with 2025-03-14T03:56:05.5346824Z [ 2025-03-14T03:56:05.5347163Z T=uint8_t, 2025-03-14T03:56:05.5347381Z accT=int32_t, 2025-03-14T03:56:05.5347673Z inpType=uint8_t 2025-03-14T03:56:05.5347967Z ] 2025-03-14T03:56:05.5348776Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:56:05.5349631Z with 2025-03-14T03:56:05.5349819Z [ 2025-03-14T03:56:05.5349994Z T=uint8_t, 2025-03-14T03:56:05.5350236Z accT=int32_t 2025-03-14T03:56:05.5350480Z ] 2025-03-14T03:56:05.5351698Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5353113Z with 2025-03-14T03:56:05.5353298Z [ 2025-03-14T03:56:05.5353472Z T=uint8_t, 2025-03-14T03:56:05.5353687Z accT=int32_t 2025-03-14T03:56:05.5353899Z ] 2025-03-14T03:56:05.5354819Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:56:05.5355754Z with 2025-03-14T03:56:05.5356049Z [ 2025-03-14T03:56:05.5356242Z T=uint8_t, 2025-03-14T03:56:05.5356462Z accT=int32_t 2025-03-14T03:56:05.5356680Z ] 2025-03-14T03:56:05.5357988Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5359362Z with 2025-03-14T03:56:05.5359544Z [ 2025-03-14T03:56:05.5359727Z T=uint8_t, 2025-03-14T03:56:05.5359946Z accT=int16_t, 2025-03-14T03:56:05.5360229Z inpType=uint8_t 2025-03-14T03:56:05.5360453Z ] 2025-03-14T03:56:05.5361293Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:56:05.5362154Z with 2025-03-14T03:56:05.5362373Z [ 2025-03-14T03:56:05.5362567Z T=uint8_t, 2025-03-14T03:56:05.5362774Z accT=int16_t 2025-03-14T03:56:05.5362994Z ] 2025-03-14T03:56:05.5364219Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5365507Z with 2025-03-14T03:56:05.5365689Z [ 2025-03-14T03:56:05.5365871Z T=uint8_t, 2025-03-14T03:56:05.5366119Z accT=int16_t 2025-03-14T03:56:05.5366343Z ] 2025-03-14T03:56:05.5367163Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:56:05.5368102Z with 2025-03-14T03:56:05.5368292Z [ 2025-03-14T03:56:05.5368503Z T=uint8_t, 2025-03-14T03:56:05.5368751Z accT=int16_t 2025-03-14T03:56:05.5368967Z ] 2025-03-14T03:56:05.5370288Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5371738Z with 2025-03-14T03:56:05.5371925Z [ 2025-03-14T03:56:05.5372143Z T=uint8_t, 2025-03-14T03:56:05.5372362Z accT=int32_t, 2025-03-14T03:56:05.5372612Z inpType=uint8_t 2025-03-14T03:56:05.5372980Z ] 2025-03-14T03:56:05.5374240Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:56:05.5375221Z with 2025-03-14T03:56:05.5375402Z [ 2025-03-14T03:56:05.5375628Z T=uint8_t, 2025-03-14T03:56:05.5375848Z accT=int32_t 2025-03-14T03:56:05.5376062Z ] 2025-03-14T03:56:05.5377506Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5379224Z with 2025-03-14T03:56:05.5379417Z [ 2025-03-14T03:56:05.5379593Z T=uint8_t, 2025-03-14T03:56:05.5379816Z accT=int32_t 2025-03-14T03:56:05.5380027Z ] 2025-03-14T03:56:05.5380988Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:56:05.5382612Z with 2025-03-14T03:56:05.5382848Z [ 2025-03-14T03:56:05.5383032Z T=uint8_t, 2025-03-14T03:56:05.5383248Z accT=int32_t 2025-03-14T03:56:05.5383454Z ] 2025-03-14T03:56:05.5384811Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5386135Z with 2025-03-14T03:56:05.5386320Z [ 2025-03-14T03:56:05.5386496Z T=uint8_t, 2025-03-14T03:56:05.5386720Z accT=int16_t, 2025-03-14T03:56:05.5386959Z inpType=uint8_t 2025-03-14T03:56:05.5387225Z ] 2025-03-14T03:56:05.5388062Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:56:05.5388984Z with 2025-03-14T03:56:05.5389174Z [ 2025-03-14T03:56:05.5389430Z T=uint8_t, 2025-03-14T03:56:05.5389686Z accT=int16_t 2025-03-14T03:56:05.5389896Z ] 2025-03-14T03:56:05.5391343Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5392686Z with 2025-03-14T03:56:05.5392920Z [ 2025-03-14T03:56:05.5393090Z T=uint8_t, 2025-03-14T03:56:05.5393310Z accT=int16_t 2025-03-14T03:56:05.5393615Z ] 2025-03-14T03:56:05.5394502Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:56:05.5395392Z with 2025-03-14T03:56:05.5395573Z [ 2025-03-14T03:56:05.5395741Z T=uint8_t, 2025-03-14T03:56:05.5395953Z accT=int16_t 2025-03-14T03:56:05.5396236Z ] 2025-03-14T03:56:05.5397550Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5399095Z with 2025-03-14T03:56:05.5399275Z [ 2025-03-14T03:56:05.5399496Z T=uint8_t, 2025-03-14T03:56:05.5399713Z accT=int32_t, 2025-03-14T03:56:05.5399957Z inpType=uint8_t 2025-03-14T03:56:05.5400184Z ] 2025-03-14T03:56:05.5400958Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:56:05.5401819Z with 2025-03-14T03:56:05.5402008Z [ 2025-03-14T03:56:05.5402191Z T=uint8_t, 2025-03-14T03:56:05.5402408Z accT=int32_t 2025-03-14T03:56:05.5402618Z ] 2025-03-14T03:56:05.5403847Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5405143Z with 2025-03-14T03:56:05.5405323Z [ 2025-03-14T03:56:05.5405610Z T=uint8_t, 2025-03-14T03:56:05.5405837Z accT=int32_t 2025-03-14T03:56:05.5406049Z ] 2025-03-14T03:56:05.5406908Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:56:05.5407796Z with 2025-03-14T03:56:05.5407976Z [ 2025-03-14T03:56:05.5408161Z T=uint8_t, 2025-03-14T03:56:05.5408369Z accT=int32_t 2025-03-14T03:56:05.5408589Z ] 2025-03-14T03:56:05.5409881Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5411245Z with 2025-03-14T03:56:05.5411428Z [ 2025-03-14T03:56:05.5411619Z T=uint8_t, 2025-03-14T03:56:05.5411825Z accT=int16_t, 2025-03-14T03:56:05.5412058Z inpType=uint8_t 2025-03-14T03:56:05.5412280Z ] 2025-03-14T03:56:05.5413107Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:56:05.5414065Z with 2025-03-14T03:56:05.5414245Z [ 2025-03-14T03:56:05.5414430Z T=uint8_t, 2025-03-14T03:56:05.5414646Z accT=int16_t 2025-03-14T03:56:05.5414860Z ] 2025-03-14T03:56:05.5416084Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5417360Z with 2025-03-14T03:56:05.5417538Z [ 2025-03-14T03:56:05.5417713Z T=uint8_t, 2025-03-14T03:56:05.5417944Z accT=int16_t 2025-03-14T03:56:05.5418154Z ] 2025-03-14T03:56:05.5418963Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:56:05.5419888Z with 2025-03-14T03:56:05.5420070Z [ 2025-03-14T03:56:05.5420396Z T=uint8_t, 2025-03-14T03:56:05.5420619Z accT=int16_t 2025-03-14T03:56:05.5420834Z ] 2025-03-14T03:56:05.5422006Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:05.5424205Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:05.5426397Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:05.5428536Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:05.5430760Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:05.5627611Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:05.5629185Z [1288/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithQuantRowOffset.cc.obj 2025-03-14T03:56:05.5630951Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5633166Z with 2025-03-14T03:56:05.5633358Z [ 2025-03-14T03:56:05.5633547Z T=uint8_t, 2025-03-14T03:56:05.5633768Z accT=int32_t, 2025-03-14T03:56:05.5633998Z inpType=uint8_t 2025-03-14T03:56:05.5634223Z ] 2025-03-14T03:56:05.5635050Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:56:05.5636050Z with 2025-03-14T03:56:05.5636228Z [ 2025-03-14T03:56:05.5636411Z T=uint8_t, 2025-03-14T03:56:05.5636617Z accT=int32_t 2025-03-14T03:56:05.5636825Z ] 2025-03-14T03:56:05.5638974Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5640318Z with 2025-03-14T03:56:05.5640501Z [ 2025-03-14T03:56:05.5640672Z T=uint8_t, 2025-03-14T03:56:05.5640890Z accT=int32_t 2025-03-14T03:56:05.5641101Z ] 2025-03-14T03:56:05.5641990Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:56:05.5643924Z with 2025-03-14T03:56:05.5644110Z [ 2025-03-14T03:56:05.5644287Z T=uint8_t, 2025-03-14T03:56:05.5644506Z accT=int32_t 2025-03-14T03:56:05.5644720Z ] 2025-03-14T03:56:05.5646066Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithQuantRowOffset.cc(36): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5647533Z with 2025-03-14T03:56:05.5647703Z [ 2025-03-14T03:56:05.5647886Z T=uint8_t, 2025-03-14T03:56:05.5648096Z accT=int32_t, 2025-03-14T03:56:05.5648829Z inpType=uint8_t 2025-03-14T03:56:05.5649070Z ] 2025-03-14T03:56:05.5650289Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:56:05.5651183Z with 2025-03-14T03:56:05.5651368Z [ 2025-03-14T03:56:05.5651546Z T=uint8_t, 2025-03-14T03:56:05.5651759Z accT=int32_t 2025-03-14T03:56:05.5651961Z ] 2025-03-14T03:56:05.5654136Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithQuantRowOffset.cc(36): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5656661Z with 2025-03-14T03:56:05.5656970Z [ 2025-03-14T03:56:05.5657265Z T=uint8_t, 2025-03-14T03:56:05.5657637Z accT=int32_t 2025-03-14T03:56:05.5657981Z ] 2025-03-14T03:56:05.5658882Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:56:05.5659814Z with 2025-03-14T03:56:05.5660005Z [ 2025-03-14T03:56:05.5661085Z T=uint8_t, 2025-03-14T03:56:05.5661300Z accT=int32_t 2025-03-14T03:56:05.5661524Z ] 2025-03-14T03:56:05.5887628Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:05.5889265Z [1289/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithRowOffset.cc.obj 2025-03-14T03:56:05.5891120Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5892512Z with 2025-03-14T03:56:05.5892744Z [ 2025-03-14T03:56:05.5892925Z T=uint8_t, 2025-03-14T03:56:05.5893149Z accT=int32_t, 2025-03-14T03:56:05.5893376Z inpType=uint8_t 2025-03-14T03:56:05.5893600Z ] 2025-03-14T03:56:05.5894596Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:56:05.5895507Z with 2025-03-14T03:56:05.5895700Z [ 2025-03-14T03:56:05.5895876Z T=uint8_t, 2025-03-14T03:56:05.5896101Z accT=int32_t 2025-03-14T03:56:05.5896316Z ] 2025-03-14T03:56:05.5897601Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5899097Z with 2025-03-14T03:56:05.5899306Z [ 2025-03-14T03:56:05.5899547Z T=uint8_t, 2025-03-14T03:56:05.5899854Z accT=int32_t 2025-03-14T03:56:05.5900105Z ] 2025-03-14T03:56:05.5901046Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:56:05.5901948Z with 2025-03-14T03:56:05.5902184Z [ 2025-03-14T03:56:05.5902393Z T=uint8_t, 2025-03-14T03:56:05.5902634Z accT=int32_t 2025-03-14T03:56:05.5902927Z ] 2025-03-14T03:56:05.5904420Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5906042Z with 2025-03-14T03:56:05.5906224Z [ 2025-03-14T03:56:05.5906398Z T=uint8_t, 2025-03-14T03:56:05.5906615Z accT=int16_t, 2025-03-14T03:56:05.5907695Z inpType=uint8_t 2025-03-14T03:56:05.5908429Z ] 2025-03-14T03:56:05.5912331Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:56:05.5914363Z with 2025-03-14T03:56:05.5914706Z [ 2025-03-14T03:56:05.5915032Z T=uint8_t, 2025-03-14T03:56:05.5915424Z accT=int16_t 2025-03-14T03:56:05.5915832Z ] 2025-03-14T03:56:05.5918152Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5920536Z with 2025-03-14T03:56:05.5920847Z [ 2025-03-14T03:56:05.5921159Z T=uint8_t, 2025-03-14T03:56:05.5921566Z accT=int16_t 2025-03-14T03:56:05.5921959Z ] 2025-03-14T03:56:05.5923493Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:56:05.5925298Z with 2025-03-14T03:56:05.5925642Z [ 2025-03-14T03:56:05.5925960Z T=uint8_t, 2025-03-14T03:56:05.5926337Z accT=int16_t 2025-03-14T03:56:05.5926791Z ] 2025-03-14T03:56:05.5929192Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithRowOffset.cc(32): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5931849Z with 2025-03-14T03:56:05.5932195Z [ 2025-03-14T03:56:05.5932513Z T=uint8_t, 2025-03-14T03:56:05.5932923Z accT=int32_t, 2025-03-14T03:56:05.5933360Z inpType=uint8_t 2025-03-14T03:56:05.5933873Z ] 2025-03-14T03:56:05.5935444Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:56:05.5937153Z with 2025-03-14T03:56:05.5937494Z [ 2025-03-14T03:56:05.5937820Z T=uint8_t, 2025-03-14T03:56:05.5938404Z accT=int32_t 2025-03-14T03:56:05.5938783Z ] 2025-03-14T03:56:05.5941324Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithRowOffset.cc(32): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5943839Z with 2025-03-14T03:56:05.5944187Z [ 2025-03-14T03:56:05.5944508Z T=uint8_t, 2025-03-14T03:56:05.5944903Z accT=int32_t 2025-03-14T03:56:05.5945279Z ] 2025-03-14T03:56:05.5946878Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:56:05.5948687Z with 2025-03-14T03:56:05.5949007Z [ 2025-03-14T03:56:05.5949316Z T=uint8_t, 2025-03-14T03:56:05.5949670Z accT=int32_t 2025-03-14T03:56:05.5950030Z ] 2025-03-14T03:56:05.5952486Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithRowOffset.cc(32): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5954946Z with 2025-03-14T03:56:05.5955254Z [ 2025-03-14T03:56:05.5955531Z T=uint8_t, 2025-03-14T03:56:05.5955879Z accT=int16_t, 2025-03-14T03:56:05.5956246Z inpType=uint8_t 2025-03-14T03:56:05.5956610Z ] 2025-03-14T03:56:05.5958006Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:56:05.5959516Z with 2025-03-14T03:56:05.5959715Z [ 2025-03-14T03:56:05.5959898Z T=uint8_t, 2025-03-14T03:56:05.5960342Z accT=int16_t 2025-03-14T03:56:05.5960604Z ] 2025-03-14T03:56:05.5961951Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithRowOffset.cc(32): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5963424Z with 2025-03-14T03:56:05.5963619Z [ 2025-03-14T03:56:05.5963794Z T=uint8_t, 2025-03-14T03:56:05.5964016Z accT=int16_t 2025-03-14T03:56:05.5964266Z ] 2025-03-14T03:56:05.5965124Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:56:05.5966062Z with 2025-03-14T03:56:05.5966242Z [ 2025-03-14T03:56:05.5966451Z T=uint8_t, 2025-03-14T03:56:05.5966665Z accT=int16_t 2025-03-14T03:56:05.5966882Z ] 2025-03-14T03:56:05.5968023Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:05.5970315Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:05.5971945Z [1290/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConvAcc32Avx512.cc.obj 2025-03-14T03:56:05.5973603Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5975399Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::getOrCreate' 2025-03-14T03:56:05.5978088Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5982148Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge' 2025-03-14T03:56:05.5985326Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5988762Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::initResultRegs' 2025-03-14T03:56:05.5991815Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.5995103Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genCoreInsts' 2025-03-14T03:56:05.5998594Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6002392Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genForSingleOutput' 2025-03-14T03:56:05.6005579Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6008995Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::getOrCreate' 2025-03-14T03:56:05.6012512Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6016178Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge' 2025-03-14T03:56:05.6019979Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6023573Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::initResultRegs' 2025-03-14T03:56:05.6027311Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6030733Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts' 2025-03-14T03:56:05.6034230Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6037793Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput' 2025-03-14T03:56:05.6041292Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6045106Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::getOrCreate' 2025-03-14T03:56:05.6049042Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6052594Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge' 2025-03-14T03:56:05.6054511Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6056216Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::initResultRegs' 2025-03-14T03:56:05.6057984Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6059759Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genCoreInsts' 2025-03-14T03:56:05.6061723Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6063642Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genForSingleOutput' 2025-03-14T03:56:05.6065476Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6067627Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::getOrCreate' 2025-03-14T03:56:05.6069416Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6071292Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge' 2025-03-14T03:56:05.6073232Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6075081Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::initResultRegs' 2025-03-14T03:56:05.6076882Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6079243Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts' 2025-03-14T03:56:05.6081875Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6084372Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput' 2025-03-14T03:56:05.6086653Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6091254Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::getOrCreate' 2025-03-14T03:56:05.6093432Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6096458Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge' 2025-03-14T03:56:05.6098244Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6099928Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::initResultRegs' 2025-03-14T03:56:05.6102763Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6104447Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genCoreInsts' 2025-03-14T03:56:05.6106305Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6108997Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genForSingleOutput' 2025-03-14T03:56:05.6111565Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6114470Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::getOrCreate' 2025-03-14T03:56:05.6117674Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6121141Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge' 2025-03-14T03:56:05.6122971Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6125587Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::initResultRegs' 2025-03-14T03:56:05.6127619Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6129332Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts' 2025-03-14T03:56:05.6132084Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6134727Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput' 2025-03-14T03:56:05.6139087Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6142981Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::getOrCreate' 2025-03-14T03:56:05.6145319Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6150613Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge' 2025-03-14T03:56:05.6154311Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6157446Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::initResultRegs' 2025-03-14T03:56:05.6159362Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6161363Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genCoreInsts' 2025-03-14T03:56:05.6163275Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6165132Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genForSingleOutput' 2025-03-14T03:56:05.6168293Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6170199Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::getOrCreate' 2025-03-14T03:56:05.6172375Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6174364Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge' 2025-03-14T03:56:05.6176191Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6178610Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::initResultRegs' 2025-03-14T03:56:05.6180579Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6182532Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts' 2025-03-14T03:56:05.6184607Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6186545Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput' 2025-03-14T03:56:05.6189102Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6191085Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::getOrCreate' 2025-03-14T03:56:05.6192922Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6194821Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge' 2025-03-14T03:56:05.6196930Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6199008Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::initResultRegs' 2025-03-14T03:56:05.6200814Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6202652Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genCoreInsts' 2025-03-14T03:56:05.6204486Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6206485Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genForSingleOutput' 2025-03-14T03:56:05.6209875Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6214120Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::getOrCreate' 2025-03-14T03:56:05.6217049Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6219392Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge' 2025-03-14T03:56:05.6222103Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6225882Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::initResultRegs' 2025-03-14T03:56:05.6228038Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6232213Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts' 2025-03-14T03:56:05.6236354Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6243814Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput' 2025-03-14T03:56:05.6247064Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6251531Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::getOrCreate' 2025-03-14T03:56:05.6255641Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6257750Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge' 2025-03-14T03:56:05.6259652Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6262962Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::initResultRegs' 2025-03-14T03:56:05.6266293Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6270070Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genCoreInsts' 2025-03-14T03:56:05.6273597Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6277549Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genForSingleOutput' 2025-03-14T03:56:05.6280120Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6283299Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::getOrCreate' 2025-03-14T03:56:05.6286908Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6290656Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge' 2025-03-14T03:56:05.6294346Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6297795Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::initResultRegs' 2025-03-14T03:56:05.6301278Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6304710Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts' 2025-03-14T03:56:05.6308390Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6312377Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput' 2025-03-14T03:56:05.6315751Z [1291/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConvAcc32Avx2.cc.obj 2025-03-14T03:56:05.6317736Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6321227Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::getOrCreate' 2025-03-14T03:56:05.6323104Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6325159Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge' 2025-03-14T03:56:05.6327404Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6329113Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::initResultRegs' 2025-03-14T03:56:05.6330822Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6332688Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genCoreInsts' 2025-03-14T03:56:05.6334749Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6336673Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genForSingleOutput' 2025-03-14T03:56:05.6338584Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6340461Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::getOrCreate' 2025-03-14T03:56:05.6342319Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6344711Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge' 2025-03-14T03:56:05.6348113Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6350153Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::initResultRegs' 2025-03-14T03:56:05.6352030Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6353927Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genCoreInsts' 2025-03-14T03:56:05.6356056Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6359550Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genForSingleOutput' 2025-03-14T03:56:05.6362841Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6365855Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::getOrCreate' 2025-03-14T03:56:05.6369093Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6372588Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge' 2025-03-14T03:56:05.6375822Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6378916Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::initResultRegs' 2025-03-14T03:56:05.6381968Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6385022Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genCoreInsts' 2025-03-14T03:56:05.6388269Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6391414Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genForSingleOutput' 2025-03-14T03:56:05.6393744Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6396873Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::getOrCreate' 2025-03-14T03:56:05.6400577Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6404237Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge' 2025-03-14T03:56:05.6407760Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6411860Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::initResultRegs' 2025-03-14T03:56:05.6414457Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6416291Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genCoreInsts' 2025-03-14T03:56:05.6418674Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6420644Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genForSingleOutput' 2025-03-14T03:56:05.6422724Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6424580Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::getOrCreate' 2025-03-14T03:56:05.6426511Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6429132Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge' 2025-03-14T03:56:05.6431150Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6433861Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::initResultRegs' 2025-03-14T03:56:05.6437299Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6441019Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genCoreInsts' 2025-03-14T03:56:05.6444643Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6448266Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genForSingleOutput' 2025-03-14T03:56:05.6451821Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6455193Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::getOrCreate' 2025-03-14T03:56:05.6458700Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6462258Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge' 2025-03-14T03:56:05.6465623Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6469133Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::initResultRegs' 2025-03-14T03:56:05.6472592Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6475923Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genCoreInsts' 2025-03-14T03:56:05.6479642Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6483271Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genForSingleOutput' 2025-03-14T03:56:05.6485503Z [1292/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackBMatrix.cc.obj 2025-03-14T03:56:05.6488584Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6490985Z with 2025-03-14T03:56:05.6491295Z [ 2025-03-14T03:56:05.6491620Z T=int8_t, 2025-03-14T03:56:05.6491989Z accT=int32_t, 2025-03-14T03:56:05.6492396Z inpType=int8_t 2025-03-14T03:56:05.6492791Z ] 2025-03-14T03:56:05.6494272Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:56:05.6495699Z with 2025-03-14T03:56:05.6495909Z [ 2025-03-14T03:56:05.6496100Z T=int8_t, 2025-03-14T03:56:05.6496331Z accT=int32_t 2025-03-14T03:56:05.6496536Z ] 2025-03-14T03:56:05.6498242Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6500722Z with 2025-03-14T03:56:05.6501201Z [ 2025-03-14T03:56:05.6501522Z T=int8_t, 2025-03-14T03:56:05.6501878Z accT=int32_t 2025-03-14T03:56:05.6502228Z ] 2025-03-14T03:56:05.6503664Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:56:05.6505182Z with 2025-03-14T03:56:05.6505403Z [ 2025-03-14T03:56:05.6505592Z T=int8_t, 2025-03-14T03:56:05.6505824Z accT=int32_t 2025-03-14T03:56:05.6506041Z ] 2025-03-14T03:56:05.6507579Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6509010Z with 2025-03-14T03:56:05.6509201Z [ 2025-03-14T03:56:05.6509400Z T=int8_t, 2025-03-14T03:56:05.6509652Z accT=int16_t, 2025-03-14T03:56:05.6509881Z inpType=int8_t 2025-03-14T03:56:05.6510103Z ] 2025-03-14T03:56:05.6511028Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:56:05.6512269Z with 2025-03-14T03:56:05.6512500Z [ 2025-03-14T03:56:05.6512676Z T=int8_t, 2025-03-14T03:56:05.6512891Z accT=int16_t 2025-03-14T03:56:05.6513100Z ] 2025-03-14T03:56:05.6514316Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6515676Z with 2025-03-14T03:56:05.6515866Z [ 2025-03-14T03:56:05.6516043Z T=int8_t, 2025-03-14T03:56:05.6516253Z accT=int16_t 2025-03-14T03:56:05.6516467Z ] 2025-03-14T03:56:05.6517316Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:56:05.6518217Z with 2025-03-14T03:56:05.6518554Z [ 2025-03-14T03:56:05.6518744Z T=int8_t, 2025-03-14T03:56:05.6518997Z accT=int16_t 2025-03-14T03:56:05.6519287Z ] 2025-03-14T03:56:05.6520542Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackBMatrix.cc(182): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6522100Z with 2025-03-14T03:56:05.6522289Z [ 2025-03-14T03:56:05.6522467Z T=int8_t, 2025-03-14T03:56:05.6522748Z accT=int32_t, 2025-03-14T03:56:05.6522972Z inpType=int8_t 2025-03-14T03:56:05.6523213Z ] 2025-03-14T03:56:05.6523966Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:56:05.6525003Z with 2025-03-14T03:56:05.6525206Z [ 2025-03-14T03:56:05.6525422Z T=int8_t, 2025-03-14T03:56:05.6525638Z accT=int32_t 2025-03-14T03:56:05.6525853Z ] 2025-03-14T03:56:05.6527121Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackBMatrix.cc(182): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6528457Z with 2025-03-14T03:56:05.6528643Z [ 2025-03-14T03:56:05.6528863Z T=int8_t, 2025-03-14T03:56:05.6529169Z accT=int32_t 2025-03-14T03:56:05.6529551Z ] 2025-03-14T03:56:05.6531018Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:56:05.6532639Z with 2025-03-14T03:56:05.6532957Z [ 2025-03-14T03:56:05.6533275Z T=int8_t, 2025-03-14T03:56:05.6533861Z accT=int32_t 2025-03-14T03:56:05.6534214Z ] 2025-03-14T03:56:05.6535550Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackBMatrix.cc(182): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6537385Z with 2025-03-14T03:56:05.6537726Z [ 2025-03-14T03:56:05.6538031Z T=int8_t, 2025-03-14T03:56:05.6548384Z accT=int16_t, 2025-03-14T03:56:05.6548693Z inpType=int8_t 2025-03-14T03:56:05.6548992Z ] 2025-03-14T03:56:05.6549772Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:56:05.6550627Z with 2025-03-14T03:56:05.6550815Z [ 2025-03-14T03:56:05.6550997Z T=int8_t, 2025-03-14T03:56:05.6551210Z accT=int16_t 2025-03-14T03:56:05.6551433Z ] 2025-03-14T03:56:05.6552647Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackBMatrix.cc(182): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.6554317Z with 2025-03-14T03:56:05.6554526Z [ 2025-03-14T03:56:05.6554700Z T=int8_t, 2025-03-14T03:56:05.6554969Z accT=int16_t 2025-03-14T03:56:05.6555283Z ] 2025-03-14T03:56:05.6556233Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:56:05.6557305Z with 2025-03-14T03:56:05.6557542Z [ 2025-03-14T03:56:05.6557761Z T=int8_t, 2025-03-14T03:56:05.6557991Z accT=int16_t 2025-03-14T03:56:05.6558204Z ] 2025-03-14T03:56:05.7348034Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(148) : warning C4717: 'fbgemm::PackMatrix,signed char,short>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:05.7350362Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(148) : warning C4717: 'fbgemm::PackMatrix,signed char,int>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:05.7351796Z [1293/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightsForConv.cc.obj 2025-03-14T03:56:05.7353459Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.7354901Z with 2025-03-14T03:56:05.7355084Z [ 2025-03-14T03:56:05.7355427Z T=int8_t, 2025-03-14T03:56:05.7355653Z accT=int32_t, 2025-03-14T03:56:05.7355902Z inpType=int8_t 2025-03-14T03:56:05.7356205Z ] 2025-03-14T03:56:05.7357022Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-03-14T03:56:05.7357822Z with 2025-03-14T03:56:05.7358001Z [ 2025-03-14T03:56:05.7358188Z T=int8_t, 2025-03-14T03:56:05.7358395Z accT=int32_t 2025-03-14T03:56:05.7358606Z ] 2025-03-14T03:56:05.7360025Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-03-14T03:56:05.7361262Z with 2025-03-14T03:56:05.7361444Z [ 2025-03-14T03:56:05.7361700Z T=int8_t, 2025-03-14T03:56:05.7361911Z accT=int32_t 2025-03-14T03:56:05.7362116Z ] 2025-03-14T03:56:05.7362869Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-03-14T03:56:05.7363693Z with 2025-03-14T03:56:05.7363879Z [ 2025-03-14T03:56:05.7364060Z T=int8_t, 2025-03-14T03:56:05.7364319Z accT=int32_t 2025-03-14T03:56:05.7364534Z ] 2025-03-14T03:56:05.7592031Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(148) : warning C4717: 'fbgemm::PackMatrix,signed char,int>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:05.7594903Z [1294/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackMatrix.cc.obj 2025-03-14T03:56:05.7597687Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(148) : warning C4717: 'fbgemm::PackMatrix,signed char,short>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:05.7601756Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:05.7606154Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:05.7609982Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:05.7612346Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:05.7614724Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(148) : warning C4717: 'fbgemm::PackMatrix,signed char,int>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:05.7618237Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:05.7621605Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:05.7627163Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:05.7631337Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:05.7635399Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:05.7638925Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:05.8208230Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-03-14T03:56:05.8210874Z [1295/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\QuantUtils.cc.obj 2025-03-14T03:56:05.9040972Z [1296/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\spmmUtils.cc.obj 2025-03-14T03:56:05.9183305Z [1297/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\TransposeUtils.cc.obj 2025-03-14T03:56:05.9387913Z [1298/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightMatrixForGConv.cc.obj 2025-03-14T03:56:05.9537480Z [1299/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightsForDirectConv.cc.obj 2025-03-14T03:56:06.0251111Z [1300/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\SparseAdagrad.cc.obj 2025-03-14T03:56:06.0403309Z [1301/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\RowWiseSparseAdagradFused.cc.obj 2025-03-14T03:56:06.0771034Z [1302/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\RefImplementations.cc.obj 2025-03-14T03:56:06.1185077Z [1303/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateI8Depthwise.cc.obj 2025-03-14T03:56:06.1312942Z [1304/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmFloat16ConvertAvx2.cc.obj 2025-03-14T03:56:06.1358271Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\FbgemmFloat16ConvertAvx2.cc(23): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T03:56:06.1359796Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\FbgemmFloat16ConvertAvx2.cc(39): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T03:56:06.1455704Z [1305/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmBfloat16ConvertAvx2.cc.obj 2025-03-14T03:56:06.1457518Z [1306/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\EmbeddingSpMDMAvx2.cc.obj 2025-03-14T03:56:06.1873677Z [1307/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\Utils.cc.obj 2025-03-14T03:56:06.2259622Z [1308/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\OptimizedKernelsAvx2.cc.obj 2025-03-14T03:56:06.2581543Z [1309/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8DepthwisePerChannelQuantAvx2.cc.obj 2025-03-14T03:56:06.2724144Z [1310/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8Depthwise3DAvx2.cc.obj 2025-03-14T03:56:06.3317091Z [1311/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmSparseDenseInt8Avx2.cc.obj 2025-03-14T03:56:06.3462093Z [1312/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\UtilsAvx2.cc.obj 2025-03-14T03:56:06.3473969Z [1313/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8DepthwiseAvx2.cc.obj 2025-03-14T03:56:06.3526004Z [1314/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmSparseDenseAvx2.cc.obj 2025-03-14T03:56:06.3610884Z [1315/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\PackDepthwiseConvMatrixAvx2.cc.obj 2025-03-14T03:56:06.3761266Z [1316/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\spmmUtilsAvx2.cc.obj 2025-03-14T03:56:06.4103336Z [1317/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\QuantUtilsAvx2.cc.obj 2025-03-14T03:56:06.4105401Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(1555): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T03:56:06.4107820Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2037): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T03:56:06.4111548Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2201): note: see reference to function template instantiation 'void fbgemm::FusedNBitRowwiseQuantizedSBHalfToFloatOrHalfAvx2(const uint8_t *,size_t,int,float *)' being compiled 2025-03-14T03:56:06.4115001Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2041): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T03:56:06.4117412Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2045): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T03:56:06.4120060Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2049): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T03:56:06.4122535Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2102): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T03:56:06.4124967Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2107): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T03:56:06.4127380Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2112): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T03:56:06.4129844Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2117): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T03:56:06.4132508Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2170): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T03:56:06.5368615Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2223): note: see reference to function template instantiation 'void fbgemm::Fused8BitRowwiseQuantizedSBFloatToFloatOrHalfAvx2(const uint8_t *,size_t,int,float *)' being compiled 2025-03-14T03:56:06.5370475Z [1318/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmBfloat16ConvertAvx512.cc.obj 2025-03-14T03:56:06.5538550Z [1319/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFloat16ConvertAvx512.cc.obj 2025-03-14T03:56:06.5553459Z [1320/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmFP16UKernelsIntrinsicAvx2.cc.obj 2025-03-14T03:56:06.5607768Z [1321/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseAvx512.cc.obj 2025-03-14T03:56:06.5661820Z [1322/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\EmbeddingSpMDMAvx512.cc.obj 2025-03-14T03:56:06.5844773Z [1323/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseInt8Avx512.cc.obj 2025-03-14T03:56:06.6260910Z [1324/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\UtilsAvx512.cc.obj 2025-03-14T03:56:06.6437528Z [1325/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseVectorInt8Avx512.cc.obj 2025-03-14T03:56:06.6503817Z [1326/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\QuantUtilsAvx512.cc.obj 2025-03-14T03:56:06.6816399Z [1327/7574] Linking CXX shared library bin\asmjit.dll 2025-03-14T03:56:06.8618742Z [1328/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFP16UKernelsIntrinsicAvx512.cc.obj 2025-03-14T03:56:06.8695587Z [1329/7574] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFP16UKernelsIntrinsicAvx512_256.cc.obj 2025-03-14T03:56:06.8858443Z [1330/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allgatherv.cc.obj 2025-03-14T03:56:06.9054095Z [1331/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\algorithm.cc.obj 2025-03-14T03:56:06.9119331Z [1332/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allgather.cc.obj 2025-03-14T03:56:06.9483937Z [1333/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allreduce.cc.obj 2025-03-14T03:56:07.0739935Z [1334/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\alltoall.cc.obj 2025-03-14T03:56:07.0978787Z [1335/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allreduce_local.cc.obj 2025-03-14T03:56:07.1511379Z [1336/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\alltoallv.cc.obj 2025-03-14T03:56:07.1584773Z [1337/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\broadcast.cc.obj 2025-03-14T03:56:07.1662029Z [1338/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\barrier.cc.obj 2025-03-14T03:56:07.1909704Z [1339/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\context.cc.obj 2025-03-14T03:56:07.3381278Z [1340/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\gather.cc.obj 2025-03-14T03:56:07.3497181Z [1341/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\gatherv.cc.obj 2025-03-14T03:56:07.3740677Z [1342/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\types.cc.obj 2025-03-14T03:56:07.3925276Z [1343/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\scatter.cc.obj 2025-03-14T03:56:07.4211558Z [1344/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\logging.cc.obj 2025-03-14T03:56:07.4272349Z [1345/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\reduce.cc.obj 2025-03-14T03:56:07.4328820Z [1346/7574] Building C object third_party\ittapi\CMakeFiles\ittnotify.dir\src\ittnotify\jitprofiling.c.obj 2025-03-14T03:56:07.5324274Z C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um\winbase.h(9531): warning C5105: macro expansion producing 'defined' has undefined behavior 2025-03-14T03:56:07.5325535Z [1347/7574] Building C object third_party\ittapi\CMakeFiles\ittnotify.dir\src\ittnotify\ittnotify_static.c.obj 2025-03-14T03:56:07.6533495Z C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um\winbase.h(9531): warning C5105: macro expansion producing 'defined' has undefined behavior 2025-03-14T03:56:07.6534489Z [1348/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\store.cc.obj 2025-03-14T03:56:07.6662174Z [1349/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\prefix_store.cc.obj 2025-03-14T03:56:07.6779840Z [1350/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\hash_store.cc.obj 2025-03-14T03:56:07.6841337Z [1351/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\context.cc.obj 2025-03-14T03:56:07.6910511Z [1352/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\file_store.cc.obj 2025-03-14T03:56:07.7153185Z [1353/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\address.cc.obj 2025-03-14T03:56:07.7524790Z [1354/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\buffer.cc.obj 2025-03-14T03:56:07.7952840Z [1355/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\utils.cc.obj 2025-03-14T03:56:07.8391528Z [1356/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\unbound_buffer.cc.obj 2025-03-14T03:56:07.9110529Z [1357/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\context.cc.obj 2025-03-14T03:56:07.9262644Z [1358/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\win.cc.obj 2025-03-14T03:56:07.9279347Z [1359/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\pair.cc.obj 2025-03-14T03:56:07.9361660Z [1360/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\device.cc.obj 2025-03-14T03:56:07.9724110Z [1361/7574] Linking CXX static library lib\onnx_proto.lib 2025-03-14T03:56:08.1591526Z [1362/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\assertions.cc.obj 2025-03-14T03:56:08.2605755Z [1363/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\unbound_buffer.cc.obj 2025-03-14T03:56:08.3178685Z [1364/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\address.cc.obj 2025-03-14T03:56:08.3842779Z [1365/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\libuv.cc.obj 2025-03-14T03:56:08.3844239Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xutility(142): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data 2025-03-14T03:56:08.3847258Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2006): note: see reference to function template instantiation 'void std::_Construct_in_place<_Ty,std::shared_ptr,std::unique_ptr,size_t&>(_Ty &,std::shared_ptr &&,std::unique_ptr &&,size_t &) noexcept(false)' being compiled 2025-03-14T03:56:08.3849428Z with 2025-03-14T03:56:08.3849627Z [ 2025-03-14T03:56:08.3849878Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-14T03:56:08.3850206Z ] 2025-03-14T03:56:08.3852024Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2725): note: see reference to function template instantiation 'std::_Ref_count_obj2<_Ty>::_Ref_count_obj2,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:56:08.3854880Z with 2025-03-14T03:56:08.3855077Z [ 2025-03-14T03:56:08.3855349Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-14T03:56:08.3855703Z ] 2025-03-14T03:56:08.3857398Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2726): note: see reference to function template instantiation 'std::_Ref_count_obj2<_Ty>::_Ref_count_obj2,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:56:08.3860031Z with 2025-03-14T03:56:08.3860289Z [ 2025-03-14T03:56:08.3860550Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-14T03:56:08.3860872Z ] 2025-03-14T03:56:08.3862563Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(314): note: see reference to function template instantiation 'std::shared_ptr<_Ty> std::make_shared,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:56:08.3865175Z with 2025-03-14T03:56:08.3865363Z [ 2025-03-14T03:56:08.3865608Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-14T03:56:08.3866013Z T=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-14T03:56:08.3866328Z ] 2025-03-14T03:56:08.3868155Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(243): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Resource::create,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:56:08.3871474Z with 2025-03-14T03:56:08.3871665Z [ 2025-03-14T03:56:08.3871912Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-14T03:56:08.3872311Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-14T03:56:08.3872646Z U=uv_write_t 2025-03-14T03:56:08.3873049Z ] 2025-03-14T03:56:08.3874797Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(244): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Resource::create,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:56:08.3877464Z with 2025-03-14T03:56:08.3877654Z [ 2025-03-14T03:56:08.3877901Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-14T03:56:08.3878308Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-14T03:56:08.3878644Z U=uv_write_t 2025-03-14T03:56:08.3878858Z ] 2025-03-14T03:56:08.4311273Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(621): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Loop::resource,size_t&>(std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:56:08.4314517Z with 2025-03-14T03:56:08.4315171Z [ 2025-03-14T03:56:08.4315629Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-14T03:56:08.4316211Z ] 2025-03-14T03:56:08.4317005Z [1366/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\interned_strings.cc.obj 2025-03-14T03:56:08.4325651Z [1367/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\context.cc.obj 2025-03-14T03:56:08.4343421Z [1368/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\device.cc.obj 2025-03-14T03:56:08.4345540Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xutility(142): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data 2025-03-14T03:56:08.4350185Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2006): note: see reference to function template instantiation 'void std::_Construct_in_place<_Ty,std::shared_ptr,std::unique_ptr,size_t&>(_Ty &,std::shared_ptr &&,std::unique_ptr &&,size_t &) noexcept(false)' being compiled 2025-03-14T03:56:08.4353721Z with 2025-03-14T03:56:08.4354006Z [ 2025-03-14T03:56:08.4354280Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-14T03:56:08.4354608Z ] 2025-03-14T03:56:08.4357711Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2725): note: see reference to function template instantiation 'std::_Ref_count_obj2<_Ty>::_Ref_count_obj2,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:56:08.4361130Z with 2025-03-14T03:56:08.4361455Z [ 2025-03-14T03:56:08.4361903Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-14T03:56:08.4362527Z ] 2025-03-14T03:56:08.4365860Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2726): note: see reference to function template instantiation 'std::_Ref_count_obj2<_Ty>::_Ref_count_obj2,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:56:08.4369511Z with 2025-03-14T03:56:08.4369850Z [ 2025-03-14T03:56:08.4370299Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-14T03:56:08.4370885Z ] 2025-03-14T03:56:08.4374036Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(314): note: see reference to function template instantiation 'std::shared_ptr<_Ty> std::make_shared,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:56:08.4377275Z with 2025-03-14T03:56:08.4377617Z [ 2025-03-14T03:56:08.4378095Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-14T03:56:08.4378758Z T=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-14T03:56:08.4379080Z ] 2025-03-14T03:56:08.4381950Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(243): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Resource::create,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:56:08.4384313Z with 2025-03-14T03:56:08.4384508Z [ 2025-03-14T03:56:08.4384762Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-14T03:56:08.4385631Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-14T03:56:08.4386218Z U=uv_write_t 2025-03-14T03:56:08.4386592Z ] 2025-03-14T03:56:08.4388727Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(244): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Resource::create,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:56:08.4390880Z with 2025-03-14T03:56:08.4391288Z [ 2025-03-14T03:56:08.4391716Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-14T03:56:08.4392416Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-14T03:56:08.4393029Z U=uv_write_t 2025-03-14T03:56:08.4393414Z ] 2025-03-14T03:56:08.5854532Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(621): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Loop::resource,size_t&>(std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:56:08.5857843Z with 2025-03-14T03:56:08.5858165Z [ 2025-03-14T03:56:08.5858606Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-14T03:56:08.5859181Z ] 2025-03-14T03:56:08.5859963Z [1369/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\pair.cc.obj 2025-03-14T03:56:08.5861923Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xutility(142): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data 2025-03-14T03:56:08.5865962Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2006): note: see reference to function template instantiation 'void std::_Construct_in_place<_Ty,std::shared_ptr,std::unique_ptr,size_t&>(_Ty &,std::shared_ptr &&,std::unique_ptr &&,size_t &) noexcept(false)' being compiled 2025-03-14T03:56:08.5867890Z with 2025-03-14T03:56:08.5868113Z [ 2025-03-14T03:56:08.5868453Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-14T03:56:08.5868945Z ] 2025-03-14T03:56:08.5871080Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2725): note: see reference to function template instantiation 'std::_Ref_count_obj2<_Ty>::_Ref_count_obj2,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:56:08.5873010Z with 2025-03-14T03:56:08.5873200Z [ 2025-03-14T03:56:08.5873448Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-14T03:56:08.5873780Z ] 2025-03-14T03:56:08.5876202Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2726): note: see reference to function template instantiation 'std::_Ref_count_obj2<_Ty>::_Ref_count_obj2,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:56:08.5879402Z with 2025-03-14T03:56:08.5879717Z [ 2025-03-14T03:56:08.5880161Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-14T03:56:08.5880691Z ] 2025-03-14T03:56:08.5883177Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(314): note: see reference to function template instantiation 'std::shared_ptr<_Ty> std::make_shared,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:56:08.5885297Z with 2025-03-14T03:56:08.5885575Z [ 2025-03-14T03:56:08.5885877Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-14T03:56:08.5886384Z T=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-14T03:56:08.5886744Z ] 2025-03-14T03:56:08.5888777Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(243): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Resource::create,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:56:08.5891582Z with 2025-03-14T03:56:08.5891914Z [ 2025-03-14T03:56:08.5892367Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-14T03:56:08.5893136Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-14T03:56:08.5894078Z U=uv_write_t 2025-03-14T03:56:08.5894474Z ] 2025-03-14T03:56:08.5897539Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(244): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Resource::create,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:56:08.5901350Z with 2025-03-14T03:56:08.5901695Z [ 2025-03-14T03:56:08.5902165Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-14T03:56:08.5902872Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-14T03:56:08.5903868Z U=uv_write_t 2025-03-14T03:56:08.5904308Z ] 2025-03-14T03:56:08.6499367Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(621): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Loop::resource,size_t&>(std::unique_ptr &&,size_t &)' being compiled 2025-03-14T03:56:08.6501181Z with 2025-03-14T03:56:08.6501370Z [ 2025-03-14T03:56:08.6501641Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-14T03:56:08.6501998Z ] 2025-03-14T03:56:08.6502592Z [1370/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\status.cc.obj 2025-03-14T03:56:08.6842786Z [1371/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\model_helpers.cc.obj 2025-03-14T03:56:08.7158524Z [1372/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\ir_pb_converter.cc.obj 2025-03-14T03:56:08.7769944Z [1373/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\checker.cc.obj 2025-03-14T03:56:08.8272164Z [1374/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\attr_proto_util.cc.obj 2025-03-14T03:56:08.8754331Z [1375/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\defs.cc.obj 2025-03-14T03:56:09.0231685Z [1376/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\old.cc.obj 2025-03-14T03:56:09.0789026Z [1377/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\utils.cc.obj 2025-03-14T03:56:09.1244326Z [1378/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\data_type_utils.cc.obj 2025-03-14T03:56:09.1599487Z [1379/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\path.cc.obj 2025-03-14T03:56:09.1672276Z [1380/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\function.cc.obj 2025-03-14T03:56:09.2366013Z [1381/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\defs.cc.obj 2025-03-14T03:56:09.2526513Z [1382/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\utils.cc.obj 2025-03-14T03:56:09.3041098Z [1383/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\old.cc.obj 2025-03-14T03:56:09.4498757Z [1384/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\image\defs.cc.obj 2025-03-14T03:56:09.5467107Z [1385/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\logical\defs.cc.obj 2025-03-14T03:56:09.5767799Z [1386/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\logical\old.cc.obj 2025-03-14T03:56:09.6207707Z [1387/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\old.cc.obj 2025-03-14T03:56:09.6328014Z [1388/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\defs.cc.obj 2025-03-14T03:56:09.6407125Z [1389/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\utils.cc.obj 2025-03-14T03:56:09.7091494Z [1390/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\nn\defs.cc.obj 2025-03-14T03:56:09.7594244Z [1391/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\nn\old.cc.obj 2025-03-14T03:56:09.8698619Z [1392/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\object_detection\defs.cc.obj 2025-03-14T03:56:09.9889817Z [1393/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\object_detection\old.cc.obj 2025-03-14T03:56:10.0678198Z [1394/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\printer.cc.obj 2025-03-14T03:56:10.0758966Z [1395/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\optional\defs.cc.obj 2025-03-14T03:56:10.0775153Z [1396/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\optional\old.cc.obj 2025-03-14T03:56:10.1043198Z [1397/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\parser.cc.obj 2025-03-14T03:56:10.1671175Z [1398/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\quantization\defs.cc.obj 2025-03-14T03:56:10.1796579Z [1399/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\quantization\old.cc.obj 2025-03-14T03:56:10.3317745Z [1400/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\defs.cc.obj 2025-03-14T03:56:10.4425182Z [1401/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\utils.cc.obj 2025-03-14T03:56:10.5053814Z [1402/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\old.cc.obj 2025-03-14T03:56:10.5531592Z [1403/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\rnn\defs.cc.obj 2025-03-14T03:56:10.5694076Z [1404/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\schema.cc.obj 2025-03-14T03:56:10.6036777Z [1405/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\shape_inference.cc.obj 2025-03-14T03:56:10.6059249Z [1406/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\rnn\old.cc.obj 2025-03-14T03:56:10.6155197Z [1407/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\sequence\defs.cc.obj 2025-03-14T03:56:10.8358588Z [1408/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\defs.cc.obj 2025-03-14T03:56:10.9061506Z [1409/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor_proto_util.cc.obj 2025-03-14T03:56:10.9149288Z [1410/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\old.cc.obj 2025-03-14T03:56:10.9443130Z [1411/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\utils.cc.obj 2025-03-14T03:56:10.9672476Z [1412/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor_util.cc.obj 2025-03-14T03:56:11.0436873Z [1413/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\text\defs.cc.obj 2025-03-14T03:56:11.0518943Z [1414/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\traditionalml\old.cc.obj 2025-03-14T03:56:11.0658329Z [1415/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\traditionalml\defs.cc.obj 2025-03-14T03:56:11.0767734Z [1416/7574] Building RC object third_party\ideep\mkl-dnn\src\CMakeFiles\dnnl.dir\version.rc.res 2025-03-14T03:56:11.2721376Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-03-14T03:56:11.2721787Z 2025-03-14T03:56:11.2721824Z 2025-03-14T03:56:11.2722028Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-03-14T03:56:11.2722346Z 2025-03-14T03:56:11.2722358Z 2025-03-14T03:56:11.2722363Z 2025-03-14T03:56:11.2722367Z 2025-03-14T03:56:11.2722673Z [1417/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\training\defs.cc.obj 2025-03-14T03:56:11.3323939Z [1418/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\bfloat16.cpp.obj 2025-03-14T03:56:11.3341485Z [1419/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\version_converter\helper.cc.obj 2025-03-14T03:56:11.3977928Z [1420/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\version_converter\convert.cc.obj 2025-03-14T03:56:11.4167625Z [1421/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\inliner\inliner.cc.obj 2025-03-14T03:56:11.7360969Z [1422/7574] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\shape_inference\implementation.cc.obj 2025-03-14T03:56:11.9177469Z [1423/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\binary.cpp.obj 2025-03-14T03:56:11.9197322Z [1424/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\batch_normalization.cpp.obj 2025-03-14T03:56:12.0313918Z [1425/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\broadcast_strategy.cpp.obj 2025-03-14T03:56:12.0513973Z [1426/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_debug_autogenerated.cpp.obj 2025-03-14T03:56:12.0990083Z [1427/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_threadpool.cpp.obj 2025-03-14T03:56:12.1187862Z [1428/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\cache_blob_id.cpp.obj 2025-03-14T03:56:12.1578571Z [1429/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\convolution.cpp.obj 2025-03-14T03:56:12.2852297Z [1430/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\convolution_pd.cpp.obj 2025-03-14T03:56:12.3421053Z [1431/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\concat.cpp.obj 2025-03-14T03:56:12.4166132Z [1432/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\experimental.cpp.obj 2025-03-14T03:56:12.5213965Z [1433/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\float4.cpp.obj 2025-03-14T03:56:12.5643131Z [1434/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\deconvolution.cpp.obj 2025-03-14T03:56:12.6263761Z [1435/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\fpmath_mode.cpp.obj 2025-03-14T03:56:12.6631123Z [1436/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\float8.cpp.obj 2025-03-14T03:56:12.7086733Z [1437/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_debug.cpp.obj 2025-03-14T03:56:12.9197391Z [1438/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\eltwise.cpp.obj 2025-03-14T03:56:12.9624212Z [1439/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify.cpp.obj 2025-03-14T03:56:12.9982594Z [1440/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\engine.cpp.obj 2025-03-14T03:56:13.3137927Z [1441/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\gemm.cpp.obj 2025-03-14T03:56:13.3507495Z [1442/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\group_normalization.cpp.obj 2025-03-14T03:56:13.4047521Z [1443/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\inner_product.cpp.obj 2025-03-14T03:56:13.5053306Z [1444/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\layer_normalization.cpp.obj 2025-03-14T03:56:13.5474314Z [1445/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\kernel_cache.cpp.obj 2025-03-14T03:56:13.7358617Z [1446/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\matmul.cpp.obj 2025-03-14T03:56:13.7797838Z [1447/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\lrn.cpp.obj 2025-03-14T03:56:13.8850072Z [1448/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory.cpp.obj 2025-03-14T03:56:14.0981677Z [1449/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_debug.cpp.obj 2025-03-14T03:56:14.2086271Z [1450/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_desc.cpp.obj 2025-03-14T03:56:14.2770119Z [1451/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_desc_wrapper.cpp.obj 2025-03-14T03:56:14.3619755Z [1452/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_storage.cpp.obj 2025-03-14T03:56:14.3841517Z [1453/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_tracking.cpp.obj 2025-03-14T03:56:14.6218863Z [1454/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\pooling.cpp.obj 2025-03-14T03:56:14.7043841Z [1455/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\prelu.cpp.obj 2025-03-14T03:56:14.7314910Z [1456/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_zero_pad.cpp.obj 2025-03-14T03:56:14.9844282Z [1457/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive.cpp.obj 2025-03-14T03:56:15.0758377Z [1458/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_attr.cpp.obj 2025-03-14T03:56:15.2568853Z [1459/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_cache.cpp.obj 2025-03-14T03:56:15.2672791Z [1460/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_desc_iface.cpp.obj 2025-03-14T03:56:15.3610603Z [1461/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_exec_types.cpp.obj 2025-03-14T03:56:15.4441931Z [1462/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_hashing.cpp.obj 2025-03-14T03:56:15.5954464Z [1463/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\query.cpp.obj 2025-03-14T03:56:15.7453607Z [1464/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_iface.cpp.obj 2025-03-14T03:56:15.8090521Z [1465/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\reduction.cpp.obj 2025-03-14T03:56:15.9713346Z [1466/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\reorder.cpp.obj 2025-03-14T03:56:16.0735551Z [1467/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\rw_mutex.cpp.obj 2025-03-14T03:56:16.1226241Z [1468/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\resampling.cpp.obj 2025-03-14T03:56:16.2120010Z [1469/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\rnn.cpp.obj 2025-03-14T03:56:16.2567515Z [1470/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\scratchpad.cpp.obj 2025-03-14T03:56:16.3646953Z [1471/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\scratchpad_debug.cpp.obj 2025-03-14T03:56:16.5439514Z [1472/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\serialization.cpp.obj 2025-03-14T03:56:16.7396555Z [1473/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\shuffle.cpp.obj 2025-03-14T03:56:16.8000300Z [1474/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\softmax.cpp.obj 2025-03-14T03:56:16.8140252Z [1475/7574] Building ASM_MASM object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\ittptmark64.asm.obj 2025-03-14T03:56:16.9109711Z Microsoft (R) Macro Assembler (x64) Version 14.29.30158.0 2025-03-14T03:56:16.9110258Z 2025-03-14T03:56:16.9110572Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-03-14T03:56:16.9111109Z 2025-03-14T03:56:16.9111117Z 2025-03-14T03:56:16.9111123Z 2025-03-14T03:56:16.9111868Z Assembling: C:\actions-runner\_work\pytorch\pytorch\third_party\ideep\mkl-dnn\src\common\ittnotify\ittptmark64.asm 2025-03-14T03:56:16.9112874Z 2025-03-14T03:56:16.9113542Z [1476/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\stream.cpp.obj 2025-03-14T03:56:16.9458724Z [1477/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\sum.cpp.obj 2025-03-14T03:56:17.0053780Z [1478/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\stream_profiler.cpp.obj 2025-03-14T03:56:17.1193982Z [1479/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\utils.cpp.obj 2025-03-14T03:56:17.1616211Z [1480/7574] Building C object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\ittnotify_static.c.obj 2025-03-14T03:56:17.3511700Z [1481/7574] Building C object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\jitprofiling.c.obj 2025-03-14T03:56:17.3696025Z [1482/7574] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\verbose.cpp.obj 2025-03-14T03:56:17.7492202Z [1483/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\bfloat16.cpp.obj 2025-03-14T03:56:17.8112877Z [1484/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_batch_normalization_utils.cpp.obj 2025-03-14T03:56:17.9251363Z [1485/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\binary_injector_utils.cpp.obj 2025-03-14T03:56:18.0157449Z [1486/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_batch_normalization_list.cpp.obj 2025-03-14T03:56:18.2034501Z [1487/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_binary_list.cpp.obj 2025-03-14T03:56:18.2239943Z [1488/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_concat.cpp.obj 2025-03-14T03:56:18.3901027Z [1489/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_convolution_list.cpp.obj 2025-03-14T03:56:18.4321563Z [1490/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_deconvolution_list.cpp.obj 2025-03-14T03:56:18.5817652Z [1491/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_engine.cpp.obj 2025-03-14T03:56:18.8177315Z [1492/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_eltwise_list.cpp.obj 2025-03-14T03:56:18.9533261Z [1493/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_group_normalization_list.cpp.obj 2025-03-14T03:56:19.0739659Z [1494/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_inner_product_list.cpp.obj 2025-03-14T03:56:19.2299817Z [1495/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_layer_normalization_list.cpp.obj 2025-03-14T03:56:19.2556426Z [1496/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_lrn_list.cpp.obj 2025-03-14T03:56:19.3556996Z [1497/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_prelu_list.cpp.obj 2025-03-14T03:56:19.3800173Z [1498/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_pooling_list.cpp.obj 2025-03-14T03:56:19.5817889Z [1499/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_reduction_list.cpp.obj 2025-03-14T03:56:19.7755553Z [1500/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_resampling_list.cpp.obj 2025-03-14T03:56:19.9911962Z [1501/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_rnn_list.cpp.obj 2025-03-14T03:56:20.1486551Z [1502/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_shuffle_list.cpp.obj 2025-03-14T03:56:20.2337025Z [1503/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\float16.cpp.obj 2025-03-14T03:56:20.3001680Z [1504/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_softmax_list.cpp.obj 2025-03-14T03:56:20.3879221Z [1505/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_sum.cpp.obj 2025-03-14T03:56:20.4106258Z [1506/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_convolution.cpp.obj 2025-03-14T03:56:20.5859960Z [1507/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_convolution_utils.cpp.obj 2025-03-14T03:56:20.6867306Z [1508/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_inner_product.cpp.obj 2025-03-14T03:56:20.9755939Z [1509/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_inner_product_utils.cpp.obj 2025-03-14T03:56:21.0883498Z [1510/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.obj 2025-03-14T03:56:21.2984979Z [1511/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_convolution.cpp.obj 2025-03-14T03:56:21.3450319Z [1512/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_convolution_utils.cpp.obj 2025-03-14T03:56:21.5141665Z [1513/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nchw_pooling.cpp.obj 2025-03-14T03:56:21.5273357Z [1514/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_inner_product.cpp.obj 2025-03-14T03:56:21.5915419Z [1515/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ncsp_batch_normalization.cpp.obj 2025-03-14T03:56:21.6891755Z [1516/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ncsp_group_normalization.cpp.obj 2025-03-14T03:56:21.8815555Z [1517/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nhwc_pooling.cpp.obj 2025-03-14T03:56:22.0738714Z [1518/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nspc_batch_normalization.cpp.obj 2025-03-14T03:56:22.1941039Z [1519/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\platform.cpp.obj 2025-03-14T03:56:22.2574384Z [1520/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\primitive_attr_postops.cpp.obj 2025-03-14T03:56:22.4624035Z [1521/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_batch_normalization.cpp.obj 2025-03-14T03:56:22.4990264Z [1522/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_binary.cpp.obj 2025-03-14T03:56:25.2519869Z [1523/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_convolution.cpp.obj 2025-03-14T03:56:25.2572544Z [1524/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_convolution_int8.cpp.obj 2025-03-14T03:56:25.3384887Z [1525/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_eltwise.cpp.obj 2025-03-14T03:56:25.3738070Z [1526/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_deconvolution.cpp.obj 2025-03-14T03:56:25.3908820Z [1527/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_inner_product.cpp.obj 2025-03-14T03:56:25.4073053Z [1528/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_group_normalization.cpp.obj 2025-03-14T03:56:25.4159592Z [1529/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_layer_normalization.cpp.obj 2025-03-14T03:56:25.4356501Z [1530/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_inner_product_int8.cpp.obj 2025-03-14T03:56:26.1148911Z [1531/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_pooling.cpp.obj 2025-03-14T03:56:26.2098017Z [1532/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\scale_utils.cpp.obj 2025-03-14T03:56:26.2190884Z [1533/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_lrn.cpp.obj 2025-03-14T03:56:26.2778889Z [1534/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_resampling.cpp.obj 2025-03-14T03:56:26.3167337Z [1535/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_shuffle.cpp.obj 2025-03-14T03:56:26.3581926Z [1536/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_reduction.cpp.obj 2025-03-14T03:56:26.4187560Z [1537/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_softmax.cpp.obj 2025-03-14T03:56:26.4551957Z [1538/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_prelu.cpp.obj 2025-03-14T03:56:26.6845095Z [1539/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\bf16\ref_gemm_bf16.cpp.obj 2025-03-14T03:56:26.7918204Z [1540/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\f32\gemm_utils_f32.cpp.obj 2025-03-14T03:56:26.8389179Z [1541/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\f32\ref_gemm_f32.cpp.obj 2025-03-14T03:56:27.0921854Z [1542/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_concat.cpp.obj 2025-03-14T03:56:27.0989625Z [1543/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_resampling.cpp.obj 2025-03-14T03:56:27.1438817Z [1544/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_layer_normalization.cpp.obj 2025-03-14T03:56:27.1501382Z [1545/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\zero_point_utils.cpp.obj 2025-03-14T03:56:27.2361897Z [1546/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_sum.cpp.obj 2025-03-14T03:56:27.6545846Z [1547/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\s8x8s32\ref_gemm_s8x8s32.cpp.obj 2025-03-14T03:56:27.6906990Z [1548/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\gemm.cpp.obj 2025-03-14T03:56:27.6975887Z [1549/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\gemm_pack.cpp.obj 2025-03-14T03:56:28.0703425Z [1550/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_f32_matmul.cpp.obj 2025-03-14T03:56:28.0984890Z [1551/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\s8x8s32\simple_gemm_s8s8s32.cpp.obj 2025-03-14T03:56:28.1721851Z [1552/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_bf16_matmul.cpp.obj 2025-03-14T03:56:28.2670922Z [1553/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\cpu_matmul_list.cpp.obj 2025-03-14T03:56:28.3698192Z [1554/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_x8s8s32x_matmul.cpp.obj 2025-03-14T03:56:28.5464829Z [1555/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_matmul.cpp.obj 2025-03-14T03:56:28.5934698Z [1556/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_sparse_matmul.cpp.obj 2025-03-14T03:56:28.6859731Z [1557/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_matmul_int8.cpp.obj 2025-03-14T03:56:29.1163282Z [1558/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder.cpp.obj 2025-03-14T03:56:29.1605087Z [1559/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_bf16_s8.cpp.obj 2025-03-14T03:56:29.2761471Z [1560/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_f32_s8.cpp.obj 2025-03-14T03:56:29.2813020Z [1561/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_s8_s8.cpp.obj 2025-03-14T03:56:29.4674287Z [1562/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_bf16.cpp.obj 2025-03-14T03:56:29.6389561Z [1563/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f16.cpp.obj 2025-03-14T03:56:29.6773298Z [1564/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_bf16.cpp.obj 2025-03-14T03:56:29.8110083Z [1565/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_f16.cpp.obj 2025-03-14T03:56:30.1252386Z [1566/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_f32.cpp.obj 2025-03-14T03:56:30.2062910Z [1567/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_fp8.cpp.obj 2025-03-14T03:56:30.2912902Z [1568/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_s32.cpp.obj 2025-03-14T03:56:30.3100423Z [1569/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_s8.cpp.obj 2025-03-14T03:56:30.5066021Z [1570/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_u8.cpp.obj 2025-03-14T03:56:30.6814205Z [1571/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_fp4.cpp.obj 2025-03-14T03:56:30.7704451Z [1572/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_fp8.cpp.obj 2025-03-14T03:56:31.0314762Z [1573/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s32.cpp.obj 2025-03-14T03:56:31.2439012Z [1574/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s4.cpp.obj 2025-03-14T03:56:31.2799033Z [1575/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s8.cpp.obj 2025-03-14T03:56:31.3576001Z [1576/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_u4.cpp.obj 2025-03-14T03:56:31.4386865Z [1577/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_u8.cpp.obj 2025-03-14T03:56:31.6518155Z [1578/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\brgemm_cell_common.cpp.obj 2025-03-14T03:56:31.6596322Z [1579/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_common.cpp.obj 2025-03-14T03:56:31.8346447Z [1580/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_gru.cpp.obj 2025-03-14T03:56:32.1238024Z [1581/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_gru_lbr.cpp.obj 2025-03-14T03:56:32.2680602Z [1582/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_gru.cpp.obj 2025-03-14T03:56:32.2699382Z [1583/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_gru_lbr.cpp.obj 2025-03-14T03:56:32.3330927Z [1584/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\jit_utils\linux_perf\linux_perf.cpp.obj 2025-03-14T03:56:32.3517670Z [1585/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_lstm_projection.cpp.obj 2025-03-14T03:56:32.4277916Z [1586/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_lstm.cpp.obj 2025-03-14T03:56:32.7177679Z [1587/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_rnn.cpp.obj 2025-03-14T03:56:32.7667831Z [1588/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_rnn.cpp.obj 2025-03-14T03:56:32.8780305Z [1589/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\rnn_utils.cpp.obj 2025-03-14T03:56:32.9040452Z [1590/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\jit_utils\jit_utils.cpp.obj 2025-03-14T03:56:33.2161972Z [1591/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\amx_tile_configure.cpp.obj 2025-03-14T03:56:33.2624706Z [1592/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm_containers.cpp.obj 2025-03-14T03:56:33.2712992Z [1593/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm.cpp.obj 2025-03-14T03:56:33.4633216Z [1594/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm_utils.cpp.obj 2025-03-14T03:56:33.7213326Z [1595/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brdgmm_kernel.cpp.obj 2025-03-14T03:56:33.7826649Z [1596/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\capi\brgemm_api.cpp.obj 2025-03-14T03:56:33.9133075Z [1597/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brgemm_kernel.cpp.obj 2025-03-14T03:56:33.9926848Z [1598/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brgemm_amx_uker.cpp.obj 2025-03-14T03:56:34.1080240Z [1599/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_isa_traits.cpp.obj 2025-03-14T03:56:34.1652682Z [1600/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_barrier.cpp.obj 2025-03-14T03:56:34.2932032Z [1601/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_reducer.cpp.obj 2025-03-14T03:56:34.3894468Z [1602/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\amx\jit_avx512_core_amx_copy_kern.cpp.obj 2025-03-14T03:56:34.6524084Z [1603/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_gemm_bf16bf16f32_kern.cpp.obj 2025-03-14T03:56:34.7063475Z [1604/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\amx\jit_avx512_core_amx_gemm_kern.cpp.obj 2025-03-14T03:56:34.9299455Z [1605/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_gemv_bf16bf16f32_kern.cpp.obj 2025-03-14T03:56:35.0134919Z [1606/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_s16_24x8_copy_at_kern_autogen.cpp.obj 2025-03-14T03:56:35.0799136Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:35.0800236Z [1607/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_s16_24x8_copy_an_kern_autogen.cpp.obj 2025-03-14T03:56:35.1291485Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:35.1292331Z [1608/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_s16_24x8_copy_bn_kern_autogen.cpp.obj 2025-03-14T03:56:35.2856520Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:35.2857528Z [1609/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_s16_24x8_copy_bt_kern_autogen.cpp.obj 2025-03-14T03:56:35.3570370Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:35.3571938Z [1610/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_s16_48x8_copy_an_kern_autogen.cpp.obj 2025-03-14T03:56:35.6217546Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:35.6218388Z [1611/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_s16_48x8_copy_at_kern_autogen.cpp.obj 2025-03-14T03:56:35.6711608Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:35.6712991Z [1612/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_s16_48x8_copy_bn_kern_autogen.cpp.obj 2025-03-14T03:56:35.8687107Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:35.8688393Z [1613/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_s16_48x8_copy_bt_kern_autogen.cpp.obj 2025-03-14T03:56:35.9741783Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:35.9742707Z [1614/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx2_f32_copy_at_kern_autogen.cpp.obj 2025-03-14T03:56:36.0321060Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:36.0322493Z [1615/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx2_f32_copy_an_kern_autogen.cpp.obj 2025-03-14T03:56:36.1033606Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:36.1034509Z [1616/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx2_f32_copy_bn_kern_autogen.cpp.obj 2025-03-14T03:56:36.3108766Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:36.3109585Z [1617/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx2_f32_copy_bt_kern_autogen.cpp.obj 2025-03-14T03:56:36.3497718Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:36.3499167Z [1618/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx2_kernel_sgemm_kern.cpp.obj 2025-03-14T03:56:36.5738029Z [1619/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx512_core_f32_copy_an_kern_autogen.cpp.obj 2025-03-14T03:56:36.5953128Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:36.5954589Z [1620/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx512_common_gemm_f32.cpp.obj 2025-03-14T03:56:36.8198761Z [1621/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx512_core_f32_copy_at_kern_part1_autogen.cpp.obj 2025-03-14T03:56:36.8924832Z [1622/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx512_core_f32_copy_at_kern_part2_autogen.cpp.obj 2025-03-14T03:56:37.0083090Z [1623/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx512_core_f32_copy_bn_kern_autogen.cpp.obj 2025-03-14T03:56:37.1144194Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:37.1145008Z [1624/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx512_core_f32_copy_bt_kern_autogen.cpp.obj 2025-03-14T03:56:37.3284874Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:37.3287544Z [1625/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx512_core_gemm_smalln_tn_f32_kern.cpp.obj 2025-03-14T03:56:37.3395208Z [1626/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_f32_copy_an_kern_autogen.cpp.obj 2025-03-14T03:56:37.4505927Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:37.4506764Z [1627/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_f32_copy_at_kern_autogen.cpp.obj 2025-03-14T03:56:37.5181675Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:37.5182477Z [1628/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_f32_copy_bn_kern_autogen.cpp.obj 2025-03-14T03:56:37.7456045Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:37.7462831Z [1629/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_f32_copy_bt_kern_autogen.cpp.obj 2025-03-14T03:56:37.8723103Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:37.8724788Z [1630/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_gemm_f32.cpp.obj 2025-03-14T03:56:37.9616010Z [1631/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_gemv_t_f32_kern.cpp.obj 2025-03-14T03:56:38.0264189Z [1632/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_kernel_b0_sgemm_kern_part1_autogen.cpp.obj 2025-03-14T03:56:38.2319275Z [1633/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_kernel_b0_sgemm_kern_part2_autogen.cpp.obj 2025-03-14T03:56:38.2971005Z [1634/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_kernel_sgemm_kern_part1_autogen.cpp.obj 2025-03-14T03:56:38.4501179Z [1635/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_kernel_sgemm_kern_part2_autogen.cpp.obj 2025-03-14T03:56:38.5373795Z [1636/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_sse41_f32_copy_an_kern_autogen.cpp.obj 2025-03-14T03:56:38.6741908Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:38.6742776Z [1637/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_sse41_f32_copy_at_kern_autogen.cpp.obj 2025-03-14T03:56:38.7849938Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:38.7850868Z [1638/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_sse41_f32_copy_bn_kern_autogen.cpp.obj 2025-03-14T03:56:38.9614693Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:38.9616135Z [1639/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_sse41_f32_copy_bt_kern_autogen.cpp.obj 2025-03-14T03:56:38.9971502Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:38.9972277Z [1640/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_sse41_gemv_n_f32_kern.cpp.obj 2025-03-14T03:56:39.1330154Z [1641/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_sse41_gemv_t_f32_kern.cpp.obj 2025-03-14T03:56:39.2643510Z [1642/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_sse41_kernel_b0_sgemm_kern_autogen.cpp.obj 2025-03-14T03:56:39.4374455Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:39.4375346Z [1643/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_sse41_kernel_sgemm_kern_autogen.cpp.obj 2025-03-14T03:56:39.5198304Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:39.5199013Z [1644/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_driver.cpp.obj 2025-03-14T03:56:39.5660208Z [1645/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_info.cpp.obj 2025-03-14T03:56:39.5989449Z [1646/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_pack.cpp.obj 2025-03-14T03:56:39.9089893Z [1647/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemv_driver.cpp.obj 2025-03-14T03:56:40.0021907Z [1648/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_gemm_s8u8s32_kern.cpp.obj 2025-03-14T03:56:40.0818443Z [1649/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_u8_copy_an_kern_autogen.cpp.obj 2025-03-14T03:56:40.3029095Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:40.3029977Z [1650/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_u8_copy_at_kern_autogen.cpp.obj 2025-03-14T03:56:40.4361012Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:40.4361861Z [1651/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_u8_copy_bt_kern_autogen.cpp.obj 2025-03-14T03:56:40.4764677Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:40.4765509Z [1652/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_u8_copy_bn_kern_autogen.cpp.obj 2025-03-14T03:56:40.5160779Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:40.5161630Z [1653/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_u8_copy_sum_an_kern_autogen.cpp.obj 2025-03-14T03:56:40.5984605Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:40.5985424Z [1654/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_u8_copy_sum_at_kern_autogen.cpp.obj 2025-03-14T03:56:40.8787651Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:40.8789198Z [1655/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_u8_copy_sum_bn_kern_autogen.cpp.obj 2025-03-14T03:56:40.9309995Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:40.9310908Z [1656/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_u8_copy_sum_bt_kern_autogen.cpp.obj 2025-03-14T03:56:41.1212053Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:41.1213609Z [1657/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_vnni_u8_copy_an_kern_autogen.cpp.obj 2025-03-14T03:56:41.2644864Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:41.2646164Z [1658/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_vnni_u8_copy_at_kern_autogen.cpp.obj 2025-03-14T03:56:41.3438332Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:41.3439159Z [1659/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_vnni_u8_copy_bn_kern_autogen.cpp.obj 2025-03-14T03:56:41.3762644Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:41.3763986Z [1660/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_vnni_u8_copy_bt_kern_autogen.cpp.obj 2025-03-14T03:56:41.5410282Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:41.5411693Z [1661/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_vnni_u8_copy_sum_at_kern_autogen.cpp.obj 2025-03-14T03:56:41.5700124Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:41.5701040Z [1662/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_vnni_u8_copy_sum_an_kern_autogen.cpp.obj 2025-03-14T03:56:41.8758408Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:41.8759481Z [1663/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_vnni_u8_copy_sum_bn_kern_autogen.cpp.obj 2025-03-14T03:56:41.8905370Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:41.8906209Z [1664/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_vnni_u8_copy_sum_bt_kern_autogen.cpp.obj 2025-03-14T03:56:42.0568499Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:42.0569484Z [1665/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_gemm_s8u8s32_kern.cpp.obj 2025-03-14T03:56:42.2290761Z [1666/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_kernel_gemv_s8x8s32_kern.cpp.obj 2025-03-14T03:56:42.2402542Z [1667/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_gemv_s8x8s32.cpp.obj 2025-03-14T03:56:42.4306957Z [1668/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_u8_copy_an_kern_autogen.cpp.obj 2025-03-14T03:56:42.5545156Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:42.5546657Z [1669/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_u8_copy_at_kern_autogen.cpp.obj 2025-03-14T03:56:42.5644108Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:42.5645655Z [1670/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_u8_copy_bn_kern_autogen.cpp.obj 2025-03-14T03:56:42.8011157Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:42.8011991Z [1671/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_u8_copy_bt_kern_autogen.cpp.obj 2025-03-14T03:56:42.8604671Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:42.8605524Z [1672/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_u8_copy_sum_an_kern_autogen.cpp.obj 2025-03-14T03:56:43.0332230Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:43.0333154Z [1673/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_u8_copy_sum_at_kern_autogen.cpp.obj 2025-03-14T03:56:43.2020827Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:43.2021674Z [1674/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_u8_copy_sum_bt_kern_autogen.cpp.obj 2025-03-14T03:56:43.2185518Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:43.2186475Z [1675/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_u8_copy_sum_bn_kern_autogen.cpp.obj 2025-03-14T03:56:43.3948470Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:43.3949703Z [1676/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.obj 2025-03-14T03:56:43.5318297Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:43.5319212Z [1677/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.obj 2025-03-14T03:56:43.6119138Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:43.6120029Z [1678/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.obj 2025-03-14T03:56:43.7974116Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:43.7975840Z [1679/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_kernel_b_gemm_s8u8s32_kern_autogen.cpp.obj 2025-03-14T03:56:43.8990509Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:43.8991480Z [1680/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.obj 2025-03-14T03:56:43.9446316Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:43.9447919Z [1681/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_kernel_c_gemm_s8u8s32_kern_autogen.cpp.obj 2025-03-14T03:56:44.1657224Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:44.1658808Z [1682/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_kernel_r_gemm_s8u8s32_kern_autogen.cpp.obj 2025-03-14T03:56:44.1674627Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:44.1676165Z [1683/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_kernel_gemm_s8u8s32_kern_autogen.cpp.obj 2025-03-14T03:56:44.2919838Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:44.2920630Z [1684/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_u8_copy_an_kern_autogen.cpp.obj 2025-03-14T03:56:44.5521554Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:44.5523027Z [1685/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_u8_copy_bn_kern_autogen.cpp.obj 2025-03-14T03:56:44.5817478Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:44.5818873Z [1686/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_u8_copy_at_kern_autogen.cpp.obj 2025-03-14T03:56:44.7618414Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:44.7619234Z [1687/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_u8_copy_bt_kern_autogen.cpp.obj 2025-03-14T03:56:44.7898520Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:44.7899740Z [1688/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_u8_copy_sum_an_kern_autogen.cpp.obj 2025-03-14T03:56:44.9333709Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:44.9334649Z [1689/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_u8_copy_sum_at_kern_autogen.cpp.obj 2025-03-14T03:56:45.0817070Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:45.0817988Z [1690/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_u8_copy_sum_bt_kern_autogen.cpp.obj 2025-03-14T03:56:45.2157737Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:45.2158557Z [1691/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_u8_copy_sum_bn_kern_autogen.cpp.obj 2025-03-14T03:56:45.2802623Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:45.2810406Z [1692/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.obj 2025-03-14T03:56:45.5921387Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:45.5923161Z [1693/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.obj 2025-03-14T03:56:45.6002749Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:45.6003594Z [1694/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.obj 2025-03-14T03:56:45.7461793Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:45.7462656Z [1695/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_kernel_b_gemm_s8u8s32_kern_autogen.cpp.obj 2025-03-14T03:56:45.7842066Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:45.7843695Z [1696/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.obj 2025-03-14T03:56:45.8540490Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:45.8541369Z [1697/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_kernel_c_gemm_s8u8s32_kern_autogen.cpp.obj 2025-03-14T03:56:46.0196133Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:46.0197703Z [1698/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_kernel_gemm_s8u8s32_kern_autogen.cpp.obj 2025-03-14T03:56:46.1807273Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:46.1808123Z [1699/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_kernel_r_gemm_s8u8s32_kern_autogen.cpp.obj 2025-03-14T03:56:46.2996061Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:46.2996922Z [1700/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_u8_copy_an_kern_autogen.cpp.obj 2025-03-14T03:56:46.4635478Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:46.4636373Z [1701/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_u8_copy_at_kern_autogen.cpp.obj 2025-03-14T03:56:46.5980959Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:46.5982177Z [1702/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_u8_copy_bn_kern_autogen.cpp.obj 2025-03-14T03:56:46.7247594Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:46.7249320Z [1703/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_u8_copy_bt_kern_autogen.cpp.obj 2025-03-14T03:56:46.7745713Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:46.7747296Z [1704/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_u8_copy_sum_an_kern_autogen.cpp.obj 2025-03-14T03:56:46.7861952Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:46.7862865Z [1705/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_u8_copy_sum_at_kern_autogen.cpp.obj 2025-03-14T03:56:46.9772177Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:46.9773699Z [1706/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_u8_copy_sum_bn_kern_autogen.cpp.obj 2025-03-14T03:56:47.0970385Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:47.0971930Z [1707/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_u8_copy_sum_bt_kern_autogen.cpp.obj 2025-03-14T03:56:47.3063039Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-14T03:56:47.3064046Z [1708/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm_bf16_convolution.cpp.obj 2025-03-14T03:56:47.4457537Z [1709/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm_bf16_inner_product.cpp.obj 2025-03-14T03:56:47.6292237Z [1710/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\injector_utils.cpp.obj 2025-03-14T03:56:47.7098281Z [1711/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_eltwise_injector.cpp.obj 2025-03-14T03:56:47.7260108Z [1712/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_postops_injector.cpp.obj 2025-03-14T03:56:47.8457361Z [1713/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_binary_injector.cpp.obj 2025-03-14T03:56:47.8760013Z [1714/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\ip_convolution.cpp.obj 2025-03-14T03:56:48.1354783Z [1715/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_1x1_conv_kernel_f32.cpp.obj 2025-03-14T03:56:48.2650214Z [1716/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_1x1_convolution.cpp.obj 2025-03-14T03:56:48.4509431Z [1717/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_conv_kernel_f32.cpp.obj 2025-03-14T03:56:48.6167220Z [1718/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_convolution.cpp.obj 2025-03-14T03:56:48.7692074Z [1719/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_1x1_conv_kernel.cpp.obj 2025-03-14T03:56:48.8204554Z [1720/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_1x1_convolution.cpp.obj 2025-03-14T03:56:48.8630156Z [1721/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_conv_kernel.cpp.obj 2025-03-14T03:56:48.8981428Z [1722/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_convolution.cpp.obj 2025-03-14T03:56:49.0906741Z [1723/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_1x1_conv_kernel.cpp.obj 2025-03-14T03:56:49.2804327Z [1724/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_1x1_convolution.cpp.obj 2025-03-14T03:56:49.5395486Z [1725/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_conv_kernel.cpp.obj 2025-03-14T03:56:49.6898562Z [1726/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_convolution.cpp.obj 2025-03-14T03:56:49.8128280Z [1727/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_deconvolution.cpp.obj 2025-03-14T03:56:49.8527909Z [1728/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_bf16_1x1_conv_kernel.cpp.obj 2025-03-14T03:56:49.8796045Z [1729/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_bf16_conv_kernel.cpp.obj 2025-03-14T03:56:49.9369343Z [1730/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_bf16_1x1_convolution.cpp.obj 2025-03-14T03:56:50.1514118Z [1731/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_bf16_convolution.cpp.obj 2025-03-14T03:56:50.2180352Z [1732/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_bf16_dw_conv_kernel.cpp.obj 2025-03-14T03:56:50.4273656Z [1733/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_fp16cvt.cpp.obj 2025-03-14T03:56:50.6619753Z [1734/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_fp8cvt.cpp.obj 2025-03-14T03:56:50.7814984Z [1735/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_resampling.cpp.obj 2025-03-14T03:56:50.7994101Z [1736/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_scale_precompute.cpp.obj 2025-03-14T03:56:50.9204255Z [1737/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_1x1_convolution.cpp.obj 2025-03-14T03:56:50.9632537Z [1738/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_1x1_conv_kernel.cpp.obj 2025-03-14T03:56:51.1633206Z [1739/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_conv_kernel.cpp.obj 2025-03-14T03:56:51.2726476Z [1740/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_convolution.cpp.obj 2025-03-14T03:56:51.4522937Z [1741/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_deconvolution.cpp.obj 2025-03-14T03:56:51.6391420Z [1742/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_sparse_decompress_kernel.cpp.obj 2025-03-14T03:56:51.8925431Z [1743/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_1x1_conv.cpp.obj 2025-03-14T03:56:51.9477686Z [1744/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd.cpp.obj 2025-03-14T03:56:51.9567999Z [1745/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brdgmm_dw_conv.cpp.obj 2025-03-14T03:56:52.0459055Z [1746/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv.cpp.obj 2025-03-14T03:56:52.2112342Z [1747/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_strided.cpp.obj 2025-03-14T03:56:52.2659238Z [1748/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_copy_kernel.cpp.obj 2025-03-14T03:56:52.4040907Z [1749/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_trans_kernel.cpp.obj 2025-03-14T03:56:52.6028646Z [1750/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_utils.cpp.obj 2025-03-14T03:56:52.9088422Z [1751/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_trans_kernel.cpp.obj 2025-03-14T03:56:52.9420335Z [1752/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_w.cpp.obj 2025-03-14T03:56:52.9997654Z [1753/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_comp_pad_kernel.cpp.obj 2025-03-14T03:56:53.0526314Z [1754/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_utils.cpp.obj 2025-03-14T03:56:53.2952676Z [1755/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_deconv.cpp.obj 2025-03-14T03:56:53.3053254Z [1756/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_inner_product.cpp.obj 2025-03-14T03:56:53.4942526Z [1757/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_inner_product_utils.cpp.obj 2025-03-14T03:56:53.6817110Z [1758/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_post_ops.cpp.obj 2025-03-14T03:56:53.7520442Z [1759/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_primitive_conf.cpp.obj 2025-03-14T03:56:53.9065987Z [1760/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_transpose_utils.cpp.obj 2025-03-14T03:56:53.9822942Z [1761/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_gemm_inner_product_utils.cpp.obj 2025-03-14T03:56:53.9937909Z [1762/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.obj 2025-03-14T03:56:54.1797194Z [1763/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_generator.cpp.obj 2025-03-14T03:56:54.3248437Z [1764/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_gemm_x8s8s32x_convolution_utils.cpp.obj 2025-03-14T03:56:54.4988564Z [1765/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_1x1_conv_kernel_f32.cpp.obj 2025-03-14T03:56:54.6425866Z [1766/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_1x1_convolution.cpp.obj 2025-03-14T03:56:54.6863562Z [1767/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_conv_kernel_f32.cpp.obj 2025-03-14T03:56:54.9705306Z [1768/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_transpose_utils.cpp.obj 2025-03-14T03:56:55.0027523Z [1769/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_convolution.cpp.obj 2025-03-14T03:56:55.0100929Z [1770/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_batch_normalization.cpp.obj 2025-03-14T03:56:55.2279140Z [1771/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_batch_normalization_s8.cpp.obj 2025-03-14T03:56:55.3544813Z [1772/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_binary.cpp.obj 2025-03-14T03:56:55.5293579Z [1773/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_binary_kernel.cpp.obj 2025-03-14T03:56:55.5991109Z [1774/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_convert_xf16.cpp.obj 2025-03-14T03:56:55.6218705Z [1775/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_deconv_zp_pad_str_kernel.cpp.obj 2025-03-14T03:56:55.9686617Z [1776/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_dw_convolution.cpp.obj 2025-03-14T03:56:56.0228386Z [1777/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_dw_conv_kernel_f32.cpp.obj 2025-03-14T03:56:56.0333278Z [1778/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_dw_conv_kernel_utils.cpp.obj 2025-03-14T03:56:56.2011400Z [1779/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_eltwise.cpp.obj 2025-03-14T03:56:56.4025459Z [1780/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_eltwise_int.cpp.obj 2025-03-14T03:56:56.5248084Z [1781/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_group_normalization.cpp.obj 2025-03-14T03:56:56.6516926Z [1782/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_i8i8_pooling.cpp.obj 2025-03-14T03:56:56.7258833Z [1783/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_instance_normalization.cpp.obj 2025-03-14T03:56:56.9257207Z [1784/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_layer_normalization.cpp.obj 2025-03-14T03:56:56.9823439Z [1785/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_ncsp_convolution.cpp.obj 2025-03-14T03:56:57.0644367Z [1786/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_pool_kernel.cpp.obj 2025-03-14T03:56:57.2429690Z [1787/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_pooling.cpp.obj 2025-03-14T03:56:57.4767580Z [1788/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reduction.cpp.obj 2025-03-14T03:56:57.5751394Z [1789/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reduction_kernel.cpp.obj 2025-03-14T03:56:57.6965425Z [1790/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reorder_direct_copy.cpp.obj 2025-03-14T03:56:57.7185006Z [1791/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reorder.cpp.obj 2025-03-14T03:56:57.8817474Z [1792/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reorder_utils.cpp.obj 2025-03-14T03:56:58.0518163Z [1793/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_resampling.cpp.obj 2025-03-14T03:56:58.0893557Z [1794/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_resampling_kernel.cpp.obj 2025-03-14T03:56:58.3271546Z [1795/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_softmax.cpp.obj 2025-03-14T03:56:58.4937803Z [1796/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_tbb_batch_normalization.cpp.obj 2025-03-14T03:56:58.4957048Z [1797/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_1x1_conv_kernel.cpp.obj 2025-03-14T03:56:58.7129635Z [1798/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_conv_kernel.cpp.obj 2025-03-14T03:56:58.7498146Z [1799/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_1x1_convolution.cpp.obj 2025-03-14T03:56:58.9768482Z [1800/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_convolution.cpp.obj 2025-03-14T03:56:59.0741810Z [1801/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_xf16_sum.cpp.obj 2025-03-14T03:56:59.1483461Z [1802/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_deconvolution.cpp.obj 2025-03-14T03:56:59.3646861Z [1803/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn.cpp.obj 2025-03-14T03:56:59.4852536Z [1804/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn_bwd_base.cpp.obj 2025-03-14T03:56:59.4948410Z [1805/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn_bwd_blocked.cpp.obj 2025-03-14T03:56:59.5608500Z [1806/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn_bwd_nhwc.cpp.obj 2025-03-14T03:56:59.7513550Z [1807/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn_fwd_base.cpp.obj 2025-03-14T03:56:59.9563020Z [1808/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn_fwd_nhwc.cpp.obj 2025-03-14T03:57:00.0673574Z [1809/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn_fwd_blocked.cpp.obj 2025-03-14T03:57:00.2274377Z [1810/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_uni_lrn.cpp.obj 2025-03-14T03:57:00.3426270Z [1811/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_uni_lrn_kernel.cpp.obj 2025-03-14T03:57:00.4863538Z [1812/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_copy_utils.cpp.obj 2025-03-14T03:57:00.5611994Z [1813/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_reorders.cpp.obj 2025-03-14T03:57:00.5782458Z [1814/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul.cpp.obj 2025-03-14T03:57:00.7929077Z [1815/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_utils.cpp.obj 2025-03-14T03:57:01.1029728Z [1816/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_backward.cpp.obj 2025-03-14T03:57:01.1126643Z [1817/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\jit_uni_sparse_matmul.cpp.obj 2025-03-14T03:57:01.1452469Z [1818/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_base_kernel.cpp.obj 2025-03-14T03:57:01.4100032Z [1819/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_forward.cpp.obj 2025-03-14T03:57:01.5025753Z [1820/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_reduction_kernel.cpp.obj 2025-03-14T03:57:01.5148600Z [1821/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_utils.cpp.obj 2025-03-14T03:57:01.6995068Z [1822/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_uni_prelu_backward_kernel.cpp.obj 2025-03-14T03:57:01.7343975Z [1823/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_uni_prelu_forward_kernel.cpp.obj 2025-03-14T03:57:01.9889775Z [1824/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_reorders.cpp.obj 2025-03-14T03:57:02.0619517Z [1825/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_fwd.cpp.obj 2025-03-14T03:57:02.1526116Z [1826/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_bwd.cpp.obj 2025-03-14T03:57:02.2236653Z [1827/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_utils.cpp.obj 2025-03-14T03:57:02.4840448Z [1828/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_brgemm_transpose_single_row.cpp.obj 2025-03-14T03:57:02.6381157Z [1829/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_diff_weights_peephole.cpp.obj 2025-03-14T03:57:02.7014758Z [1830/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_gates_reduction.cpp.obj 2025-03-14T03:57:02.7104466Z [1831/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\rnn_brgemm_utils.cpp.obj 2025-03-14T03:57:03.0328944Z [1832/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\allocator.cpp.obj 2025-03-14T03:57:03.0781726Z [1833/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\shuffle\jit_uni_shuffle.cpp.obj 2025-03-14T03:57:03.1056039Z [1834/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\utils\jit_io_helper.cpp.obj 2025-03-14T03:57:03.1809191Z [1835/7574] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\shuffle\jit_uni_shuffle_kernel.cpp.obj 2025-03-14T03:57:03.4496008Z [1836/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\backend.cpp.obj 2025-03-14T03:57:03.5524986Z [1837/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\constant_tensor_cache.cpp.obj 2025-03-14T03:57:03.6321553Z [1838/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\graph.cpp.obj 2025-03-14T03:57:03.6509225Z [1839/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\logical_tensor.cpp.obj 2025-03-14T03:57:03.9220409Z [1840/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op.cpp.obj 2025-03-14T03:57:03.9409876Z [1841/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op_def_constraint.cpp.obj 2025-03-14T03:57:04.0691583Z [1842/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op_schema.cpp.obj 2025-03-14T03:57:04.2274495Z [1843/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition.cpp.obj 2025-03-14T03:57:04.3089486Z [1844/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_cache.cpp.obj 2025-03-14T03:57:04.4540520Z [1845/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_hashing.cpp.obj 2025-03-14T03:57:04.5016304Z [1846/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_impl.cpp.obj 2025-03-14T03:57:04.6259535Z [1847/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\shape_infer.cpp.obj 2025-03-14T03:57:04.7713205Z [1848/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\value.cpp.obj 2025-03-14T03:57:04.8061955Z [1849/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\tensor.cpp.obj 2025-03-14T03:57:05.0255184Z [1850/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\fake\CMakeFiles\dnnl_graph_backend_fake.dir\fake_backend.cpp.obj 2025-03-14T03:57:05.3006560Z [1851/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\common.cpp.obj 2025-03-14T03:57:05.3941622Z [1852/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\dnnl_shape_infer.cpp.obj 2025-03-14T03:57:05.4760572Z [1853/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\dnnl_backend.cpp.obj 2025-03-14T03:57:05.5704495Z [1854/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\dnnl_partition_impl.cpp.obj 2025-03-14T03:57:05.7261618Z [1855/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\fusion_info.cpp.obj 2025-03-14T03:57:05.7831546Z [1856/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\layout_id_mgr.cpp.obj 2025-03-14T03:57:05.8742843Z [1857/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\layout_propagator.cpp.obj 2025-03-14T03:57:06.0996437Z [1858/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\op_executable.cpp.obj 2025-03-14T03:57:06.1449117Z [1859/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\platform.cpp.obj 2025-03-14T03:57:06.4179964Z [1860/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\subgraph.cpp.obj 2025-03-14T03:57:06.5281327Z [1861/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\batch_norm.cpp.obj 2025-03-14T03:57:06.6222810Z [1862/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\binary.cpp.obj 2025-03-14T03:57:06.7245080Z [1863/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\concat.cpp.obj 2025-03-14T03:57:06.7993621Z [1864/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\conv.cpp.obj 2025-03-14T03:57:06.8918793Z [1865/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\conv_base.cpp.obj 2025-03-14T03:57:07.0806895Z [1866/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\conv_transpose.cpp.obj 2025-03-14T03:57:07.1593795Z [1867/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\dummy.cpp.obj 2025-03-14T03:57:07.3928828Z [1868/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\eltwise.cpp.obj 2025-03-14T03:57:07.5747311Z [1869/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\gen_index.cpp.obj 2025-03-14T03:57:07.6970986Z [1870/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\group_norm.cpp.obj 2025-03-14T03:57:07.7084644Z [1871/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\kernel_base.cpp.obj 2025-03-14T03:57:07.7978097Z [1872/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\large_partition.cpp.obj 2025-03-14T03:57:07.8806547Z [1873/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\layer_norm.cpp.obj 2025-03-14T03:57:08.1093694Z [1874/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\log_softmax.cpp.obj 2025-03-14T03:57:08.2295972Z [1875/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\matmul.cpp.obj 2025-03-14T03:57:08.3727901Z [1876/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\mqa_decomp.cpp.obj 2025-03-14T03:57:08.6160450Z [1877/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\mqa_decomp_config.cpp.obj 2025-03-14T03:57:08.7578061Z [1878/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\quantize.cpp.obj 2025-03-14T03:57:08.7795522Z [1879/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\pool.cpp.obj 2025-03-14T03:57:08.8058655Z [1880/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\prelu.cpp.obj 2025-03-14T03:57:08.9123413Z [1881/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\reduction.cpp.obj 2025-03-14T03:57:09.1194905Z [1882/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\reorder.cpp.obj 2025-03-14T03:57:09.3265599Z [1883/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\resampling.cpp.obj 2025-03-14T03:57:09.4424542Z [1884/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\sdp_decomp.cpp.obj 2025-03-14T03:57:09.6852591Z [1885/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\sdp_decomp_config.cpp.obj 2025-03-14T03:57:09.7319015Z [1886/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\sdp_primitive_config.cpp.obj 2025-03-14T03:57:09.8330048Z [1887/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\select.cpp.obj 2025-03-14T03:57:09.8951924Z [1888/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\shuffle.cpp.obj 2025-03-14T03:57:09.9076949Z [1889/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\sdp_primitive.cpp.obj 2025-03-14T03:57:10.0815333Z [1890/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\softmax.cpp.obj 2025-03-14T03:57:10.3598969Z [1891/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\sum.cpp.obj 2025-03-14T03:57:10.5077029Z [1892/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\compile_ops.cpp.obj 2025-03-14T03:57:10.6442512Z [1893/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\constant_propagation.cpp.obj 2025-03-14T03:57:10.7682673Z [1894/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\insert_ops.cpp.obj 2025-03-14T03:57:10.8656823Z [1895/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\lower.cpp.obj 2025-03-14T03:57:10.9078158Z [1896/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\memory_planning.cpp.obj 2025-03-14T03:57:10.9324417Z [1897/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\layout_propagation.cpp.obj 2025-03-14T03:57:11.0740701Z [1898/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\transform.cpp.obj 2025-03-14T03:57:11.3724032Z [1899/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\utils.cpp.obj 2025-03-14T03:57:11.6044093Z [1900/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\binary_fusion.cpp.obj 2025-03-14T03:57:11.6314931Z [1901/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\bn_fusion.cpp.obj 2025-03-14T03:57:11.8536883Z [1902/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\concat_fusion.cpp.obj 2025-03-14T03:57:11.9688603Z [1903/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\convtranspose_fusion.cpp.obj 2025-03-14T03:57:12.0381602Z [1904/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\conv_post_ops.cpp.obj 2025-03-14T03:57:12.0490212Z [1905/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\conv_block_fusion.cpp.obj 2025-03-14T03:57:12.1140377Z [1906/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\eltwise_fusion.cpp.obj 2025-03-14T03:57:12.3915844Z [1907/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\groupnorm_fusion.cpp.obj 2025-03-14T03:57:12.5737781Z [1908/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\layernorm_fusion.cpp.obj 2025-03-14T03:57:12.6652855Z [1909/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\interpolate_fusion.cpp.obj 2025-03-14T03:57:12.9672635Z [1910/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\mlp.cpp.obj 2025-03-14T03:57:13.0288162Z [1911/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\matmul_post_ops.cpp.obj 2025-03-14T03:57:13.0709238Z [1912/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\quantize_fusion.cpp.obj 2025-03-14T03:57:13.1345781Z [1913/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\pool_post_ops.cpp.obj 2025-03-14T03:57:13.2880846Z [1914/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\reduction_fusion.cpp.obj 2025-03-14T03:57:13.3630536Z [1915/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\reorder_fusion.cpp.obj 2025-03-14T03:57:13.4866477Z [1916/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\alloc.cpp.obj 2025-03-14T03:57:13.5427510Z [1917/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\ocl_usm_utils.cpp.obj 2025-03-14T03:57:13.5876788Z [1918/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\id.cpp.obj 2025-03-14T03:57:13.6189857Z [1919/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\debug.cpp.obj 2025-03-14T03:57:13.7014225Z [1920/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\sdp.cpp.obj 2025-03-14T03:57:13.7486763Z [1921/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\shuffle_fusion.cpp.obj 2025-03-14T03:57:14.0442952Z [1922/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\single_op_pattern.cpp.obj 2025-03-14T03:57:14.0654902Z [1923/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\sum_fusion.cpp.obj 2025-03-14T03:57:14.1133696Z [1924/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\softmax_post_ops.cpp.obj 2025-03-14T03:57:14.4378214Z [1925/7574] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_api.dir\src\libkineto_api.cpp.obj 2025-03-14T03:57:14.4466156Z [1926/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\nested_matcher.cpp.obj 2025-03-14T03:57:14.4932968Z [1927/7574] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_api.dir\src\ThreadUtil.cpp.obj 2025-03-14T03:57:14.4935066Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(21): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-03-14T03:57:14.4936251Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-03-14T03:57:14.4937405Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(22): warning C4005: 'NOGDI': macro redefinition 2025-03-14T03:57:14.5009849Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp: note: see previous definition of 'NOGDI' 2025-03-14T03:57:14.5011779Z [1928/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pass_base.cpp.obj 2025-03-14T03:57:14.5388549Z [1929/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\utils.cpp.obj 2025-03-14T03:57:14.5810757Z [1930/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pass_manager.cpp.obj 2025-03-14T03:57:14.6308550Z [1931/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pbuilder.cpp.obj 2025-03-14T03:57:15.0432338Z [1932/7574] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiRangeProfilerConfig.cpp.obj 2025-03-14T03:57:15.0889188Z [1933/7574] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiActivityApi.cpp.obj 2025-03-14T03:57:15.0906806Z [1934/7574] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\verbose.cpp.obj 2025-03-14T03:57:15.1527604Z [1935/7574] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiEventApi.cpp.obj 2025-03-14T03:57:15.1577610Z [1936/7574] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiRangeProfiler.cpp.obj 2025-03-14T03:57:15.1632493Z [1937/7574] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiCallbackApi.cpp.obj 2025-03-14T03:57:15.1877376Z [1938/7574] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiMetricApi.cpp.obj 2025-03-14T03:57:15.1997852Z [1939/7574] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiRangeProfilerApi.cpp.obj 2025-03-14T03:57:15.2592928Z [1940/7574] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Demangle.cpp.obj 2025-03-14T03:57:15.3343421Z [1941/7574] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\WeakSymbols.cpp.obj 2025-03-14T03:57:15.4020980Z [1942/7574] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiNvPerfMetric.cpp.obj 2025-03-14T03:57:15.5042295Z [1943/7574] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\cupti_strings.cpp.obj 2025-03-14T03:57:15.5641683Z [1944/7574] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\AbstractConfig.cpp.obj 2025-03-14T03:57:15.6760104Z [1945/7574] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\EventProfilerController.cpp.obj 2025-03-14T03:57:15.7005847Z [1946/7574] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\EventProfiler.cpp.obj 2025-03-14T03:57:15.7007100Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\numeric(34): warning C4244: '=': conversion from '_Ty' to '_Ty', possible loss of data 2025-03-14T03:57:15.7007998Z with 2025-03-14T03:57:15.7008191Z [ 2025-03-14T03:57:15.7008374Z _Ty=int64_t 2025-03-14T03:57:15.7008594Z ] 2025-03-14T03:57:15.7008805Z and 2025-03-14T03:57:15.7008981Z [ 2025-03-14T03:57:15.7009160Z _Ty=unsigned long 2025-03-14T03:57:15.7009396Z ] 2025-03-14T03:57:15.7011908Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\EventProfiler.cpp(68): note: see reference to function template instantiation '_Ty std::accumulate>,std::vector>>>>>,unsigned long,libkineto::Event::sumInstance::>(const _InIt,const _InIt,_Ty,_Fn)' being compiled 2025-03-14T03:57:15.7014418Z with 2025-03-14T03:57:15.7014612Z [ 2025-03-14T03:57:15.7014842Z _Ty=unsigned long, 2025-03-14T03:57:15.7530079Z _InIt=std::_List_const_iterator>>, 2025-03-14T03:57:15.7530775Z _Fn=libkineto::Event::sumInstance:: 2025-03-14T03:57:15.7531246Z ] 2025-03-14T03:57:15.7531781Z [1947/7574] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DaemonConfigLoader.cpp.obj 2025-03-14T03:57:15.7989151Z [1948/7574] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityType.cpp.obj 2025-03-14T03:57:15.8412404Z [1949/7574] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiActivityProfiler.cpp.obj 2025-03-14T03:57:15.8595410Z [1950/7574] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ConfigLoader.cpp.obj 2025-03-14T03:57:15.9101977Z [1951/7574] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Config.cpp.obj 2025-03-14T03:57:15.9188963Z [1952/7574] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\IpcFabricConfigClient.cpp.obj 2025-03-14T03:57:15.9257736Z [1953/7574] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityProfilerController.cpp.obj 2025-03-14T03:57:15.9967681Z [1954/7574] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityProfilerProxy.cpp.obj 2025-03-14T03:57:16.1371298Z [1955/7574] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\GenericTraceActivity.cpp.obj 2025-03-14T03:57:16.1641477Z [1956/7574] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\LoggingAPI.cpp.obj 2025-03-14T03:57:16.1942814Z [1957/7574] Linking CXX static library lib\mimalloc-static.lib 2025-03-14T03:57:16.2158769Z [1958/7574] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ILoggerObserver.cpp.obj 2025-03-14T03:57:16.2790576Z [1959/7574] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DeviceUtil.cpp.obj 2025-03-14T03:57:16.2857187Z [1960/7574] Building CXX object c10\CMakeFiles\c10.dir\core\AutogradState.cpp.obj 2025-03-14T03:57:16.2869959Z [1961/7574] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Logger.cpp.obj 2025-03-14T03:57:16.3034976Z [1962/7574] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DeviceProperties.cpp.obj 2025-03-14T03:57:16.4226367Z [1963/7574] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\output_csv.cpp.obj 2025-03-14T03:57:16.5294174Z [1964/7574] Building CXX object c10\CMakeFiles\c10.dir\core\Allocator.cpp.obj 2025-03-14T03:57:16.5618441Z [1965/7574] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\output_json.cpp.obj 2025-03-14T03:57:16.5773058Z [1966/7574] Building CXX object c10\CMakeFiles\c10.dir\core\CopyBytes.cpp.obj 2025-03-14T03:57:16.6248581Z [1967/7574] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\init.cpp.obj 2025-03-14T03:57:16.6348426Z [1968/7574] Building CXX object c10\CMakeFiles\c10.dir\core\ConstantSymNodeImpl.cpp.obj 2025-03-14T03:57:16.6769557Z [1969/7574] Building CXX object c10\CMakeFiles\c10.dir\core\DefaultDtype.cpp.obj 2025-03-14T03:57:16.6842251Z [1970/7574] Building CXX object c10\CMakeFiles\c10.dir\core\CPUAllocator.cpp.obj 2025-03-14T03:57:16.6947285Z [1971/7574] Building CXX object c10\CMakeFiles\c10.dir\core\Device.cpp.obj 2025-03-14T03:57:16.7030440Z [1972/7574] Building CXX object c10\CMakeFiles\c10.dir\core\GradMode.cpp.obj 2025-03-14T03:57:16.8742046Z [1973/7574] Building CXX object c10\CMakeFiles\c10.dir\core\DeviceType.cpp.obj 2025-03-14T03:57:16.9186239Z [1974/7574] Building CXX object c10\CMakeFiles\c10.dir\core\DispatchKeySet.cpp.obj 2025-03-14T03:57:16.9205559Z [1975/7574] Building CXX object c10\CMakeFiles\c10.dir\core\DispatchKey.cpp.obj 2025-03-14T03:57:17.0229807Z [1976/7574] Building CXX object c10\CMakeFiles\c10.dir\core\InferenceMode.cpp.obj 2025-03-14T03:57:17.0856305Z [1977/7574] Building CXX object c10\CMakeFiles\c10.dir\core\GeneratorImpl.cpp.obj 2025-03-14T03:57:17.0959011Z [1978/7574] Building CXX object c10\CMakeFiles\c10.dir\core\RefcountedDeleter.cpp.obj 2025-03-14T03:57:17.1050181Z [1979/7574] Building CXX object c10\CMakeFiles\c10.dir\core\Scalar.cpp.obj 2025-03-14T03:57:17.1304967Z [1980/7574] Building CXX object c10\CMakeFiles\c10.dir\core\SafePyObject.cpp.obj 2025-03-14T03:57:17.2041080Z [1981/7574] Building CXX object c10\CMakeFiles\c10.dir\core\ScalarType.cpp.obj 2025-03-14T03:57:17.2885097Z [1982/7574] Building CXX object c10\CMakeFiles\c10.dir\core\StorageImpl.cpp.obj 2025-03-14T03:57:17.2950574Z [1983/7574] Building CXX object c10\CMakeFiles\c10.dir\core\Stream.cpp.obj 2025-03-14T03:57:17.3400184Z [1984/7574] Building CXX object c10\CMakeFiles\c10.dir\core\Storage.cpp.obj 2025-03-14T03:57:17.3851278Z [1985/7574] Building CXX object c10\CMakeFiles\c10.dir\core\SymBool.cpp.obj 2025-03-14T03:57:17.4243606Z [1986/7574] Building CXX object c10\CMakeFiles\c10.dir\core\SymFloat.cpp.obj 2025-03-14T03:57:17.4741539Z [1987/7574] Building CXX object c10\CMakeFiles\c10.dir\core\SymIntArrayRef.cpp.obj 2025-03-14T03:57:17.5127490Z [1988/7574] Building CXX object c10\CMakeFiles\c10.dir\core\SymInt.cpp.obj 2025-03-14T03:57:17.5388261Z [1989/7574] Building CXX object c10\CMakeFiles\c10.dir\core\SymNodeImpl.cpp.obj 2025-03-14T03:57:17.7189238Z [1990/7574] Building CXX object c10\CMakeFiles\c10.dir\core\SymbolicShapeMeta.cpp.obj 2025-03-14T03:57:17.7513512Z [1991/7574] Building CXX object c10\CMakeFiles\c10.dir\core\TensorImpl.cpp.obj 2025-03-14T03:57:17.7602851Z [1992/7574] Building CXX object c10\CMakeFiles\c10.dir\core\TensorOptions.cpp.obj 2025-03-14T03:57:17.7733864Z [1993/7574] Building CXX object c10\CMakeFiles\c10.dir\core\WrapDimMinimal.cpp.obj 2025-03-14T03:57:17.7797995Z [1994/7574] Building CXX object c10\CMakeFiles\c10.dir\core\impl\DeviceGuardImplInterface.cpp.obj 2025-03-14T03:57:17.8459004Z [1995/7574] Building CXX object c10\CMakeFiles\c10.dir\core\impl\COWDeleter.cpp.obj 2025-03-14T03:57:17.8627476Z [1996/7574] Building CXX object c10\CMakeFiles\c10.dir\core\UndefinedTensorImpl.cpp.obj 2025-03-14T03:57:17.8761238Z [1997/7574] Building CXX object c10\CMakeFiles\c10.dir\core\impl\HermeticPyObjectTLS.cpp.obj 2025-03-14T03:57:17.8830820Z [1998/7574] Building CXX object c10\CMakeFiles\c10.dir\core\impl\COW.cpp.obj 2025-03-14T03:57:18.0212217Z [1999/7574] Building CXX object c10\CMakeFiles\c10.dir\core\impl\LocalDispatchKeySet.cpp.obj 2025-03-14T03:57:18.0971580Z [2000/7574] Building CXX object c10\CMakeFiles\c10.dir\core\impl\GPUTrace.cpp.obj 2025-03-14T03:57:18.1455843Z [2001/7574] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PyObjectSlot.cpp.obj 2025-03-14T03:57:18.1529376Z C:\actions-runner\_work\pytorch\pytorch\c10\core\impl\PyObjectSlot.cpp(70): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2025-03-14T03:57:18.1530336Z [2002/7574] Building CXX object c10\CMakeFiles\c10.dir\core\impl\SizesAndStrides.cpp.obj 2025-03-14T03:57:18.1904425Z [2003/7574] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PythonDispatcherTLS.cpp.obj 2025-03-14T03:57:18.2150685Z [2004/7574] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PyInterpreter.cpp.obj 2025-03-14T03:57:18.2409989Z [2005/7574] Building CXX object c10\CMakeFiles\c10.dir\core\impl\TorchDispatchModeTLS.cpp.obj 2025-03-14T03:57:18.2495732Z [2006/7574] Building CXX object c10\CMakeFiles\c10.dir\core\impl\alloc_cpu.cpp.obj 2025-03-14T03:57:18.3659789Z [2007/7574] Building CXX object c10\CMakeFiles\c10.dir\core\thread_pool.cpp.obj 2025-03-14T03:57:18.4092512Z [2008/7574] Building CXX object c10\CMakeFiles\c10.dir\util\Bfloat16.cpp.obj 2025-03-14T03:57:18.4395663Z [2009/7574] Building CXX object c10\CMakeFiles\c10.dir\mobile\CPUCachingAllocator.cpp.obj 2025-03-14T03:57:18.4412171Z [2010/7574] Building CXX object c10\CMakeFiles\c10.dir\util\C++17.cpp.obj 2025-03-14T03:57:18.4828225Z [2011/7574] Building CXX object c10\CMakeFiles\c10.dir\util\ApproximateClock.cpp.obj 2025-03-14T03:57:18.5045995Z [2012/7574] Building CXX object c10\CMakeFiles\c10.dir\util\DeadlockDetection.cpp.obj 2025-03-14T03:57:18.5109051Z [2013/7574] Building CXX object c10\CMakeFiles\c10.dir\mobile\CPUProfilingAllocator.cpp.obj 2025-03-14T03:57:18.5653316Z [2014/7574] Building CXX object c10\CMakeFiles\c10.dir\util\DynamicCounter.cpp.obj 2025-03-14T03:57:18.6601734Z [2015/7574] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e4m3fnuz.cpp.obj 2025-03-14T03:57:18.6837454Z [2016/7574] Building CXX object c10\CMakeFiles\c10.dir\util\Backtrace.cpp.obj 2025-03-14T03:57:18.7118358Z [2017/7574] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e4m3fn.cpp.obj 2025-03-14T03:57:18.7173152Z [2018/7574] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e8m0fnu.cpp.obj 2025-03-14T03:57:18.7230968Z [2019/7574] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e5m2fnuz.cpp.obj 2025-03-14T03:57:18.7302874Z [2020/7574] Building CXX object c10\CMakeFiles\c10.dir\util\Exception.cpp.obj 2025-03-14T03:57:18.7323511Z [2021/7574] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e5m2.cpp.obj 2025-03-14T03:57:18.8017975Z [2022/7574] Building CXX object c10\CMakeFiles\c10.dir\util\Gauge.cpp.obj 2025-03-14T03:57:18.8676042Z [2023/7574] Building CXX object c10\CMakeFiles\c10.dir\util\LeftRight.cpp.obj 2025-03-14T03:57:18.8741999Z [2024/7574] Building CXX object c10\CMakeFiles\c10.dir\util\ParallelGuard.cpp.obj 2025-03-14T03:57:18.8967995Z [2025/7574] Building CXX object c10\CMakeFiles\c10.dir\util\Optional.cpp.obj 2025-03-14T03:57:18.9032386Z [2026/7574] Building CXX object c10\CMakeFiles\c10.dir\util\Half.cpp.obj 2025-03-14T03:57:18.9156663Z [2027/7574] Building CXX object c10\CMakeFiles\c10.dir\util\Metaprogramming.cpp.obj 2025-03-14T03:57:18.9699562Z [2028/7574] Building CXX object c10\CMakeFiles\c10.dir\util\MathConstants.cpp.obj 2025-03-14T03:57:19.0786782Z [2029/7574] Building CXX object c10\CMakeFiles\c10.dir\util\NetworkFlow.cpp.obj 2025-03-14T03:57:19.1043850Z [2030/7574] Building CXX object c10\CMakeFiles\c10.dir\util\TypeList.cpp.obj 2025-03-14T03:57:19.1059710Z [2031/7574] Building CXX object c10\CMakeFiles\c10.dir\util\Logging.cpp.obj 2025-03-14T03:57:19.1152855Z [2032/7574] Building CXX object c10\CMakeFiles\c10.dir\util\SmallVector.cpp.obj 2025-03-14T03:57:19.1780968Z [2033/7574] Building CXX object c10\CMakeFiles\c10.dir\util\TypeTraits.cpp.obj 2025-03-14T03:57:19.1845543Z [2034/7574] Building CXX object c10\CMakeFiles\c10.dir\util\ThreadLocalDebugInfo.cpp.obj 2025-03-14T03:57:19.2107518Z [2035/7574] Building CXX object c10\CMakeFiles\c10.dir\util\TypeCast.cpp.obj 2025-03-14T03:57:19.2314464Z [2036/7574] Building CXX object c10\CMakeFiles\c10.dir\util\StringUtil.cpp.obj 2025-03-14T03:57:19.2371801Z [2037/7574] Building CXX object c10\CMakeFiles\c10.dir\util\Type_demangle.cpp.obj 2025-03-14T03:57:19.2648988Z [2038/7574] Building CXX object c10\CMakeFiles\c10.dir\util\UniqueVoidPtr.cpp.obj 2025-03-14T03:57:19.2798569Z [2039/7574] Building CXX object c10\CMakeFiles\c10.dir\util\Type_no_demangle.cpp.obj 2025-03-14T03:57:19.3159108Z [2040/7574] Building CXX object c10\CMakeFiles\c10.dir\util\flags_use_gflags.cpp.obj 2025-03-14T03:57:19.4119067Z [2041/7574] Building CXX object c10\CMakeFiles\c10.dir\util\error.cpp.obj 2025-03-14T03:57:19.4205005Z [2042/7574] Building CXX object c10\CMakeFiles\c10.dir\util\complex_math.cpp.obj 2025-03-14T03:57:19.4312815Z [2043/7574] Building CXX object c10\CMakeFiles\c10.dir\util\WaitCounter.cpp.obj 2025-03-14T03:57:19.4846879Z [2044/7574] Building CXX object c10\CMakeFiles\c10.dir\util\Unicode.cpp.obj 2025-03-14T03:57:19.5515117Z [2045/7574] Building CXX object c10\CMakeFiles\c10.dir\util\flags_use_no_gflags.cpp.obj 2025-03-14T03:57:19.5570317Z [2046/7574] Building CXX object c10\CMakeFiles\c10.dir\util\intrusive_ptr.cpp.obj 2025-03-14T03:57:19.6092345Z [2047/7574] Building CXX object c10\CMakeFiles\c10.dir\util\env.cpp.obj 2025-03-14T03:57:19.6111332Z [2048/7574] Building CXX object c10\CMakeFiles\c10.dir\util\int128.cpp.obj 2025-03-14T03:57:19.6922295Z [2049/7574] Building CXX object c10\CMakeFiles\c10.dir\util\thread_name.cpp.obj 2025-03-14T03:57:19.7380339Z [2050/7574] Building CXX object c10\CMakeFiles\c10.dir\util\signal_handler.cpp.obj 2025-03-14T03:57:19.7393661Z [2051/7574] Building CXX object c10\CMakeFiles\c10.dir\util\numa.cpp.obj 2025-03-14T03:57:19.7807874Z [2052/7574] Building C object sleef\src\libm\CMakeFiles\sleefavx512fnofma.dir\sleefsimdsp.c.obj 2025-03-14T03:57:19.7861698Z [2053/7574] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512fnofma.dir\sleefsimdsp.c.obj 2025-03-14T03:57:19.8000984Z [2054/7574] Building C object sleef\src\libm\CMakeFiles\sleefavx512fnofma.dir\sleefsimddp.c.obj 2025-03-14T03:57:19.8311924Z [2055/7574] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512fnofma.dir\sleefsimddp.c.obj 2025-03-14T03:57:19.8419822Z [2056/7574] Building C object sleef\src\libm\CMakeFiles\sleefavx512f.dir\sleefsimdsp.c.obj 2025-03-14T03:57:19.8835341Z [2057/7574] Building CXX object c10\CMakeFiles\c10.dir\util\tempfile.cpp.obj 2025-03-14T03:57:19.9009538Z [2058/7574] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512f.dir\sleefsimdsp.c.obj 2025-03-14T03:57:19.9156322Z [2059/7574] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512f.dir\sleefsimddp.c.obj 2025-03-14T03:57:19.9360770Z [2060/7574] Building C object sleef\src\libm\CMakeFiles\sleefavx2.dir\sleefsimdsp.c.obj 2025-03-14T03:57:19.9460151Z [2061/7574] Building CXX object c10\CMakeFiles\c10.dir\util\typeid.cpp.obj 2025-03-14T03:57:19.9516608Z [2062/7574] Building C object sleef\src\libm\CMakeFiles\sleefavx512f.dir\sleefsimddp.c.obj 2025-03-14T03:57:19.9938696Z [2063/7574] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2.dir\sleefsimdsp.c.obj 2025-03-14T03:57:20.0077680Z [2064/7574] Building C object sleef\src\libm\CMakeFiles\sleefavx2.dir\sleefsimddp.c.obj 2025-03-14T03:57:20.0090268Z [2065/7574] Building C object sleef\src\libm\CMakeFiles\sleefavx2128.dir\sleefsimdsp.c.obj 2025-03-14T03:57:20.0344861Z [2066/7574] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2.dir\sleefsimddp.c.obj 2025-03-14T03:57:20.0454869Z [2067/7574] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2128.dir\sleefsimdsp.c.obj 2025-03-14T03:57:20.0863656Z [2068/7574] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2128.dir\sleefsimddp.c.obj 2025-03-14T03:57:20.1013094Z [2069/7574] Building C object sleef\src\libm\CMakeFiles\sleefavx2128.dir\sleefsimddp.c.obj 2025-03-14T03:57:20.1145369Z [2070/7574] Building C object sleef\src\libm\CMakeFiles\sleefdetfma4.dir\sleefsimdsp.c.obj 2025-03-14T03:57:20.1304394Z [2071/7574] Building C object sleef\src\libm\CMakeFiles\sleefdetfma4.dir\sleefsimddp.c.obj 2025-03-14T03:57:20.1690165Z [2072/7574] Building C object sleef\src\libm\CMakeFiles\sleeffma4.dir\sleefsimdsp.c.obj 2025-03-14T03:57:20.1739168Z [2073/7574] Building C object sleef\src\libm\CMakeFiles\sleeffma4.dir\sleefsimddp.c.obj 2025-03-14T03:57:20.1849622Z [2074/7574] Building C object sleef\src\libm\CMakeFiles\sleefdetavx.dir\sleefsimdsp.c.obj 2025-03-14T03:57:20.2209337Z [2075/7574] Building C object sleef\src\libm\CMakeFiles\sleefavx.dir\sleefsimdsp.c.obj 2025-03-14T03:57:20.2342059Z [2076/7574] Building C object sleef\src\libm\CMakeFiles\sleefdetavx.dir\sleefsimddp.c.obj 2025-03-14T03:57:20.2541973Z [2077/7574] Building C object sleef\src\libm\CMakeFiles\sleefavx.dir\sleefsimddp.c.obj 2025-03-14T03:57:20.2617572Z [2078/7574] Building C object sleef\src\libm\CMakeFiles\sleefdetsse4.dir\sleefsimdsp.c.obj 2025-03-14T03:57:20.2901697Z [2079/7574] Building C object sleef\src\libm\CMakeFiles\sleefsse4.dir\sleefsimdsp.c.obj 2025-03-14T03:57:20.3029839Z [2080/7574] Building C object sleef\src\libm\CMakeFiles\sleefdetsse4.dir\sleefsimddp.c.obj 2025-03-14T03:57:20.3384464Z [2081/7574] Building C object sleef\src\libm\CMakeFiles\sleefsse4.dir\sleefsimddp.c.obj 2025-03-14T03:57:20.3428996Z [2082/7574] Building C object sleef\src\libm\CMakeFiles\sleefdetsse2.dir\sleefsimdsp.c.obj 2025-03-14T03:57:20.3784632Z [2083/7574] Building C object sleef\src\libm\CMakeFiles\sleefsse2.dir\sleefsimdsp.c.obj 2025-03-14T03:57:20.3928571Z [2084/7574] Building C object sleef\src\libm\CMakeFiles\sleefdetsse2.dir\sleefsimddp.c.obj 2025-03-14T03:57:20.4019476Z [2085/7574] Building C object sleef\src\libm\CMakeFiles\sleefsse2.dir\sleefsimddp.c.obj 2025-03-14T03:57:20.4078057Z [2086/7574] Building C object sleef\src\libm\CMakeFiles\sleefdetpurec_scalar.dir\sleefsimdsp.c.obj 2025-03-14T03:57:20.4213351Z [2087/7574] Building C object sleef\src\libm\CMakeFiles\sleefdetpurec_scalar.dir\sleefsimddp.c.obj 2025-03-14T03:57:20.4410292Z [2088/7574] Building C object sleef\src\libm\CMakeFiles\sleefpurec_scalar.dir\sleefsimdsp.c.obj 2025-03-14T03:57:20.4580713Z [2089/7574] Building C object sleef\src\libm\CMakeFiles\sleefpurec_scalar.dir\sleefsimddp.c.obj 2025-03-14T03:57:20.4745167Z [2090/7574] Building C object sleef\src\libm\CMakeFiles\sleefpurecfma_scalar.dir\sleefsimdsp.c.obj 2025-03-14T03:57:20.4756605Z [2091/7574] Building C object sleef\src\libm\CMakeFiles\sleefdetpurecfma_scalar.dir\sleefsimdsp.c.obj 2025-03-14T03:57:20.4961995Z [2092/7574] Building C object sleef\src\libm\CMakeFiles\sleef.dir\rempitab.c.obj 2025-03-14T03:57:20.5139621Z [2093/7574] Building C object sleef\src\libm\CMakeFiles\sleefdetpurecfma_scalar.dir\sleefsimddp.c.obj 2025-03-14T03:57:20.5359670Z [2094/7574] Building C object sleef\src\libm\CMakeFiles\sleefpurecfma_scalar.dir\sleefsimddp.c.obj 2025-03-14T03:57:20.5485574Z [2095/7574] Linking CXX static library lib\XNNPACK.lib 2025-03-14T03:57:20.5516163Z [2096/7574] Building C object sleef\src\libm\CMakeFiles\dispsse_obj.dir\dispsse.c.obj 2025-03-14T03:57:20.5595162Z [2097/7574] Building C object sleef\src\libm\CMakeFiles\dispscalar_obj.dir\dispscalar.c.obj 2025-03-14T03:57:20.5624624Z [2098/7574] Linking C static library lib\libittnotify.lib 2025-03-14T03:57:20.5723609Z [2099/7574] Building C object sleef\src\libm\CMakeFiles\dispavx_obj.dir\dispavx.c.obj 2025-03-14T03:57:20.5798555Z [2100/7574] Building C object sleef\src\common\CMakeFiles\common.dir\common.c.obj 2025-03-14T03:57:20.7420538Z [2101/7574] Linking CXX static library lib\gloo.lib 2025-03-14T03:57:20.9473923Z [2102/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo_cuda.dir\cuda_allreduce_local.cc.obj 2025-03-14T03:57:20.9788393Z [2103/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo_cuda.dir\cuda_allreduce_halving_doubling.cc.obj 2025-03-14T03:57:20.9811400Z [2104/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo_cuda.dir\cuda_allreduce_ring.cc.obj 2025-03-14T03:57:20.9898875Z [2105/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo_cuda.dir\cuda_allreduce_bcube.cc.obj 2025-03-14T03:57:20.9900896Z 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 2025-03-14T03:57:20.9905119Z 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 2025-03-14T03:57:20.9907569Z with 2025-03-14T03:57:20.9907914Z [ 2025-03-14T03:57:20.9908350Z _Alloc=std::allocator, 2025-03-14T03:57:20.9908968Z _Ty=gloo::cuda::bcube::Node, 2025-03-14T03:57:20.9909539Z _Objty=gloo::cuda::bcube::Node 2025-03-14T03:57:20.9910063Z ] 2025-03-14T03:57:20.9912280Z 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 2025-03-14T03:57:20.9914645Z with 2025-03-14T03:57:20.9914980Z [ 2025-03-14T03:57:20.9915397Z _Alloc=std::allocator, 2025-03-14T03:57:20.9916025Z _Ty=gloo::cuda::bcube::Node, 2025-03-14T03:57:20.9916639Z _Objty=gloo::cuda::bcube::Node 2025-03-14T03:57:20.9917187Z ] 2025-03-14T03:57:20.9919306Z 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 2025-03-14T03:57:20.9921601Z with 2025-03-14T03:57:20.9921925Z [ 2025-03-14T03:57:20.9922308Z _Ty=gloo::cuda::bcube::Node 2025-03-14T03:57:20.9922821Z ] 2025-03-14T03:57:20.9924676Z 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 2025-03-14T03:57:20.9926754Z with 2025-03-14T03:57:20.9927076Z [ 2025-03-14T03:57:20.9927418Z _Ty=gloo::cuda::bcube::Node 2025-03-14T03:57:20.9927927Z ] 2025-03-14T03:57:21.1133074Z 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)' 2025-03-14T03:57:21.1134990Z 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 2025-03-14T03:57:21.1136851Z [2106/7574] Linking CXX shared library bin\fbgemm.dll 2025-03-14T03:57:21.1611764Z [2107/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo_cuda.dir\cuda_allreduce_ring_chunked.cc.obj 2025-03-14T03:57:21.3440341Z [2108/7574] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo_cuda.dir\cuda_broadcast_one_to_all.cc.obj 2025-03-14T03:57:21.4028316Z [2109/7574] Linking CXX static library lib\kineto.lib 2025-03-14T03:57:21.4511677Z [2110/7574] Linking CXX static library lib\onnx.lib 2025-03-14T03:57:21.6252583Z [2111/7574] Building CUDA object third_party\gloo\gloo\CMakeFiles\gloo_cuda.dir\cuda.cu.obj 2025-03-14T03:57:21.6807520Z cuda.cu 2025-03-14T03:57:21.6807802Z tmpxft_000013a4_00000000-7_cuda.cudafe1.cpp 2025-03-14T03:57:21.6808166Z [2112/7574] Linking CXX shared library bin\c10.dll 2025-03-14T03:57:21.7679828Z [2113/7574] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\CUDAAllocatorConfig.cpp.obj 2025-03-14T03:57:21.8243400Z [2114/7574] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\CUDADeviceAssertionHost.cpp.obj 2025-03-14T03:57:21.9509425Z [2115/7574] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\CUDACachingAllocator.cpp.obj 2025-03-14T03:57:21.9795376Z [2116/7574] Building CUDA object third_party\gloo\gloo\CMakeFiles\gloo_cuda.dir\cuda_private.cu.obj 2025-03-14T03:57:21.9995222Z cuda_private.cu 2025-03-14T03:57:21.9995651Z tmpxft_00000df0_00000000-7_cuda_private.cudafe1.cpp 2025-03-14T03:57:21.9996365Z [2117/7574] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\CUDAException.cpp.obj 2025-03-14T03:57:22.0049453Z [2118/7574] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\CUDAMiscFunctions.cpp.obj 2025-03-14T03:57:22.0502687Z [2119/7574] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\CUDAFunctions.cpp.obj 2025-03-14T03:57:22.0955911Z [2120/7574] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\driver_api.cpp.obj 2025-03-14T03:57:22.1206917Z [2121/7574] Linking C static library sleef\lib\sleef.lib 2025-03-14T03:57:22.2352065Z [2122/7574] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\CUDAMallocAsyncAllocator.cpp.obj 2025-03-14T03:57:22.2640093Z [2123/7574] Linking CXX static library lib\gloo_cuda.lib 2025-03-14T03:57:22.3094678Z [2124/7574] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\impl\CUDAGuardImpl.cpp.obj 2025-03-14T03:57:22.3296310Z [2125/7574] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\impl\CUDATest.cpp.obj 2025-03-14T03:57:22.3375412Z [2126/7574] Building CXX object c10\cuda\CMakeFiles\c10_cuda.dir\CUDAStream.cpp.obj 2025-03-14T03:57:22.3778327Z [2127/7574] Generating ../../../torch/utils/data/datapipes/datapipe.pyi 2025-03-14T03:57:22.4992769Z [2128/7574] Linking CXX shared library bin\c10_cuda.dll 2025-03-14T03:57:22.6403819Z [2129/7574] Building CXX object third_party\googletest\googletest\CMakeFiles\gtest.dir\src\gtest-all.cc.obj 2025-03-14T03:57:22.6996689Z [2130/7574] Linking CXX static library lib\gtest.lib 2025-03-14T03:57:22.8719809Z [2131/7574] Regenerating version file... 2025-03-14T03:57:22.9014862Z [2132/7574] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock.dir\src\gmock-all.cc.obj 2025-03-14T03:57:22.9303097Z [2133/7574] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock.dir\__\googletest\src\gtest-all.cc.obj 2025-03-14T03:57:22.9632700Z [2134/7574] Building CXX object third_party\googletest\googletest\CMakeFiles\gtest_main.dir\src\gtest_main.cc.obj 2025-03-14T03:57:23.1669703Z [2135/7574] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_name.cc.obj 2025-03-14T03:57:23.1867896Z [2136/7574] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_api_internal.cc.obj 2025-03-14T03:57:23.1956745Z [2137/7574] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark.cc.obj 2025-03-14T03:57:23.3269029Z [2138/7574] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_register.cc.obj 2025-03-14T03:57:23.4289965Z [2139/7574] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\commandlineflags.cc.obj 2025-03-14T03:57:23.4562969Z [2140/7574] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_runner.cc.obj 2025-03-14T03:57:23.5341076Z [2141/7574] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\complexity.cc.obj 2025-03-14T03:57:23.6489887Z [2142/7574] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\counter.cc.obj 2025-03-14T03:57:23.6812035Z [2143/7574] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\console_reporter.cc.obj 2025-03-14T03:57:23.7219278Z [2144/7574] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\colorprint.cc.obj 2025-03-14T03:57:23.7834599Z [2145/7574] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\csv_reporter.cc.obj 2025-03-14T03:57:23.8625693Z [2146/7574] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\json_reporter.cc.obj 2025-03-14T03:57:23.8851966Z [2147/7574] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\perf_counters.cc.obj 2025-03-14T03:57:23.9450982Z [2148/7574] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\reporter.cc.obj 2025-03-14T03:57:24.0863320Z [2149/7574] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\statistics.cc.obj 2025-03-14T03:57:24.1019533Z [2150/7574] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\string_util.cc.obj 2025-03-14T03:57:24.3317278Z [2151/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\any_lite.cc.obj 2025-03-14T03:57:24.3519964Z [2152/7574] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\sleep.cc.obj 2025-03-14T03:57:24.4764541Z [2153/7574] Generating sources 2025-03-14T03:57:26.4106830Z [2154/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\arena.cc.obj 2025-03-14T03:57:26.4121745Z [2155/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_enum_util.cc.obj 2025-03-14T03:57:26.4185933Z [2156/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\extension_set.cc.obj 2025-03-14T03:57:26.6397362Z [2157/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\implicit_weak_message.cc.obj 2025-03-14T03:57:26.6730701Z [2158/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_message_util.cc.obj 2025-03-14T03:57:26.7154403Z [2159/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_message_table_driven_lite.cc.obj 2025-03-14T03:57:26.8430040Z [2160/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\coded_stream.cc.obj 2025-03-14T03:57:26.9045578Z [2161/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\strtod.cc.obj 2025-03-14T03:57:27.0288179Z [2162/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\io_win32.cc.obj 2025-03-14T03:57:27.7803782Z [2163/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream.cc.obj 2025-03-14T03:57:27.7821926Z [2164/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream_impl_lite.cc.obj 2025-03-14T03:57:27.7838971Z [2165/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream_impl.cc.obj 2025-03-14T03:57:27.8116862Z [2166/7574] Linking CXX static library lib\dnnl.lib 2025-03-14T03:57:27.8644312Z [2167/7574] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\timers.cc.obj 2025-03-14T03:57:27.8766670Z [2168/7574] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\sysinfo.cc.obj 2025-03-14T03:57:28.0516322Z [2169/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\bytestream.cc.obj 2025-03-14T03:57:28.0723416Z [2170/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\parse_context.cc.obj 2025-03-14T03:57:28.0806317Z [2171/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\message_lite.cc.obj 2025-03-14T03:57:28.1279088Z [2172/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\int128.cc.obj 2025-03-14T03:57:28.1299072Z [2173/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\repeated_field.cc.obj 2025-03-14T03:57:28.2893538Z [2174/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\common.cc.obj 2025-03-14T03:57:28.3013631Z [2175/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\status.cc.obj 2025-03-14T03:57:28.3129478Z [2176/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\statusor.cc.obj 2025-03-14T03:57:28.3285021Z [2177/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\stringpiece.cc.obj 2025-03-14T03:57:28.3561841Z [2178/7574] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\version.rc.res 2025-03-14T03:57:28.3583245Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-03-14T03:57:28.3583859Z 2025-03-14T03:57:28.3583886Z 2025-03-14T03:57:28.3584242Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-03-14T03:57:28.3584849Z 2025-03-14T03:57:28.3584857Z 2025-03-14T03:57:28.3584863Z 2025-03-14T03:57:28.3584870Z 2025-03-14T03:57:28.3585904Z [2179/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\structurally_valid.cc.obj 2025-03-14T03:57:28.4154207Z [2180/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\stringprintf.cc.obj 2025-03-14T03:57:28.5362299Z [2181/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\strutil.cc.obj 2025-03-14T03:57:28.5474545Z [2182/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\time.cc.obj 2025-03-14T03:57:28.6111130Z [2183/7574] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\wire_format_lite.cc.obj 2025-03-14T03:57:28.6542074Z [2184/7574] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\init.c.obj 2025-03-14T03:57:28.6701548Z [2185/7574] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\info.c.obj 2025-03-14T03:57:28.6870380Z [2186/7574] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\cache.c.obj 2025-03-14T03:57:28.7010821Z [2187/7574] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\api.c.obj 2025-03-14T03:57:28.7123404Z [2188/7574] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\vendor.c.obj 2025-03-14T03:57:28.7466421Z [2189/7574] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\uarch.c.obj 2025-03-14T03:57:28.7545580Z [2190/7574] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\init.c.obj 2025-03-14T03:57:28.7913769Z [2191/7574] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\topology.c.obj 2025-03-14T03:57:28.8520074Z [2192/7574] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\init.c.obj 2025-03-14T03:57:28.8694919Z [2193/7574] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\deterministic.c.obj 2025-03-14T03:57:28.8734710Z [2194/7574] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\descriptor.c.obj 2025-03-14T03:57:28.8808984Z [2195/7574] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\log.c.obj 2025-03-14T03:57:28.8929734Z [2196/7574] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\name.c.obj 2025-03-14T03:57:28.9172570Z [2197/7574] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\isa.c.obj 2025-03-14T03:57:28.9782351Z [2198/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u3.c.obj 2025-03-14T03:57:28.9900628Z [2199/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u2.c.obj 2025-03-14T03:57:29.0051386Z [2200/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u1.c.obj 2025-03-14T03:57:29.0178600Z [2201/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u3.c.obj 2025-03-14T03:57:29.0192925Z [2202/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u2.c.obj 2025-03-14T03:57:29.0876502Z [2203/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u4.c.obj 2025-03-14T03:57:29.1153654Z [2204/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u2.c.obj 2025-03-14T03:57:29.1239736Z [2205/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u1.c.obj 2025-03-14T03:57:29.1256855Z [2206/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u3.c.obj 2025-03-14T03:57:29.1502719Z [2207/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qu8-vcvt\gen\f16-qu8-vcvt-scalar-imagic-u1.c.obj 2025-03-14T03:57:29.1693633Z [2208/7574] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\windows\init.c.obj 2025-03-14T03:57:29.2005365Z [2209/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qu8-vcvt\gen\f16-qu8-vcvt-scalar-imagic-u2.c.obj 2025-03-14T03:57:29.2265889Z [2210/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u3-acc3.c.obj 2025-03-14T03:57:29.2312379Z [2211/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u1.c.obj 2025-03-14T03:57:29.2323520Z [2212/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qu8-vcvt\gen\f16-qu8-vcvt-scalar-imagic-u3.c.obj 2025-03-14T03:57:29.2610946Z [2213/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u4-acc2.c.obj 2025-03-14T03:57:29.2882857Z [2214/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u4-acc4.c.obj 2025-03-14T03:57:29.2934095Z [2215/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u1.c.obj 2025-03-14T03:57:29.3254092Z [2216/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u2-acc2.c.obj 2025-03-14T03:57:29.3435991Z [2217/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u3-acc3.c.obj 2025-03-14T03:57:29.3632831Z [2218/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u4-acc4.c.obj 2025-03-14T03:57:29.3756918Z [2219/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u4-acc2.c.obj 2025-03-14T03:57:29.3861198Z [2220/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u1.c.obj 2025-03-14T03:57:29.4271612Z [2221/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u3-acc3.c.obj 2025-03-14T03:57:29.4348508Z [2222/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u4-acc2.c.obj 2025-03-14T03:57:29.4513909Z [2223/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc\f32-conv-hwc-3x3s2p0p1c3x4-scalar-1x1.c.obj 2025-03-14T03:57:29.4683201Z [2224/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc\f32-conv-hwc-3x3s2p1c3x4-scalar-1x1.c.obj 2025-03-14T03:57:29.4854934Z [2225/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u4-acc4.c.obj 2025-03-14T03:57:29.4992918Z [2226/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-minmax-scalar-acc2.c.obj 2025-03-14T03:57:29.5475652Z [2227/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-scalar-acc2.c.obj 2025-03-14T03:57:29.5622211Z [2228/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-minmax-scalar.c.obj 2025-03-14T03:57:29.5689098Z [2229/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-scalar.c.obj 2025-03-14T03:57:29.5833911Z [2230/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-minmax-scalar.c.obj 2025-03-14T03:57:29.6000951Z [2231/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-scalar-acc2.c.obj 2025-03-14T03:57:29.6101557Z [2232/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-scalar.c.obj 2025-03-14T03:57:29.6775701Z [2233/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3f3m3l1c1s1r-scalar.c.obj 2025-03-14T03:57:29.6956967Z [2234/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-scalar.c.obj 2025-03-14T03:57:29.6970089Z [2235/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3f3m3l1c1s1r-scalar-acc2.c.obj 2025-03-14T03:57:29.7101833Z [2236/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-minmax-scalar.c.obj 2025-03-14T03:57:29.7262981Z [2237/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-minmax-scalar-acc2.c.obj 2025-03-14T03:57:29.7427487Z [2238/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-minmax-scalar.c.obj 2025-03-14T03:57:29.7926197Z [2239/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-scalar-acc2.c.obj 2025-03-14T03:57:29.8152637Z [2240/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-scalar.c.obj 2025-03-14T03:57:29.8193597Z [2241/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-scalar.c.obj 2025-03-14T03:57:29.8238515Z [2242/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-minmax-scalar.c.obj 2025-03-14T03:57:29.8616916Z [2243/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-minmax-scalar.c.obj 2025-03-14T03:57:29.8679549Z [2244/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-minmax-scalar-acc2.c.obj 2025-03-14T03:57:29.9109578Z [2245/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-scalar-acc2.c.obj 2025-03-14T03:57:29.9308260Z [2246/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-minmax-scalar-acc2.c.obj 2025-03-14T03:57:29.9597344Z [2247/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-scalar.c.obj 2025-03-14T03:57:29.9805861Z [2248/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-scalar-acc2.c.obj 2025-03-14T03:57:29.9861621Z [2249/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-minmax-scalar.c.obj 2025-03-14T03:57:29.9876291Z [2250/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-scalar.c.obj 2025-03-14T03:57:30.0515804Z [2251/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-minmax-scalar-acc2.c.obj 2025-03-14T03:57:30.0676160Z [2252/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-minmax-scalar.c.obj 2025-03-14T03:57:30.0824014Z [2253/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-scalar-acc2.c.obj 2025-03-14T03:57:30.0916631Z [2254/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-scalar.c.obj 2025-03-14T03:57:30.1048858Z [2255/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-minmax-scalar-acc2.c.obj 2025-03-14T03:57:30.1689232Z [2256/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-scalar-acc2.c.obj 2025-03-14T03:57:30.1703028Z [2257/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-minmax-scalar.c.obj 2025-03-14T03:57:30.1812801Z [2258/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-scalar.c.obj 2025-03-14T03:57:30.1861679Z [2259/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-minmax-scalar.c.obj 2025-03-14T03:57:30.1957272Z [2260/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-scalar.c.obj 2025-03-14T03:57:30.2123995Z [2261/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-minmax-scalar-acc2.c.obj 2025-03-14T03:57:30.2920224Z [2262/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-scalar-acc2.c.obj 2025-03-14T03:57:30.2967741Z [2263/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-minmax-scalar.c.obj 2025-03-14T03:57:30.3022085Z [2264/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-scalar.c.obj 2025-03-14T03:57:30.3104131Z [2265/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-minmax-scalar.c.obj 2025-03-14T03:57:30.3162942Z [2266/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-scalar.c.obj 2025-03-14T03:57:30.3375620Z [2267/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-minmax-scalar-acc2.c.obj 2025-03-14T03:57:30.4134433Z [2268/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-scalar-acc2.c.obj 2025-03-14T03:57:30.4178578Z [2269/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-minmax-scalar.c.obj 2025-03-14T03:57:30.4241328Z [2270/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-scalar.c.obj 2025-03-14T03:57:30.4321679Z [2271/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc3.c.obj 2025-03-14T03:57:30.4417001Z [2272/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc2.c.obj 2025-03-14T03:57:30.4586466Z [2273/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc4.c.obj 2025-03-14T03:57:30.5310941Z [2274/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1.c.obj 2025-03-14T03:57:30.5387249Z [2275/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-3x1.c.obj 2025-03-14T03:57:30.5491714Z [2276/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-5x1.c.obj 2025-03-14T03:57:30.5520389Z [2277/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1.c.obj 2025-03-14T03:57:30.5833934Z [2278/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-6x1.c.obj 2025-03-14T03:57:30.5956942Z [2279/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc3.c.obj 2025-03-14T03:57:30.6481580Z [2280/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc4.c.obj 2025-03-14T03:57:30.6587709Z [2281/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1.c.obj 2025-03-14T03:57:30.6765065Z [2282/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-3x1.c.obj 2025-03-14T03:57:30.7081794Z [2283/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-4x1.c.obj 2025-03-14T03:57:30.7146383Z [2284/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1.c.obj 2025-03-14T03:57:30.7200737Z [2285/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc2.c.obj 2025-03-14T03:57:30.7637299Z [2286/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc3.c.obj 2025-03-14T03:57:30.7799472Z [2287/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc4.c.obj 2025-03-14T03:57:30.8020428Z [2288/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1.c.obj 2025-03-14T03:57:30.8248611Z [2289/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc3.c.obj 2025-03-14T03:57:30.8336798Z [2290/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1.c.obj 2025-03-14T03:57:30.8348227Z [2291/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1-acc2.c.obj 2025-03-14T03:57:30.8720825Z [2292/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1.c.obj 2025-03-14T03:57:30.8862713Z [2293/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc2.c.obj 2025-03-14T03:57:30.9136316Z [2294/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc3.c.obj 2025-03-14T03:57:30.9565319Z [2295/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc4.c.obj 2025-03-14T03:57:30.9577284Z [2296/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1.c.obj 2025-03-14T03:57:30.9712074Z [2297/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc3.c.obj 2025-03-14T03:57:31.0172114Z [2298/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1-acc2.c.obj 2025-03-14T03:57:31.0254739Z [2299/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1.c.obj 2025-03-14T03:57:31.0507581Z [2300/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1.c.obj 2025-03-14T03:57:31.0546109Z [2301/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u2.c.obj 2025-03-14T03:57:31.0594556Z [2302/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u1.c.obj 2025-03-14T03:57:31.0803449Z [2303/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u3.c.obj 2025-03-14T03:57:31.1254489Z [2304/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u3.c.obj 2025-03-14T03:57:31.1383647Z [2305/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u1.c.obj 2025-03-14T03:57:31.1554487Z [2306/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u4.c.obj 2025-03-14T03:57:31.1913946Z [2307/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x4-minmax-scalar.c.obj 2025-03-14T03:57:31.2218809Z [2308/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-2x4-minmax-scalar.c.obj 2025-03-14T03:57:31.2246244Z [2309/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x2-relu-scalar.c.obj 2025-03-14T03:57:31.2390313Z [2310/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p1.c.obj 2025-03-14T03:57:31.2538979Z [2311/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x4-minmax-scalar.c.obj 2025-03-14T03:57:31.2550103Z [2312/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p2.c.obj 2025-03-14T03:57:31.2806962Z [2313/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c1.c.obj 2025-03-14T03:57:31.3194723Z [2314/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c4.c.obj 2025-03-14T03:57:31.3283397Z [2315/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-2x4-minmax-scalar.c.obj 2025-03-14T03:57:31.3450429Z [2316/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-3x3-minmax-scalar.c.obj 2025-03-14T03:57:31.3499279Z [2317/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x2-minmax-scalar.c.obj 2025-03-14T03:57:31.3664924Z [2318/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x2-relu-scalar.c.obj 2025-03-14T03:57:31.3804535Z [2319/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x4-minmax-scalar.c.obj 2025-03-14T03:57:31.4545651Z [2320/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-2x4-minmax-scalar.c.obj 2025-03-14T03:57:31.4593287Z [2321/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x2-minmax-scalar.c.obj 2025-03-14T03:57:31.4765093Z [2322/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-scalar.c.obj 2025-03-14T03:57:31.4907363Z [2323/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-minmax-scalar.c.obj 2025-03-14T03:57:31.5017031Z [2324/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-relu-scalar.c.obj 2025-03-14T03:57:31.5078921Z [2325/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-relu-scalar.c.obj 2025-03-14T03:57:31.5781844Z [2326/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-scalar.c.obj 2025-03-14T03:57:31.5998920Z [2327/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-minmax-scalar.c.obj 2025-03-14T03:57:31.6142311Z [2328/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-relu-scalar.c.obj 2025-03-14T03:57:31.6318733Z [2329/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-scalar.c.obj 2025-03-14T03:57:31.6487661Z [2330/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-relu-scalar.c.obj 2025-03-14T03:57:31.6499100Z [2331/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-scalar.c.obj 2025-03-14T03:57:31.7106471Z [2332/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-1x1-minmax-scalar.c.obj 2025-03-14T03:57:31.7152316Z [2333/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-2x1-minmax-scalar.c.obj 2025-03-14T03:57:31.7207173Z [2334/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-4x1-minmax-scalar.c.obj 2025-03-14T03:57:31.7335347Z [2335/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x1-minmax-scalar.c.obj 2025-03-14T03:57:31.7437273Z [2336/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x4-minmax-scalar.c.obj 2025-03-14T03:57:31.7911646Z [2337/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x2-minmax-scalar.c.obj 2025-03-14T03:57:31.8153587Z [2338/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u2.c.obj 2025-03-14T03:57:31.8247422Z [2339/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u1.c.obj 2025-03-14T03:57:31.8370377Z [2340/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u4.c.obj 2025-03-14T03:57:31.8434770Z [2341/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u3.c.obj 2025-03-14T03:57:31.8449729Z [2342/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u2.c.obj 2025-03-14T03:57:31.8554544Z [2343/7574] Generating ../../../torch/_C/__init__.pyi, ../../../torch/_C/_VariableFunctions.pyi, ../../../torch/nn/functional.pyi 2025-03-14T03:57:31.8974580Z [2344/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u3.c.obj 2025-03-14T03:57:31.9235777Z [2345/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u1.c.obj 2025-03-14T03:57:31.9288949Z [2346/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u2.c.obj 2025-03-14T03:57:31.9518006Z [2347/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u3.c.obj 2025-03-14T03:57:31.9529105Z [2348/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u3.c.obj 2025-03-14T03:57:31.9798428Z [2349/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u2.c.obj 2025-03-14T03:57:32.0234205Z [2350/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u1.c.obj 2025-03-14T03:57:32.0322951Z [2351/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u4.c.obj 2025-03-14T03:57:32.0654566Z [2352/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u3.c.obj 2025-03-14T03:57:32.0801192Z [2353/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u1.c.obj 2025-03-14T03:57:32.1096944Z [2354/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u2.c.obj 2025-03-14T03:57:32.1284268Z [2355/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u2.c.obj 2025-03-14T03:57:32.1380602Z [2356/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u3.c.obj 2025-03-14T03:57:32.1610483Z [2357/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2-acc2.c.obj 2025-03-14T03:57:32.1734225Z [2358/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u1.c.obj 2025-03-14T03:57:32.1907553Z [2359/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc4.c.obj 2025-03-14T03:57:32.2089766Z [2360/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u1.c.obj 2025-03-14T03:57:32.2136853Z [2361/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc2.c.obj 2025-03-14T03:57:32.2326104Z [2362/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc4.c.obj 2025-03-14T03:57:32.2616279Z [2363/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u1.c.obj 2025-03-14T03:57:32.2667626Z [2364/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u2-acc2.c.obj 2025-03-14T03:57:32.3150033Z [2365/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u2-acc2.c.obj 2025-03-14T03:57:32.3385556Z [2366/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u3-acc3.c.obj 2025-03-14T03:57:32.3947653Z [2367/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u4-acc2.c.obj 2025-03-14T03:57:32.3990903Z [2368/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u1.c.obj 2025-03-14T03:57:32.4131659Z [2369/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u3-acc3.c.obj 2025-03-14T03:57:32.4450736Z [2370/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u2-acc2.c.obj 2025-03-14T03:57:32.4649584Z [2371/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u4-acc2.c.obj 2025-03-14T03:57:32.4660159Z [2372/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u4-acc4.c.obj 2025-03-14T03:57:32.4842017Z [2373/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u1.c.obj 2025-03-14T03:57:32.4887110Z [2374/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u3-acc3.c.obj 2025-03-14T03:57:32.5060446Z [2375/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u2-acc2.c.obj 2025-03-14T03:57:32.5188959Z [2376/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u4-acc2.c.obj 2025-03-14T03:57:32.5437594Z [2377/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u1.c.obj 2025-03-14T03:57:32.5601258Z [2378/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u3-acc3.c.obj 2025-03-14T03:57:32.5841615Z [2379/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-1x1-minmax-scalar-pipelined.c.obj 2025-03-14T03:57:32.6031276Z [2380/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u2-acc2.c.obj 2025-03-14T03:57:32.6119545Z [2381/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u4-acc2.c.obj 2025-03-14T03:57:32.6233021Z [2382/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-1x1-minmax-scalar.c.obj 2025-03-14T03:57:32.6403487Z [2383/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-2x1-minmax-scalar-pipelined.c.obj 2025-03-14T03:57:32.6543518Z [2384/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-2x1-minmax-scalar.c.obj 2025-03-14T03:57:32.6623364Z [2385/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-scalar-pipelined.c.obj 2025-03-14T03:57:32.6873846Z [2386/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-scalar.c.obj 2025-03-14T03:57:32.7138050Z [2387/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-scalar-pipelined.c.obj 2025-03-14T03:57:32.7249920Z [2388/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u1.c.obj 2025-03-14T03:57:32.7369788Z [2389/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u2.c.obj 2025-03-14T03:57:32.7639110Z [2390/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u1.c.obj 2025-03-14T03:57:32.7810135Z [2391/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u2.c.obj 2025-03-14T03:57:32.7962552Z [2392/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u4.c.obj 2025-03-14T03:57:32.8109367Z [2393/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u4.c.obj 2025-03-14T03:57:32.8164809Z [2394/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u1.c.obj 2025-03-14T03:57:32.8346760Z [2395/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u4.c.obj 2025-03-14T03:57:32.8581951Z [2396/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u8.c.obj 2025-03-14T03:57:32.8646042Z [2397/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u1.c.obj 2025-03-14T03:57:32.8867014Z [2398/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u4.c.obj 2025-03-14T03:57:32.9024267Z [2399/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u8.c.obj 2025-03-14T03:57:32.9161252Z [2400/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u1.c.obj 2025-03-14T03:57:32.9218571Z [2401/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u2.c.obj 2025-03-14T03:57:32.9391651Z [2402/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u4.c.obj 2025-03-14T03:57:32.9577566Z [2403/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u1.c.obj 2025-03-14T03:57:32.9763058Z [2404/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u2.c.obj 2025-03-14T03:57:32.9974581Z [2405/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u4.c.obj 2025-03-14T03:57:33.0279342Z [2406/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u1.c.obj 2025-03-14T03:57:33.0392898Z [2407/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u2.c.obj 2025-03-14T03:57:33.0570864Z [2408/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u1.c.obj 2025-03-14T03:57:33.0583259Z [2409/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u4.c.obj 2025-03-14T03:57:33.0773799Z [2410/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u2.c.obj 2025-03-14T03:57:33.1072143Z [2411/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u1.c.obj 2025-03-14T03:57:33.1249876Z [2412/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u4.c.obj 2025-03-14T03:57:33.1434500Z [2413/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u4.c.obj 2025-03-14T03:57:33.1448211Z [2414/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u2.c.obj 2025-03-14T03:57:33.1604784Z [2415/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u2.c.obj 2025-03-14T03:57:33.1686654Z [2416/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u1.c.obj 2025-03-14T03:57:33.1935717Z [2417/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u4.c.obj 2025-03-14T03:57:33.2387135Z [2418/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u1.c.obj 2025-03-14T03:57:33.2442523Z [2419/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u2.c.obj 2025-03-14T03:57:33.2998334Z [2420/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u1.c.obj 2025-03-14T03:57:33.3099247Z [2421/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u2.c.obj 2025-03-14T03:57:33.3612733Z [2422/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u1.c.obj 2025-03-14T03:57:33.3625779Z [2423/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u4.c.obj 2025-03-14T03:57:33.3637908Z [2424/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u4.c.obj 2025-03-14T03:57:33.3651187Z [2425/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u8.c.obj 2025-03-14T03:57:33.3714233Z [2426/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u4.c.obj 2025-03-14T03:57:33.3972147Z [2427/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u1.c.obj 2025-03-14T03:57:33.5105179Z [2428/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u2.c.obj 2025-03-14T03:57:33.5156484Z [2429/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u2.c.obj 2025-03-14T03:57:33.5430576Z [2430/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u4.c.obj 2025-03-14T03:57:33.5608947Z [2431/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u4.c.obj 2025-03-14T03:57:33.5708695Z [2432/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u1.c.obj 2025-03-14T03:57:33.5906852Z [2433/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u2.c.obj 2025-03-14T03:57:33.5967531Z [2434/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u1.c.obj 2025-03-14T03:57:33.6126990Z [2435/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u4.c.obj 2025-03-14T03:57:33.6489597Z [2436/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u1.c.obj 2025-03-14T03:57:33.6545365Z [2437/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u2.c.obj 2025-03-14T03:57:33.6661889Z [2438/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u4.c.obj 2025-03-14T03:57:33.6923963Z [2439/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u1.c.obj 2025-03-14T03:57:33.7099022Z [2440/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u2.c.obj 2025-03-14T03:57:33.7405995Z [2441/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u4.c.obj 2025-03-14T03:57:33.7706638Z [2442/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u2.c.obj 2025-03-14T03:57:33.7765772Z [2443/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u1.c.obj 2025-03-14T03:57:33.7891237Z [2444/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u4.c.obj 2025-03-14T03:57:33.7943794Z [2445/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u1.c.obj 2025-03-14T03:57:33.8318226Z [2446/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u2.c.obj 2025-03-14T03:57:33.8390241Z [2447/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u1.c.obj 2025-03-14T03:57:33.8562299Z [2448/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u2.c.obj 2025-03-14T03:57:33.8776346Z [2449/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u8.c.obj 2025-03-14T03:57:33.9042355Z [2450/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u1.c.obj 2025-03-14T03:57:33.9151568Z [2451/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u3.c.obj 2025-03-14T03:57:33.9212894Z [2452/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u5.c.obj 2025-03-14T03:57:33.9430462Z [2453/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u6.c.obj 2025-03-14T03:57:33.9627476Z [2454/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u1.c.obj 2025-03-14T03:57:33.9685321Z [2455/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u2.c.obj 2025-03-14T03:57:34.0147259Z [2456/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u3.c.obj 2025-03-14T03:57:34.0201848Z [2457/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u4.c.obj 2025-03-14T03:57:34.0418380Z [2458/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u6.c.obj 2025-03-14T03:57:34.0632253Z [2459/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u1.c.obj 2025-03-14T03:57:34.0991318Z [2460/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u5.c.obj 2025-03-14T03:57:34.1057775Z [2461/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u2.c.obj 2025-03-14T03:57:34.1172306Z [2462/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u1.c.obj 2025-03-14T03:57:34.1456724Z [2463/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-scalar-log.c.obj 2025-03-14T03:57:34.1613358Z [2464/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c2-minmax-scalar-2x.c.obj 2025-03-14T03:57:34.1853310Z [2465/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c4-minmax-scalar-2x.c.obj 2025-03-14T03:57:34.1974575Z [2466/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u2.c.obj 2025-03-14T03:57:34.2154264Z [2467/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u1.c.obj 2025-03-14T03:57:34.2273193Z [2468/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u2.c.obj 2025-03-14T03:57:34.2619173Z [2469/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-scalar.c.obj 2025-03-14T03:57:34.2633640Z [2470/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u2.c.obj 2025-03-14T03:57:34.2901723Z [2471/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u2.c.obj 2025-03-14T03:57:34.3001038Z [2472/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u4.c.obj 2025-03-14T03:57:34.3060373Z [2473/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u2.c.obj 2025-03-14T03:57:34.3485054Z [2474/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u2.c.obj 2025-03-14T03:57:34.3540343Z [2475/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u2.c.obj 2025-03-14T03:57:34.3906974Z [2476/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut64-p2-div-u1.c.obj 2025-03-14T03:57:34.3984443Z [2477/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut64-p2-div-u4.c.obj 2025-03-14T03:57:34.4045486Z [2478/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut2048-p1-div-u1.c.obj 2025-03-14T03:57:34.4187096Z [2479/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut2048-p1-div-u4.c.obj 2025-03-14T03:57:34.4322344Z [2480/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut2048-p1-div-u2.c.obj 2025-03-14T03:57:34.4682979Z [2481/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u1.c.obj 2025-03-14T03:57:34.4736275Z [2482/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u2.c.obj 2025-03-14T03:57:34.5116207Z [2483/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u2.c.obj 2025-03-14T03:57:34.5171416Z [2484/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u4.c.obj 2025-03-14T03:57:34.5291010Z [2485/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u4.c.obj 2025-03-14T03:57:34.5363099Z [2486/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-1x2-minmax-scalar.c.obj 2025-03-14T03:57:34.5471569Z [2487/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-1x4-minmax-scalar.c.obj 2025-03-14T03:57:34.5991268Z [2488/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-2x2-minmax-scalar.c.obj 2025-03-14T03:57:34.6056798Z [2489/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-1x8-minmax-scalar.c.obj 2025-03-14T03:57:34.6385982Z [2490/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-2x4-minmax-scalar.c.obj 2025-03-14T03:57:34.6681138Z [2491/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-4x4-minmax-scalar.c.obj 2025-03-14T03:57:34.6890629Z [2492/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-2x8-minmax-scalar.c.obj 2025-03-14T03:57:34.6902141Z [2493/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x2-minmax-scalar.c.obj 2025-03-14T03:57:34.7275813Z [2494/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x8-minmax-scalar.c.obj 2025-03-14T03:57:34.7383974Z [2495/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x2-minmax-scalar.c.obj 2025-03-14T03:57:34.7588448Z [2496/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4-minmax-scalar.c.obj 2025-03-14T03:57:34.7807906Z [2497/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x8-minmax-scalar.c.obj 2025-03-14T03:57:34.8667237Z [2498/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x1-minmax-scalar.c.obj 2025-03-14T03:57:34.8853106Z [2499/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8-minmax-scalar.c.obj 2025-03-14T03:57:34.9254285Z [2500/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x2-minmax-scalar.c.obj 2025-03-14T03:57:34.9521524Z [2501/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4-minmax-scalar.c.obj 2025-03-14T03:57:34.9851593Z [2502/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x2-minmax-scalar.c.obj 2025-03-14T03:57:35.0150990Z [2503/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x8-minmax-scalar.c.obj 2025-03-14T03:57:35.0337138Z [2504/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x8-minmax-scalar.c.obj 2025-03-14T03:57:35.0553606Z [2505/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x4-minmax-scalar.c.obj 2025-03-14T03:57:35.0721266Z [2506/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x8-minmax-scalar.c.obj 2025-03-14T03:57:35.0948627Z [2507/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x8-minmax-scalar.c.obj 2025-03-14T03:57:35.1158869Z [2508/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x4-minmax-scalar.c.obj 2025-03-14T03:57:35.1375191Z [2509/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x8-minmax-scalar.c.obj 2025-03-14T03:57:35.1580000Z [2510/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:57:35.2320806Z [2511/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:57:35.2642131Z [2512/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:57:35.2848408Z [2513/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:57:35.3254206Z [2514/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:57:35.3726713Z [2515/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:57:35.4136761Z [2516/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:57:35.4332538Z [2517/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:57:35.4692628Z [2518/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:57:35.4894195Z [2519/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:57:35.5067522Z [2520/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:57:35.5276169Z [2521/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:57:35.5731890Z [2522/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:57:35.6418093Z [2523/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:57:35.7260046Z [2524/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:57:35.8129090Z [2525/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:57:35.8306512Z [2526/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:57:35.8522531Z [2527/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:57:35.8842593Z [2528/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:57:35.9047811Z [2529/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:57:35.9224962Z [2530/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:57:35.9520393Z [2531/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:57:35.9709802Z [2532/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:57:35.9964637Z [2533/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:57:36.0134941Z [2534/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:57:36.0354339Z [2535/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:57:36.0591085Z [2536/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:57:36.0891913Z [2537/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:57:36.0947102Z [2538/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:57:36.0996341Z [2539/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-rndnu-scalar.c.obj 2025-03-14T03:57:36.1182599Z [2540/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-rndnu-scalar.c.obj 2025-03-14T03:57:36.1419080Z [2541/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:57:36.1472008Z [2542/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:57:36.1762738Z [2543/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:57:36.2128392Z [2544/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:57:36.2283118Z [2545/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:57:36.2419559Z [2546/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:57:36.2595674Z [2547/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:57:36.2806437Z [2548/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:57:36.2925172Z [2549/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:57:36.2947408Z [2550/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-rndnu-scalar.c.obj 2025-03-14T03:57:36.3347438Z [2551/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:57:36.3361123Z [2552/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u2.c.obj 2025-03-14T03:57:36.3544781Z [2553/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c4-gemm-gio-scalar.c.obj 2025-03-14T03:57:36.3622394Z [2554/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u3.c.obj 2025-03-14T03:57:36.3735457Z [2555/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c4-gemm-goi-scalar.c.obj 2025-03-14T03:57:36.3939622Z [2556/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-gio-scalar.c.obj 2025-03-14T03:57:36.4027883Z [2557/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-goi-scalar.c.obj 2025-03-14T03:57:36.4364312Z [2558/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x16c4-gemm-goi-scalar.c.obj 2025-03-14T03:57:36.4413194Z [2559/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x16c4-gemm-gio-scalar.c.obj 2025-03-14T03:57:36.4515517Z [2560/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x16c8-gemm-gio-scalar.c.obj 2025-03-14T03:57:36.4831043Z [2561/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x32c4-gemm-gio-scalar.c.obj 2025-03-14T03:57:36.4930778Z [2562/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x8c8-gemm-goi-scalar.c.obj 2025-03-14T03:57:36.5053482Z [2563/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x32c4-gemm-goi-scalar.c.obj 2025-03-14T03:57:36.5111318Z [2564/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x64c4-gemm-gio-scalar.c.obj 2025-03-14T03:57:36.5379998Z [2565/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x16c8-gemm-goi-scalar.c.obj 2025-03-14T03:57:36.5625846Z [2566/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x32c8-gemm-goi-scalar.c.obj 2025-03-14T03:57:36.5681441Z [2567/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-4p2c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:57:36.5939353Z [2568/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:57:36.6064262Z [2569/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:57:36.6156014Z [2570/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:57:36.6328049Z [2571/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:57:36.6626667Z [2572/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:57:36.7063043Z [2573/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:57:36.7115565Z [2574/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:57:36.7247068Z [2575/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:57:36.7258308Z [2576/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:57:36.7323057Z [2577/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:57:36.7582983Z [2578/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:57:36.7818309Z [2579/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:57:36.8236323Z [2580/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:57:36.8382311Z [2581/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:57:36.8492458Z [2582/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:57:36.8668128Z [2583/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:57:36.8782373Z [2584/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:57:36.8833615Z [2585/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:57:36.9271336Z [2586/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:57:36.9329119Z [2587/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:57:36.9678437Z [2588/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:57:36.9884433Z [2589/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:57:37.0135455Z [2590/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:57:37.0194956Z [2591/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:57:37.0225951Z [2592/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:57:37.0426820Z [2593/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:57:37.0901291Z [2594/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:57:37.1262894Z [2595/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:57:37.1330471Z [2596/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:57:37.1462348Z [2597/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:57:37.1514899Z [2598/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:57:37.1759300Z [2599/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:57:37.1999835Z [2600/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:57:37.2603203Z [2601/7574] Generating ../../torch/csrc/autograd/generated/Functions.cpp, ../../torch/csrc/autograd/generated/ViewFuncs.cpp, ../../torch/csrc/autograd/generated/VariableType_0.cpp, ../../torch/csrc/autograd/generated/VariableType_1.cpp, ../../torch/csrc/autograd/generated/VariableType_2.cpp, ../../torch/csrc/autograd/generated/VariableType_3.cpp, ../../torch/csrc/autograd/generated/VariableType_4.cpp, ../../torch/csrc/autograd/generated/TraceType_0.cpp, ../../torch/csrc/autograd/generated/TraceType_1.cpp, ../../torch/csrc/autograd/generated/TraceType_2.cpp, ../../torch/csrc/autograd/generated/TraceType_3.cpp, ../../torch/csrc/autograd/generated/TraceType_4.cpp, ../../torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp, ../../torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp, ../../torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.cpp, ../../torch/csrc/lazy/generated/LazyNativeFunctions.cpp, ../../torch/csrc/lazy/generated/RegisterAutogradLazy.cpp, ../../torch/csrc/lazy/generated/RegisterLazy.cpp, ../../torch/csrc/autograd/generated/Functions.h, ../../torch/csrc/autograd/generated/variable_factories.h, ../../torch/csrc/autograd/generated/ViewFuncs.h, ../../torch/csrc/autograd/generated/VariableType.h, ../../torch/csrc/lazy/generated/LazyIr.h, ../../torch/csrc/lazy/generated/LazyNonNativeIr.h, ../../torch/csrc/lazy/generated/LazyNativeFunctions.h, ../../torch/csrc/autograd/generated/python_functions_0.cpp, ../../torch/csrc/autograd/generated/python_functions_1.cpp, ../../torch/csrc/autograd/generated/python_functions_2.cpp, ../../torch/csrc/autograd/generated/python_functions_3.cpp, ../../torch/csrc/autograd/generated/python_functions_4.cpp, ../../torch/csrc/autograd/generated/python_variable_methods.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_0.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_1.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_2.cpp, ../../torch/csrc/autograd/generated/python_nn_functions.cpp, ../../torch/csrc/autograd/generated/python_fft_functions.cpp, ../../torch/csrc/autograd/generated/python_linalg_functions.cpp, ../../torch/csrc/autograd/generated/python_nested_functions.cpp, ../../torch/csrc/autograd/generated/python_sparse_functions.cpp, ../../torch/csrc/autograd/generated/python_special_functions.cpp, ../../torch/csrc/autograd/generated/python_return_types.cpp, ../../torch/csrc/autograd/generated/python_enum_tag.cpp, ../../torch/csrc/autograd/generated/python_functions.h, ../../torch/csrc/autograd/generated/python_return_types.h, ../../torch/testing/_internal/generated/annotated_fn_args.py, ../../torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.cpp 2025-03-14T03:57:37.2668675Z [2602/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:57:37.2679906Z [2603/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:57:37.2690435Z [2604/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:57:37.2739214Z [2605/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:57:37.2866705Z [2606/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T03:57:37.2916448Z [2607/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T03:57:37.3878211Z [2608/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x2-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T03:57:37.6629155Z [2609/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\AccumulateType.cpp.obj 2025-03-14T03:57:37.7356174Z [2610/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Dispatch.cpp.obj 2025-03-14T03:57:37.8476946Z [2611/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DeviceAccelerator.cpp.obj 2025-03-14T03:57:37.8568089Z [2612/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Context.cpp.obj 2025-03-14T03:57:38.0334650Z [2613/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CPUGeneratorImpl.cpp.obj 2025-03-14T03:57:38.0513056Z [2614/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FuncTorchTLS.cpp.obj 2025-03-14T03:57:38.2622228Z [2615/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\EmptyTensor.cpp.obj 2025-03-14T03:57:38.2795670Z [2616/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ConjugateFallback.cpp.obj 2025-03-14T03:57:38.6932784Z [2617/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DynamicLibrary.cpp.obj 2025-03-14T03:57:38.7877904Z [2618/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ExpandUtils.cpp.obj 2025-03-14T03:57:39.0666315Z [2619/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalStorageImpl.cpp.obj 2025-03-14T03:57:39.1937534Z [2620/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalTensorWrapper.cpp.obj 2025-03-14T03:57:39.2484915Z [2621/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalizeFallbackKernel.cpp.obj 2025-03-14T03:57:39.5648367Z [2622/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyVmapMode.cpp.obj 2025-03-14T03:57:39.6747387Z [2623/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchedTensorImpl.cpp.obj 2025-03-14T03:57:40.1991307Z [2624/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\MapAllocator.cpp.obj 2025-03-14T03:57:40.2435885Z [2625/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\MemoryOverlap.cpp.obj 2025-03-14T03:57:40.6265883Z [2626/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DLConvertor.cpp.obj 2025-03-14T03:57:40.6905836Z [2627/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CachedTensorUtils.cpp.obj 2025-03-14T03:57:40.8069378Z [2628/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelNative.cpp.obj 2025-03-14T03:57:41.0823791Z [2629/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\NamedTensorUtils.cpp.obj 2025-03-14T03:57:41.4129773Z [2630/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalInverses.cpp.obj 2025-03-14T03:57:41.5232898Z [2631/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelCommon.cpp.obj 2025-03-14T03:57:41.8550826Z [2632/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\PythonTorchFunctionTLS.cpp.obj 2025-03-14T03:57:41.8796643Z [2633/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SavedTensorHooks.cpp.obj 2025-03-14T03:57:41.9211425Z [2634/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchedFallback.cpp.obj 2025-03-14T03:57:41.9694402Z [2635/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SequenceNumber.cpp.obj 2025-03-14T03:57:41.9851355Z [2636/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelOpenMP.cpp.obj 2025-03-14T03:57:42.0352647Z [2637/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelThreadPoolNative.cpp.obj 2025-03-14T03:57:42.3222507Z [2638/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchingRegistrations.cpp.obj 2025-03-14T03:57:42.4033639Z [2639/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyVmapTransforms.cpp.obj 2025-03-14T03:57:42.5346614Z [2640/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorGeometry.cpp.obj 2025-03-14T03:57:42.8139294Z [2641/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ScalarOps.cpp.obj 2025-03-14T03:57:42.9835911Z [2642/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorMeta.cpp.obj 2025-03-14T03:57:43.2478096Z [2643/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorIndexing.cpp.obj 2025-03-14T03:57:43.4162641Z [2644/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorIterator.cpp.obj 2025-03-14T03:57:43.5273952Z [2645/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\NestedTensorImpl.cpp.obj 2025-03-14T03:57:43.6374396Z [2646/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorNames.cpp.obj 2025-03-14T03:57:43.7076113Z [2647/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ThreadLocalPythonObjects.cpp.obj 2025-03-14T03:57:44.1353587Z [2648/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\StorageUtils.cpp.obj 2025-03-14T03:57:44.5294973Z [2649/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Version.cpp.obj 2025-03-14T03:57:44.6186910Z [2650/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\VmapModeRegistrations.cpp.obj 2025-03-14T03:57:44.7203550Z [2651/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\cpu\FlushDenormal.cpp.obj 2025-03-14T03:57:44.7967240Z [2652/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\cpu\Utils.cpp.obj 2025-03-14T03:57:45.0961281Z [2653/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\CPUGuardImpl.cpp.obj 2025-03-14T03:57:45.1551020Z [2654/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SparseCsrTensorImpl.cpp.obj 2025-03-14T03:57:45.2225346Z [2655/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SparseTensorImpl.cpp.obj 2025-03-14T03:57:45.5797590Z [2656/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\HIPHooksInterface.cpp.obj 2025-03-14T03:57:45.6015317Z [2657/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\CUDAHooksInterface.cpp.obj 2025-03-14T03:57:45.6583239Z [2658/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\HPUHooksInterface.cpp.obj 2025-03-14T03:57:45.8029933Z [2659/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Utils.cpp.obj 2025-03-14T03:57:46.0495329Z [2660/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\IPUHooksInterface.cpp.obj 2025-03-14T03:57:46.0751811Z [2661/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MAIAHooksInterface.cpp.obj 2025-03-14T03:57:46.1032902Z [2662/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MPSHooksInterface.cpp.obj 2025-03-14T03:57:46.1929762Z [2663/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorUtils.cpp.obj 2025-03-14T03:57:46.2345665Z [2664/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MTIAHooksInterface.cpp.obj 2025-03-14T03:57:46.3695218Z [2665/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MetaGuardImpl.cpp.obj 2025-03-14T03:57:46.5711475Z [2666/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\PrivateUse1HooksInterface.cpp.obj 2025-03-14T03:57:46.5796393Z [2667/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\XPUHooksInterface.cpp.obj 2025-03-14T03:57:46.8237256Z [2668/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ThreadLocalState.cpp.obj 2025-03-14T03:57:47.1267739Z [2669/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\ADInterpreters.cpp.obj 2025-03-14T03:57:47.4461508Z [2670/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ZeroTensorFallback.cpp.obj 2025-03-14T03:57:48.0228567Z [2671/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\autocast_mode.cpp.obj 2025-03-14T03:57:49.6285828Z [2672/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesActivation.cpp.obj 2025-03-14T03:57:49.9264969Z [2673/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesConvolution.cpp.obj 2025-03-14T03:57:49.9591654Z [2674/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesBinaryOps.cpp.obj 2025-03-14T03:57:50.2458558Z [2675/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesDecompositions.cpp.obj 2025-03-14T03:57:50.3634457Z [2676/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesDynamic.cpp.obj 2025-03-14T03:57:50.5292326Z [2677/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesFactory.cpp.obj 2025-03-14T03:57:50.8650052Z [2678/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesHelper.cpp.obj 2025-03-14T03:57:51.5844780Z [2679/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesIndexing.cpp.obj 2025-03-14T03:57:53.3139755Z [2680/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesLinearAlgebra.cpp.obj 2025-03-14T03:57:53.3574547Z [2681/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesModules.cpp.obj 2025-03-14T03:57:53.3996816Z [2682/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesLoss.cpp.obj 2025-03-14T03:57:53.7647040Z [2683/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesPooling.cpp.obj 2025-03-14T03:57:53.8029606Z [2684/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesNorm.cpp.obj 2025-03-14T03:57:54.0552240Z [2685/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesRandomness.cpp.obj 2025-03-14T03:57:54.2075099Z [2686/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesReduceOps.cpp.obj 2025-03-14T03:57:54.7540896Z [2687/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchedTensorImpl.cpp.obj 2025-03-14T03:57:54.9885413Z [2688/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\FunctionalizeInterpreter.cpp.obj 2025-03-14T03:57:55.0807863Z [2689/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\Interpreter.cpp.obj 2025-03-14T03:57:55.3310283Z [2690/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesScatterOps.cpp.obj 2025-03-14T03:57:55.9871928Z [2691/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\PlumbingHelper.cpp.obj 2025-03-14T03:57:56.6069333Z [2692/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchedFallback.cpp.obj 2025-03-14T03:57:56.7813534Z [2693/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesUnaryOps.cpp.obj 2025-03-14T03:57:56.8614534Z [2694/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\TensorWrapper.cpp.obj 2025-03-14T03:57:56.9658599Z [2695/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesViews.cpp.obj 2025-03-14T03:57:57.0450965Z [2696/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ATenGeneral.cpp.obj 2025-03-14T03:57:57.2497598Z [2697/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\DynamicLayer.cpp.obj 2025-03-14T03:57:57.5200182Z [2698/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\VmapInterpreter.cpp.obj 2025-03-14T03:57:57.7445003Z [2699/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\record_function.cpp.obj 2025-03-14T03:57:57.9288785Z [2700/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\BackendSelectFallbackKernel.cpp.obj 2025-03-14T03:57:57.9401945Z [2701/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\DeprecatedTypePropertiesRegistry.cpp.obj 2025-03-14T03:57:58.0568325Z [2702/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\DeprecatedTypeProperties.cpp.obj 2025-03-14T03:57:58.2129520Z [2703/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\LegacyVmapTransforms.cpp.obj 2025-03-14T03:57:58.2475653Z [2704/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Dimname.cpp.obj 2025-03-14T03:57:58.2964531Z [2705/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\LegacyBatchingRegistrations.cpp.obj 2025-03-14T03:57:58.5879400Z [2706/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\PyTorchOperatorHacks.cpp.obj 2025-03-14T03:57:58.6489347Z [2707/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Dict.cpp.obj 2025-03-14T03:57:58.6746584Z [2708/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\GeneratorForPrivateuseone.cpp.obj 2025-03-14T03:57:58.7011532Z [2709/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Formatting.cpp.obj 2025-03-14T03:57:58.8484920Z [2710/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Generator.cpp.obj 2025-03-14T03:57:58.9906555Z [2711/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NestedIntSymNodeImpl.cpp.obj 2025-03-14T03:57:59.1492739Z [2712/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NamedTensor.cpp.obj 2025-03-14T03:57:59.1561738Z [2713/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\List.cpp.obj 2025-03-14T03:57:59.1922165Z [2714/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Range.cpp.obj 2025-03-14T03:57:59.2512502Z [2715/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\MetaFallbackKernel.cpp.obj 2025-03-14T03:57:59.4479230Z [2716/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NamedRegistrations.cpp.obj 2025-03-14T03:57:59.5326098Z [2717/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\PythonFallbackKernel.cpp.obj 2025-03-14T03:57:59.7477518Z [2718/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\PythonOpRegistrationTrampoline.cpp.obj 2025-03-14T03:57:59.7844280Z [2719/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Vitals.cpp.obj 2025-03-14T03:58:00.0384531Z [2720/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\VmapModeRegistrations.cpp.obj 2025-03-14T03:58:00.0853837Z [2721/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\VariableHooksInterface.cpp.obj 2025-03-14T03:58:00.1067738Z [2722/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\blob.cpp.obj 2025-03-14T03:58:00.1140094Z [2723/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Tensor.cpp.obj 2025-03-14T03:58:00.1390804Z [2724/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\TorchDispatchUtils.cpp.obj 2025-03-14T03:58:00.1704037Z [2725/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\VariableFallbackKernel.cpp.obj 2025-03-14T03:58:00.4226026Z [2726/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\adaption.cpp.obj 2025-03-14T03:58:00.4313246Z [2727/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\ObservedOperators.cpp.obj 2025-03-14T03:58:00.6406140Z [2728/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\boxing\KernelFunction.cpp.obj 2025-03-14T03:58:00.9347952Z [2729/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\class_type.cpp.obj 2025-03-14T03:58:00.9876133Z [2730/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\custom_class.cpp.obj 2025-03-14T03:58:00.9996877Z [2731/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\DispatchKeyExtractor.cpp.obj 2025-03-14T03:58:01.0341954Z [2732/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\interned_strings.cpp.obj 2025-03-14T03:58:01.0704969Z [2733/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\Dispatcher.cpp.obj 2025-03-14T03:58:01.0875562Z [2734/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\OperatorEntry.cpp.obj 2025-03-14T03:58:01.3031467Z [2735/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dynamic_type.cpp.obj 2025-03-14T03:58:01.3300304Z [2736/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\operator_name.cpp.obj 2025-03-14T03:58:01.3782812Z [2737/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\function_schema.cpp.obj 2025-03-14T03:58:01.4822126Z [2738/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\register_symbols.cpp.obj 2025-03-14T03:58:01.8025030Z [2739/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ivalue.cpp.obj 2025-03-14T03:58:01.9330790Z [2740/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\op_registration\infer_schema.cpp.obj 2025-03-14T03:58:01.9412517Z [2741/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\library.cpp.obj 2025-03-14T03:58:01.9535443Z [2742/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\op_registration\op_registration.cpp.obj 2025-03-14T03:58:02.0816575Z [2743/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\tensor_type.cpp.obj 2025-03-14T03:58:02.1365729Z [2744/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\error_report.cpp.obj 2025-03-14T03:58:02.1737694Z [2745/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\type_factory.cpp.obj 2025-03-14T03:58:02.1891941Z [2746/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\type.cpp.obj 2025-03-14T03:58:02.2637785Z [2747/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\lexer.cpp.obj 2025-03-14T03:58:02.3158041Z [2748/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\strtod.cpp.obj 2025-03-14T03:58:02.3310085Z [2749/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\union_type.cpp.obj 2025-03-14T03:58:02.8214803Z [2750/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\function_schema_parser.cpp.obj 2025-03-14T03:58:02.8958081Z [2751/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\schema_type_parser.cpp.obj 2025-03-14T03:58:03.0045423Z [2752/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\source_range.cpp.obj 2025-03-14T03:58:03.1021432Z [2753/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveAveragePooling.cpp.obj 2025-03-14T03:58:03.1378714Z [2754/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveMaxPooling2d.cpp.obj 2025-03-14T03:58:03.1675684Z [2755/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveAveragePooling3d.cpp.obj 2025-03-14T03:58:03.1904772Z [2756/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveMaxPooling3d.cpp.obj 2025-03-14T03:58:03.2710280Z [2757/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Activation.cpp.obj 2025-03-14T03:58:03.6983744Z [2758/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AffineGridGenerator.cpp.obj 2025-03-14T03:58:03.7334680Z [2759/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AmpKernels.cpp.obj 2025-03-14T03:58:03.8768413Z [2760/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AutogradComposite.cpp.obj 2025-03-14T03:58:03.9977671Z [2761/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AveragePool3d.cpp.obj 2025-03-14T03:58:04.0348953Z [2762/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AveragePool2d.cpp.obj 2025-03-14T03:58:04.1194113Z [2763/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BatchLinearAlgebraKernel.cpp.obj 2025-03-14T03:58:04.1586773Z [2764/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BatchLinearAlgebra.cpp.obj 2025-03-14T03:58:04.2245041Z [2765/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BlasKernel.cpp.obj 2025-03-14T03:58:04.2847025Z [2766/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BinaryOps.cpp.obj 2025-03-14T03:58:04.6454359Z [2767/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Blas.cpp.obj 2025-03-14T03:58:04.8067889Z [2768/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Bucketization.cpp.obj 2025-03-14T03:58:04.9320746Z [2769/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\CPUFallback.cpp.obj 2025-03-14T03:58:05.0307774Z [2770/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ChanelShuffle.cpp.obj 2025-03-14T03:58:05.0393066Z [2771/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ComparisonUtils.cpp.obj 2025-03-14T03:58:05.1599096Z [2772/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Col2Im.cpp.obj 2025-03-14T03:58:05.1750139Z [2773/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Constraints.cpp.obj 2025-03-14T03:58:05.2667505Z [2774/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\CPUBlas.cpp.obj 2025-03-14T03:58:05.7292323Z [2775/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionMM2d.cpp.obj 2025-03-14T03:58:05.7827605Z [2776/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Convolution.cpp.obj 2025-03-14T03:58:05.8333876Z [2777/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionMM3d.cpp.obj 2025-03-14T03:58:05.9189158Z [2778/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionTBC.cpp.obj 2025-03-14T03:58:05.9600795Z [2779/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Copy.cpp.obj 2025-03-14T03:58:06.0020390Z [2780/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Correlation.cpp.obj 2025-03-14T03:58:06.0397786Z [2781/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DispatchStub.cpp.obj 2025-03-14T03:58:06.0746704Z [2782/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Cross.cpp.obj 2025-03-14T03:58:06.0968895Z [2783/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DilatedMaxPool2d.cpp.obj 2025-03-14T03:58:06.6141464Z [2784/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DilatedMaxPool3d.cpp.obj 2025-03-14T03:58:06.7769778Z [2785/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Distance.cpp.obj 2025-03-14T03:58:06.9035382Z [2786/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Distributions.cpp.obj 2025-03-14T03:58:06.9187071Z [2787/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Dropout.cpp.obj 2025-03-14T03:58:06.9671912Z [2788/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Embedding.cpp.obj 2025-03-14T03:58:07.0035597Z [2789/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\EmbeddingBag.cpp.obj 2025-03-14T03:58:07.0634936Z [2790/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ForeachOpsKernels.cpp.obj 2025-03-14T03:58:07.0809453Z [2791/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Fill.cpp.obj 2025-03-14T03:58:07.4184300Z [2792/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FractionalMaxPool2d.cpp.obj 2025-03-14T03:58:07.7342351Z [2793/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FractionalMaxPool3d.cpp.obj 2025-03-14T03:58:07.7823672Z [2794/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedAdagrad.cpp.obj 2025-03-14T03:58:07.8409288Z [2795/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedAdam.cpp.obj 2025-03-14T03:58:07.8576564Z [2796/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FunctionOfAMatrixUtils.cpp.obj 2025-03-14T03:58:07.9373649Z [2797/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedSGD.cpp.obj 2025-03-14T03:58:08.0065244Z [2798/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\GatedLinearUnit.cpp.obj 2025-03-14T03:58:08.0611864Z [2799/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\GridSampler.cpp.obj 2025-03-14T03:58:08.3144728Z [2800/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Histogram.cpp.obj 2025-03-14T03:58:08.6819091Z [2801/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\IndexingUtils.cpp.obj 2025-03-14T03:58:08.6926481Z [2802/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Im2Col.cpp.obj 2025-03-14T03:58:08.7140544Z [2803/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Integration.cpp.obj 2025-03-14T03:58:08.7783350Z [2804/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Itertools.cpp.obj 2025-03-14T03:58:08.8044899Z [2805/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LegacyBatching.cpp.obj 2025-03-14T03:58:08.8348526Z [2806/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Lerp.cpp.obj 2025-03-14T03:58:08.9700781Z [2807/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Linear.cpp.obj 2025-03-14T03:58:09.4680057Z [2808/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LinearAlgebra.cpp.obj 2025-03-14T03:58:09.5989634Z [2809/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossMultiLabelMargin.cpp.obj 2025-03-14T03:58:09.6442997Z [2810/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossCTC.cpp.obj 2025-03-14T03:58:09.6705585Z [2811/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Loss.cpp.obj 2025-03-14T03:58:09.6930978Z [2812/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossMultiMargin.cpp.obj 2025-03-14T03:58:09.7261641Z [2813/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossNLL2d.cpp.obj 2025-03-14T03:58:09.8239047Z [2814/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossNLL.cpp.obj 2025-03-14T03:58:09.8535315Z [2815/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MaxPooling.cpp.obj 2025-03-14T03:58:10.3780477Z [2816/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MaxUnpooling.cpp.obj 2025-03-14T03:58:10.4329955Z [2817/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MetaTensor.cpp.obj 2025-03-14T03:58:10.5325023Z [2818/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Memory.cpp.obj 2025-03-14T03:58:10.5481408Z [2819/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NNPACK.cpp.obj 2025-03-14T03:58:10.6633726Z [2820/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveConvolutionTranspose2d.cpp.obj 2025-03-14T03:58:10.6719353Z [2821/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveConvolutionTranspose3d.cpp.obj 2025-03-14T03:58:10.7450823Z [2822/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveDilatedConvolution.cpp.obj 2025-03-14T03:58:10.8322572Z [2823/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NamedTensor.cpp.obj 2025-03-14T03:58:11.3344999Z [2824/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NegateFallback.cpp.obj 2025-03-14T03:58:11.3614555Z [2825/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Normalization.cpp.obj 2025-03-14T03:58:11.4307748Z [2826/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PackedSequence.cpp.obj 2025-03-14T03:58:11.5275121Z [2827/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Onehot.cpp.obj 2025-03-14T03:58:11.5413550Z [2828/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PixelShuffle.cpp.obj 2025-03-14T03:58:11.5444439Z [2829/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PadNd.cpp.obj 2025-03-14T03:58:11.6170011Z [2830/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PointwiseOps.cpp.obj 2025-03-14T03:58:11.6681912Z [2831/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Pooling.cpp.obj 2025-03-14T03:58:12.2918658Z [2832/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Pow.cpp.obj 2025-03-14T03:58:12.3765274Z [2833/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\QuantizedLinear.cpp.obj 2025-03-14T03:58:12.4368603Z [2834/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RangeFactories.cpp.obj 2025-03-14T03:58:12.4794524Z [2835/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReduceOps.cpp.obj 2025-03-14T03:58:12.5065187Z [2836/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReduceAllOps.cpp.obj 2025-03-14T03:58:12.5411976Z [2837/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReflectionPad.cpp.obj 2025-03-14T03:58:12.5803281Z [2838/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RNN.cpp.obj 2025-03-14T03:58:12.6163770Z [2839/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Repeat.cpp.obj 2025-03-14T03:58:13.1784577Z [2840/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReplicationPadding.cpp.obj 2025-03-14T03:58:13.3177122Z [2841/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Resize.cpp.obj 2025-03-14T03:58:13.3537281Z [2842/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Scalar.cpp.obj 2025-03-14T03:58:13.3682552Z [2843/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RowwisePrune.cpp.obj 2025-03-14T03:58:13.4056457Z [2844/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SobolEngineOps.cpp.obj 2025-03-14T03:58:13.4337837Z [2845/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SegmentReduce.cpp.obj 2025-03-14T03:58:13.5575229Z [2846/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SoftMax.cpp.obj 2025-03-14T03:58:13.5949111Z [2847/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SobolEngineOpsUtils.cpp.obj 2025-03-14T03:58:14.1206017Z [2848/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Sorting.cpp.obj 2025-03-14T03:58:14.2790863Z [2849/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SummaryOps.cpp.obj 2025-03-14T03:58:14.3276743Z [2850/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SpectralOps.cpp.obj 2025-03-14T03:58:14.4235324Z [2851/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorCompare.cpp.obj 2025-03-14T03:58:14.6496855Z [2852/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorFactories.cpp.obj 2025-03-14T03:58:15.0436694Z [2853/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorIteratorReduce.cpp.obj 2025-03-14T03:58:15.1960651Z [2854/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorProperties.cpp.obj 2025-03-14T03:58:15.3608668Z [2855/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorShape.cpp.obj 2025-03-14T03:58:15.4013403Z [2856/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorTransformations.cpp.obj 2025-03-14T03:58:15.5236210Z [2857/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TestOps.cpp.obj 2025-03-14T03:58:15.7630459Z [2858/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unfold2d.cpp.obj 2025-03-14T03:58:15.9538832Z [2859/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TriangularOps.cpp.obj 2025-03-14T03:58:16.0541595Z [2860/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TypeProperties.cpp.obj 2025-03-14T03:58:16.3748598Z [2861/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UnaryOps.cpp.obj 2025-03-14T03:58:16.5381774Z [2862/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SparseTensorUtils.cpp.obj 2025-03-14T03:58:16.5913287Z [2863/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unfold3d.cpp.obj 2025-03-14T03:58:16.6561251Z [2864/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UnfoldBackward.cpp.obj 2025-03-14T03:58:16.7286845Z [2865/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorAdvancedIndexing.cpp.obj 2025-03-14T03:58:16.7772061Z [2866/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorConversions.cpp.obj 2025-03-14T03:58:16.8351135Z [2867/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unique.cpp.obj 2025-03-14T03:58:16.8800749Z [2868/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSample.cpp.obj 2025-03-14T03:58:17.3288646Z [2869/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleBicubic2d.cpp.obj 2025-03-14T03:58:17.5004359Z [2870/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleBilinear2d.cpp.obj 2025-03-14T03:58:17.5195076Z [2871/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleLinear1d.cpp.obj 2025-03-14T03:58:17.5822750Z [2872/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest1d.cpp.obj 2025-03-14T03:58:17.6592481Z [2873/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest2d.cpp.obj 2025-03-14T03:58:17.7546066Z [2874/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\VariableMethodStubs.cpp.obj 2025-03-14T03:58:17.7663523Z [2875/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest3d.cpp.obj 2025-03-14T03:58:17.7950641Z [2876/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleTrilinear3d.cpp.obj 2025-03-14T03:58:18.2054811Z [2877/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\WeightNorm.cpp.obj 2025-03-14T03:58:18.3965960Z [2878/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\prim_native_functions.cpp.obj 2025-03-14T03:58:18.3995109Z [2879/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\group_norm.cpp.obj 2025-03-14T03:58:18.4324543Z [2880/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\layer_norm.cpp.obj 2025-03-14T03:58:18.6450691Z [2881/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\library.cpp.obj 2025-03-14T03:58:18.7292088Z [2882/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\fbgemm_utils.cpp.obj 2025-03-14T03:58:18.7445101Z [2883/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\verbose_wrapper.cpp.obj 2025-03-14T03:58:18.7844247Z [2884/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear.cpp.obj 2025-03-14T03:58:19.3283318Z [2885/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_prepack.cpp.obj 2025-03-14T03:58:19.3981027Z [2886/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_dynamic.cpp.obj 2025-03-14T03:58:19.5317730Z [2887/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_unpack.cpp.obj 2025-03-14T03:58:19.6207405Z [2888/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\ParamUtils.cpp.obj 2025-03-14T03:58:19.6613725Z [2889/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SoftMax.cpp.obj 2025-03-14T03:58:19.6942908Z [2890/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\FlattenIndicesKernel.cpp.obj 2025-03-14T03:58:20.2933971Z [2891/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBinaryOpIntersectionKernel.cpp.obj 2025-03-14T03:58:20.3595846Z [2892/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBlas.cpp.obj 2025-03-14T03:58:20.5113151Z [2893/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBlasImpl.cpp.obj 2025-03-14T03:58:20.5660002Z [2894/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseFactories.cpp.obj 2025-03-14T03:58:20.6121273Z [2895/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseCsrTensor.cpp.obj 2025-03-14T03:58:20.7296167Z [2896/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseCsrTensorMath.cpp.obj 2025-03-14T03:58:21.2301894Z [2897/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseMatMul.cpp.obj 2025-03-14T03:58:21.3184421Z [2898/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseTensor.cpp.obj 2025-03-14T03:58:21.4913115Z [2899/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_deserialize.cpp.obj 2025-03-14T03:58:21.5148353Z [2900/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\ValidateCompressedIndicesKernel.cpp.obj 2025-03-14T03:58:21.5457236Z [2901/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseUnaryOps.cpp.obj 2025-03-14T03:58:21.5620921Z [2902/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseTensorMath.cpp.obj 2025-03-14T03:58:21.7483315Z [2903/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_serialize.cpp.obj 2025-03-14T03:58:24.0178915Z [2904/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorAliases.cpp.obj 2025-03-14T03:58:24.5262890Z [2905/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorBinaryOps.cpp.obj 2025-03-14T03:58:24.5951754Z [2906/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorBackward.cpp.obj 2025-03-14T03:58:24.7339088Z [2907/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorMatmul.cpp.obj 2025-03-14T03:58:24.7975803Z [2908/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorFactories.cpp.obj 2025-03-14T03:58:24.8374684Z [2909/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorMath.cpp.obj 2025-03-14T03:58:24.8753070Z [2910/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorTransformerFunctions.cpp.obj 2025-03-14T03:58:24.8903304Z [2911/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorUtils.cpp.obj 2025-03-14T03:58:24.9353836Z [2912/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorUnaryOps.cpp.obj 2025-03-14T03:58:24.9422291Z [2913/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\AffineQuantizerBase.cpp.obj 2025-03-14T03:58:25.3556661Z [2914/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\AffineQuantizer.cpp.obj 2025-03-14T03:58:26.2651468Z [2915/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AdaptiveAveragePooling.cpp.obj 2025-03-14T03:58:27.1959225Z [2916/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AveragePool2d.cpp.obj 2025-03-14T03:58:28.0106306Z [2917/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\Copy.cpp.obj 2025-03-14T03:58:28.1184570Z [2918/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\QTensor.cpp.obj 2025-03-14T03:58:28.1385657Z [2919/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AveragePool3d.cpp.obj 2025-03-14T03:58:28.1738058Z [2920/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorCompare.cpp.obj 2025-03-14T03:58:28.2087920Z [2921/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\FakeQuantPerTensorAffine.cpp.obj 2025-03-14T03:58:28.2687364Z [2922/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorAdvancedIndexing.cpp.obj 2025-03-14T03:58:28.2943285Z [2923/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\FakeQuantPerChannelAffine.cpp.obj 2025-03-14T03:58:28.3324404Z [2924/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorFactories.cpp.obj 2025-03-14T03:58:28.9643642Z [2925/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\BinaryOps.cpp.obj 2025-03-14T03:58:29.0254891Z [2926/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\ChannelShuffle.cpp.obj 2025-03-14T03:58:29.0340683Z [2927/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\RuyUtils.cpp.obj 2025-03-14T03:58:29.0969826Z [2928/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\IntReprQuant.cpp.obj 2025-03-14T03:58:29.1703128Z [2929/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\MakePerTensorQuantizedTensor.cpp.obj 2025-03-14T03:58:29.2402838Z [2930/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\ReduceOps.cpp.obj 2025-03-14T03:58:29.2513598Z [2931/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Normalization.cpp.obj 2025-03-14T03:58:29.2581036Z [2932/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Pooling.cpp.obj 2025-03-14T03:58:29.3483361Z [2933/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\LinearUnpackImpl.cpp.obj 2025-03-14T03:58:29.9437159Z [2934/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\TensorOperators.cpp.obj 2025-03-14T03:58:30.0131423Z [2935/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Sorting.cpp.obj 2025-03-14T03:58:30.0877414Z [2936/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\TensorShape.cpp.obj 2025-03-14T03:58:30.1037114Z [2937/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\init_qnnpack.cpp.obj 2025-03-14T03:58:30.1387855Z [2938/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleBilinear2d.cpp.obj 2025-03-14T03:58:30.1824256Z [2939/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleNearest2d.cpp.obj 2025-03-14T03:58:30.2455624Z [2940/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleNearest3d.cpp.obj 2025-03-14T03:58:30.5251665Z [2941/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\fbgemm_utils.cpp.obj 2025-03-14T03:58:30.8409389Z [2942/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\fused_obs_fake_quant.cpp.obj 2025-03-14T03:58:31.0419628Z [2943/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qclamp.cpp.obj 2025-03-14T03:58:31.3306941Z [2944/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv.cpp.obj 2025-03-14T03:58:31.3482246Z [2945/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_dynamic.cpp.obj 2025-03-14T03:58:31.4117091Z [2946/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_prepack.cpp.obj 2025-03-14T03:58:31.8024904Z [2947/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qelu.cpp.obj 2025-03-14T03:58:32.0670145Z [2948/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag.cpp.obj 2025-03-14T03:58:32.3002508Z [2949/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qgelu.cpp.obj 2025-03-14T03:58:32.3800340Z [2950/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag_prepack.cpp.obj 2025-03-14T03:58:32.4365566Z [2951/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag_unpack.cpp.obj 2025-03-14T03:58:32.5466334Z [2952/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\XnnpackUtils.cpp.obj 2025-03-14T03:58:32.6877703Z [2953/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qhardsigmoid.cpp.obj 2025-03-14T03:58:33.0473798Z [2954/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qhardswish.cpp.obj 2025-03-14T03:58:33.4941227Z [2955/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear.cpp.obj 2025-03-14T03:58:33.6086885Z [2956/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear_prepack.cpp.obj 2025-03-14T03:58:33.7023147Z [2957/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear_dynamic.cpp.obj 2025-03-14T03:58:33.8223593Z [2958/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qmul.cpp.obj 2025-03-14T03:58:33.8586222Z [2959/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_unpack_impl.cpp.obj 2025-03-14T03:58:33.9691246Z [2960/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qdropout.cpp.obj 2025-03-14T03:58:34.0589307Z [2961/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qnormalization.cpp.obj 2025-03-14T03:58:34.5539022Z [2962/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qsigmoid.cpp.obj 2025-03-14T03:58:34.5735804Z [2963/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qrelu.cpp.obj 2025-03-14T03:58:34.6705435Z [2964/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qtanh.cpp.obj 2025-03-14T03:58:34.7804153Z [2965/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\MklAllocationHelper.cpp.obj 2025-03-14T03:58:34.7910089Z [2966/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qthreshold.cpp.obj 2025-03-14T03:58:34.9110724Z [2967/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\library.cpp.obj 2025-03-14T03:58:35.1799496Z [2968/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\qconv_unpack.cpp.obj 2025-03-14T03:58:35.1877937Z [2969/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\LinearAlgebra.cpp.obj 2025-03-14T03:58:35.7588114Z [2970/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SparseBlasImpl.cpp.obj 2025-03-14T03:58:35.8351064Z [2971/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SpectralOps.cpp.obj 2025-03-14T03:58:35.8829420Z [2972/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qmatmul.cpp.obj 2025-03-14T03:58:35.9669454Z [2973/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SparseCsrLinearAlgebra.cpp.obj 2025-03-14T03:58:36.1689828Z [2974/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\BinaryOps.cpp.obj 2025-03-14T03:58:36.2079289Z [2975/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Conv.cpp.obj 2025-03-14T03:58:36.7110361Z [2976/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\IDeepRegistration.cpp.obj 2025-03-14T03:58:36.7912003Z [2977/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Copy.cpp.obj 2025-03-14T03:58:36.8195878Z [2978/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Gelu.cpp.obj 2025-03-14T03:58:37.0505037Z [2979/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qsoftmax.cpp.obj 2025-03-14T03:58:37.2824393Z [2980/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MKLDNNCommon.cpp.obj 2025-03-14T03:58:37.5628489Z [2981/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Linear.cpp.obj 2025-03-14T03:58:37.6907045Z [2982/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MkldnnTensorMath.cpp.obj 2025-03-14T03:58:37.8738467Z [2983/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\qlinear_unpack.cpp.obj 2025-03-14T03:58:37.8832257Z [2984/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Matmul.cpp.obj 2025-03-14T03:58:37.9796786Z [2985/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MKLDNNConversions.cpp.obj 2025-03-14T03:58:38.0626437Z [2986/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Normalization.cpp.obj 2025-03-14T03:58:38.6475070Z [2987/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Pooling.cpp.obj 2025-03-14T03:58:38.9700763Z [2988/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Relu.cpp.obj 2025-03-14T03:58:39.0278432Z [2989/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\SoftMax.cpp.obj 2025-03-14T03:58:39.0966443Z [2990/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\ConvPrepack.cpp.obj 2025-03-14T03:58:39.5996854Z [2991/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\TensorFactories.cpp.obj 2025-03-14T03:58:39.9401388Z [2992/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\TensorShape.cpp.obj 2025-03-14T03:58:40.0013068Z [2993/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\UnaryOps.cpp.obj 2025-03-14T03:58:40.0515082Z [2994/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Utils.cpp.obj 2025-03-14T03:58:40.5420963Z [2995/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\attention.cpp.obj 2025-03-14T03:58:40.6206692Z [2996/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\OpContext.cpp.obj 2025-03-14T03:58:40.8985677Z [2997/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\sdp_utils_cpp.cpp.obj 2025-03-14T03:58:40.9404492Z [2998/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\utils\Factory.cpp.obj 2025-03-14T03:58:40.9895041Z [2999/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\transformer.cpp.obj 2025-03-14T03:58:41.0680075Z [3000/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Prelu.cpp.obj 2025-03-14T03:58:41.3425588Z [3001/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Activation.cpp.obj 2025-03-14T03:58:41.3565406Z [3002/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Init.cpp.obj 2025-03-14T03:58:41.4114867Z [3003/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\AveragePooling.cpp.obj 2025-03-14T03:58:41.4283882Z [3004/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\RegisterMkldnnOpContextClass.cpp.obj 2025-03-14T03:58:41.5302695Z [3005/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Shim.cpp.obj 2025-03-14T03:58:41.6473675Z [3006/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\ChannelShuffle.cpp.obj 2025-03-14T03:58:41.6667582Z [3007/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\RNN.cpp.obj 2025-03-14T03:58:41.7790133Z [3008/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Convolution.cpp.obj 2025-03-14T03:58:41.9568569Z [3009/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Linear.cpp.obj 2025-03-14T03:58:42.1439088Z [3010/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\MaxPooling.cpp.obj 2025-03-14T03:58:42.2750049Z [3011/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\OpContext.cpp.obj 2025-03-14T03:58:42.3325471Z [3012/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\RegisterOpContextClass.cpp.obj 2025-03-14T03:58:43.0314176Z [3013/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_0.cpp.obj 2025-03-14T03:58:43.2217569Z [3014/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_1.cpp.obj 2025-03-14T03:58:43.2958899Z [3015/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterBackendSelect.cpp.obj 2025-03-14T03:58:43.3500815Z [3016/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_2.cpp.obj 2025-03-14T03:58:43.5140550Z [3017/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_4.cpp.obj 2025-03-14T03:58:43.5469624Z [3018/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CompositeViewCopyKernels.cpp.obj 2025-03-14T03:58:43.5962929Z [3019/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_3.cpp.obj 2025-03-14T03:58:43.7656399Z [3020/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Functions.cpp.obj 2025-03-14T03:58:44.5984887Z [3021/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeImplicitAutogradNestedTensor_0.cpp.obj 2025-03-14T03:58:44.6778150Z [3022/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU_0.cpp.obj 2025-03-14T03:58:44.9362534Z [3023/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU_1.cpp.obj 2025-03-14T03:58:44.9979059Z [3024/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU_2.cpp.obj 2025-03-14T03:58:45.0901570Z [3025/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU_3.cpp.obj 2025-03-14T03:58:45.3058163Z [3026/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeImplicitAutograd_0.cpp.obj 2025-03-14T03:58:45.3271420Z [3027/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeExplicitAutograd_0.cpp.obj 2025-03-14T03:58:45.4495678Z [3028/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeExplicitAutogradNonFunctional_0.cpp.obj 2025-03-14T03:58:46.0173081Z [3029/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_0.cpp.obj 2025-03-14T03:58:46.0914019Z [3030/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_1.cpp.obj 2025-03-14T03:58:46.2969317Z [3031/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterMkldnnCPU_0.cpp.obj 2025-03-14T03:58:46.3150303Z [3032/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorCPU_0.cpp.obj 2025-03-14T03:58:46.3774974Z [3033/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorMeta_0.cpp.obj 2025-03-14T03:58:46.5571391Z [3034/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_2.cpp.obj 2025-03-14T03:58:46.5889186Z [3035/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_3.cpp.obj 2025-03-14T03:58:46.6429921Z [3036/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterMeta_0.cpp.obj 2025-03-14T03:58:46.9105972Z [3037/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorXPU_0.cpp.obj 2025-03-14T03:58:47.0933205Z [3038/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterQuantizedCPU_0.cpp.obj 2025-03-14T03:58:47.3144392Z [3039/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterQuantizedMeta_0.cpp.obj 2025-03-14T03:58:47.3318334Z [3040/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSchema.cpp.obj 2025-03-14T03:58:47.4290715Z [3041/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCPU_0.cpp.obj 2025-03-14T03:58:48.0504916Z [3042/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ATenOpList.cpp.obj 2025-03-14T03:58:48.0587295Z [3043/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPU_add.cpp.obj 2025-03-14T03:58:48.0697839Z [3044/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrXPU_0.cpp.obj 2025-03-14T03:58:48.0731641Z [3045/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrMeta_0.cpp.obj 2025-03-14T03:58:48.0896703Z [3046/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseXPU_0.cpp.obj 2025-03-14T03:58:48.0926932Z [3047/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseMeta_0.cpp.obj 2025-03-14T03:58:48.1033009Z [3048/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrCPU_0.cpp.obj 2025-03-14T03:58:48.1761366Z [3049/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterZeroTensor_0.cpp.obj 2025-03-14T03:58:48.4100860Z [3050/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_model_loader.cpp.obj 2025-03-14T03:58:48.4770752Z [3051/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_wrapper.cpp.obj 2025-03-14T03:58:48.7176852Z [3052/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:48.8316369Z [3053/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\TensorMethods.cpp.obj 2025-03-14T03:58:48.9082144Z [3054/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\quantized\QTensorImpl.cpp.obj 2025-03-14T03:58:49.0088637Z [3055/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:49.3101209Z [3056/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:49.3543656Z [3057/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:49.3958925Z [3058/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:49.8350890Z [3059/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:49.8542710Z [3060/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:50.3007383Z [3061/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:50.3155182Z [3062/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:50.3758301Z [3063/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:50.3839171Z [3064/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:50.3904319Z [3065/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:50.9746322Z [3066/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:51.2490617Z [3067/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\quantized\Quantizer.cpp.obj 2025-03-14T03:58:51.2627528Z [3068/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:51.2656295Z [3069/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:51.2828317Z [3070/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:51.3842918Z [3071/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_bind.cpp.obj 2025-03-14T03:58:51.4019458Z [3072/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:51.4450034Z [3073/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_register.cpp.obj 2025-03-14T03:58:51.8029864Z [3074/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:51.8630202Z [3075/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:51.9075251Z [3076/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:51.9952530Z [3077/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:52.0630715Z [3078/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:52.2639815Z [3079/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:52.2797530Z [3080/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:52.3899540Z [3081/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:52.4181426Z [3082/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:52.4331497Z [3083/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:52.7476323Z [3084/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:52.8106491Z [3085/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:52.8191404Z [3086/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:52.8842845Z [3087/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:52.9300120Z [3088/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:52.9368417Z [3089/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:53.0367148Z [3090/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:53.3182861Z [3091/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:53.5826998Z [3092/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:53.6510937Z [3093/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:53.6635248Z [3094/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:53.7103673Z [3095/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:53.7518086Z [3096/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:53.8225922Z [3097/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:53.8669794Z [3098/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:53.9257243Z [3099/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:54.2189732Z [3100/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:54.3447873Z [3101/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:54.4274969Z [3102/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:54.4628426Z [3103/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:54.5114847Z [3104/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:54.5706850Z [3105/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:54.6174800Z [3106/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:54.7942404Z [3107/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:55.1309603Z [3108/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:55.1310970Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(32): warning C4180: qualifier applied to function type has no meaning; ignored 2025-03-14T03:58:55.1312404Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(131): note: see reference to class template instantiation 'at::vec::VecReduceAllSIMD' being compiled 2025-03-14T03:58:55.1313319Z with 2025-03-14T03:58:55.1313530Z [ 2025-03-14T03:58:55.1313721Z scalar_t=float, 2025-03-14T03:58:55.1315207Z Op=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2025-03-14T03:58:55.1315771Z ] 2025-03-14T03:58:55.1316789Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(237): note: see reference to function template instantiation 'scalar_t at::vec::vec_reduce_all(Op (__cdecl &),const at::vec::DEFAULT::Vectorized &)' being compiled 2025-03-14T03:58:55.1318118Z with 2025-03-14T03:58:55.1318308Z [ 2025-03-14T03:58:55.1318505Z scalar_t=float, 2025-03-14T03:58:55.1319100Z ReduceOp=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &), 2025-03-14T03:58:55.1320672Z Op=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2025-03-14T03:58:55.1322009Z ] 2025-03-14T03:58:55.1325159Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(177): note: see reference to function template instantiation 'scalar_t at::vec::map2_reduce_all::run_parallel_pdist::::()::,data_t(const data_t &,const data_t &),0>(const MapOp &,ReduceOp (__cdecl &),const scalar_t *,const scalar_t *,int64_t)' being compiled 2025-03-14T03:58:55.1328189Z with 2025-03-14T03:58:55.1328381Z [ 2025-03-14T03:58:55.1328578Z scalar_t=scalar_t, 2025-03-14T03:58:55.1328882Z data_t=at::vec::DEFAULT::Vectorized, 2025-03-14T03:58:55.1329879Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2025-03-14T03:58:55.1330993Z ReduceOp=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2025-03-14T03:58:55.1331584Z ] 2025-03-14T03:58:55.1334219Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(192): note: see reference to function template instantiation 'void at::native::`anonymous-namespace'::Dist::run_parallel_pdist::zdist_calc>>(at::Tensor &,const at::Tensor &,const scalar_t)' being compiled 2025-03-14T03:58:55.1335949Z with 2025-03-14T03:58:55.1336171Z [ 2025-03-14T03:58:55.1336454Z scalar_t=scalar_t 2025-03-14T03:58:55.1336731Z ] 2025-03-14T03:58:55.1339181Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(192): note: see reference to function template instantiation 'void at::native::`anonymous-namespace'::Dist::run_parallel_pdist::zdist_calc>>(at::Tensor &,const at::Tensor &,const scalar_t)' being compiled 2025-03-14T03:58:55.1340859Z with 2025-03-14T03:58:55.1341082Z [ 2025-03-14T03:58:55.1341269Z scalar_t=scalar_t 2025-03-14T03:58:55.1341516Z ] 2025-03-14T03:58:55.1342716Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(190): note: while compiling class template member function 'void at::native::`anonymous-namespace'::Dist::apply_pdist(at::Tensor &,const at::Tensor &,const scalar_t)' 2025-03-14T03:58:55.1344888Z with 2025-03-14T03:58:55.1345084Z [ 2025-03-14T03:58:55.1345290Z scalar_t=scalar_t 2025-03-14T03:58:55.1345535Z ] 2025-03-14T03:58:55.1541597Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(420): note: see reference to function template instantiation 'void at::native::`anonymous-namespace'::Dist::apply_pdist(at::Tensor &,const at::Tensor &,const scalar_t)' being compiled 2025-03-14T03:58:55.1543328Z with 2025-03-14T03:58:55.1543528Z [ 2025-03-14T03:58:55.1543716Z scalar_t=scalar_t 2025-03-14T03:58:55.1543961Z ] 2025-03-14T03:58:55.1545006Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(422): note: see reference to class template instantiation 'at::native::`anonymous-namespace'::Dist' being compiled 2025-03-14T03:58:55.1546690Z [3109/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:55.1694550Z [3110/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:55.1761580Z [3111/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:55.2650981Z [3112/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:55.3156683Z [3113/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:55.5126833Z [3114/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:55.5667881Z [3115/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:55.7045210Z [3116/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:55.7927846Z [3117/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:55.7929374Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(517): warning C4333: '>>': right shift by too large amount, data loss 2025-03-14T03:58:55.7930648Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_base.h(935): warning C4333: '>>': right shift by too large amount, data loss 2025-03-14T03:58:55.9124408Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(517): note: see reference to function template instantiation 'at::vec::DEFAULT::Vectorized at::vec::DEFAULT::operator >>(const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &)' being compiled 2025-03-14T03:58:55.9126305Z [3118/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\mkl\SparseBlas.cpp.obj 2025-03-14T03:58:56.0116938Z [3119/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:56.0628036Z [3120/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:56.0744914Z [3121/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:56.1427980Z [3122/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:56.3464934Z [3123/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.obj 2025-03-14T03:58:56.3519413Z [3124/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\istream_adapter.cc.obj 2025-03-14T03:58:56.4468253Z [3125/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\file_adapter.cc.obj 2025-03-14T03:58:56.4827580Z [3126/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\crc.cc.obj 2025-03-14T03:58:56.5118407Z [3127/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\vulkan\Context.cpp.obj 2025-03-14T03:58:56.5340061Z [3128/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\metal\Context.cpp.obj 2025-03-14T03:58:56.5470044Z [3129/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\inline_container.cc.obj 2025-03-14T03:58:56.5819300Z [3130/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\read_adapter_interface.cc.obj 2025-03-14T03:58:56.6057844Z [3131/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\thread_pool_guard.cpp.obj 2025-03-14T03:58:56.6302956Z [3132/7574] Building C object caffe2\CMakeFiles\torch_cpu.dir\__\third_party\miniz-3.0.2\miniz.c.obj 2025-03-14T03:58:56.6756535Z C:\actions-runner\_work\pytorch\pytorch\third_party\miniz-3.0.2\miniz.c(3137): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-03-14T03:58:56.6758115Z command line(1): note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-03-14T03:58:56.6760048Z C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um\winbase.h(9531): warning C5105: macro expansion producing 'defined' has undefined behavior 2025-03-14T03:58:56.6761724Z [3133/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\string_utils.cc.obj 2025-03-14T03:58:56.8388692Z [3134/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\pthreadpool-cpp.cc.obj 2025-03-14T03:58:56.9775295Z [3135/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\proto_wrap.cc.obj 2025-03-14T03:58:56.9852670Z [3136/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\ThreadPool.cc.obj 2025-03-14T03:58:56.9870440Z [3137/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\core\common.cc.obj 2025-03-14T03:58:57.6046804Z [3138/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ViewFuncs.cpp.obj 2025-03-14T03:58:58.3053896Z [3139/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_0.cpp.obj 2025-03-14T03:58:59.0185180Z [3140/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_1.cpp.obj 2025-03-14T03:58:59.5713253Z [3141/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_2.cpp.obj 2025-03-14T03:59:00.1831523Z [3142/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\Functions.cpp.obj 2025-03-14T03:59:00.2265299Z [3143/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_3.cpp.obj 2025-03-14T03:59:00.3487123Z [3144/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_0.cpp.obj 2025-03-14T03:59:00.4489453Z [3145/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_1.cpp.obj 2025-03-14T03:59:00.5185454Z [3146/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_2.cpp.obj 2025-03-14T03:59:00.5770914Z [3147/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_4.cpp.obj 2025-03-14T03:59:00.7177548Z [3148/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_3.cpp.obj 2025-03-14T03:59:00.8946089Z [3149/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_4.cpp.obj 2025-03-14T03:59:01.2439088Z [3150/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\generated\c_shim_cpu.cpp.obj 2025-03-14T03:59:01.4883610Z [3151/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\RegisterAutogradLazy.cpp.obj 2025-03-14T03:59:01.4975356Z [3152/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ADInplaceOrViewType_0.cpp.obj 2025-03-14T03:59:01.6041134Z [3153/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ADInplaceOrViewType_1.cpp.obj 2025-03-14T03:59:01.6290485Z [3154/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\RegisterLazy.cpp.obj 2025-03-14T03:59:01.6643155Z [3155/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\anomaly_mode.cpp.obj 2025-03-14T03:59:01.7896881Z [3156/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd.cpp.obj 2025-03-14T03:59:02.1111650Z [3157/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd_meta.cpp.obj 2025-03-14T03:59:02.4140923Z [3158/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\cpp_hook.cpp.obj 2025-03-14T03:59:02.4732612Z [3159/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\forward_grad.cpp.obj 2025-03-14T03:59:02.5031965Z [3160/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd_not_implemented_fallback.cpp.obj 2025-03-14T03:59:02.5632613Z [3161/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\engine.cpp.obj 2025-03-14T03:59:03.4756312Z [3162/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\utils.cpp.obj 2025-03-14T03:59:04.1677627Z [3163/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\LazyNativeFunctions.cpp.obj 2025-03-14T03:59:04.4378668Z [3164/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\input_metadata.cpp.obj 2025-03-14T03:59:04.9920034Z [3165/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\custom_function.cpp.obj 2025-03-14T03:59:05.0136396Z [3166/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\jit_decomp_interface.cpp.obj 2025-03-14T03:59:05.1856390Z [3167/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\function.cpp.obj 2025-03-14T03:59:05.3540626Z [3168/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\profiler_kineto.cpp.obj 2025-03-14T03:59:05.4838415Z [3169/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\accumulate_grad.cpp.obj 2025-03-14T03:59:05.6233511Z [3170/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\utils\warnings.cpp.obj 2025-03-14T03:59:05.8013838Z [3171/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\input_buffer.cpp.obj 2025-03-14T03:59:05.8330030Z [3172/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\basic_ops.cpp.obj 2025-03-14T03:59:05.9015245Z [3173/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\tensor.cpp.obj 2025-03-14T03:59:05.9483599Z [3174/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\record_function_ops.cpp.obj 2025-03-14T03:59:05.9915544Z [3175/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\profiler_legacy.cpp.obj 2025-03-14T03:59:06.1116354Z [3176/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\saved_variable.cpp.obj 2025-03-14T03:59:06.5359263Z [3177/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\variable_info.cpp.obj 2025-03-14T03:59:06.7829809Z [3178/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\dynamo\compiled_autograd.cpp.obj 2025-03-14T03:59:06.8681407Z [3179/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner_cpu.cpp.obj 2025-03-14T03:59:06.9079705Z [3180/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_package\model_package_loader.cpp.obj 2025-03-14T03:59:06.9296957Z [3181/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\mkldnn_tensor.cpp.obj 2025-03-14T03:59:06.9873635Z [3182/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner.cpp.obj 2025-03-14T03:59:07.2942718Z [3183/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\oss_proxy_executor.cpp.obj 2025-03-14T03:59:07.6411638Z [3184/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\shim_mkldnn.cpp.obj 2025-03-14T03:59:07.7448535Z [3185/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\shim_common.cpp.obj 2025-03-14T03:59:07.7855979Z [3186/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\tensor_converter.cpp.obj 2025-03-14T03:59:08.0707800Z [3187/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\module.cpp.obj 2025-03-14T03:59:08.2942610Z [3188/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\object.cpp.obj 2025-03-14T03:59:08.6349800Z [3189/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_debug_handler.cpp.obj 2025-03-14T03:59:08.7977364Z [3190/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_debug_info.cpp.obj 2025-03-14T03:59:08.8344417Z [3191/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_detail.cpp.obj 2025-03-14T03:59:08.9558392Z [3192/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\variable.cpp.obj 2025-03-14T03:59:08.9712880Z [3193/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_interface.cpp.obj 2025-03-14T03:59:09.2480899Z [3194/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_resolver.cpp.obj 2025-03-14T03:59:10.4203795Z [3195/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\inductor_ops.cpp.obj 2025-03-14T03:59:10.5575854Z [3196/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\function_impl.cpp.obj 2025-03-14T03:59:11.4435229Z [3197/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\builtin_functions.cpp.obj 2025-03-14T03:59:11.5524051Z [3198/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\canonicalize_modified_loop.cpp.obj 2025-03-14T03:59:11.7395510Z [3199/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\edit_distance.cpp.obj 2025-03-14T03:59:12.1912524Z [3200/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\codegen.cpp.obj 2025-03-14T03:59:12.2610634Z [3201/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\fallback.cpp.obj 2025-03-14T03:59:12.3287219Z [3202/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\interface.cpp.obj 2025-03-14T03:59:12.3581854Z [3203/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\compiler.cpp.obj 2025-03-14T03:59:12.3763483Z [3204/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\convert_to_ssa.cpp.obj 2025-03-14T03:59:12.4105047Z [3205/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\executor.cpp.obj 2025-03-14T03:59:12.6398447Z [3206/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\exit_transforms.cpp.obj 2025-03-14T03:59:12.6463882Z [3207/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\name_mangler.cpp.obj 2025-03-14T03:59:12.7336709Z [3208/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\kernel_cache.cpp.obj 2025-03-14T03:59:12.8152069Z [3209/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\parser.cpp.obj 2025-03-14T03:59:13.1908422Z [3210/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\inline_loop_condition.cpp.obj 2025-03-14T03:59:13.3584556Z [3211/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\schema_matching.cpp.obj 2025-03-14T03:59:13.4186253Z [3212/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\script_type_parser.cpp.obj 2025-03-14T03:59:13.5762537Z [3213/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\ir_emitter.cpp.obj 2025-03-14T03:59:13.6280167Z [3214/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\sugared_value.cpp.obj 2025-03-14T03:59:13.6533534Z [3215/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\tracer.cpp.obj 2025-03-14T03:59:13.7503964Z [3216/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\versioned_symbols.cpp.obj 2025-03-14T03:59:13.7584523Z [3217/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\alias_analysis.cpp.obj 2025-03-14T03:59:14.1651293Z [3218/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\attributes.cpp.obj 2025-03-14T03:59:14.3490022Z [3219/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\graph_utils.cpp.obj 2025-03-14T03:59:14.6118507Z [3220/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\scope.cpp.obj 2025-03-14T03:59:14.6281473Z [3221/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\ir.cpp.obj 2025-03-14T03:59:14.6532128Z [3222/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\irparser.cpp.obj 2025-03-14T03:59:14.6728489Z [3223/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\node_hashing.cpp.obj 2025-03-14T03:59:14.7387128Z [3224/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\subgraph_matcher.cpp.obj 2025-03-14T03:59:15.1179063Z [3225/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\type_hashing.cpp.obj 2025-03-14T03:59:15.3735568Z [3226/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\jit_log.cpp.obj 2025-03-14T03:59:15.5408819Z [3227/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\jit_opt_limit.cpp.obj 2025-03-14T03:59:15.5792550Z [3228/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\runtime_compatibility.cpp.obj 2025-03-14T03:59:15.6303168Z [3229/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\model_compatibility.cpp.obj 2025-03-14T03:59:15.6654286Z [3230/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\function.cpp.obj 2025-03-14T03:59:16.1560027Z [3231/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\import.cpp.obj 2025-03-14T03:59:16.4462709Z [3232/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\registry.cpp.obj 2025-03-14T03:59:16.5532833Z [3233/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\backend.cpp.obj 2025-03-14T03:59:16.5616647Z [3234/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\module.cpp.obj 2025-03-14T03:59:16.6506998Z [3235/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\observer.cpp.obj 2025-03-14T03:59:17.0354252Z [3236/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\constants.cpp.obj 2025-03-14T03:59:17.2726028Z [3237/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\interpreter.cpp.obj 2025-03-14T03:59:17.3559677Z [3238/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\parse_bytecode.cpp.obj 2025-03-14T03:59:17.5170713Z [3239/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\prim_ops_registery.cpp.obj 2025-03-14T03:59:17.5198310Z [3240/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\parse_operators.cpp.obj 2025-03-14T03:59:17.8491159Z [3241/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\context.cpp.obj 2025-03-14T03:59:18.2534557Z [3242/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\quantization.cpp.obj 2025-03-14T03:59:18.3997248Z [3243/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\upgrader_mobile.cpp.obj 2025-03-14T03:59:18.4438377Z [3244/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\type_parser.cpp.obj 2025-03-14T03:59:18.6623499Z [3245/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\version_map.cpp.obj 2025-03-14T03:59:18.6908957Z [3246/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\flatbuffer_loader.cpp.obj 2025-03-14T03:59:18.6969136Z [3247/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\utils.cpp.obj 2025-03-14T03:59:18.8082513Z [3248/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\promoted_prim_ops.cpp.obj 2025-03-14T03:59:18.8665558Z [3249/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\upgraders.cpp.obj 2025-03-14T03:59:19.1099441Z [3250/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\register_ops_common_utils.cpp.obj 2025-03-14T03:59:19.2630639Z [3251/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\upgraders_entry.cpp.obj 2025-03-14T03:59:19.3292676Z [3252/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\aot_compiler.cpp.obj 2025-03-14T03:59:19.6248651Z [3253/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\add_if_then_else.cpp.obj 2025-03-14T03:59:19.6616979Z [3254/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\annotate_warns.cpp.obj 2025-03-14T03:59:19.8492115Z [3255/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\canonicalize.cpp.obj 2025-03-14T03:59:20.1089805Z [3256/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\canonicalize_graph_fuser_ops.cpp.obj 2025-03-14T03:59:20.3023941Z [3257/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\check_strict_fusion.cpp.obj 2025-03-14T03:59:20.6759238Z [3258/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\common_subexpression_elimination.cpp.obj 2025-03-14T03:59:20.8377245Z [3259/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\concat_opt.cpp.obj 2025-03-14T03:59:21.1195801Z [3260/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\constant_pooling.cpp.obj 2025-03-14T03:59:21.2946861Z [3261/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\constant_propagation.cpp.obj 2025-03-14T03:59:21.6799424Z [3262/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\create_autodiff_subgraphs.cpp.obj 2025-03-14T03:59:21.8213059Z [3263/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\create_functional_graphs.cpp.obj 2025-03-14T03:59:22.0878545Z [3264/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\bailout_graph.cpp.obj 2025-03-14T03:59:22.1277096Z [3265/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dbr_quantization\remove_redundant_aliases.cpp.obj 2025-03-14T03:59:22.2196193Z [3266/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dead_code_elimination.cpp.obj 2025-03-14T03:59:22.3950700Z [3267/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\batch_mm.cpp.obj 2025-03-14T03:59:22.6878334Z [3268/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\decompose_ops.cpp.obj 2025-03-14T03:59:22.7905676Z [3269/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\device_type_analysis.cpp.obj 2025-03-14T03:59:22.8312817Z [3270/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\clear_profiling.cpp.obj 2025-03-14T03:59:23.0239743Z [3271/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\clear_undefinedness.cpp.obj 2025-03-14T03:59:23.0418633Z [3272/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\eliminate_no_ops.cpp.obj 2025-03-14T03:59:23.0458768Z [3273/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dtype_analysis.cpp.obj 2025-03-14T03:59:23.2408475Z [3274/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\erase_number_types.cpp.obj 2025-03-14T03:59:23.3376727Z [3275/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fixup_trace_scope_blocks.cpp.obj 2025-03-14T03:59:23.6837814Z [3276/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fold_conv_bn.cpp.obj 2025-03-14T03:59:23.8136354Z [3277/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fold_linear_bn.cpp.obj 2025-03-14T03:59:24.0140720Z [3278/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_conv_folding.cpp.obj 2025-03-14T03:59:24.0525046Z [3279/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_concat_linear.cpp.obj 2025-03-14T03:59:24.0865808Z [3280/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_conv_add_relu_fusion.cpp.obj 2025-03-14T03:59:24.1982844Z [3281/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_graph_optimizations.cpp.obj 2025-03-14T03:59:24.3852155Z [3282/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_linear_folding.cpp.obj 2025-03-14T03:59:24.6446873Z [3283/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_linear_transpose.cpp.obj 2025-03-14T03:59:25.0593490Z [3284/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fuse_linear.cpp.obj 2025-03-14T03:59:25.0750461Z [3285/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fuse_relu.cpp.obj 2025-03-14T03:59:25.1649264Z [3286/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\graph_rewrite_helper.cpp.obj 2025-03-14T03:59:25.6674648Z [3287/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\hoist_conv_packed_params.cpp.obj 2025-03-14T03:59:26.0726406Z [3288/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_autodiff_subgraphs.cpp.obj 2025-03-14T03:59:26.0979771Z [3289/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_fork_wait.cpp.obj 2025-03-14T03:59:26.1798584Z [3290/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_forked_closures.cpp.obj 2025-03-14T03:59:26.5576276Z [3291/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\freeze_module.cpp.obj 2025-03-14T03:59:26.7058754Z [3292/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inliner.cpp.obj 2025-03-14T03:59:27.0126871Z [3293/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inplace_check.cpp.obj 2025-03-14T03:59:27.1732653Z [3294/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\integer_value_refinement.cpp.obj 2025-03-14T03:59:27.5507477Z [3295/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lift_closures.cpp.obj 2025-03-14T03:59:27.5819974Z [3296/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_ops_to_mkldnn.cpp.obj 2025-03-14T03:59:27.6128174Z [3297/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\graph_fuser.cpp.obj 2025-03-14T03:59:27.9153261Z [3298/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\guard_elimination.cpp.obj 2025-03-14T03:59:27.9324534Z [3299/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\loop_unrolling.cpp.obj 2025-03-14T03:59:28.2279862Z [3300/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_grad_of.cpp.obj 2025-03-14T03:59:28.5438289Z [3301/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_tuples.cpp.obj 2025-03-14T03:59:28.8841565Z [3302/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\pass_manager.cpp.obj 2025-03-14T03:59:28.8927824Z [3303/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\normalize_ops.cpp.obj 2025-03-14T03:59:29.1689164Z [3304/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole.cpp.obj 2025-03-14T03:59:29.4908126Z [3305/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_alias_sensitive.cpp.obj 2025-03-14T03:59:29.6786032Z [3306/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\insert_guards.cpp.obj 2025-03-14T03:59:29.8129739Z [3307/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_dict_idioms.cpp.obj 2025-03-14T03:59:29.8246827Z [3308/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_list_idioms.cpp.obj 2025-03-14T03:59:30.1085282Z [3309/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_non_tensor.cpp.obj 2025-03-14T03:59:30.2254015Z [3310/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\liveness.cpp.obj 2025-03-14T03:59:30.5341762Z [3311/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\prepack_folding.cpp.obj 2025-03-14T03:59:30.7235108Z [3312/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\dedup_module_uses.cpp.obj 2025-03-14T03:59:30.7831889Z [3313/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\fusion_passes.cpp.obj 2025-03-14T03:59:30.9677231Z [3314/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\metal_rewrite.cpp.obj 2025-03-14T03:59:30.9736649Z [3315/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\quantization_type.cpp.obj 2025-03-14T03:59:31.0932141Z [3316/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\helper.cpp.obj 2025-03-14T03:59:31.2409041Z [3317/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\insert_observers.cpp.obj 2025-03-14T03:59:31.3749642Z [3318/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\mkldnn_rewrite.cpp.obj 2025-03-14T03:59:31.4870973Z [3319/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\insert_quant_dequant.cpp.obj 2025-03-14T03:59:31.9176057Z [3320/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\refine_tuple_types.cpp.obj 2025-03-14T03:59:31.9392368Z [3321/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_dropout.cpp.obj 2025-03-14T03:59:32.0610106Z [3322/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_exceptions.cpp.obj 2025-03-14T03:59:32.2312217Z [3323/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_expands.cpp.obj 2025-03-14T03:59:32.3613040Z [3324/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_mutation.cpp.obj 2025-03-14T03:59:32.5039131Z [3325/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_redundant_profiles.cpp.obj 2025-03-14T03:59:32.8520190Z [3326/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\replacement_of_old_operators.cpp.obj 2025-03-14T03:59:32.8703524Z [3327/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\requires_grad_analysis.cpp.obj 2025-03-14T03:59:33.0371110Z [3328/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\restore_mutation.cpp.obj 2025-03-14T03:59:33.2299475Z [3329/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\shape_analysis.cpp.obj 2025-03-14T03:59:33.3238182Z [3330/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\finalize.cpp.obj 2025-03-14T03:59:33.5044783Z [3331/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\subgraph_rewrite.cpp.obj 2025-03-14T03:59:33.8097751Z [3332/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_cache.cpp.obj 2025-03-14T03:59:33.8376460Z [3333/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_analysis.cpp.obj 2025-03-14T03:59:34.2936873Z [3334/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\register_packed_params.cpp.obj 2025-03-14T03:59:34.3465100Z [3335/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\update_differentiable_graph_requires_grad.cpp.obj 2025-03-14T03:59:34.5216955Z [3336/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\memory_dag.cpp.obj 2025-03-14T03:59:34.7339771Z [3337/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\op_registry.cpp.obj 2025-03-14T03:59:34.7977411Z [3338/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\optimization_utils.cpp.obj 2025-03-14T03:59:35.3073435Z [3339/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\subgraph_utils.cpp.obj 2025-03-14T03:59:35.3569252Z [3340/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\value_refinement_utils.cpp.obj 2025-03-14T03:59:35.3676837Z [3341/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\python\update_graph_executor_opt.cpp.obj 2025-03-14T03:59:35.4203254Z [3342/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\python\utf8_decoding_ignore.cpp.obj 2025-03-14T03:59:35.5030235Z [3343/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\variadic_ops.cpp.obj 2025-03-14T03:59:35.7409086Z [3344/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\specialize_autogradzero.cpp.obj 2025-03-14T03:59:36.3774410Z [3345/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\argument_spec.cpp.obj 2025-03-14T03:59:36.4450091Z [3346/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\autodiff.cpp.obj 2025-03-14T03:59:36.5424114Z [3347/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\decomposition_registry.cpp.obj 2025-03-14T03:59:36.6645075Z [3348/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\instruction.cpp.obj 2025-03-14T03:59:36.7045704Z [3349/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\decomposition_registry_util.cpp.obj 2025-03-14T03:59:36.7639011Z [3350/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_runtime_fusion.cpp.obj 2025-03-14T03:59:36.9264246Z [3351/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\tensorexpr_fuser.cpp.obj 2025-03-14T03:59:36.9581792Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\passes\tensorexpr_fuser.cpp(475): warning C4805: '&=': unsafe mix of type 'bool' and type 'unsigned __int64' in operation 2025-03-14T03:59:36.9583170Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\passes\tensorexpr_fuser.cpp(475): warning C4805: '&': unsafe mix of type 'bool' and type 'unsigned __int64' in operation 2025-03-14T03:59:36.9584575Z [3352/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\jit_exception.cpp.obj 2025-03-14T03:59:37.1804192Z [3353/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\logging.cpp.obj 2025-03-14T03:59:37.6982250Z [3354/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter\preprocess_graph.cpp.obj 2025-03-14T03:59:37.9281758Z [3355/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\print_handler.cpp.obj 2025-03-14T03:59:38.2207066Z [3356/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\vulkan_rewrite.cpp.obj 2025-03-14T03:59:38.3150862Z [3357/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\xnnpack_rewrite.cpp.obj 2025-03-14T03:59:39.9420286Z [3358/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\graph_executor.cpp.obj 2025-03-14T03:59:40.0124607Z [3359/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter.cpp.obj 2025-03-14T03:59:40.1929830Z [3360/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter\frame.cpp.obj 2025-03-14T03:59:40.5447111Z [3361/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\operator.cpp.obj 2025-03-14T03:59:40.6867015Z [3362/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\jit_trace.cpp.obj 2025-03-14T03:59:40.7993308Z [3363/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\slice_indices_adjust.cpp.obj 2025-03-14T03:59:40.8837521Z [3364/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\script_profile.cpp.obj 2025-03-14T03:59:40.9849329Z [3365/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\serialized_shape_function_registry.cpp.obj 2025-03-14T03:59:41.4325229Z [3366/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\profiling_graph_executor_impl.cpp.obj 2025-03-14T03:59:41.7016581Z [3367/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\profiling_record.cpp.obj 2025-03-14T03:59:41.7483183Z [3368/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\fusion.cpp.obj 2025-03-14T03:59:41.7772244Z [3369/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_ops_utils.cpp.obj 2025-03-14T03:59:41.8950481Z [3370/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\impl.cpp.obj 2025-03-14T03:59:42.0244345Z [3371/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\memory_planner.cpp.obj 2025-03-14T03:59:42.6895990Z [3372/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\passes.cpp.obj 2025-03-14T03:59:42.9551847Z [3373/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_script.cpp.obj 2025-03-14T03:59:43.0779897Z [3374/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_shape_registry.cpp.obj 2025-03-14T03:59:43.6781918Z [3375/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_shape_registry_util.cpp.obj 2025-03-14T03:59:43.9812506Z [3376/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\simple_graph_executor_impl.cpp.obj 2025-03-14T03:59:43.9977109Z [3377/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\callstack_debug_info_serialization.cpp.obj 2025-03-14T03:59:44.8751613Z [3378/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_export_helpers.cpp.obj 2025-03-14T03:59:45.0027670Z [3379/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_read.cpp.obj 2025-03-14T03:59:45.0271492Z [3380/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\generated_ops.cpp.obj 2025-03-14T03:59:45.0763631Z [3381/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\vararg_functions.cpp.obj 2025-03-14T03:59:45.1175979Z [3382/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\native_ops.cpp.obj 2025-03-14T03:59:45.4230700Z [3383/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\te_wrapper.cpp.obj 2025-03-14T03:59:45.6996579Z [3384/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\ops.cpp.obj 2025-03-14T03:59:45.9988623Z [3385/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_source.cpp.obj 2025-03-14T03:59:46.0477827Z [3386/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\pickle.cpp.obj 2025-03-14T03:59:46.0705803Z [3387/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\source_range_serialization.cpp.obj 2025-03-14T03:59:46.1008503Z [3388/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\python_print.cpp.obj 2025-03-14T03:59:46.4331089Z [3389/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\type_name_uniquer.cpp.obj 2025-03-14T03:59:47.2967962Z [3390/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import.cpp.obj 2025-03-14T03:59:48.5692236Z [3391/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\pickler.cpp.obj 2025-03-14T03:59:49.1209420Z [3392/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\unpickler.cpp.obj 2025-03-14T03:59:49.2583304Z [3393/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\block_codegen.cpp.obj 2025-03-14T03:59:49.4734843Z [3394/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\bounds_inference.cpp.obj 2025-03-14T03:59:49.5399877Z [3395/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\bounds_overlap.cpp.obj 2025-03-14T03:59:49.7034754Z [3396/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\codegen.cpp.obj 2025-03-14T03:59:49.7634950Z [3397/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_registry.cpp.obj 2025-03-14T03:59:49.8481790Z [3398/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\cpp_codegen.cpp.obj 2025-03-14T03:59:49.9620628Z [3399/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\intrinsic_symbols.cpp.obj 2025-03-14T03:59:50.6069097Z [3400/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\eval.cpp.obj 2025-03-14T03:59:50.8874699Z [3401/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir.cpp.obj 2025-03-14T03:59:51.8901070Z [3402/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\expr.cpp.obj 2025-03-14T03:59:52.4564850Z [3403/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_codegen.cpp.obj 2025-03-14T03:59:52.7042095Z [3404/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_core.cpp.obj 2025-03-14T03:59:52.8425662Z [3405/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions.cpp.obj 2025-03-14T03:59:53.2493747Z [3406/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\hash_provider.cpp.obj 2025-03-14T03:59:53.5209944Z [3407/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\graph_opt.cpp.obj 2025-03-14T03:59:53.6156250Z [3408/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\llvm_codegen.cpp.obj 2025-03-14T03:59:53.7061839Z [3409/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\llvm_jit.cpp.obj 2025-03-14T03:59:53.9421122Z [3410/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_cloner.cpp.obj 2025-03-14T03:59:54.3556718Z [3411/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_mutator.cpp.obj 2025-03-14T03:59:55.3165699Z [3412/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_printer.cpp.obj 2025-03-14T03:59:55.8695481Z [3413/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_simplifier.cpp.obj 2025-03-14T03:59:55.8697879Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(395): warning C4805: '==': unsafe mix of type 'c10::impl::ScalarTypeToCPPType::type' and type 'T' in operation 2025-03-14T03:59:55.8699598Z with 2025-03-14T03:59:55.8699964Z [ 2025-03-14T03:59:55.8700296Z T=int 2025-03-14T03:59:55.8700653Z ] 2025-03-14T03:59:55.8702658Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\tensorexpr\ir_simplifier.cpp(318): note: see reference to function template instantiation 'bool torch::jit::tensorexpr::immediateEquals(const torch::jit::tensorexpr::ExprPtr &,T)' being compiled 2025-03-14T03:59:56.0608921Z with 2025-03-14T03:59:56.0609330Z [ 2025-03-14T03:59:56.0609655Z T=int 2025-03-14T03:59:56.0609957Z ] 2025-03-14T03:59:56.0610852Z [3414/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_verifier.cpp.obj 2025-03-14T03:59:56.1341138Z [3415/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_visitor.cpp.obj 2025-03-14T03:59:56.8687154Z [3416/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\kernel.cpp.obj 2025-03-14T03:59:57.0807778Z [3417/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\loopnest.cpp.obj 2025-03-14T03:59:57.4191594Z [3418/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\loopnest_randomization.cpp.obj 2025-03-14T03:59:57.9450994Z [3419/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\lowerings.cpp.obj 2025-03-14T03:59:58.7184301Z [3420/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\mem_dependency_checker.cpp.obj 2025-03-14T03:59:58.7185666Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(395): warning C4805: '==': unsafe mix of type 'c10::impl::ScalarTypeToCPPType::type' and type 'T' in operation 2025-03-14T03:59:58.7186698Z with 2025-03-14T03:59:58.7186963Z [ 2025-03-14T03:59:58.7187174Z T=int 2025-03-14T03:59:58.7187384Z ] 2025-03-14T03:59:59.4331109Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\tensorexpr\mem_dependency_checker.cpp(627): note: see reference to function template instantiation 'bool torch::jit::tensorexpr::immediateEquals(const torch::jit::tensorexpr::ExprPtr &,T)' being compiled 2025-03-14T03:59:59.4332306Z with 2025-03-14T03:59:59.4332518Z [ 2025-03-14T03:59:59.4332739Z T=int 2025-03-14T03:59:59.5953397Z ] 2025-03-14T03:59:59.5954002Z [3421/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\conv2d.cpp.obj 2025-03-14T03:59:59.5954925Z [3422/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\matmul.cpp.obj 2025-03-14T03:59:59.6610313Z [3423/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\misc.cpp.obj 2025-03-14T04:00:00.3035046Z [3424/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\reduction.cpp.obj 2025-03-14T04:00:00.4685308Z [3425/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\norm.cpp.obj 2025-03-14T04:00:00.6524373Z [3426/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\pointwise.cpp.obj 2025-03-14T04:00:00.6739733Z [3427/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\tensor.cpp.obj 2025-03-14T04:00:00.7019088Z [3428/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\types.cpp.obj 2025-03-14T04:00:00.8542445Z [3429/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\quantization.cpp.obj 2025-03-14T04:00:01.3372547Z [3430/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\unique_name_manager.cpp.obj 2025-03-14T04:00:01.6188548Z [3431/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\testing\file_check.cpp.obj 2025-03-14T04:00:01.6991023Z [3432/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\testing\hooks_for_testing.cpp.obj 2025-03-14T04:00:01.7411150Z [3433/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\reduction.cpp.obj 2025-03-14T04:00:01.7571020Z [3434/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\backend_device.cpp.obj 2025-03-14T04:00:01.8120285Z [3435/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\backend_interface.cpp.obj 2025-03-14T04:00:01.9104569Z [3436/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\config.cpp.obj 2025-03-14T04:00:02.2252497Z [3437/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\lowering_context.cpp.obj 2025-03-14T04:00:02.2518021Z [3438/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\softmax.cpp.obj 2025-03-14T04:00:02.6155725Z [3439/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\debug_util.cpp.obj 2025-03-14T04:00:02.6275037Z [3440/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\hash.cpp.obj 2025-03-14T04:00:02.6886073Z [3441/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\helpers.cpp.obj 2025-03-14T04:00:02.7915256Z [3442/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir.cpp.obj 2025-03-14T04:00:02.8824768Z [3443/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_dump_util.cpp.obj 2025-03-14T04:00:02.9405197Z [3444/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\registerizer.cpp.obj 2025-03-14T04:00:02.9406474Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(395): warning C4805: '==': unsafe mix of type 'c10::impl::ScalarTypeToCPPType::type' and type 'T' in operation 2025-03-14T04:00:02.9407503Z with 2025-03-14T04:00:02.9407704Z [ 2025-03-14T04:00:02.9407897Z T=int 2025-03-14T04:00:02.9408106Z ] 2025-03-14T04:00:02.9409342Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\tensorexpr\registerizer.cpp(92): note: see reference to function template instantiation 'bool torch::jit::tensorexpr::immediateEquals(const torch::jit::tensorexpr::ExprPtr &,T)' being compiled 2025-03-14T04:00:02.9465028Z with 2025-03-14T04:00:02.9465469Z [ 2025-03-14T04:00:02.9465830Z T=int 2025-03-14T04:00:02.9466224Z ] 2025-03-14T04:00:02.9467141Z [3445/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\multi_wait.cpp.obj 2025-03-14T04:00:03.1747250Z [3446/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_metadata.cpp.obj 2025-03-14T04:00:03.2130845Z [3447/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_util.cpp.obj 2025-03-14T04:00:03.2494178Z [3448/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\permutation_util.cpp.obj 2025-03-14T04:00:03.6114921Z [3449/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\metrics.cpp.obj 2025-03-14T04:00:03.6270531Z [3450/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\lazy_graph_executor.cpp.obj 2025-03-14T04:00:03.8023647Z [3451/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ops\arithmetic_ir_ops.cpp.obj 2025-03-14T04:00:03.8764054Z [3452/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ops\utils.cpp.obj 2025-03-14T04:00:03.9951800Z [3453/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\shape.cpp.obj 2025-03-14T04:00:04.0309969Z [3454/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\thread_pool.cpp.obj 2025-03-14T04:00:04.1209578Z [3455/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor.cpp.obj 2025-03-14T04:00:04.2076617Z [3456/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\monitor\counters.cpp.obj 2025-03-14T04:00:04.2236165Z [3457/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor_impl.cpp.obj 2025-03-14T04:00:04.2885825Z [3458/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\monitor\events.cpp.obj 2025-03-14T04:00:04.6030259Z [3459/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor_util.cpp.obj 2025-03-14T04:00:04.7736435Z [3460/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\trie.cpp.obj 2025-03-14T04:00:04.9915090Z [3461/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\combined_traceback.cpp.obj 2025-03-14T04:00:05.0742859Z [3462/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\collection.cpp.obj 2025-03-14T04:00:05.1109146Z [3463/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\data_flow.cpp.obj 2025-03-14T04:00:05.2208276Z [3464/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\kineto_client_interface.cpp.obj 2025-03-14T04:00:05.2933175Z [3465/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\kineto_shim.cpp.obj 2025-03-14T04:00:05.3570321Z [3466/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\perf.cpp.obj 2025-03-14T04:00:05.4883622Z [3467/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\observer.cpp.obj 2025-03-14T04:00:05.6002727Z [3468/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\python_tracer.cpp.obj 2025-03-14T04:00:05.7828225Z [3469/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\stubs\base.cpp.obj 2025-03-14T04:00:05.8958860Z [3470/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\unwind\unwind_fb.cpp.obj 2025-03-14T04:00:05.8997825Z [3471/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\vulkan.cpp.obj 2025-03-14T04:00:05.9065694Z [3472/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\unwind\unwind.cpp.obj 2025-03-14T04:00:06.0381803Z [3473/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\itt_observer.cpp.obj 2025-03-14T04:00:06.1572015Z [3474/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\cpp_stacktraces.cpp.obj 2025-03-14T04:00:06.1724333Z [3475/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\nvtx_observer.cpp.obj 2025-03-14T04:00:06.1885494Z [3476/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\execution_trace_observer.cpp.obj 2025-03-14T04:00:06.2704622Z [3477/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\privateuse1_observer.cpp.obj 2025-03-14T04:00:06.8641031Z [3478/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\schema_info.cpp.obj 2025-03-14T04:00:06.9366271Z [3479/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\util.cpp.obj 2025-03-14T04:00:07.0162006Z [3480/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\variadic.cpp.obj 2025-03-14T04:00:07.2446797Z [3481/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\shape_inference.cpp.obj 2025-03-14T04:00:07.2480538Z [3482/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_graph.cpp.obj 2025-03-14T04:00:07.8785688Z [3483/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_inplace_ops.cpp.obj 2025-03-14T04:00:07.9177594Z [3484/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\check_alias_annotation.cpp.obj 2025-03-14T04:00:08.0428028Z [3485/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_c10_ops.cpp.obj 2025-03-14T04:00:08.9161127Z [3486/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\debug_info.cpp.obj 2025-03-14T04:00:09.1081391Z [3487/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\dynamic_ir.cpp.obj 2025-03-14T04:00:09.1336816Z [3488/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\config.cpp.obj 2025-03-14T04:00:09.2727117Z [3489/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\tensor_flatten.cpp.obj 2025-03-14T04:00:09.7668441Z [3490/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\autocast.cpp.obj 2025-03-14T04:00:09.8478339Z [3491/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\cuda\interface.cpp.obj 2025-03-14T04:00:10.1117704Z [3492/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ops\device_data.cpp.obj 2025-03-14T04:00:10.1525062Z [3493/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ops\generic.cpp.obj 2025-03-14T04:00:10.2383581Z [3494/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\tensor_aten_ops.cpp.obj 2025-03-14T04:00:10.7035088Z [3495/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_prim_ops.cpp.obj 2025-03-14T04:00:10.8255723Z [3496/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_prim_ops_fulljit.cpp.obj 2025-03-14T04:00:11.0956219Z [3497/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_lowering_context.cpp.obj 2025-03-14T04:00:11.3443353Z [3498/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_special_ops.cpp.obj 2025-03-14T04:00:11.3751471Z [3499/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_autograd_functions.cpp.obj 2025-03-14T04:00:11.6857238Z [3500/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_node.cpp.obj 2025-03-14T04:00:12.3508541Z [3501/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_backend_impl.cpp.obj 2025-03-14T04:00:12.4052234Z [3502/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\export_data.cpp.obj 2025-03-14T04:00:12.5487285Z [3503/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_eager_fallback.cpp.obj 2025-03-14T04:00:13.2598201Z [3504/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_node_lowering.cpp.obj 2025-03-14T04:00:13.6248271Z [3505/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\import_data.cpp.obj 2025-03-14T04:00:13.9138138Z [3506/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_native_functions.cpp.obj 2025-03-14T04:00:14.0453440Z [3507/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\out_types.cpp.obj 2025-03-14T04:00:14.3302139Z [3508/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\itt_wrapper.cpp.obj 2025-03-14T04:00:14.6022914Z [3509/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\TraceTypeManual.cpp.obj 2025-03-14T04:00:14.6095281Z [3510/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\stubs\itt.cpp.obj 2025-03-14T04:00:14.7432105Z [3511/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\optim\sgd.cpp.obj 2025-03-14T04:00:14.9617673Z [3512/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\random.cpp.obj 2025-03-14T04:00:15.5176108Z [3513/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\backport.cpp.obj 2025-03-14T04:00:15.6455441Z [3514/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\jit.cpp.obj 2025-03-14T04:00:15.6938185Z [3515/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\sequential.cpp.obj 2025-03-14T04:00:15.7260968Z [3516/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\backport_manager.cpp.obj 2025-03-14T04:00:15.9452319Z [3517/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\flatbuffer_serializer.cpp.obj 2025-03-14T04:00:16.0265499Z [3518/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\FunctionsManual.cpp.obj 2025-03-14T04:00:16.0460257Z [3519/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\onnx.cpp.obj 2025-03-14T04:00:16.3485571Z [3520/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\byte_order.cpp.obj 2025-03-14T04:00:16.5979856Z [3521/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Backoff.cpp.obj 2025-03-14T04:00:16.7917918Z [3522/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export_bytecode.cpp.obj 2025-03-14T04:00:16.9168751Z [3523/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\module_save.cpp.obj 2025-03-14T04:00:17.4391257Z [3524/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\VariableTypeManual.cpp.obj 2025-03-14T04:00:17.7777387Z [3525/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_collectives\StoreCollectives.cpp.obj 2025-03-14T04:00:18.0148529Z [3526/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\FileStore.cpp.obj 2025-03-14T04:00:18.3717027Z [3527/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\GlooDeviceFactory.cpp.obj 2025-03-14T04:00:19.3239320Z [3528/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export.cpp.obj 2025-03-14T04:00:19.3958082Z [3529/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\cpu\fused_kernel.cpp.obj 2025-03-14T04:00:19.4856520Z [3530/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export_module.cpp.obj 2025-03-14T04:00:19.6644787Z [3531/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Backend.cpp.obj 2025-03-14T04:00:19.8613635Z [3532/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\DMAConnectivity.cpp.obj 2025-03-14T04:00:19.9223094Z [3533/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupMPI.cpp.obj 2025-03-14T04:00:20.2339067Z [3534/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ParamCommsUtils.cpp.obj 2025-03-14T04:00:20.3435040Z [3535/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\PrefixStore.cpp.obj 2025-03-14T04:00:21.1004857Z [3536/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Functional.cpp.obj 2025-03-14T04:00:21.1796035Z [3537/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Store.cpp.obj 2025-03-14T04:00:21.6541568Z [3538/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\GroupRegistry.cpp.obj 2025-03-14T04:00:22.0408633Z [3539/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Ops.cpp.obj 2025-03-14T04:00:22.7452181Z [3540/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStoreLibUvBackend.cpp.obj 2025-03-14T04:00:23.3201496Z [3541/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroup.cpp.obj 2025-03-14T04:00:23.3939279Z [3542/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupGloo.cpp.obj 2025-03-14T04:00:23.4887452Z [3543/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\SymmetricMemory.cpp.obj 2025-03-14T04:00:23.6181672Z [3544/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupWrapper.cpp.obj 2025-03-14T04:00:23.7838270Z [3545/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\debug.cpp.obj 2025-03-14T04:00:24.0473498Z [3546/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\logging.cpp.obj 2025-03-14T04:00:24.7566439Z [3547/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStoreBackend.cpp.obj 2025-03-14T04:00:24.8264605Z [3548/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStore.cpp.obj 2025-03-14T04:00:25.4631749Z [3549/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Utils.cpp.obj 2025-03-14T04:00:25.5117357Z [3550/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\socket.cpp.obj 2025-03-14T04:00:25.6322261Z [3551/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\sequence_num.cpp.obj 2025-03-14T04:00:25.9106813Z [3552/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_plane\Handlers.cpp.obj 2025-03-14T04:00:26.3657850Z [3553/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_plane\WorkerServer.cpp.obj 2025-03-14T04:00:26.4184466Z [3554/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\cuda.cpp.obj 2025-03-14T04:00:26.4532115Z [3555/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\comm.cpp.obj 2025-03-14T04:00:27.0311374Z [3556/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\quantization\quantization.cpp.obj 2025-03-14T04:00:27.2551456Z [3557/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\default_comm_hooks.cpp.obj 2025-03-14T04:00:27.3140217Z [3558/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\logger.cpp.obj 2025-03-14T04:00:27.6826892Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\distributed\c10d\logger.cpp(299): warning C4805: '!=': unsafe mix of type '__int64' and type 'bool' in operation 2025-03-14T04:00:27.6827985Z [3559/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\enum.cpp.obj 2025-03-14T04:00:27.7585071Z [3560/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\reducer.cpp.obj 2025-03-14T04:00:28.5646574Z [3561/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\imethod.cpp.obj 2025-03-14T04:00:29.0698204Z [3562/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\mps.cpp.obj 2025-03-14T04:00:29.1134632Z [3563/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Work.cpp.obj 2025-03-14T04:00:29.7232989Z [3564/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\datasets\mnist.cpp.obj 2025-03-14T04:00:29.8591938Z [3565/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\distributed.cpp.obj 2025-03-14T04:00:30.2416723Z [3566/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\random.cpp.obj 2025-03-14T04:00:30.6420090Z [3567/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\sequential.cpp.obj 2025-03-14T04:00:30.8126537Z [3568/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\stream.cpp.obj 2025-03-14T04:00:31.1555080Z [3569/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize.cpp.obj 2025-03-14T04:00:32.5072005Z [3570/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\init.cpp.obj 2025-03-14T04:00:32.9445026Z [3571/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\module.cpp.obj 2025-03-14T04:00:33.2386678Z [3572/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\_functions.cpp.obj 2025-03-14T04:00:33.4344947Z [3573/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\activation.cpp.obj 2025-03-14T04:00:33.7774021Z [3574/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\adaptive.cpp.obj 2025-03-14T04:00:34.4561973Z [3575/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\normalization.cpp.obj 2025-03-14T04:00:34.4882907Z [3576/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\batchnorm.cpp.obj 2025-03-14T04:00:34.7928828Z [3577/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\instancenorm.cpp.obj 2025-03-14T04:00:36.1666417Z [3578/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\conv.cpp.obj 2025-03-14T04:00:36.6248012Z [3579/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\dropout.cpp.obj 2025-03-14T04:00:36.7134788Z [3580/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\distance.cpp.obj 2025-03-14T04:00:37.0462451Z [3581/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\embedding.cpp.obj 2025-03-14T04:00:37.2928510Z [3582/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\fold.cpp.obj 2025-03-14T04:00:38.0986917Z [3583/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\linear.cpp.obj 2025-03-14T04:00:38.2296891Z [3584/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\loss.cpp.obj 2025-03-14T04:00:38.4122548Z [3585/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\padding.cpp.obj 2025-03-14T04:00:39.8469012Z [3586/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\pixelshuffle.cpp.obj 2025-03-14T04:00:40.0883473Z [3587/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\pooling.cpp.obj 2025-03-14T04:00:40.1598461Z [3588/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\rnn.cpp.obj 2025-03-14T04:00:40.7419553Z [3589/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\transformer.cpp.obj 2025-03-14T04:00:40.8645035Z [3590/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\upsampling.cpp.obj 2025-03-14T04:00:41.5439956Z [3591/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\activation.cpp.obj 2025-03-14T04:00:41.7370353Z [3592/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\container\functional.cpp.obj 2025-03-14T04:00:41.8048612Z [3593/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\adaptive.cpp.obj 2025-03-14T04:00:43.2886864Z [3594/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\batchnorm.cpp.obj 2025-03-14T04:00:43.4779275Z [3595/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\instancenorm.cpp.obj 2025-03-14T04:00:43.5754299Z [3596/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\embedding.cpp.obj 2025-03-14T04:00:44.2053382Z [3597/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\normalization.cpp.obj 2025-03-14T04:00:44.2694267Z [3598/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\conv.cpp.obj 2025-03-14T04:00:44.8322996Z [3599/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\dropout.cpp.obj 2025-03-14T04:00:45.0822154Z [3600/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\padding.cpp.obj 2025-03-14T04:00:45.1221041Z [3601/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\linear.cpp.obj 2025-03-14T04:00:46.6512760Z [3602/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\pooling.cpp.obj 2025-03-14T04:00:46.9048606Z [3603/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\rnn.cpp.obj 2025-03-14T04:00:46.9425163Z [3604/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\vision.cpp.obj 2025-03-14T04:00:47.7497896Z [3605/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\transformer.cpp.obj 2025-03-14T04:00:48.0562158Z [3606/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adagrad.cpp.obj 2025-03-14T04:00:48.4482922Z [3607/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adam.cpp.obj 2025-03-14T04:00:48.7186805Z [3608/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adamw.cpp.obj 2025-03-14T04:00:48.8217233Z [3609/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\lr_scheduler.cpp.obj 2025-03-14T04:00:48.8652169Z [3610/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\lbfgs.cpp.obj 2025-03-14T04:00:49.2561743Z [3611/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\step_lr.cpp.obj 2025-03-14T04:00:49.6232984Z [3612/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\reduce_on_plateau_scheduler.cpp.obj 2025-03-14T04:00:49.8439799Z [3613/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\xpu.cpp.obj 2025-03-14T04:00:49.9310309Z [3614/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\optimizer.cpp.obj 2025-03-14T04:00:50.2094730Z [3615/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.AVX2.cpp.obj 2025-03-14T04:00:50.2095884Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:50.2097472Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:50.3298256Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:50.3299625Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:50.3300763Z [3616/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\serialize.cpp.obj 2025-03-14T04:00:50.4182985Z [3617/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.AVX2.cpp.obj 2025-03-14T04:00:50.4184085Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:50.4185341Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:50.6220737Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:50.6222653Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:50.6224011Z [3618/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\rmsprop.cpp.obj 2025-03-14T04:00:50.7548075Z [3619/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.AVX2.cpp.obj 2025-03-14T04:00:50.7549248Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:50.7550467Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:50.8832042Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:50.8833481Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:50.8834856Z [3620/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.AVX2.cpp.obj 2025-03-14T04:00:50.8835969Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:50.8837374Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:50.8927109Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:50.8929782Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:50.8931998Z [3621/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.AVX2.cpp.obj 2025-03-14T04:00:50.8934073Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:50.8936756Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:51.2938046Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:51.2939501Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:51.2940717Z [3622/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\sgd.cpp.obj 2025-03-14T04:00:51.3770949Z [3623/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:51.3773022Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:51.3775369Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:51.4165943Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:51.4167969Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:51.4169319Z [3624/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:51.4170472Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:51.4171954Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:51.7687240Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:51.7688826Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:51.7689976Z [3625/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:51.7691170Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:51.7692645Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:51.8558443Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:51.8559872Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:51.8560975Z [3626/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:51.8562011Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:51.8563432Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:51.8661198Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:51.8663535Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:51.8665451Z [3627/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:51.8667371Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:51.8669771Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:51.9328311Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:51.9329993Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:51.9331203Z [3628/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:51.9332245Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:51.9333567Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:51.9412221Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:51.9413985Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:51.9415083Z [3629/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.AVX2.cpp.obj 2025-03-14T04:00:51.9416131Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:51.9417563Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:52.2556629Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:52.2557998Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:52.2559127Z [3630/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize\input-archive.cpp.obj 2025-03-14T04:00:52.2960107Z [3631/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:52.2961250Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:52.2962482Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:52.3377888Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:52.3380833Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:52.3382918Z [3632/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize\output-archive.cpp.obj 2025-03-14T04:00:52.4906029Z [3633/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.AVX2.cpp.obj 2025-03-14T04:00:52.4907374Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:52.4909070Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:52.6805209Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:52.6808020Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:52.6810136Z [3634/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:52.6811316Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:52.6812705Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:52.8155584Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:52.8157108Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:52.8158278Z [3635/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:52.8159407Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:52.8160739Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:52.8480157Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:52.8482515Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:52.8483884Z [3636/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:52.8485011Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:52.8486236Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:52.9137940Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:52.9140543Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:52.9142696Z [3637/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:52.9144594Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:52.9146892Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:52.9682871Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:52.9684239Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:52.9686347Z [3638/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:52.9687814Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:52.9689251Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.0682783Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.0684378Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.0685532Z [3639/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.AVX2.cpp.obj 2025-03-14T04:00:53.0686738Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.0687946Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.1572749Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.1575627Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.1577829Z [3640/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:53.1579478Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.1580945Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.2745452Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.2747693Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.2748810Z [3641/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:53.2749924Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.2751134Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.2846523Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.2849540Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.2851770Z [3642/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:53.2854195Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.2857062Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.5498197Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.5500215Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.5501911Z [3643/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:53.5503473Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.5505279Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.6701740Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.6703127Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.6704281Z [3644/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:53.6705314Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.6706683Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.6791333Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.6793775Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.6796134Z [3645/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:53.6798547Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.6800894Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.9065818Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.9067175Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.9068293Z [3646/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:53.9069475Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.9070695Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.9279086Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.9281715Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.9283889Z [3647/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:53.9286009Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.9288499Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.9490299Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.9492825Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.9494944Z [3648/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:53.9497023Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:53.9499577Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.0716228Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.0718888Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.0721008Z [3649/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:54.0722881Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.0724358Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.1411545Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.1414099Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.1416266Z [3650/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:54.1418231Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.1420574Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.1874269Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.1875865Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.1877013Z [3651/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:54.1878311Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.1879532Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.2778375Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.2781004Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.2783205Z [3652/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:54.2785246Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.2787615Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.2879016Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.2880507Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.2881705Z [3653/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:54.2882770Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.2883988Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.7871051Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.7873798Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.7876050Z [3654/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:54.7877922Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.7880307Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.8048091Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.8049576Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.8051000Z [3655/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:54.8052105Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.8053383Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.8670104Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.8671519Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.8672745Z [3656/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:54.8673781Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.8675048Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.9172406Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.9173841Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.9174945Z [3657/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:54.9176049Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.9177370Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.9975429Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.9977219Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.9978492Z [3658/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:54.9979630Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:54.9981354Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.0004248Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.0006249Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.0007475Z [3659/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.AVX2.cpp.obj 2025-03-14T04:00:55.0008791Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.0010181Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.0918976Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.0920519Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.0921914Z [3660/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:55.0923114Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.0924551Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.1498232Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.1499808Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.1501033Z [3661/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:55.1502316Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.1503537Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.4347191Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.4354607Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.4356105Z [3662/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:55.4357317Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.4360723Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.4424903Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.4426421Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.4427710Z [3663/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:55.4428921Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.4430400Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.6164067Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.6166855Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.6169359Z [3664/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:55.7150041Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.7151227Z [3665/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:55.7152367Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.7153724Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.7731999Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.7734605Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.7736791Z [3666/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:55.8072600Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.8074682Z [3667/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:55.8076698Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.8079079Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.8601672Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.8604273Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.8605548Z [3668/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:55.8606817Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.8608159Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.9537672Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.9539202Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.9540718Z [3669/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:55.9541834Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:55.9543339Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:56.1129433Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:56.1130937Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:56.1132257Z [3670/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:56.1133400Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:56.1134681Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:56.4165674Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:56.4167249Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:56.4168567Z [3671/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.AVX2.cpp.obj 2025-03-14T04:00:56.4169769Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:56.4171158Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:56.4335523Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:56.4337098Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:56.4338343Z [3672/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:56.4339380Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:56.4341319Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:56.5011729Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:56.5013064Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:56.5014275Z [3673/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:56.5015605Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:56.5016966Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:56.5018451Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:56.5019903Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:56.5021247Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(32): warning C4180: qualifier applied to function type has no meaning; ignored 2025-03-14T04:00:56.5022674Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(131): note: see reference to class template instantiation 'at::vec::VecReduceAllSIMD' being compiled 2025-03-14T04:00:56.5023522Z with 2025-03-14T04:00:56.5023700Z [ 2025-03-14T04:00:56.5023892Z scalar_t=float, 2025-03-14T04:00:56.5024432Z Op=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2025-03-14T04:00:56.5025043Z ] 2025-03-14T04:00:56.5026054Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(237): note: see reference to function template instantiation 'scalar_t at::vec::vec_reduce_all(Op (__cdecl &),const at::vec::AVX2::Vectorized &)' being compiled 2025-03-14T04:00:56.5027255Z with 2025-03-14T04:00:56.5027442Z [ 2025-03-14T04:00:56.5027623Z scalar_t=float, 2025-03-14T04:00:56.5028250Z ReduceOp=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &), 2025-03-14T04:00:56.5029198Z Op=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2025-03-14T04:00:56.5029736Z ] 2025-03-14T04:00:56.5031625Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(177): note: see reference to function template instantiation 'scalar_t at::vec::map2_reduce_all::run_parallel_pdist::::()::,data_t(const data_t &,const data_t &),0>(const MapOp &,ReduceOp (__cdecl &),const scalar_t *,const scalar_t *,int64_t)' being compiled 2025-03-14T04:00:56.5033908Z with 2025-03-14T04:00:56.5034106Z [ 2025-03-14T04:00:56.5034308Z scalar_t=scalar_t, 2025-03-14T04:00:56.5034591Z data_t=at::vec::AVX2::Vectorized, 2025-03-14T04:00:56.5035626Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2025-03-14T04:00:56.5037707Z ReduceOp=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2025-03-14T04:00:56.5038744Z ] 2025-03-14T04:00:56.5041582Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(192): note: see reference to function template instantiation 'void at::native::`anonymous-namespace'::Dist::run_parallel_pdist::zdist_calc>>(at::Tensor &,const at::Tensor &,const scalar_t)' being compiled 2025-03-14T04:00:56.5044763Z with 2025-03-14T04:00:56.5044990Z [ 2025-03-14T04:00:56.5045189Z scalar_t=scalar_t 2025-03-14T04:00:56.5045423Z ] 2025-03-14T04:00:56.5047307Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(192): note: see reference to function template instantiation 'void at::native::`anonymous-namespace'::Dist::run_parallel_pdist::zdist_calc>>(at::Tensor &,const at::Tensor &,const scalar_t)' being compiled 2025-03-14T04:00:56.5049413Z with 2025-03-14T04:00:56.5049728Z [ 2025-03-14T04:00:56.5049981Z scalar_t=scalar_t 2025-03-14T04:00:56.5050220Z ] 2025-03-14T04:00:56.5051331Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(190): note: while compiling class template member function 'void at::native::`anonymous-namespace'::Dist::apply_pdist(at::Tensor &,const at::Tensor &,const scalar_t)' 2025-03-14T04:00:56.5052520Z with 2025-03-14T04:00:56.5052706Z [ 2025-03-14T04:00:56.5052930Z scalar_t=scalar_t 2025-03-14T04:00:56.5053174Z ] 2025-03-14T04:00:56.5326407Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(420): note: see reference to function template instantiation 'void at::native::`anonymous-namespace'::Dist::apply_pdist(at::Tensor &,const at::Tensor &,const scalar_t)' being compiled 2025-03-14T04:00:56.5327712Z with 2025-03-14T04:00:56.5327898Z [ 2025-03-14T04:00:56.5328173Z scalar_t=scalar_t 2025-03-14T04:00:56.5328418Z ] 2025-03-14T04:00:56.5329355Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(422): note: see reference to class template instantiation 'at::native::`anonymous-namespace'::Dist' being compiled 2025-03-14T04:00:56.5330802Z [3674/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:56.5331936Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:56.5333148Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:56.5829727Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:56.5831300Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:56.5832718Z [3675/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:56.6881891Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:56.6883983Z [3676/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:56.7637933Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:56.7639261Z [3677/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:56.7640654Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:56.7642001Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:56.8838171Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:56.8839617Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:56.8840870Z [3678/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:57.0069097Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:57.0070366Z [3679/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:57.0071438Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:57.0072739Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:57.1117400Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:57.1119878Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:57.1121962Z [3680/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:57.1123910Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:57.1126198Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:57.3074791Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:57.3076201Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:57.3077597Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(517): warning C4333: '>>': right shift by too large amount, data loss 2025-03-14T04:00:57.3078966Z [3681/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:57.3080007Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:57.3081335Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:57.3376191Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:57.3377529Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:57.3378671Z [3682/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.AVX2.cpp.obj 2025-03-14T04:00:57.3379695Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:57.3381205Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:57.4501387Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:57.4502896Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:57.4504162Z [3683/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.AVX2.cpp.obj 2025-03-14T04:00:57.4505349Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:57.4506759Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:57.4801105Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:57.4803670Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:57.4805729Z [3684/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.AVX512.cpp.obj 2025-03-14T04:00:57.4957376Z [3685/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:57.4958642Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:57.4959942Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:57.5252713Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:57.5255316Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:57.5257811Z [3686/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.AVX2.cpp.obj 2025-03-14T04:00:57.5259854Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:57.5262131Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:57.6360414Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:57.6361981Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:00:57.6363108Z [3687/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.AVX512.cpp.obj 2025-03-14T04:00:57.8728673Z [3688/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.AVX512.cpp.obj 2025-03-14T04:00:57.9289563Z [3689/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.AVX512.cpp.obj 2025-03-14T04:00:58.0338650Z [3690/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.AVX512.cpp.obj 2025-03-14T04:00:58.3264875Z [3691/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.AVX512.cpp.obj 2025-03-14T04:00:58.4227884Z [3692/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.AVX512.cpp.obj 2025-03-14T04:00:58.4386559Z [3693/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.AVX512.cpp.obj 2025-03-14T04:00:58.4540654Z [3694/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.AVX512.cpp.obj 2025-03-14T04:00:58.4817740Z [3695/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.AVX512.cpp.obj 2025-03-14T04:00:58.4965189Z [3696/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.AVX512.cpp.obj 2025-03-14T04:00:58.5881318Z [3697/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.AVX512.cpp.obj 2025-03-14T04:00:58.9487032Z [3698/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.AVX512.cpp.obj 2025-03-14T04:00:58.9785437Z [3699/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.AVX512.cpp.obj 2025-03-14T04:00:59.1006768Z [3700/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.AVX512.cpp.obj 2025-03-14T04:00:59.3403524Z [3701/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.AVX512.cpp.obj 2025-03-14T04:00:59.4157934Z [3702/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.AVX512.cpp.obj 2025-03-14T04:00:59.4254913Z [3703/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.AVX512.cpp.obj 2025-03-14T04:00:59.4603167Z [3704/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.AVX512.cpp.obj 2025-03-14T04:00:59.4939825Z [3705/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.AVX512.cpp.obj 2025-03-14T04:00:59.5164797Z [3706/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.AVX512.cpp.obj 2025-03-14T04:00:59.7091863Z [3707/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.AVX512.cpp.obj 2025-03-14T04:00:59.9783611Z [3708/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:00.0276483Z [3709/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:00.0449062Z [3710/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:00.1404430Z [3711/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:00.4273951Z [3712/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:00.4896550Z [3713/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:00.5412210Z [3714/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:00.5613530Z [3715/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:00.6122201Z [3716/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:00.6632161Z [3717/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:00.6752276Z [3718/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:00.6919761Z [3719/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:01.2862274Z [3720/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:01.3141508Z [3721/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:01.3877867Z [3722/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:01.4675022Z [3723/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.AVX512.cpp.obj 2025-03-14T04:01:01.4777068Z [3724/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:01.4871549Z [3725/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:01.5936219Z [3726/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:01.6855113Z [3727/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:01.8653871Z [3728/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:01.9221247Z [3729/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:02.1252037Z [3730/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:02.2601518Z [3731/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:02.3531371Z [3732/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:02.3661608Z [3733/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:02.4112952Z [3734/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:02.5952366Z [3735/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:02.6872321Z [3736/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:02.8526988Z [3737/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.AVX512.cpp.obj 2025-03-14T04:01:02.9184882Z [3738/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:02.9186292Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(32): warning C4180: qualifier applied to function type has no meaning; ignored 2025-03-14T04:01:02.9187856Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(131): note: see reference to class template instantiation 'at::vec::VecReduceAllSIMD' being compiled 2025-03-14T04:01:02.9189804Z with 2025-03-14T04:01:02.9190246Z [ 2025-03-14T04:01:02.9190522Z scalar_t=float, 2025-03-14T04:01:02.9191097Z Op=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2025-03-14T04:01:02.9191647Z ] 2025-03-14T04:01:02.9192709Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(237): note: see reference to function template instantiation 'scalar_t at::vec::vec_reduce_all(Op (__cdecl &),const at::vec::AVX512::Vectorized &)' being compiled 2025-03-14T04:01:02.9194536Z with 2025-03-14T04:01:02.9194752Z [ 2025-03-14T04:01:02.9195295Z scalar_t=float, 2025-03-14T04:01:02.9195901Z ReduceOp=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &), 2025-03-14T04:01:02.9196806Z Op=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2025-03-14T04:01:02.9197374Z ] 2025-03-14T04:01:02.9199551Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(177): note: see reference to function template instantiation 'scalar_t at::vec::map2_reduce_all::run_parallel_pdist::::()::,data_t(const data_t &,const data_t &),0>(const MapOp &,ReduceOp (__cdecl &),const scalar_t *,const scalar_t *,int64_t)' being compiled 2025-03-14T04:01:02.9202474Z with 2025-03-14T04:01:02.9202718Z [ 2025-03-14T04:01:02.9203005Z scalar_t=scalar_t, 2025-03-14T04:01:02.9203316Z data_t=at::vec::AVX512::Vectorized, 2025-03-14T04:01:02.9204183Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2025-03-14T04:01:02.9205354Z ReduceOp=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2025-03-14T04:01:02.9206814Z ] 2025-03-14T04:01:02.9208522Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(192): note: see reference to function template instantiation 'void at::native::`anonymous-namespace'::Dist::run_parallel_pdist::zdist_calc>>(at::Tensor &,const at::Tensor &,const scalar_t)' being compiled 2025-03-14T04:01:02.9210346Z with 2025-03-14T04:01:02.9210534Z [ 2025-03-14T04:01:02.9210743Z scalar_t=scalar_t 2025-03-14T04:01:02.9210997Z ] 2025-03-14T04:01:02.9213767Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(192): note: see reference to function template instantiation 'void at::native::`anonymous-namespace'::Dist::run_parallel_pdist::zdist_calc>>(at::Tensor &,const at::Tensor &,const scalar_t)' being compiled 2025-03-14T04:01:02.9215528Z with 2025-03-14T04:01:02.9215731Z [ 2025-03-14T04:01:02.9215920Z scalar_t=scalar_t 2025-03-14T04:01:02.9216256Z ] 2025-03-14T04:01:02.9217848Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(190): note: while compiling class template member function 'void at::native::`anonymous-namespace'::Dist::apply_pdist(at::Tensor &,const at::Tensor &,const scalar_t)' 2025-03-14T04:01:02.9219411Z with 2025-03-14T04:01:02.9219620Z [ 2025-03-14T04:01:02.9219810Z scalar_t=scalar_t 2025-03-14T04:01:02.9220073Z ] 2025-03-14T04:01:03.0785991Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(420): note: see reference to function template instantiation 'void at::native::`anonymous-namespace'::Dist::apply_pdist(at::Tensor &,const at::Tensor &,const scalar_t)' being compiled 2025-03-14T04:01:03.0787601Z with 2025-03-14T04:01:03.0787809Z [ 2025-03-14T04:01:03.0788024Z scalar_t=scalar_t 2025-03-14T04:01:03.0788312Z ] 2025-03-14T04:01:03.0789266Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(422): note: see reference to class template instantiation 'at::native::`anonymous-namespace'::Dist' being compiled 2025-03-14T04:01:03.0790613Z [3739/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:03.1485740Z [3740/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:03.1602256Z [3741/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:03.1677499Z [3742/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:03.2978795Z [3743/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:03.3381184Z [3744/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:03.5258928Z [3745/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:03.6209130Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(517): warning C4333: '>>': right shift by too large amount, data loss 2025-03-14T04:01:03.6211059Z [3746/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:03.9010178Z [3747/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.AVX512.cpp.obj 2025-03-14T04:01:03.9119557Z [3748/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:03.9756122Z [3749/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:03.9868019Z [3750/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CUDAContext.cpp.obj 2025-03-14T04:01:03.9937194Z [3751/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.AVX512.cpp.obj 2025-03-14T04:01:04.0530228Z [3752/7574] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.AVX512.cpp.obj 2025-03-14T04:01:04.6274499Z [3753/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\Exceptions.cpp.obj 2025-03-14T04:01:04.6893351Z [3754/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\EmptyTensor.cpp.obj 2025-03-14T04:01:04.7085987Z [3755/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CuSparseHandlePool.cpp.obj 2025-03-14T04:01:04.9668610Z [3756/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CUDASparseDescriptors.cpp.obj 2025-03-14T04:01:04.9844043Z [3757/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CachingHostAllocator.cpp.obj 2025-03-14T04:01:05.1455990Z [3758/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\llvm_complex.cpp.obj 2025-03-14T04:01:05.1523703Z [3759/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\llvm_basic.cpp.obj 2025-03-14T04:01:05.2500180Z [3760/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\PeerToPeerAccess.cpp.obj 2025-03-14T04:01:05.4824276Z [3761/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\detail\LazyNVRTC.cpp.obj 2025-03-14T04:01:05.6944112Z [3762/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CUDAGeneratorImpl.cpp.obj 2025-03-14T04:01:05.7332203Z [3763/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CUDAGraph.cpp.obj 2025-03-14T04:01:05.7965229Z [3764/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\detail\CUDAHooks.cpp.obj 2025-03-14T04:01:05.9108633Z [3765/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorCompare.cpp.obj 2025-03-14T04:01:06.2043826Z [3766/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SpectralOps.cpp.obj 2025-03-14T04:01:06.2142370Z [3767/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Resize.cpp.obj 2025-03-14T04:01:06.4091824Z [3768/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\ConvPlaceholders.cpp.obj 2025-03-14T04:01:06.5017631Z [3769/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\AffineGridGenerator.cpp.obj 2025-03-14T04:01:06.8158768Z [3770/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\BatchNorm.cpp.obj 2025-03-14T04:01:06.8471387Z [3771/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\ConvShared.cpp.obj 2025-03-14T04:01:06.9388684Z [3772/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\Conv_v7.cpp.obj 2025-03-14T04:01:07.2497240Z [3773/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\GridSampler.cpp.obj 2025-03-14T04:01:07.4832808Z [3774/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\LossCTC.cpp.obj 2025-03-14T04:01:07.5555100Z [3775/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\Conv_v8.cpp.obj 2025-03-14T04:01:07.7452808Z [3776/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\miopen\Conv_miopen.cpp.obj 2025-03-14T04:01:07.7608124Z [3777/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\miopen\BatchNorm_miopen.cpp.obj 2025-03-14T04:01:07.8843094Z [3778/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\RNN.cpp.obj 2025-03-14T04:01:08.1019031Z [3779/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\miopen\RNN_miopen.cpp.obj 2025-03-14T04:01:09.0165533Z [3780/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cudnn\BinaryOps.cpp.obj 2025-03-14T04:01:09.8699676Z [3781/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cudnn\MHA.cpp.obj 2025-03-14T04:01:10.3426490Z [3782/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cuda\Activation.cpp.obj 2025-03-14T04:01:10.3658903Z [3783/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\nested\cuda\NestedTensorTransformerUtils.cpp.obj 2025-03-14T04:01:11.1104130Z [3784/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cudnn\Conv.cpp.obj 2025-03-14T04:01:11.1872420Z [3785/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cudnn\ConvPrepack.cpp.obj 2025-03-14T04:01:11.3865252Z [3786/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cudnn\ConvUnpackImpl.cpp.obj 2025-03-14T04:01:12.1905612Z [3787/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\sdp_utils.cpp.obj 2025-03-14T04:01:12.3814306Z [3788/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cudnn\Linear.cpp.obj 2025-03-14T04:01:13.1006936Z [3789/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cudnn\Handle.cpp.obj 2025-03-14T04:01:13.1772105Z [3790/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cudnn\LinearPrepack.cpp.obj 2025-03-14T04:01:13.2989621Z [3791/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\cuSPARSELtOps.cpp.obj 2025-03-14T04:01:13.6116119Z [3792/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cudnn\LinearUnpackImpl.cpp.obj 2025-03-14T04:01:13.6533130Z [3793/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cudnn\Pooling.cpp.obj 2025-03-14T04:01:14.2267988Z [3794/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\distributed\c10d\reducer_cuda.cpp.obj 2025-03-14T04:01:14.3891828Z [3795/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\inductor\aoti_torch\generated\c_shim_cuda.cpp.obj 2025-03-14T04:01:14.6458945Z [3796/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cudnn\AutocastRNN.cpp.obj 2025-03-14T04:01:15.1973097Z [3797/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\Sleep.cu.obj 2025-03-14T04:01:15.5439366Z Sleep.cu 2025-03-14T04:01:15.5439955Z tmpxft_000017c0_00000000-7_Sleep.cudafe1.cpp 2025-03-14T04:01:15.5440989Z [3798/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cudnn\Descriptors.cpp.obj 2025-03-14T04:01:16.3593237Z [3799/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cudnn\Types.cpp.obj 2025-03-14T04:01:17.2295841Z [3800/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorFactories.cu.obj 2025-03-14T04:01:17.3522735Z TensorFactories.cu 2025-03-14T04:01:17.3523275Z tmpxft_00000eb8_00000000-7_TensorFactories.cudafe1.cpp 2025-03-14T04:01:17.3524307Z [3801/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\detail\IndexUtils.cu.obj 2025-03-14T04:01:18.1525395Z IndexUtils.cu 2025-03-14T04:01:18.1525746Z tmpxft_000006a4_00000000-7_IndexUtils.cudafe1.cpp 2025-03-14T04:01:18.1526397Z [3802/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\cub-RadixSortKeys.cu.obj 2025-03-14T04:01:18.2869308Z cub-RadixSortKeys.cu 2025-03-14T04:01:18.2869987Z tmpxft_000014c4_00000000-7_cub-RadixSortKeys.cudafe1.cpp 2025-03-14T04:01:18.2871238Z [3803/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\cub-RadixSortPairs.cu.obj 2025-03-14T04:01:18.3466174Z cub-RadixSortPairs.cu 2025-03-14T04:01:18.3466766Z tmpxft_0000036c_00000000-7_cub-RadixSortPairs.cudafe1.cpp 2025-03-14T04:01:18.3467714Z [3804/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\cub.cu.obj 2025-03-14T04:01:18.6863327Z cub.cu 2025-03-14T04:01:18.6863823Z tmpxft_00001610_00000000-7_cub.cudafe1.cpp 2025-03-14T04:01:18.6864906Z [3805/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\jiterator.cu.obj 2025-03-14T04:01:18.7469535Z jiterator.cu 2025-03-14T04:01:18.7470089Z tmpxft_00001420_00000000-7_jiterator.cudafe1.cpp 2025-03-14T04:01:18.7471247Z [3806/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\AbsKernel.cu.obj 2025-03-14T04:01:19.8469347Z AbsKernel.cu 2025-03-14T04:01:19.8469876Z tmpxft_000013d8_00000000-7_AbsKernel.cudafe1.cpp 2025-03-14T04:01:19.8471186Z [3807/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationGeluKernel.cu.obj 2025-03-14T04:01:19.8945356Z ActivationGeluKernel.cu 2025-03-14T04:01:19.8946053Z tmpxft_000008bc_00000000-7_ActivationGeluKernel.cudafe1.cpp 2025-03-14T04:01:19.8948662Z [3808/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationEluKernel.cu.obj 2025-03-14T04:01:20.6951672Z ActivationEluKernel.cu 2025-03-14T04:01:20.6952611Z tmpxft_00000448_00000000-7_ActivationEluKernel.cudafe1.cpp 2025-03-14T04:01:20.6953967Z [3809/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationGluKernel.cu.obj 2025-03-14T04:01:20.9158030Z ActivationGluKernel.cu 2025-03-14T04:01:20.9158448Z tmpxft_000013dc_00000000-7_ActivationGluKernel.cudafe1.cpp 2025-03-14T04:01:20.9159198Z [3810/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationHardshrinkKernel.cu.obj 2025-03-14T04:01:20.9287589Z ActivationHardshrinkKernel.cu 2025-03-14T04:01:20.9288389Z tmpxft_00001470_00000000-7_ActivationHardshrinkKernel.cudafe1.cpp 2025-03-14T04:01:20.9289656Z [3811/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationHardsigmoidKernel.cu.obj 2025-03-14T04:01:21.2573326Z ActivationHardsigmoidKernel.cu 2025-03-14T04:01:21.2574143Z tmpxft_00000544_00000000-7_ActivationHardsigmoidKernel.cudafe1.cpp 2025-03-14T04:01:21.2575618Z [3812/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationHardtanhKernel.cu.obj 2025-03-14T04:01:21.2922933Z ActivationHardtanhKernel.cu 2025-03-14T04:01:21.2923749Z tmpxft_000012c4_00000000-7_ActivationHardtanhKernel.cudafe1.cpp 2025-03-14T04:01:21.2925140Z [3813/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationHardswishKernel.cu.obj 2025-03-14T04:01:22.4612635Z ActivationHardswishKernel.cu 2025-03-14T04:01:22.4613376Z tmpxft_00000f98_00000000-7_ActivationHardswishKernel.cudafe1.cpp 2025-03-14T04:01:22.4616048Z [3814/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationLogSigmoidKernel.cu.obj 2025-03-14T04:01:22.4736481Z ActivationLogSigmoidKernel.cu 2025-03-14T04:01:22.4737274Z tmpxft_0000154c_00000000-7_ActivationLogSigmoidKernel.cudafe1.cpp 2025-03-14T04:01:22.4738724Z [3815/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationLeakyReluKernel.cu.obj 2025-03-14T04:01:23.3396258Z ActivationLeakyReluKernel.cu 2025-03-14T04:01:23.3397043Z tmpxft_0000134c_00000000-7_ActivationLeakyReluKernel.cudafe1.cpp 2025-03-14T04:01:23.3398300Z [3816/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationMishKernel.cu.obj 2025-03-14T04:01:23.5205317Z ActivationMishKernel.cu 2025-03-14T04:01:23.5206136Z tmpxft_00000544_00000000-7_ActivationMishKernel.cudafe1.cpp 2025-03-14T04:01:23.5207543Z [3817/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationPreluKernel.cu.obj 2025-03-14T04:01:23.5778654Z ActivationPreluKernel.cu 2025-03-14T04:01:23.5779354Z tmpxft_000004ac_00000000-7_ActivationPreluKernel.cudafe1.cpp 2025-03-14T04:01:23.5780535Z [3818/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationSiluKernel.cu.obj 2025-03-14T04:01:23.8209350Z ActivationSiluKernel.cu 2025-03-14T04:01:23.8209836Z tmpxft_00000f4c_00000000-7_ActivationSiluKernel.cudafe1.cpp 2025-03-14T04:01:23.8210679Z [3819/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationSoftplusKernel.cu.obj 2025-03-14T04:01:23.9914417Z ActivationSoftplusKernel.cu 2025-03-14T04:01:23.9915540Z tmpxft_00000c94_00000000-7_ActivationSoftplusKernel.cudafe1.cpp 2025-03-14T04:01:23.9917095Z [3820/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationSoftshrinkKernel.cu.obj 2025-03-14T04:01:25.0343410Z ActivationSoftshrinkKernel.cu 2025-03-14T04:01:25.0344240Z tmpxft_00000f44_00000000-7_ActivationSoftshrinkKernel.cudafe1.cpp 2025-03-14T04:01:25.0345659Z [3821/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ActivationThresholdKernel.cu.obj 2025-03-14T04:01:25.7451434Z ActivationThresholdKernel.cu 2025-03-14T04:01:25.7452296Z tmpxft_00001548_00000000-7_ActivationThresholdKernel.cudafe1.cpp 2025-03-14T04:01:25.7453998Z [3822/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\AdaptiveAveragePooling.cu.obj 2025-03-14T04:01:26.7100809Z AdaptiveAveragePooling.cu 2025-03-14T04:01:26.7101397Z tmpxft_00000680_00000000-7_AdaptiveAveragePooling.cudafe1.cpp 2025-03-14T04:01:26.7102661Z [3823/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\AdaptiveAveragePooling3d.cu.obj 2025-03-14T04:01:26.7560152Z AdaptiveAveragePooling3d.cu 2025-03-14T04:01:26.7560913Z tmpxft_00001480_00000000-7_AdaptiveAveragePooling3d.cudafe1.cpp 2025-03-14T04:01:26.7562182Z [3824/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\AdaptiveMaxPooling2d.cu.obj 2025-03-14T04:01:26.8747175Z AdaptiveMaxPooling2d.cu 2025-03-14T04:01:26.8747918Z tmpxft_000009c8_00000000-7_AdaptiveMaxPooling2d.cudafe1.cpp 2025-03-14T04:01:26.8749226Z [3825/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\AdaptiveMaxPooling3d.cu.obj 2025-03-14T04:01:27.1260864Z AdaptiveMaxPooling3d.cu 2025-03-14T04:01:27.1261591Z tmpxft_00000b28_00000000-7_AdaptiveMaxPooling3d.cudafe1.cpp 2025-03-14T04:01:27.1262819Z [3826/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\AmpKernels.cu.obj 2025-03-14T04:01:27.1434551Z AmpKernels.cu 2025-03-14T04:01:27.1435064Z tmpxft_00001494_00000000-7_AmpKernels.cudafe1.cpp 2025-03-14T04:01:27.1436152Z [3827/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\AveragePool2d.cu.obj 2025-03-14T04:01:28.1840098Z AveragePool2d.cu 2025-03-14T04:01:28.1840526Z tmpxft_000012b0_00000000-7_AveragePool2d.cudafe1.cpp 2025-03-14T04:01:28.1841318Z [3828/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryBitwiseOpsKernels.cu.obj 2025-03-14T04:01:28.2666195Z BinaryBitwiseOpsKernels.cu 2025-03-14T04:01:28.2666660Z tmpxft_0000116c_00000000-7_BinaryBitwiseOpsKernels.cudafe1.cpp 2025-03-14T04:01:28.2667592Z [3829/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\AveragePool3d.cu.obj 2025-03-14T04:01:29.3626226Z AveragePool3d.cu 2025-03-14T04:01:29.3626590Z tmpxft_00001744_00000000-7_AveragePool3d.cudafe1.cpp 2025-03-14T04:01:29.3627269Z [3830/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryDivTrueKernel.cu.obj 2025-03-14T04:01:29.4080010Z BinaryDivTrueKernel.cu 2025-03-14T04:01:29.4080783Z tmpxft_00001298_00000000-7_BinaryDivTrueKernel.cudafe1.cpp 2025-03-14T04:01:29.4082404Z [3831/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryDivFloorKernel.cu.obj 2025-03-14T04:01:29.4964610Z BinaryDivFloorKernel.cu 2025-03-14T04:01:29.4965022Z tmpxft_000002a8_00000000-7_BinaryDivFloorKernel.cudafe1.cpp 2025-03-14T04:01:29.4965735Z [3832/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryDivTruncKernel.cu.obj 2025-03-14T04:01:29.7315470Z BinaryDivTruncKernel.cu 2025-03-14T04:01:29.7316230Z tmpxft_000012d8_00000000-7_BinaryDivTruncKernel.cudafe1.cpp 2025-03-14T04:01:29.7317673Z [3833/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryGeometricKernels.cu.obj 2025-03-14T04:01:29.7708083Z BinaryGeometricKernels.cu 2025-03-14T04:01:29.7709067Z tmpxft_00001504_00000000-7_BinaryGeometricKernels.cudafe1.cpp 2025-03-14T04:01:29.7710737Z [3834/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryLogicalOpsKernels.cu.obj 2025-03-14T04:01:30.7827502Z BinaryLogicalOpsKernels.cu 2025-03-14T04:01:30.7827961Z tmpxft_00000928_00000000-7_BinaryLogicalOpsKernels.cudafe1.cpp 2025-03-14T04:01:30.7828738Z [3835/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryMiscBackwardOpsKernels.cu.obj 2025-03-14T04:01:30.8848761Z BinaryMiscBackwardOpsKernels.cu 2025-03-14T04:01:30.8850301Z tmpxft_00001658_00000000-7_BinaryMiscBackwardOpsKernels.cudafe1.cpp 2025-03-14T04:01:30.8851310Z [3836/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryMiscOpsKernels.cu.obj 2025-03-14T04:01:32.1123729Z BinaryMiscOpsKernels.cu 2025-03-14T04:01:32.1124153Z tmpxft_00001300_00000000-7_BinaryMiscOpsKernels.cudafe1.cpp 2025-03-14T04:01:32.1124878Z [3837/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryRemainderKernel.cu.obj 2025-03-14T04:01:32.1670956Z BinaryRemainderKernel.cu 2025-03-14T04:01:32.1671673Z tmpxft_00001788_00000000-7_BinaryRemainderKernel.cudafe1.cpp 2025-03-14T04:01:32.1672731Z [3838/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryMulKernel.cu.obj 2025-03-14T04:01:32.1876481Z BinaryMulKernel.cu 2025-03-14T04:01:32.1877003Z tmpxft_00001760_00000000-7_BinaryMulKernel.cudafe1.cpp 2025-03-14T04:01:32.1878114Z [3839/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\BinaryShiftOpsKernels.cu.obj 2025-03-14T04:01:32.7549339Z BinaryShiftOpsKernels.cu 2025-03-14T04:01:32.7550097Z tmpxft_00000538_00000000-7_BinaryShiftOpsKernels.cudafe1.cpp 2025-03-14T04:01:32.7551297Z [3840/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\CUDAScalar.cu.obj 2025-03-14T04:01:33.1468031Z CUDAScalar.cu 2025-03-14T04:01:33.1468584Z tmpxft_000002c0_00000000-7_CUDAScalar.cudafe1.cpp 2025-03-14T04:01:33.1469759Z [3841/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Bucketization.cu.obj 2025-03-14T04:01:33.5046207Z Bucketization.cu 2025-03-14T04:01:33.5047214Z tmpxft_000017e0_00000000-7_Bucketization.cudafe1.cpp 2025-03-14T04:01:33.5048352Z [3842/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\CompareEQKernel.cu.obj 2025-03-14T04:01:34.0284439Z CompareEQKernel.cu 2025-03-14T04:01:34.0284818Z tmpxft_00001458_00000000-7_CompareEQKernel.cudafe1.cpp 2025-03-14T04:01:34.0285768Z [3843/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Col2Im.cu.obj 2025-03-14T04:01:34.7547603Z Col2Im.cu 2025-03-14T04:01:34.7547906Z tmpxft_00000fbc_00000000-7_Col2Im.cudafe1.cpp 2025-03-14T04:01:34.7548552Z [3844/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\CompareKernels.cu.obj 2025-03-14T04:01:35.4889631Z CompareKernels.cu 2025-03-14T04:01:35.4889999Z tmpxft_000006e4_00000000-7_CompareKernels.cudafe1.cpp 2025-03-14T04:01:35.4890895Z [3845/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ConvolutionMM2d.cu.obj 2025-03-14T04:01:35.5079607Z ConvolutionMM2d.cu 2025-03-14T04:01:35.5079975Z tmpxft_00001598_00000000-7_ConvolutionMM2d.cudafe1.cpp 2025-03-14T04:01:35.5080720Z [3846/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ComplexKernel.cu.obj 2025-03-14T04:01:35.7134071Z ComplexKernel.cu 2025-03-14T04:01:35.7134722Z tmpxft_00001714_00000000-7_ComplexKernel.cudafe1.cpp 2025-03-14T04:01:35.7135945Z [3847/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\CopysignKernel.cu.obj 2025-03-14T04:01:36.1399556Z CopysignKernel.cu 2025-03-14T04:01:36.1400217Z tmpxft_00000de4_00000000-7_CopysignKernel.cudafe1.cpp 2025-03-14T04:01:36.1401401Z [3848/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Copy.cu.obj 2025-03-14T04:01:36.6525532Z Copy.cu 2025-03-14T04:01:36.6525981Z tmpxft_0000146c_00000000-7_Copy.cudafe1.cpp 2025-03-14T04:01:36.6527321Z [3849/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\CrossKernel.cu.obj 2025-03-14T04:01:37.8659384Z CrossKernel.cu 2025-03-14T04:01:37.8659798Z tmpxft_00000f8c_00000000-7_CrossKernel.cudafe1.cpp 2025-03-14T04:01:37.8660463Z [3850/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\CumminmaxKernel.cu.obj 2025-03-14T04:01:38.6860815Z CumminmaxKernel.cu 2025-03-14T04:01:38.6861472Z tmpxft_000005d8_00000000-7_CumminmaxKernel.cudafe1.cpp 2025-03-14T04:01:38.6862684Z [3851/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\CumprodKernel.cu.obj 2025-03-14T04:01:38.7640905Z CumprodKernel.cu 2025-03-14T04:01:38.7641514Z tmpxft_00001538_00000000-7_CumprodKernel.cudafe1.cpp 2025-03-14T04:01:38.7642814Z [3852/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DepthwiseConv2d.cu.obj 2025-03-14T04:01:39.0452678Z DepthwiseConv2d.cu 2025-03-14T04:01:39.0453291Z tmpxft_000004ac_00000000-7_DepthwiseConv2d.cudafe1.cpp 2025-03-14T04:01:39.0454506Z [3853/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DepthwiseConv3d.cu.obj 2025-03-14T04:01:39.2290119Z DepthwiseConv3d.cu 2025-03-14T04:01:39.2415795Z tmpxft_000006d8_00000000-7_DepthwiseConv3d.cudafe1.cpp 2025-03-14T04:01:39.2417034Z [3854/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DilatedMaxPool2d.cu.obj 2025-03-14T04:01:39.2418117Z DilatedMaxPool2d.cu 2025-03-14T04:01:39.2418603Z tmpxft_00000444_00000000-7_DilatedMaxPool2d.cudafe1.cpp 2025-03-14T04:01:39.2419758Z [3855/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\CumsumKernel.cu.obj 2025-03-14T04:01:39.7088195Z CumsumKernel.cu 2025-03-14T04:01:39.7088751Z tmpxft_0000148c_00000000-7_CumsumKernel.cudafe1.cpp 2025-03-14T04:01:39.7090253Z [3856/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DilatedMaxPool3d.cu.obj 2025-03-14T04:01:41.2115519Z DilatedMaxPool3d.cu 2025-03-14T04:01:41.2115935Z tmpxft_000012bc_00000000-7_DilatedMaxPool3d.cudafe1.cpp 2025-03-14T04:01:41.2116668Z [3857/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistanceKernel.cu.obj 2025-03-14T04:01:41.5773836Z DistanceKernel.cu 2025-03-14T04:01:41.5774448Z tmpxft_00001580_00000000-7_DistanceKernel.cudafe1.cpp 2025-03-14T04:01:41.5775526Z [3858/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistributionBernoulli.cu.obj 2025-03-14T04:01:41.5849099Z DistributionBernoulli.cu 2025-03-14T04:01:41.5849819Z tmpxft_000004b4_00000000-7_DistributionBernoulli.cudafe1.cpp 2025-03-14T04:01:41.5851057Z [3859/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistributionCauchyKernel.cu.obj 2025-03-14T04:01:41.7782539Z DistributionCauchyKernel.cu 2025-03-14T04:01:41.7783590Z tmpxft_00001668_00000000-7_DistributionCauchyKernel.cudafe1.cpp 2025-03-14T04:01:41.7784606Z [3860/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistributionExponentialKernel.cu.obj 2025-03-14T04:01:42.0007266Z DistributionExponentialKernel.cu 2025-03-14T04:01:42.0008332Z tmpxft_000011f4_00000000-7_DistributionExponentialKernel.cudafe1.cpp 2025-03-14T04:01:42.0009229Z [3861/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistributionLogNormalKernel.cu.obj 2025-03-14T04:01:42.0964456Z DistributionLogNormalKernel.cu 2025-03-14T04:01:42.0965289Z tmpxft_00000740_00000000-7_DistributionLogNormalKernel.cudafe1.cpp 2025-03-14T04:01:42.0966806Z [3862/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistributionGeometricKernel.cu.obj 2025-03-14T04:01:42.5204844Z DistributionGeometricKernel.cu 2025-03-14T04:01:42.5205682Z tmpxft_00000eb0_00000000-7_DistributionGeometricKernel.cudafe1.cpp 2025-03-14T04:01:42.5207522Z [3863/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistributionNormal.cu.obj 2025-03-14T04:01:44.2131198Z DistributionNormal.cu 2025-03-14T04:01:44.2131692Z tmpxft_000009c0_00000000-7_DistributionNormal.cudafe1.cpp 2025-03-14T04:01:44.2132412Z [3864/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistributionRandomKernel.cu.obj 2025-03-14T04:01:44.6724060Z DistributionRandomKernel.cu 2025-03-14T04:01:44.6724529Z tmpxft_00001794_00000000-7_DistributionRandomKernel.cudafe1.cpp 2025-03-14T04:01:44.6725245Z [3865/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\DistributionUniform.cu.obj 2025-03-14T04:01:44.7804705Z DistributionUniform.cu 2025-03-14T04:01:44.7805274Z tmpxft_00001440_00000000-7_DistributionUniform.cudafe1.cpp 2025-03-14T04:01:44.7806371Z [3866/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Distributions.cu.obj 2025-03-14T04:01:45.3982276Z Distributions.cu 2025-03-14T04:01:45.3982866Z tmpxft_00001448_00000000-7_Distributions.cudafe1.cpp 2025-03-14T04:01:45.3984012Z [3867/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Dropout.cu.obj 2025-03-14T04:01:46.5983209Z Dropout.cu 2025-03-14T04:01:46.5983512Z tmpxft_00001134_00000000-7_Dropout.cudafe1.cpp 2025-03-14T04:01:46.5984153Z [3868/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Embedding.cu.obj 2025-03-14T04:01:46.6968837Z Embedding.cu 2025-03-14T04:01:46.6969381Z tmpxft_00000d38_00000000-7_Embedding.cudafe1.cpp 2025-03-14T04:01:46.6970662Z [3869/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\EmbeddingBackwardKernel.cu.obj 2025-03-14T04:01:46.7046397Z EmbeddingBackwardKernel.cu 2025-03-14T04:01:46.7047184Z tmpxft_00001598_00000000-7_EmbeddingBackwardKernel.cudafe1.cpp 2025-03-14T04:01:46.7048482Z [3870/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\FillKernel.cu.obj 2025-03-14T04:01:46.9785068Z FillKernel.cu 2025-03-14T04:01:46.9785419Z tmpxft_000016ac_00000000-7_FillKernel.cudafe1.cpp 2025-03-14T04:01:46.9786054Z [3871/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\EmbeddingBag.cu.obj 2025-03-14T04:01:47.9651710Z EmbeddingBag.cu 2025-03-14T04:01:47.9652085Z tmpxft_000016b8_00000000-7_EmbeddingBag.cudafe1.cpp 2025-03-14T04:01:47.9652902Z [3872/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\FlattenIndicesKernel.cu.obj 2025-03-14T04:01:48.0499762Z FlattenIndicesKernel.cu 2025-03-14T04:01:48.0500463Z tmpxft_000011b8_00000000-7_FlattenIndicesKernel.cudafe1.cpp 2025-03-14T04:01:48.0501739Z [3873/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ForeachBinaryOpList.cu.obj 2025-03-14T04:01:48.7541710Z ForeachBinaryOpList.cu 2025-03-14T04:01:48.7542339Z tmpxft_00000434_00000000-7_ForeachBinaryOpList.cudafe1.cpp 2025-03-14T04:01:48.7543125Z [3874/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ForeachBinaryOpScalar.cu.obj 2025-03-14T04:01:49.8226106Z ForeachBinaryOpScalar.cu 2025-03-14T04:01:49.8226804Z tmpxft_0000148c_00000000-7_ForeachBinaryOpScalar.cudafe1.cpp 2025-03-14T04:01:49.8228135Z [3875/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ForeachBinaryOpScalarList.cu.obj 2025-03-14T04:01:49.9147856Z ForeachBinaryOpScalarList.cu 2025-03-14T04:01:49.9148580Z tmpxft_000014fc_00000000-7_ForeachBinaryOpScalarList.cudafe1.cpp 2025-03-14T04:01:49.9150012Z [3876/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ForeachBinaryOpScalarTensor.cu.obj 2025-03-14T04:01:49.9238740Z ForeachBinaryOpScalarTensor.cu 2025-03-14T04:01:49.9239205Z tmpxft_000014e4_00000000-7_ForeachBinaryOpScalarTensor.cudafe1.cpp 2025-03-14T04:01:49.9239969Z [3877/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ForeachPointwiseOp.cu.obj 2025-03-14T04:01:50.4983166Z ForeachPointwiseOp.cu 2025-03-14T04:01:50.4983908Z tmpxft_00001034_00000000-7_ForeachPointwiseOp.cudafe1.cpp 2025-03-14T04:01:50.4985176Z [3878/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ForeachReduceOp.cu.obj 2025-03-14T04:01:51.1492557Z ForeachReduceOp.cu 2025-03-14T04:01:51.1493470Z tmpxft_00000d28_00000000-7_ForeachReduceOp.cudafe1.cpp 2025-03-14T04:01:51.1494770Z [3879/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ForeachTernaryOp.cu.obj 2025-03-14T04:01:51.4292470Z ForeachTernaryOp.cu 2025-03-14T04:01:51.4292863Z tmpxft_00000328_00000000-7_ForeachTernaryOp.cudafe1.cpp 2025-03-14T04:01:51.4293540Z [3880/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ForeachUnaryOp.cu.obj 2025-03-14T04:01:51.8006124Z ForeachUnaryOp.cu 2025-03-14T04:01:51.8006611Z tmpxft_000006bc_00000000-7_ForeachUnaryOp.cudafe1.cpp 2025-03-14T04:01:51.8007387Z [3881/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\FractionalMaxPool2d.cu.obj 2025-03-14T04:01:52.4979989Z FractionalMaxPool2d.cu 2025-03-14T04:01:52.4980640Z tmpxft_000011b0_00000000-7_FractionalMaxPool2d.cudafe1.cpp 2025-03-14T04:01:52.4982032Z [3882/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\FunctionOfAMatrixUtilsKernel.cu.obj 2025-03-14T04:01:52.7274751Z FunctionOfAMatrixUtilsKernel.cu 2025-03-14T04:01:52.7275633Z tmpxft_000004b8_00000000-7_FunctionOfAMatrixUtilsKernel.cudafe1.cpp 2025-03-14T04:01:52.7276999Z [3883/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\FusedAdamKernel.cu.obj 2025-03-14T04:01:53.1485626Z FusedAdamKernel.cu 2025-03-14T04:01:53.1486270Z tmpxft_00001060_00000000-7_FusedAdamKernel.cudafe1.cpp 2025-03-14T04:01:53.1487485Z [3884/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\FractionalMaxPool3d.cu.obj 2025-03-14T04:01:53.4245259Z FractionalMaxPool3d.cu 2025-03-14T04:01:53.4245776Z tmpxft_00001238_00000000-7_FractionalMaxPool3d.cudafe1.cpp 2025-03-14T04:01:53.4246554Z [3885/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\FusedAdamWKernel.cu.obj 2025-03-14T04:01:53.9497477Z FusedAdamWKernel.cu 2025-03-14T04:01:53.9498153Z tmpxft_000010d0_00000000-7_FusedAdamWKernel.cudafe1.cpp 2025-03-14T04:01:53.9499341Z [3886/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\GcdLcmKernel.cu.obj 2025-03-14T04:01:54.4062914Z GcdLcmKernel.cu 2025-03-14T04:01:54.4063274Z tmpxft_000014e8_00000000-7_GcdLcmKernel.cudafe1.cpp 2025-03-14T04:01:54.4063927Z [3887/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\FusedSgdKernel.cu.obj 2025-03-14T04:01:54.4091949Z FusedSgdKernel.cu 2025-03-14T04:01:54.4092545Z tmpxft_00001450_00000000-7_FusedSgdKernel.cudafe1.cpp 2025-03-14T04:01:54.4093203Z [3888/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\GridSampler.cu.obj 2025-03-14T04:01:55.1868160Z GridSampler.cu 2025-03-14T04:01:55.1868736Z tmpxft_000015f0_00000000-7_GridSampler.cudafe1.cpp 2025-03-14T04:01:55.1870002Z [3889/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\IGammaKernel.cu.obj 2025-03-14T04:01:55.8460177Z IGammaKernel.cu 2025-03-14T04:01:55.8460570Z tmpxft_0000156c_00000000-7_IGammaKernel.cudafe1.cpp 2025-03-14T04:01:55.8461368Z [3890/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\IndexKernel.cu.obj 2025-03-14T04:01:56.0014253Z IndexKernel.cu 2025-03-14T04:01:56.0014825Z tmpxft_000009cc_00000000-7_IndexKernel.cudafe1.cpp 2025-03-14T04:01:56.0016010Z [3891/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Im2Col.cu.obj 2025-03-14T04:01:56.9345840Z Im2Col.cu 2025-03-14T04:01:56.9346207Z tmpxft_000012bc_00000000-7_Im2Col.cudafe1.cpp 2025-03-14T04:01:56.9346864Z [3892/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Lerp.cu.obj 2025-03-14T04:01:57.0503398Z Lerp.cu 2025-03-14T04:01:57.0503841Z tmpxft_000006a8_00000000-7_Lerp.cudafe1.cpp 2025-03-14T04:01:57.0505202Z [3893/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Indexing.cu.obj 2025-03-14T04:01:57.7378485Z Indexing.cu 2025-03-14T04:01:57.7379010Z tmpxft_0000149c_00000000-7_Indexing.cudafe1.cpp 2025-03-14T04:01:57.7380040Z [3894/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\LinearAlgebra.cu.obj 2025-03-14T04:01:57.7461109Z LinearAlgebra.cu 2025-03-14T04:01:57.7461498Z tmpxft_00001128_00000000-7_LinearAlgebra.cudafe1.cpp 2025-03-14T04:01:57.7462273Z [3895/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\LogAddExpKernel.cu.obj 2025-03-14T04:01:58.6600867Z LogAddExpKernel.cu 2025-03-14T04:01:58.6601454Z tmpxft_000013a0_00000000-7_LogAddExpKernel.cudafe1.cpp 2025-03-14T04:01:58.6602726Z [3896/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\LegacyThrustHelpers.cu.obj 2025-03-14T04:01:59.3199654Z LegacyThrustHelpers.cu 2025-03-14T04:01:59.3200059Z tmpxft_000004e0_00000000-7_LegacyThrustHelpers.cudafe1.cpp 2025-03-14T04:01:59.3200722Z [3897/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Loss.cu.obj 2025-03-14T04:01:59.5961161Z Loss.cu 2025-03-14T04:01:59.5961461Z tmpxft_00001760_00000000-7_Loss.cudafe1.cpp 2025-03-14T04:01:59.5962132Z [3898/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\MaxMinElementwiseKernel.cu.obj 2025-03-14T04:01:59.6706056Z MaxMinElementwiseKernel.cu 2025-03-14T04:01:59.6706575Z tmpxft_000015b4_00000000-7_MaxMinElementwiseKernel.cudafe1.cpp 2025-03-14T04:01:59.6707331Z [3899/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\LogcumsumexpKernel.cu.obj 2025-03-14T04:02:00.3308704Z LogcumsumexpKernel.cu 2025-03-14T04:02:00.3309311Z tmpxft_00001704_00000000-7_LogcumsumexpKernel.cudafe1.cpp 2025-03-14T04:02:01.0909936Z [3900/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\LossCTC.cu.obj 2025-03-14T04:02:01.0910963Z LossCTC.cu 2025-03-14T04:02:01.0911369Z tmpxft_000006f8_00000000-7_LossCTC.cudafe1.cpp 2025-03-14T04:02:01.0912250Z [3901/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\MaxUnpooling.cu.obj 2025-03-14T04:02:02.1102972Z MaxUnpooling.cu 2025-03-14T04:02:02.1103333Z tmpxft_000016c8_00000000-7_MaxUnpooling.cudafe1.cpp 2025-03-14T04:02:02.1104057Z [3902/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\MultiLabelMarginCriterion.cu.obj 2025-03-14T04:02:02.5377567Z MultiLabelMarginCriterion.cu 2025-03-14T04:02:02.5378287Z tmpxft_00000d78_00000000-7_MultiLabelMarginCriterion.cudafe1.cpp 2025-03-14T04:02:02.5379060Z [3903/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\MultiMarginLoss.cu.obj 2025-03-14T04:02:02.9927141Z MultiMarginLoss.cu 2025-03-14T04:02:02.9927753Z tmpxft_000003b4_00000000-7_MultiMarginLoss.cudafe1.cpp 2025-03-14T04:02:02.9928962Z [3904/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\NLLLoss2d.cu.obj 2025-03-14T04:02:03.1449423Z NLLLoss2d.cu 2025-03-14T04:02:03.1449957Z tmpxft_000016a0_00000000-7_NLLLoss2d.cudafe1.cpp 2025-03-14T04:02:03.1451057Z [3905/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\MultinomialKernel.cu.obj 2025-03-14T04:02:03.5007843Z MultinomialKernel.cu 2025-03-14T04:02:03.5008485Z tmpxft_00001660_00000000-7_MultinomialKernel.cudafe1.cpp 2025-03-14T04:02:03.5009870Z [3906/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\NaiveConvolutionTranspose2d.cu.obj 2025-03-14T04:02:04.2577857Z NaiveConvolutionTranspose2d.cu 2025-03-14T04:02:04.2578722Z tmpxft_00000484_00000000-7_NaiveConvolutionTranspose2d.cudafe1.cpp 2025-03-14T04:02:04.2580486Z [3907/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\NaiveConvolutionTranspose3d.cu.obj 2025-03-14T04:02:05.3067072Z NaiveConvolutionTranspose3d.cu 2025-03-14T04:02:05.3067759Z tmpxft_00000538_00000000-7_NaiveConvolutionTranspose3d.cudafe1.cpp 2025-03-14T04:02:05.3068510Z [3908/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\NaiveDilatedConvolution.cu.obj 2025-03-14T04:02:05.7403396Z NaiveDilatedConvolution.cu 2025-03-14T04:02:05.7404213Z tmpxft_0000059c_00000000-7_NaiveDilatedConvolution.cudafe1.cpp 2025-03-14T04:02:05.7405633Z [3909/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\PointwiseOpsKernel.cu.obj 2025-03-14T04:02:05.8679333Z PointwiseOpsKernel.cu 2025-03-14T04:02:05.8680035Z tmpxft_00000448_00000000-7_PointwiseOpsKernel.cudafe1.cpp 2025-03-14T04:02:05.8681290Z [3910/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\MixedDtypesLinear.cu.obj 2025-03-14T04:02:06.1263201Z MixedDtypesLinear.cu 2025-03-14T04:02:06.1264123Z tmpxft_0000084c_00000000-7_MixedDtypesLinear.cudafe1.cpp 2025-03-14T04:02:06.1265317Z [3911/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\PowKernel.cu.obj 2025-03-14T04:02:06.4161522Z PowKernel.cu 2025-03-14T04:02:06.4162031Z tmpxft_00001758_00000000-7_PowKernel.cudafe1.cpp 2025-03-14T04:02:06.4163170Z [3912/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Normalization.cu.obj 2025-03-14T04:02:06.9063690Z Normalization.cu 2025-03-14T04:02:06.9064246Z tmpxft_0000107c_00000000-7_Normalization.cudafe1.cpp 2025-03-14T04:02:06.9065350Z [3913/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Nonzero.cu.obj 2025-03-14T04:02:07.5912583Z Nonzero.cu 2025-03-14T04:02:07.5913098Z tmpxft_00000cbc_00000000-7_Nonzero.cudafe1.cpp 2025-03-14T04:02:07.5914173Z [3914/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\RNN.cu.obj 2025-03-14T04:02:08.6334782Z RNN.cu 2025-03-14T04:02:08.6335087Z tmpxft_0000027c_00000000-7_RNN.cudafe1.cpp 2025-03-14T04:02:08.6335734Z [3915/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\RecordStream.cu.obj 2025-03-14T04:02:08.7200336Z RecordStream.cu 2025-03-14T04:02:08.7200915Z tmpxft_000004d4_00000000-7_RecordStream.cudafe1.cpp 2025-03-14T04:02:08.7202088Z [3916/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Reduce.cu.obj 2025-03-14T04:02:08.8239107Z Reduce.cu 2025-03-14T04:02:08.8239620Z tmpxft_00000f8c_00000000-7_Reduce.cudafe1.cpp 2025-03-14T04:02:08.8240816Z [3917/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Randperm.cu.obj 2025-03-14T04:02:08.9375311Z Randperm.cu 2025-03-14T04:02:08.9375815Z tmpxft_00001668_00000000-7_Randperm.cudafe1.cpp 2025-03-14T04:02:08.9376871Z [3918/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\RangeFactories.cu.obj 2025-03-14T04:02:09.0435782Z RangeFactories.cu 2025-03-14T04:02:09.0436161Z tmpxft_00001144_00000000-7_RangeFactories.cudafe1.cpp 2025-03-14T04:02:09.0437147Z [3919/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceAMinMaxKernel.cu.obj 2025-03-14T04:02:09.4919762Z ReduceAMinMaxKernel.cu 2025-03-14T04:02:09.4920854Z tmpxft_00001330_00000000-7_ReduceAMinMaxKernel.cudafe1.cpp 2025-03-14T04:02:09.4922050Z [3920/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceArgMaxKernel.cu.obj 2025-03-14T04:02:10.1163893Z ReduceArgMaxKernel.cu 2025-03-14T04:02:10.1164491Z tmpxft_00000904_00000000-7_ReduceArgMaxKernel.cudafe1.cpp 2025-03-14T04:02:10.1165380Z [3921/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceArgMinKernel.cu.obj 2025-03-14T04:02:11.1319852Z ReduceArgMinKernel.cu 2025-03-14T04:02:11.1320262Z tmpxft_0000173c_00000000-7_ReduceArgMinKernel.cudafe1.cpp 2025-03-14T04:02:11.1322044Z [3922/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceLogicKernel.cu.obj 2025-03-14T04:02:11.3657595Z ReduceLogicKernel.cu 2025-03-14T04:02:11.3658268Z tmpxft_00001454_00000000-7_ReduceLogicKernel.cudafe1.cpp 2025-03-14T04:02:11.3659607Z [3923/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceMaxValuesKernel.cu.obj 2025-03-14T04:02:11.3789150Z ReduceMaxValuesKernel.cu 2025-03-14T04:02:11.3789854Z tmpxft_000016f8_00000000-7_ReduceMaxValuesKernel.cudafe1.cpp 2025-03-14T04:02:11.3791087Z [3924/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceMinValuesKernel.cu.obj 2025-03-14T04:02:11.5424797Z ReduceMinValuesKernel.cu 2025-03-14T04:02:11.5425604Z tmpxft_000015b8_00000000-7_ReduceMinValuesKernel.cudafe1.cpp 2025-03-14T04:02:11.5426921Z [3925/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceMomentKernel.cu.obj 2025-03-14T04:02:11.5784476Z ReduceMomentKernel.cu 2025-03-14T04:02:11.5785348Z tmpxft_00000f6c_00000000-7_ReduceMomentKernel.cudafe1.cpp 2025-03-14T04:02:11.5786192Z [3926/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceNormKernel.cu.obj 2025-03-14T04:02:12.0565371Z ReduceNormKernel.cu 2025-03-14T04:02:12.0566009Z tmpxft_00001174_00000000-7_ReduceNormKernel.cudafe1.cpp 2025-03-14T04:02:12.0567280Z [3927/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceSumProdKernel.cu.obj 2025-03-14T04:02:13.4428036Z ReduceSumProdKernel.cu 2025-03-14T04:02:13.4428659Z tmpxft_000010e8_00000000-7_ReduceSumProdKernel.cudafe1.cpp 2025-03-14T04:02:13.4429737Z [3928/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReflectionPad.cu.obj 2025-03-14T04:02:13.8190098Z ReflectionPad.cu 2025-03-14T04:02:13.8190437Z tmpxft_00000780_00000000-7_ReflectionPad.cudafe1.cpp 2025-03-14T04:02:13.8191061Z [3929/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\RenormKernel.cu.obj 2025-03-14T04:02:14.7107579Z RenormKernel.cu 2025-03-14T04:02:14.7108134Z tmpxft_00000368_00000000-7_RenormKernel.cudafe1.cpp 2025-03-14T04:02:14.7109193Z [3930/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Repeat.cu.obj 2025-03-14T04:02:14.7191157Z Repeat.cu 2025-03-14T04:02:14.7191612Z tmpxft_00000394_00000000-7_Repeat.cudafe1.cpp 2025-03-14T04:02:14.7192776Z [3931/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReplicationPadding.cu.obj 2025-03-14T04:02:15.3266568Z ReplicationPadding.cu 2025-03-14T04:02:15.3267332Z tmpxft_00000cb8_00000000-7_ReplicationPadding.cudafe1.cpp 2025-03-14T04:02:15.3268723Z [3932/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\RreluWithNoise.cu.obj 2025-03-14T04:02:16.1198596Z RreluWithNoise.cu 2025-03-14T04:02:16.1199203Z tmpxft_00000d10_00000000-7_RreluWithNoise.cudafe1.cpp 2025-03-14T04:02:16.1200455Z [3933/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\RowwiseScaledMM.cu.obj 2025-03-14T04:02:16.5302887Z RowwiseScaledMM.cu 2025-03-14T04:02:16.5303312Z tmpxft_00001340_00000000-7_RowwiseScaledMM.compute_89.cudafe1.cpp 2025-03-14T04:02:16.5304089Z [3934/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ScaledGroupMM.cu.obj 2025-03-14T04:02:16.6513646Z ScaledGroupMM.cu 2025-03-14T04:02:16.6514507Z tmpxft_00000c9c_00000000-7_ScaledGroupMM.compute_89.cudafe1.cpp 2025-03-14T04:02:16.6515708Z [3935/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ScatterGatherKernel.cu.obj 2025-03-14T04:02:18.0924883Z ScatterGatherKernel.cu 2025-03-14T04:02:18.0925282Z tmpxft_00001438_00000000-7_ScatterGatherKernel.cudafe1.cpp 2025-03-14T04:02:18.0925918Z [3936/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Shape.cu.obj 2025-03-14T04:02:18.1627710Z Shape.cu 2025-03-14T04:02:18.1628379Z tmpxft_00000f18_00000000-7_Shape.cudafe1.cpp 2025-03-14T04:02:18.1629358Z [3937/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SoftMax.cu.obj 2025-03-14T04:02:18.2199344Z SoftMax.cu 2025-03-14T04:02:18.2199840Z tmpxft_000015a0_00000000-7_SoftMax.cudafe1.cpp 2025-03-14T04:02:18.2201000Z [3938/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SegmentReduce.cu.obj 2025-03-14T04:02:19.0591083Z SegmentReduce.cu 2025-03-14T04:02:19.0591664Z tmpxft_000008e8_00000000-7_SegmentReduce.cudafe1.cpp 2025-03-14T04:02:19.0592821Z [3939/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Sort.cu.obj 2025-03-14T04:02:19.1392342Z Sort.cu 2025-03-14T04:02:19.1392795Z tmpxft_00000e94_00000000-7_Sort.cudafe1.cpp 2025-03-14T04:02:19.1393879Z [3940/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Sorting.cu.obj 2025-03-14T04:02:20.3780054Z Sorting.cu 2025-03-14T04:02:20.3780390Z tmpxft_000015d0_00000000-7_Sorting.cudafe1.cpp 2025-03-14T04:02:20.3781022Z [3941/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SortImpl.cu.obj 2025-03-14T04:02:20.4053856Z SortImpl.cu 2025-03-14T04:02:20.4054323Z tmpxft_00000838_00000000-7_SortImpl.cudafe1.cpp 2025-03-14T04:02:20.4055316Z [3942/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SortStable.cu.obj 2025-03-14T04:02:20.7050585Z SortStable.cu 2025-03-14T04:02:20.7051123Z tmpxft_000017e0_00000000-7_SortStable.cudafe1.cpp 2025-03-14T04:02:20.7052329Z [3943/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SpectralOps.cu.obj 2025-03-14T04:02:21.0927230Z SpectralOps.cu 2025-03-14T04:02:21.0927566Z tmpxft_00000454_00000000-7_SpectralOps.cudafe1.cpp 2025-03-14T04:02:21.0928200Z [3944/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SparseMM.cu.obj 2025-03-14T04:02:21.3307212Z SparseMM.cu 2025-03-14T04:02:21.3307729Z tmpxft_000014fc_00000000-7_SparseMM.cudafe1.cpp 2025-03-14T04:02:21.3309038Z [3945/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SparseBinaryOpIntersectionKernel.cu.obj 2025-03-14T04:02:21.7055822Z SparseBinaryOpIntersectionKernel.cu 2025-03-14T04:02:21.7056785Z tmpxft_00000518_00000000-7_SparseBinaryOpIntersectionKernel.cudafe1.cpp 2025-03-14T04:02:21.7058140Z [3946/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\StepKernel.cu.obj 2025-03-14T04:02:22.4190763Z StepKernel.cu 2025-03-14T04:02:22.4191296Z tmpxft_00000430_00000000-7_StepKernel.cudafe1.cpp 2025-03-14T04:02:22.4192406Z [3947/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\SummaryOps.cu.obj 2025-03-14T04:02:23.1095964Z SummaryOps.cu 2025-03-14T04:02:23.1096499Z tmpxft_0000141c_00000000-7_SummaryOps.cudafe1.cpp 2025-03-14T04:02:23.1097851Z [3948/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorCompare.cu.obj 2025-03-14T04:02:24.0421291Z TensorCompare.cu 2025-03-14T04:02:24.0421869Z tmpxft_0000066c_00000000-7_TensorCompare.cudafe1.cpp 2025-03-14T04:02:24.0423056Z [3949/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorShape.cu.obj 2025-03-14T04:02:24.5027826Z TensorShape.cu 2025-03-14T04:02:24.5028151Z tmpxft_00000ed0_00000000-7_TensorShape.cudafe1.cpp 2025-03-14T04:02:24.5028830Z [3950/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorTransformations.cu.obj 2025-03-14T04:02:24.7222923Z TensorTransformations.cu 2025-03-14T04:02:24.7223408Z tmpxft_00001584_00000000-7_TensorTransformations.cudafe1.cpp 2025-03-14T04:02:24.7224164Z [3951/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorModeKernel.cu.obj 2025-03-14T04:02:24.8356896Z TensorModeKernel.cu 2025-03-14T04:02:24.8357751Z tmpxft_00001300_00000000-7_TensorModeKernel.cudafe1.cpp 2025-03-14T04:02:24.8358934Z [3952/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TriangularOps.cu.obj 2025-03-14T04:02:24.8553580Z TriangularOps.cu 2025-03-14T04:02:24.8554749Z tmpxft_000017f8_00000000-7_TriangularOps.cudafe1.cpp 2025-03-14T04:02:24.8555977Z [3953/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorTopK.cu.obj 2025-03-14T04:02:24.9330691Z TensorTopK.cu 2025-03-14T04:02:24.9331187Z tmpxft_000010f8_00000000-7_TensorTopK.cudafe1.cpp 2025-03-14T04:02:24.9332589Z [3954/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryComplexKernels.cu.obj 2025-03-14T04:02:25.5770883Z UnaryComplexKernels.cu 2025-03-14T04:02:25.5772100Z tmpxft_000007f0_00000000-7_UnaryComplexKernels.cudafe1.cpp 2025-03-14T04:02:25.5773527Z [3955/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryFractionKernels.cu.obj 2025-03-14T04:02:26.5815413Z UnaryFractionKernels.cu 2025-03-14T04:02:26.5816088Z tmpxft_00000b28_00000000-7_UnaryFractionKernels.cudafe1.cpp 2025-03-14T04:02:26.5817300Z [3956/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGammaKernels.cu.obj 2025-03-14T04:02:27.0465395Z UnaryGammaKernels.cu 2025-03-14T04:02:27.0466045Z tmpxft_00000f04_00000000-7_UnaryGammaKernels.cudafe1.cpp 2025-03-14T04:02:27.0467371Z [3957/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricAcosKernel.cu.obj 2025-03-14T04:02:27.2343288Z UnaryGeometricAcosKernel.cu 2025-03-14T04:02:27.2343861Z tmpxft_00000538_00000000-7_UnaryGeometricAcosKernel.cudafe1.cpp 2025-03-14T04:02:27.2345233Z [3958/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricAcoshKernel.cu.obj 2025-03-14T04:02:27.4459872Z UnaryGeometricAcoshKernel.cu 2025-03-14T04:02:27.4460477Z tmpxft_00000d40_00000000-7_UnaryGeometricAcoshKernel.cudafe1.cpp 2025-03-14T04:02:27.4461342Z [3959/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricAsinhKernel.cu.obj 2025-03-14T04:02:27.5084278Z UnaryGeometricAsinhKernel.cu 2025-03-14T04:02:27.5085053Z tmpxft_00001144_00000000-7_UnaryGeometricAsinhKernel.cudafe1.cpp 2025-03-14T04:02:27.5086811Z [3960/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricAsinKernel.cu.obj 2025-03-14T04:02:27.5540777Z UnaryGeometricAsinKernel.cu 2025-03-14T04:02:27.5542020Z tmpxft_000014f4_00000000-7_UnaryGeometricAsinKernel.cudafe1.cpp 2025-03-14T04:02:27.5545297Z [3961/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricAtanKernel.cu.obj 2025-03-14T04:02:28.0399561Z UnaryGeometricAtanKernel.cu 2025-03-14T04:02:28.0400530Z tmpxft_00000f60_00000000-7_UnaryGeometricAtanKernel.cudafe1.cpp 2025-03-14T04:02:28.0401958Z [3962/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricAtanhKernel.cu.obj 2025-03-14T04:02:29.0833776Z UnaryGeometricAtanhKernel.cu 2025-03-14T04:02:29.0834340Z tmpxft_000014b4_00000000-7_UnaryGeometricAtanhKernel.cudafe1.cpp 2025-03-14T04:02:29.0835139Z [3963/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricCosKernel.cu.obj 2025-03-14T04:02:29.5458508Z UnaryGeometricCosKernel.cu 2025-03-14T04:02:29.5459033Z tmpxft_000014ac_00000000-7_UnaryGeometricCosKernel.cudafe1.cpp 2025-03-14T04:02:29.5459817Z [3964/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricCoshKernel.cu.obj 2025-03-14T04:02:29.9598747Z UnaryGeometricCoshKernel.cu 2025-03-14T04:02:29.9599560Z tmpxft_00000d38_00000000-7_UnaryGeometricCoshKernel.cudafe1.cpp 2025-03-14T04:02:29.9600983Z [3965/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricSinKernel.cu.obj 2025-03-14T04:02:30.0685387Z UnaryGeometricSinKernel.cu 2025-03-14T04:02:30.0685861Z tmpxft_000011e0_00000000-7_UnaryGeometricSinKernel.cudafe1.cpp 2025-03-14T04:02:30.0686709Z [3966/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricSinhKernel.cu.obj 2025-03-14T04:02:30.1633096Z UnaryGeometricSinhKernel.cu 2025-03-14T04:02:30.1633571Z tmpxft_0000175c_00000000-7_UnaryGeometricSinhKernel.cudafe1.cpp 2025-03-14T04:02:30.1634452Z [3967/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricTanKernel.cu.obj 2025-03-14T04:02:30.1807488Z UnaryGeometricTanKernel.cu 2025-03-14T04:02:30.1808269Z tmpxft_00000cb4_00000000-7_UnaryGeometricTanKernel.cudafe1.cpp 2025-03-14T04:02:30.1809700Z [3968/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryGeometricTanhKernel.cu.obj 2025-03-14T04:02:30.6509614Z UnaryGeometricTanhKernel.cu 2025-03-14T04:02:30.6510443Z tmpxft_00000790_00000000-7_UnaryGeometricTanhKernel.cudafe1.cpp 2025-03-14T04:02:30.6511612Z [3969/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryLogKernels.cu.obj 2025-03-14T04:02:31.9332603Z UnaryLogKernels.cu 2025-03-14T04:02:31.9333225Z tmpxft_0000111c_00000000-7_UnaryLogKernels.cudafe1.cpp 2025-03-14T04:02:31.9334442Z [3970/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnaryOpsKernel.cu.obj 2025-03-14T04:02:32.2730525Z UnaryOpsKernel.cu 2025-03-14T04:02:32.2731129Z tmpxft_0000132c_00000000-7_UnaryOpsKernel.cudafe1.cpp 2025-03-14T04:02:32.2732387Z [3971/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnarySignKernels.cu.obj 2025-03-14T04:02:32.7182671Z UnarySignKernels.cu 2025-03-14T04:02:32.7183317Z tmpxft_00000414_00000000-7_UnarySignKernels.cudafe1.cpp 2025-03-14T04:02:32.7184644Z [3972/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnarySpecialOpsKernel.cu.obj 2025-03-14T04:02:33.4107099Z UnarySpecialOpsKernel.cu 2025-03-14T04:02:33.4107835Z tmpxft_000007e0_00000000-7_UnarySpecialOpsKernel.cudafe1.cpp 2025-03-14T04:02:33.4109086Z [3973/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UnfoldBackwardKernel.cu.obj 2025-03-14T04:02:33.4271914Z UnfoldBackwardKernel.cu 2025-03-14T04:02:33.4272332Z tmpxft_00001630_00000000-7_UnfoldBackwardKernel.cudafe1.cpp 2025-03-14T04:02:33.4273046Z [3974/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UpSampleBicubic2d.cu.obj 2025-03-14T04:02:34.1293309Z UpSampleBicubic2d.cu 2025-03-14T04:02:34.1294005Z tmpxft_00000a78_00000000-7_UpSampleBicubic2d.cudafe1.cpp 2025-03-14T04:02:34.1295249Z [3975/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UpSampleBilinear2d.cu.obj 2025-03-14T04:02:34.8650206Z UpSampleBilinear2d.cu 2025-03-14T04:02:34.8650830Z tmpxft_00000878_00000000-7_UpSampleBilinear2d.cudafe1.cpp 2025-03-14T04:02:34.8652019Z [3976/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UniqueCub.cu.obj 2025-03-14T04:02:35.1078732Z UniqueCub.cu 2025-03-14T04:02:35.1079223Z tmpxft_00001770_00000000-7_UniqueCub.cudafe1.cpp 2025-03-14T04:02:35.1080407Z [3977/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UpSampleLinear1d.cu.obj 2025-03-14T04:02:35.3446456Z UpSampleLinear1d.cu 2025-03-14T04:02:35.3447117Z tmpxft_00000cf0_00000000-7_UpSampleLinear1d.cudafe1.cpp 2025-03-14T04:02:35.3448405Z [3978/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UpSampleNearest1d.cu.obj 2025-03-14T04:02:36.0523339Z UpSampleNearest1d.cu 2025-03-14T04:02:36.0524153Z tmpxft_00001790_00000000-7_UpSampleNearest1d.cudafe1.cpp 2025-03-14T04:02:36.0525456Z [3979/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UpSampleNearest2d.cu.obj 2025-03-14T04:02:36.5823205Z UpSampleNearest2d.cu 2025-03-14T04:02:36.5823597Z tmpxft_00001010_00000000-7_UpSampleNearest2d.cudafe1.cpp 2025-03-14T04:02:36.5824295Z [3980/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UpSampleTrilinear3d.cu.obj 2025-03-14T04:02:36.7887145Z UpSampleTrilinear3d.cu 2025-03-14T04:02:36.7887554Z tmpxft_00001514_00000000-7_UpSampleTrilinear3d.cudafe1.cpp 2025-03-14T04:02:36.7888251Z [3981/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\UpSampleNearest3d.cu.obj 2025-03-14T04:02:37.4852959Z UpSampleNearest3d.cu 2025-03-14T04:02:37.4853638Z tmpxft_000004c0_00000000-7_UpSampleNearest3d.cudafe1.cpp 2025-03-14T04:02:37.4855001Z [3982/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ValidateCompressedIndicesKernel.cu.obj 2025-03-14T04:02:37.8271048Z ValidateCompressedIndicesKernel.cu 2025-03-14T04:02:37.8271571Z tmpxft_00000c80_00000000-7_ValidateCompressedIndicesKernel.cudafe1.cpp 2025-03-14T04:02:37.8272342Z [3983/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ZetaKernel.cu.obj 2025-03-14T04:02:37.9828425Z ZetaKernel.cu 2025-03-14T04:02:37.9828769Z tmpxft_000014a8_00000000-7_ZetaKernel.cudafe1.cpp 2025-03-14T04:02:37.9829392Z [3984/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\airy_ai.cu.obj 2025-03-14T04:02:38.0431053Z airy_ai.cu 2025-03-14T04:02:38.0431548Z tmpxft_000010a4_00000000-7_airy_ai.cudafe1.cpp 2025-03-14T04:02:38.0432620Z [3985/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\WeightNorm.cu.obj 2025-03-14T04:02:38.6843144Z WeightNorm.cu 2025-03-14T04:02:38.6843812Z tmpxft_00000ea0_00000000-7_WeightNorm.cudafe1.cpp 2025-03-14T04:02:38.6845023Z [3986/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\bessel_j0.cu.obj 2025-03-14T04:02:39.3199189Z bessel_j0.cu 2025-03-14T04:02:39.3199783Z tmpxft_000006d8_00000000-7_bessel_j0.cudafe1.cpp 2025-03-14T04:02:39.3200908Z [3987/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\bessel_j1.cu.obj 2025-03-14T04:02:39.5255755Z bessel_j1.cu 2025-03-14T04:02:39.5256114Z tmpxft_00000ecc_00000000-7_bessel_j1.cudafe1.cpp 2025-03-14T04:02:39.5256738Z [3988/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\bessel_y0.cu.obj 2025-03-14T04:02:40.0907102Z bessel_y0.cu 2025-03-14T04:02:40.0907428Z tmpxft_00001240_00000000-7_bessel_y0.cudafe1.cpp 2025-03-14T04:02:40.0908394Z [3989/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\bessel_y1.cu.obj 2025-03-14T04:02:40.4227058Z bessel_y1.cu 2025-03-14T04:02:40.4227391Z tmpxft_00000fd8_00000000-7_bessel_y1.cudafe1.cpp 2025-03-14T04:02:40.4228086Z [3990/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\chebyshev_polynomial_t.cu.obj 2025-03-14T04:02:40.6495535Z chebyshev_polynomial_t.cu 2025-03-14T04:02:40.6497280Z tmpxft_00000204_00000000-7_chebyshev_polynomial_t.cudafe1.cpp 2025-03-14T04:02:40.6499120Z [3991/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\chebyshev_polynomial_u.cu.obj 2025-03-14T04:02:40.6728289Z chebyshev_polynomial_u.cu 2025-03-14T04:02:40.6729180Z tmpxft_000004b4_00000000-7_chebyshev_polynomial_u.cudafe1.cpp 2025-03-14T04:02:40.6730668Z [3992/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\chebyshev_polynomial_v.cu.obj 2025-03-14T04:02:41.3767834Z chebyshev_polynomial_v.cu 2025-03-14T04:02:41.3768266Z tmpxft_00001080_00000000-7_chebyshev_polynomial_v.cudafe1.cpp 2025-03-14T04:02:41.3768985Z [3993/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\chebyshev_polynomial_w.cu.obj 2025-03-14T04:02:42.6262697Z chebyshev_polynomial_w.cu 2025-03-14T04:02:42.6263422Z tmpxft_0000158c_00000000-7_chebyshev_polynomial_w.cudafe1.cpp 2025-03-14T04:02:42.6264987Z [3994/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\fused_adam_amsgrad_impl.cu.obj 2025-03-14T04:02:42.7447568Z fused_adam_amsgrad_impl.cu 2025-03-14T04:02:42.7448124Z tmpxft_00001138_00000000-7_fused_adam_amsgrad_impl.cudafe1.cpp 2025-03-14T04:02:42.7448981Z [3995/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\fused_adam_impl.cu.obj 2025-03-14T04:02:43.2261408Z fused_adam_impl.cu 2025-03-14T04:02:43.2261771Z tmpxft_00001308_00000000-7_fused_adam_impl.cudafe1.cpp 2025-03-14T04:02:43.2262491Z [3996/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\fused_adamw_amsgrad_impl.cu.obj 2025-03-14T04:02:43.3261132Z fused_adamw_amsgrad_impl.cu 2025-03-14T04:02:43.3261865Z tmpxft_000003b8_00000000-7_fused_adamw_amsgrad_impl.cudafe1.cpp 2025-03-14T04:02:43.3263227Z [3997/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\hermite_polynomial_h.cu.obj 2025-03-14T04:02:43.6558134Z hermite_polynomial_h.cu 2025-03-14T04:02:43.6558815Z tmpxft_00001750_00000000-7_hermite_polynomial_h.cudafe1.cpp 2025-03-14T04:02:43.6560079Z [3998/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\fused_adamw_impl.cu.obj 2025-03-14T04:02:43.8060462Z fused_adamw_impl.cu 2025-03-14T04:02:43.8060849Z tmpxft_0000129c_00000000-7_fused_adamw_impl.cudafe1.cpp 2025-03-14T04:02:43.8061608Z [3999/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\hermite_polynomial_he.cu.obj 2025-03-14T04:02:44.0791943Z hermite_polynomial_he.cu 2025-03-14T04:02:44.0792410Z tmpxft_000014c0_00000000-7_hermite_polynomial_he.cudafe1.cpp 2025-03-14T04:02:44.0793295Z [4000/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\group_norm_kernel.cu.obj 2025-03-14T04:02:45.4731586Z group_norm_kernel.cu 2025-03-14T04:02:45.4731965Z tmpxft_00001594_00000000-7_group_norm_kernel.cudafe1.cpp 2025-03-14T04:02:45.4732682Z [4001/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\laguerre_polynomial_l.cu.obj 2025-03-14T04:02:46.1434641Z laguerre_polynomial_l.cu 2025-03-14T04:02:46.1435060Z tmpxft_000015f0_00000000-7_laguerre_polynomial_l.cudafe1.cpp 2025-03-14T04:02:46.1435855Z [4002/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\legendre_polynomial_p.cu.obj 2025-03-14T04:02:46.3019439Z legendre_polynomial_p.cu 2025-03-14T04:02:46.3020158Z tmpxft_0000111c_00000000-7_legendre_polynomial_p.cudafe1.cpp 2025-03-14T04:02:46.3021512Z [4003/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\modified_bessel_i1.cu.obj 2025-03-14T04:02:46.3599738Z modified_bessel_i1.cu 2025-03-14T04:02:46.3600155Z tmpxft_00000d2c_00000000-7_modified_bessel_i1.cudafe1.cpp 2025-03-14T04:02:46.3600859Z [4004/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\modified_bessel_i0.cu.obj 2025-03-14T04:02:46.6149338Z modified_bessel_i0.cu 2025-03-14T04:02:46.6149991Z tmpxft_000014b8_00000000-7_modified_bessel_i0.cudafe1.cpp 2025-03-14T04:02:46.6151516Z [4005/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\layer_norm_kernel.cu.obj 2025-03-14T04:02:46.8024566Z layer_norm_kernel.cu 2025-03-14T04:02:46.8025140Z tmpxft_00001694_00000000-7_layer_norm_kernel.cudafe1.cpp 2025-03-14T04:02:46.8026282Z [4006/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\modified_bessel_k0.cu.obj 2025-03-14T04:02:48.1709413Z modified_bessel_k0.cu 2025-03-14T04:02:48.1709829Z tmpxft_00001154_00000000-7_modified_bessel_k0.cudafe1.cpp 2025-03-14T04:02:48.1710508Z [4007/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\modified_bessel_k1.cu.obj 2025-03-14T04:02:48.7241409Z modified_bessel_k1.cu 2025-03-14T04:02:48.7241825Z tmpxft_00001224_00000000-7_modified_bessel_k1.cudafe1.cpp 2025-03-14T04:02:48.7244876Z [4008/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\scaled_modified_bessel_k0.cu.obj 2025-03-14T04:02:48.8088785Z scaled_modified_bessel_k0.cu 2025-03-14T04:02:48.8089233Z tmpxft_00000ce0_00000000-7_scaled_modified_bessel_k0.cudafe1.cpp 2025-03-14T04:02:48.8089965Z [4009/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\scaled_modified_bessel_k1.cu.obj 2025-03-14T04:02:48.9142571Z scaled_modified_bessel_k1.cu 2025-03-14T04:02:48.9143157Z tmpxft_00000b84_00000000-7_scaled_modified_bessel_k1.cudafe1.cpp 2025-03-14T04:02:48.9144729Z [4010/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\shifted_chebyshev_polynomial_t.cu.obj 2025-03-14T04:02:49.0106595Z shifted_chebyshev_polynomial_t.cu 2025-03-14T04:02:49.0107795Z tmpxft_00000338_00000000-7_shifted_chebyshev_polynomial_t.cudafe1.cpp 2025-03-14T04:02:49.0109286Z [4011/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\shifted_chebyshev_polynomial_u.cu.obj 2025-03-14T04:02:49.4960598Z shifted_chebyshev_polynomial_u.cu 2025-03-14T04:02:49.4961776Z tmpxft_00001684_00000000-7_shifted_chebyshev_polynomial_u.cudafe1.cpp 2025-03-14T04:02:49.4963283Z [4012/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\shifted_chebyshev_polynomial_v.cu.obj 2025-03-14T04:02:50.9144077Z shifted_chebyshev_polynomial_v.cu 2025-03-14T04:02:50.9144897Z tmpxft_00000020_00000000-7_shifted_chebyshev_polynomial_v.cudafe1.cpp 2025-03-14T04:02:50.9146288Z [4013/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\shifted_chebyshev_polynomial_w.cu.obj 2025-03-14T04:02:51.0061887Z shifted_chebyshev_polynomial_w.cu 2025-03-14T04:02:51.0062709Z tmpxft_000000e4_00000000-7_shifted_chebyshev_polynomial_w.cudafe1.cpp 2025-03-14T04:02:51.0064518Z [4014/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\int4mm.cu.obj 2025-03-14T04:02:51.5510043Z int4mm.cu 2025-03-14T04:02:51.5511101Z tmpxft_00000968_00000000-7_int4mm.cudafe1.cpp 2025-03-14T04:02:51.5512405Z [4015/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\spherical_bessel_j0.cu.obj 2025-03-14T04:02:54.5218937Z spherical_bessel_j0.cu 2025-03-14T04:02:54.5219626Z tmpxft_00000f28_00000000-7_spherical_bessel_j0.cudafe1.cpp 2025-03-14T04:02:54.5220874Z [4016/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SoftMax.cu.obj 2025-03-14T04:02:55.7693122Z SoftMax.cu 2025-03-14T04:02:55.7693641Z tmpxft_0000151c_00000000-7_SoftMax.cudafe1.cpp 2025-03-14T04:02:55.7694877Z [4017/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseCUDATensor.cu.obj 2025-03-14T04:02:55.7791470Z SparseCUDATensor.cu 2025-03-14T04:02:55.7792097Z tmpxft_00000a88_00000000-7_SparseCUDATensor.cudafe1.cpp 2025-03-14T04:02:55.7793366Z [4018/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseCUDATensorMath.cu.obj 2025-03-14T04:02:56.2045727Z SparseCUDATensorMath.cu 2025-03-14T04:02:56.2046459Z tmpxft_00000dc4_00000000-7_SparseCUDATensorMath.cudafe1.cpp 2025-03-14T04:02:56.2047844Z [4019/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseCsrTensorMath.cu.obj 2025-03-14T04:02:57.1348211Z SparseCsrTensorMath.cu 2025-03-14T04:02:57.1348659Z tmpxft_00000f3c_00000000-7_SparseCsrTensorMath.cudafe1.cpp 2025-03-14T04:02:57.1349505Z [4020/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\nested\cuda\NestedTensorTransformerFunctions.cu.obj 2025-03-14T04:02:57.1638338Z NestedTensorTransformerFunctions.cu 2025-03-14T04:02:57.1639256Z tmpxft_00001144_00000000-7_NestedTensorTransformerFunctions.cudafe1.cpp 2025-03-14T04:02:57.1640951Z [4021/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\nested\cuda\NestedTensorBinaryOps.cu.obj 2025-03-14T04:02:57.2338685Z NestedTensorBinaryOps.cu 2025-03-14T04:02:57.2339467Z tmpxft_00000498_00000000-7_NestedTensorBinaryOps.cudafe1.cpp 2025-03-14T04:02:59.3898016Z [4022/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\nested\cuda\NestedTensorMatmul.cu.obj 2025-03-14T04:02:59.3899244Z NestedTensorMatmul.cu 2025-03-14T04:02:59.3899881Z tmpxft_000014fc_00000000-7_NestedTensorMatmul.cudafe1.cpp 2025-03-14T04:02:59.3902147Z [4023/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseMatMul.cu.obj 2025-03-14T04:03:02.4886146Z SparseMatMul.cu 2025-03-14T04:03:02.4886482Z tmpxft_000016b8_00000000-7_SparseMatMul.cudafe1.cpp 2025-03-14T04:03:02.4887190Z [4024/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cuda\AffineQuantizer.cu.obj 2025-03-14T04:03:02.9877719Z AffineQuantizer.cu 2025-03-14T04:03:02.9878456Z tmpxft_000013ac_00000000-7_AffineQuantizer.cudafe1.cpp 2025-03-14T04:03:02.9891230Z [4025/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseSemiSturcturedApply.cu.obj 2025-03-14T04:03:03.6592835Z SparseSemiSturcturedApply.cu 2025-03-14T04:03:03.6593659Z tmpxft_000015a4_00000000-7_SparseSemiSturcturedApply.cudafe1.cpp 2025-03-14T04:03:03.6595218Z [4026/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseSemiStructuredLinear.cu.obj 2025-03-14T04:03:03.7868290Z SparseSemiStructuredLinear.cu 2025-03-14T04:03:03.7869117Z tmpxft_000006bc_00000000-7_SparseSemiStructuredLinear.cudafe1.cpp 2025-03-14T04:03:03.7871089Z [4027/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseSemiStructuredApplyDense.cu.obj 2025-03-14T04:03:03.7872587Z SparseSemiStructuredApplyDense.cu 2025-03-14T04:03:03.7873366Z tmpxft_00001458_00000000-7_SparseSemiStructuredApplyDense.cudafe1.cpp 2025-03-14T04:03:03.7875636Z 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 2025-03-14T04:03:03.7879237Z tmpxft_00001458_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 2025-03-14T04:03:03.7881808Z with 2025-03-14T04:03:03.7882223Z [ 2025-03-14T04:03:03.7882800Z _Ty=int 2025-03-14T04:03:03.7883146Z ] 2025-03-14T04:03:03.7885545Z tmpxft_00001458_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 2025-03-14T04:03:03.7887977Z with 2025-03-14T04:03:03.7888322Z [ 2025-03-14T04:03:03.7888643Z _Ty=int 2025-03-14T04:03:03.7889026Z ] 2025-03-14T04:03:03.7891240Z 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 2025-03-14T04:03:03.7893649Z with 2025-03-14T04:03:03.7894001Z [ 2025-03-14T04:03:03.7894343Z _Ty=int 2025-03-14T04:03:03.7894720Z ] 2025-03-14T04:03:03.7897012Z 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 2025-03-14T04:03:03.7899628Z with 2025-03-14T04:03:03.7899985Z [ 2025-03-14T04:03:03.7900324Z _Ty=int 2025-03-14T04:03:03.7900692Z ] 2025-03-14T04:03:03.7902341Z 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 2025-03-14T04:03:03.7904127Z with 2025-03-14T04:03:03.7904460Z [ 2025-03-14T04:03:03.7904803Z I=size_t, 2025-03-14T04:03:03.7905200Z _Ty2=size_t 2025-03-14T04:03:03.7905554Z ] 2025-03-14T04:03:04.0269523Z 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 2025-03-14T04:03:04.0271042Z with 2025-03-14T04:03:04.0271418Z [ 2025-03-14T04:03:04.0271761Z I=size_t, 2025-03-14T04:03:04.0272187Z _Ty2=size_t 2025-03-14T04:03:04.0272581Z ] 2025-03-14T04:03:04.0273605Z [4028/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseSemiStructuredOps.cu.obj 2025-03-14T04:03:05.2250599Z SparseSemiStructuredOps.cu 2025-03-14T04:03:05.2251066Z tmpxft_000017fc_00000000-7_SparseSemiStructuredOps.cudafe1.cpp 2025-03-14T04:03:05.2251961Z [4029/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseSemiStructuredTile.cu.obj 2025-03-14T04:03:05.2252666Z SparseSemiStructuredTile.cu 2025-03-14T04:03:05.2253040Z tmpxft_000012c8_00000000-7_SparseSemiStructuredTile.cudafe1.cpp 2025-03-14T04:03:05.2254012Z 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 2025-03-14T04:03:05.2255858Z tmpxft_000012c8_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 2025-03-14T04:03:05.2257053Z with 2025-03-14T04:03:05.2257315Z [ 2025-03-14T04:03:05.2257512Z _Ty=int 2025-03-14T04:03:05.2257728Z ] 2025-03-14T04:03:05.2258792Z tmpxft_000012c8_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 2025-03-14T04:03:05.2260130Z with 2025-03-14T04:03:05.2260331Z [ 2025-03-14T04:03:05.2260525Z _Ty=int 2025-03-14T04:03:05.2260733Z ] 2025-03-14T04:03:05.2261904Z 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 2025-03-14T04:03:05.2263145Z with 2025-03-14T04:03:05.2263345Z [ 2025-03-14T04:03:05.2263543Z _Ty=int 2025-03-14T04:03:05.2263760Z ] 2025-03-14T04:03:05.2264923Z 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 2025-03-14T04:03:05.2266242Z with 2025-03-14T04:03:05.2266423Z [ 2025-03-14T04:03:05.2266619Z _Ty=int 2025-03-14T04:03:05.2266842Z ] 2025-03-14T04:03:05.2267833Z 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 2025-03-14T04:03:05.2268753Z with 2025-03-14T04:03:05.2268934Z [ 2025-03-14T04:03:05.2269125Z I=size_t, 2025-03-14T04:03:05.2269350Z _Ty2=size_t 2025-03-14T04:03:05.2269580Z ] 2025-03-14T04:03:05.2610803Z 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 2025-03-14T04:03:05.2612629Z with 2025-03-14T04:03:05.2612992Z [ 2025-03-14T04:03:05.2613334Z I=size_t, 2025-03-14T04:03:05.2613732Z _Ty2=size_t 2025-03-14T04:03:05.2614109Z ] 2025-03-14T04:03:05.2615076Z [4030/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cuda\Activation.cu.obj 2025-03-14T04:03:05.6594514Z Activation.cu 2025-03-14T04:03:05.6595138Z tmpxft_0000096c_00000000-7_Activation.cudafe1.cpp 2025-03-14T04:03:05.6596374Z [4031/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cuda\EmbeddingBag.cu.obj 2025-03-14T04:03:05.6597471Z EmbeddingBag.cu 2025-03-14T04:03:05.6597958Z tmpxft_00000b3c_00000000-7_EmbeddingBag.cudafe1.cpp 2025-03-14T04:03:05.6599549Z 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 2025-03-14T04:03:05.6602557Z tmpxft_00000b3c_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 2025-03-14T04:03:05.6604469Z with 2025-03-14T04:03:05.6604825Z [ 2025-03-14T04:03:05.6605141Z _Ty=int 2025-03-14T04:03:05.6605545Z ] 2025-03-14T04:03:05.6607427Z tmpxft_00000b3c_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 2025-03-14T04:03:05.6609088Z with 2025-03-14T04:03:05.6609302Z [ 2025-03-14T04:03:05.6609548Z _Ty=int 2025-03-14T04:03:05.6609850Z ] 2025-03-14T04:03:05.6611087Z 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 2025-03-14T04:03:05.6612534Z with 2025-03-14T04:03:05.6612733Z [ 2025-03-14T04:03:05.6612926Z _Ty=int 2025-03-14T04:03:05.6613132Z ] 2025-03-14T04:03:05.6614305Z 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 2025-03-14T04:03:05.6615532Z with 2025-03-14T04:03:05.6615771Z [ 2025-03-14T04:03:05.6615959Z _Ty=int 2025-03-14T04:03:05.6616213Z ] 2025-03-14T04:03:05.6617109Z 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 2025-03-14T04:03:05.6618035Z with 2025-03-14T04:03:05.6618214Z [ 2025-03-14T04:03:05.6618410Z I=size_t, 2025-03-14T04:03:05.6618636Z _Ty2=size_t 2025-03-14T04:03:05.6618859Z ] 2025-03-14T04:03:06.1494550Z 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 2025-03-14T04:03:06.1496367Z with 2025-03-14T04:03:06.1496731Z [ 2025-03-14T04:03:06.1497056Z I=size_t, 2025-03-14T04:03:06.1497437Z _Ty2=size_t 2025-03-14T04:03:06.1497827Z ] 2025-03-14T04:03:06.1498842Z [4032/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cuda\FakeQuantizeCore.cu.obj 2025-03-14T04:03:07.0408374Z FakeQuantizeCore.cu 2025-03-14T04:03:07.0409044Z tmpxft_000010e4_00000000-7_FakeQuantizeCore.cudafe1.cpp 2025-03-14T04:03:07.0410539Z [4033/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cuda\FusedObsFakeQuant.cu.obj 2025-03-14T04:03:07.1886515Z FusedObsFakeQuant.cu 2025-03-14T04:03:07.1887206Z tmpxft_000000e4_00000000-7_FusedObsFakeQuant.cudafe1.cpp 2025-03-14T04:03:07.1887967Z [4034/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cuda\IntReprQuant.cu.obj 2025-03-14T04:03:07.3890173Z IntReprQuant.cu 2025-03-14T04:03:07.3890679Z tmpxft_00000600_00000000-7_IntReprQuant.cudafe1.cpp 2025-03-14T04:03:07.3892073Z [4035/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\quantized\cuda\MakePerTensorQuantizedTensor.cu.obj 2025-03-14T04:03:08.8749963Z MakePerTensorQuantizedTensor.cu 2025-03-14T04:03:08.8750469Z tmpxft_0000173c_00000000-7_MakePerTensorQuantizedTensor.cudafe1.cpp 2025-03-14T04:03:08.8751421Z [4036/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_bf16_aligned_k128.cu.obj 2025-03-14T04:03:09.1571355Z cutlassB_bf16_aligned_k128.cu 2025-03-14T04:03:09.1571805Z tmpxft_000017b0_00000000-7_cutlassB_bf16_aligned_k128.cudafe1.cpp 2025-03-14T04:03:09.1572830Z [4037/7574] 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 2025-03-14T04:03:09.7395637Z cutlassB_bf16_aligned_k128_dropout.cu 2025-03-14T04:03:09.7396221Z tmpxft_000010ac_00000000-7_cutlassB_bf16_aligned_k128_dropout.cudafe1.cpp 2025-03-14T04:03:09.7397049Z [4038/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\attention.cu.obj 2025-03-14T04:03:09.8506043Z attention.cu 2025-03-14T04:03:09.8506565Z tmpxft_000001bc_00000000-7_attention.cudafe1.cpp 2025-03-14T04:03:09.8508096Z [4039/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_bf16_aligned_k32.cu.obj 2025-03-14T04:03:09.8607313Z cutlassB_bf16_aligned_k32.cu 2025-03-14T04:03:09.8608075Z tmpxft_00001694_00000000-7_cutlassB_bf16_aligned_k32.cudafe1.cpp 2025-03-14T04:03:09.8609534Z [4040/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\attention_backward.cu.obj 2025-03-14T04:03:09.9204649Z attention_backward.cu 2025-03-14T04:03:09.9205327Z tmpxft_000008bc_00000000-7_attention_backward.cudafe1.cpp 2025-03-14T04:03:09.9206876Z [4041/7574] 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 2025-03-14T04:03:10.2118435Z cutlassB_bf16_aligned_k32_dropout.cu 2025-03-14T04:03:10.2119295Z tmpxft_0000123c_00000000-7_cutlassB_bf16_aligned_k32_dropout.cudafe1.cpp 2025-03-14T04:03:10.2121668Z [4042/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_bf16_aligned_k64.cu.obj 2025-03-14T04:03:11.7727074Z cutlassB_bf16_aligned_k64.cu 2025-03-14T04:03:11.7727516Z tmpxft_000016bc_00000000-7_cutlassB_bf16_aligned_k64.cudafe1.cpp 2025-03-14T04:03:11.7728649Z [4043/7574] 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 2025-03-14T04:03:12.2459375Z cutlassB_bf16_aligned_k64_dropout.cu 2025-03-14T04:03:12.2459860Z tmpxft_00000ee8_00000000-7_cutlassB_bf16_aligned_k64_dropout.cudafe1.cpp 2025-03-14T04:03:12.2460774Z [4044/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_bf16_aligned_k65536.cu.obj 2025-03-14T04:03:12.5890581Z cutlassB_bf16_aligned_k65536.cu 2025-03-14T04:03:12.5891307Z tmpxft_0000044c_00000000-7_cutlassB_bf16_aligned_k65536.cudafe1.cpp 2025-03-14T04:03:12.5893072Z [4045/7574] 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 2025-03-14T04:03:12.7443450Z cutlassB_bf16_aligned_k65536_dropout.cu 2025-03-14T04:03:12.7444061Z tmpxft_00000dfc_00000000-7_cutlassB_bf16_aligned_k65536_dropout.cudafe1.cpp 2025-03-14T04:03:12.7445000Z [4046/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_bf16_aligned_k96.cu.obj 2025-03-14T04:03:12.8441694Z cutlassB_bf16_aligned_k96.cu 2025-03-14T04:03:12.8442425Z tmpxft_000005d8_00000000-7_cutlassB_bf16_aligned_k96.cudafe1.cpp 2025-03-14T04:03:12.8444115Z [4047/7574] 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 2025-03-14T04:03:12.9066909Z cutlassB_f16_aligned_k128_dropout.cu 2025-03-14T04:03:12.9067769Z tmpxft_0000054c_00000000-7_cutlassB_f16_aligned_k128_dropout.cudafe1.cpp 2025-03-14T04:03:12.9069406Z [4048/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_aligned_k128.cu.obj 2025-03-14T04:03:13.2046834Z cutlassB_f16_aligned_k128.cu 2025-03-14T04:03:13.2047537Z tmpxft_00000a2c_00000000-7_cutlassB_f16_aligned_k128.cudafe1.cpp 2025-03-14T04:03:13.2048992Z [4049/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_aligned_k32.cu.obj 2025-03-14T04:03:14.7550074Z cutlassB_f16_aligned_k32.cu 2025-03-14T04:03:14.7550502Z tmpxft_00000768_00000000-7_cutlassB_f16_aligned_k32.cudafe1.cpp 2025-03-14T04:03:14.7551399Z [4050/7574] 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 2025-03-14T04:03:15.0858426Z cutlassB_f16_aligned_k32_dropout.cu 2025-03-14T04:03:15.0859276Z tmpxft_000005b8_00000000-7_cutlassB_f16_aligned_k32_dropout.cudafe1.cpp 2025-03-14T04:03:15.0860935Z [4051/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_aligned_k64.cu.obj 2025-03-14T04:03:15.5237265Z cutlassB_f16_aligned_k64.cu 2025-03-14T04:03:15.5237724Z tmpxft_00001510_00000000-7_cutlassB_f16_aligned_k64.cudafe1.cpp 2025-03-14T04:03:15.5238686Z [4052/7574] 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 2025-03-14T04:03:15.6529915Z cutlassB_f16_aligned_k64_dropout.cu 2025-03-14T04:03:15.6530407Z tmpxft_00000e5c_00000000-7_cutlassB_f16_aligned_k64_dropout.cudafe1.cpp 2025-03-14T04:03:15.6531427Z [4053/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_aligned_k65536.cu.obj 2025-03-14T04:03:15.7319147Z cutlassB_f16_aligned_k65536.cu 2025-03-14T04:03:15.7320531Z tmpxft_00000ff4_00000000-7_cutlassB_f16_aligned_k65536.cudafe1.cpp 2025-03-14T04:03:15.7322587Z [4054/7574] 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 2025-03-14T04:03:15.8347409Z cutlassB_f16_aligned_k65536_dropout.cu 2025-03-14T04:03:15.8348242Z tmpxft_00001348_00000000-7_cutlassB_f16_aligned_k65536_dropout.cudafe1.cpp 2025-03-14T04:03:15.8350445Z [4055/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_aligned_k96.cu.obj 2025-03-14T04:03:16.1972781Z cutlassB_f16_aligned_k96.cu 2025-03-14T04:03:16.1973777Z tmpxft_0000097c_00000000-7_cutlassB_f16_aligned_k96.cudafe1.cpp 2025-03-14T04:03:16.1976250Z [4056/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_notaligned_k128.cu.obj 2025-03-14T04:03:17.7581196Z cutlassB_f16_notaligned_k128.cu 2025-03-14T04:03:17.7581648Z tmpxft_00000e1c_00000000-7_cutlassB_f16_notaligned_k128.cudafe1.cpp 2025-03-14T04:03:17.7582619Z [4057/7574] 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 2025-03-14T04:03:17.9298833Z cutlassB_f16_notaligned_k128_dropout.cu 2025-03-14T04:03:17.9299422Z tmpxft_000017fc_00000000-7_cutlassB_f16_notaligned_k128_dropout.cudafe1.cpp 2025-03-14T04:03:17.9300344Z [4058/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_notaligned_k32.cu.obj 2025-03-14T04:03:18.3469709Z cutlassB_f16_notaligned_k32.cu 2025-03-14T04:03:18.3470460Z tmpxft_00000ff0_00000000-7_cutlassB_f16_notaligned_k32.cudafe1.cpp 2025-03-14T04:03:18.3472310Z [4059/7574] 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 2025-03-14T04:03:18.4374693Z cutlassB_f16_notaligned_k32_dropout.cu 2025-03-14T04:03:18.4375190Z tmpxft_00000180_00000000-7_cutlassB_f16_notaligned_k32_dropout.cudafe1.cpp 2025-03-14T04:03:18.4376111Z [4060/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_notaligned_k64.cu.obj 2025-03-14T04:03:18.8170852Z cutlassB_f16_notaligned_k64.cu 2025-03-14T04:03:18.8171302Z tmpxft_000015b8_00000000-7_cutlassB_f16_notaligned_k64.cudafe1.cpp 2025-03-14T04:03:18.8172351Z [4061/7574] 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 2025-03-14T04:03:18.8446970Z cutlassB_f16_notaligned_k64_dropout.cu 2025-03-14T04:03:18.8448335Z tmpxft_0000146c_00000000-7_cutlassB_f16_notaligned_k64_dropout.cudafe1.cpp 2025-03-14T04:03:18.8450109Z [4062/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f16_notaligned_k65536.cu.obj 2025-03-14T04:03:19.1387932Z cutlassB_f16_notaligned_k65536.cu 2025-03-14T04:03:19.1388758Z tmpxft_0000154c_00000000-7_cutlassB_f16_notaligned_k65536.cudafe1.cpp 2025-03-14T04:03:19.1391954Z [4063/7574] 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 2025-03-14T04:03:20.7179651Z cutlassB_f16_notaligned_k65536_dropout.cu 2025-03-14T04:03:20.7180168Z tmpxft_00000fc0_00000000-7_cutlassB_f16_notaligned_k65536_dropout.cudafe1.cpp 2025-03-14T04:03:20.7181066Z [4064/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_aligned_k128.cu.obj 2025-03-14T04:03:20.8291591Z cutlassB_f32_aligned_k128.cu 2025-03-14T04:03:20.8292029Z tmpxft_00000efc_00000000-7_cutlassB_f32_aligned_k128.cudafe1.cpp 2025-03-14T04:03:20.8292938Z [4065/7574] 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 2025-03-14T04:03:21.1834611Z cutlassB_f32_aligned_k128_dropout.cu 2025-03-14T04:03:21.1835417Z tmpxft_00000dfc_00000000-7_cutlassB_f32_aligned_k128_dropout.cudafe1.cpp 2025-03-14T04:03:21.1836444Z [4066/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_aligned_k32.cu.obj 2025-03-14T04:03:21.3785789Z cutlassB_f32_aligned_k32.cu 2025-03-14T04:03:21.3786505Z tmpxft_00000a80_00000000-7_cutlassB_f32_aligned_k32.cudafe1.cpp 2025-03-14T04:03:21.3788451Z [4067/7574] 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 2025-03-14T04:03:21.8967113Z cutlassB_f32_aligned_k32_dropout.cu 2025-03-14T04:03:21.8967955Z tmpxft_00001240_00000000-7_cutlassB_f32_aligned_k32_dropout.cudafe1.cpp 2025-03-14T04:03:21.8969647Z [4068/7574] 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 2025-03-14T04:03:21.9068535Z cutlassB_f32_aligned_k64_dropout.cu 2025-03-14T04:03:21.9069378Z tmpxft_000014bc_00000000-7_cutlassB_f32_aligned_k64_dropout.cudafe1.cpp 2025-03-14T04:03:21.9071177Z [4069/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_aligned_k64.cu.obj 2025-03-14T04:03:22.0813423Z cutlassB_f32_aligned_k64.cu 2025-03-14T04:03:22.0814079Z tmpxft_00000a68_00000000-7_cutlassB_f32_aligned_k64.cudafe1.cpp 2025-03-14T04:03:22.0815671Z [4070/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_aligned_k65536.cu.obj 2025-03-14T04:03:23.6638192Z cutlassB_f32_aligned_k65536.cu 2025-03-14T04:03:23.6638664Z tmpxft_0000027c_00000000-7_cutlassB_f32_aligned_k65536.cudafe1.cpp 2025-03-14T04:03:23.6639601Z [4071/7574] 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 2025-03-14T04:03:23.8393961Z cutlassB_f32_aligned_k65536_dropout.cu 2025-03-14T04:03:23.8394483Z tmpxft_00000bb4_00000000-7_cutlassB_f32_aligned_k65536_dropout.cudafe1.cpp 2025-03-14T04:03:23.8395488Z [4072/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_notaligned_k128.cu.obj 2025-03-14T04:03:24.1413239Z cutlassB_f32_notaligned_k128.cu 2025-03-14T04:03:24.1413971Z tmpxft_000011bc_00000000-7_cutlassB_f32_notaligned_k128.cudafe1.cpp 2025-03-14T04:03:24.1415925Z [4073/7574] 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 2025-03-14T04:03:24.2204115Z cutlassB_f32_notaligned_k128_dropout.cu 2025-03-14T04:03:24.2205028Z tmpxft_00000a8c_00000000-7_cutlassB_f32_notaligned_k128_dropout.cudafe1.cpp 2025-03-14T04:03:24.2206838Z [4074/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_notaligned_k32.cu.obj 2025-03-14T04:03:24.7899090Z cutlassB_f32_notaligned_k32.cu 2025-03-14T04:03:24.7899680Z tmpxft_000016f8_00000000-7_cutlassB_f32_notaligned_k32.cudafe1.cpp 2025-03-14T04:03:24.7900571Z [4075/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_notaligned_k64.cu.obj 2025-03-14T04:03:25.0287461Z cutlassB_f32_notaligned_k64.cu 2025-03-14T04:03:25.0288336Z tmpxft_000016ec_00000000-7_cutlassB_f32_notaligned_k64.cudafe1.cpp 2025-03-14T04:03:25.0290066Z [4076/7574] 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 2025-03-14T04:03:25.1841224Z cutlassB_f32_notaligned_k32_dropout.cu 2025-03-14T04:03:25.1842547Z tmpxft_000011fc_00000000-7_cutlassB_f32_notaligned_k32_dropout.cudafe1.cpp 2025-03-14T04:03:25.1845407Z [4077/7574] 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 2025-03-14T04:03:26.5659185Z cutlassB_f32_notaligned_k64_dropout.cu 2025-03-14T04:03:26.5660053Z tmpxft_000017b0_00000000-7_cutlassB_f32_notaligned_k64_dropout.cudafe1.cpp 2025-03-14T04:03:26.5661793Z [4078/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB_f32_notaligned_k65536.cu.obj 2025-03-14T04:03:26.7825593Z cutlassB_f32_notaligned_k65536.cu 2025-03-14T04:03:26.7826070Z tmpxft_0000108c_00000000-7_cutlassB_f32_notaligned_k65536.cudafe1.cpp 2025-03-14T04:03:26.7827009Z [4079/7574] 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 2025-03-14T04:03:27.0117487Z cutlassB_f32_notaligned_k65536_dropout.cu 2025-03-14T04:03:27.0118380Z tmpxft_00000e7c_00000000-7_cutlassB_f32_notaligned_k65536_dropout.cudafe1.cpp 2025-03-14T04:03:27.0120077Z [4080/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassF_bf16_aligned.cu.obj 2025-03-14T04:03:27.0311501Z cutlassF_bf16_aligned.cu 2025-03-14T04:03:27.0311926Z tmpxft_0000139c_00000000-7_cutlassF_bf16_aligned.cudafe1.cpp 2025-03-14T04:03:27.0312762Z [4081/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassF_f16_aligned.cu.obj 2025-03-14T04:03:27.6928438Z cutlassF_f16_aligned.cu 2025-03-14T04:03:27.6928912Z tmpxft_00000d54_00000000-7_cutlassF_f16_aligned.cudafe1.cpp 2025-03-14T04:03:27.6929913Z [4082/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassF_f16_notaligned.cu.obj 2025-03-14T04:03:27.8222995Z cutlassF_f16_notaligned.cu 2025-03-14T04:03:27.8223434Z tmpxft_00001730_00000000-7_cutlassF_f16_notaligned.cudafe1.cpp 2025-03-14T04:03:27.8224320Z [4083/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassF_f32_aligned.cu.obj 2025-03-14T04:03:27.8935767Z cutlassF_f32_aligned.cu 2025-03-14T04:03:27.8936171Z tmpxft_00001658_00000000-7_cutlassF_f32_aligned.cudafe1.cpp 2025-03-14T04:03:27.8936892Z [4084/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\RegisterNestedTensorCUDA_0.cpp.obj 2025-03-14T04:03:27.9087290Z [4085/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassF_f32_notaligned.cu.obj 2025-03-14T04:03:28.0461361Z cutlassF_f32_notaligned.cu 2025-03-14T04:03:28.0461780Z tmpxft_00000464_00000000-7_cutlassF_f32_notaligned.cudafe1.cpp 2025-03-14T04:03:28.0462527Z [4086/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\RegisterQuantizedCUDA_0.cpp.obj 2025-03-14T04:03:28.1104415Z [4087/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\RegisterSparseCUDA_0.cpp.obj 2025-03-14T04:03:28.8645883Z [4088/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\RegisterSparseCsrCUDA_0.cpp.obj 2025-03-14T04:03:28.9594950Z [4089/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\linalg\BatchLinearAlgebraLib.cpp.obj 2025-03-14T04:03:29.0102018Z [4090/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\linalg\BatchLinearAlgebra.cpp.obj 2025-03-14T04:03:29.1766989Z [4091/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\linalg\BatchLinearAlgebraLibBlas.cpp.obj 2025-03-14T04:03:29.3463518Z [4092/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\RegisterCUDA_0.cpp.obj 2025-03-14T04:03:29.5209619Z [4093/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\linalg\CudssHandlePool.cpp.obj 2025-03-14T04:03:29.6397081Z [4094/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\linalg\CusolverDnHandlePool.cpp.obj 2025-03-14T04:03:29.8474178Z [4095/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CUDASparseBlas.cpp.obj 2025-03-14T04:03:29.9161985Z [4096/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\linalg\CUDASolver.cpp.obj 2025-03-14T04:03:30.0712032Z [4097/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CublasHandlePool.cpp.obj 2025-03-14T04:03:30.1699722Z [4098/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\tunable\StreamTimer.cpp.obj 2025-03-14T04:03:30.1767399Z [4099/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\UfuncCUDA_add.cu.obj 2025-03-14T04:03:30.2583793Z UfuncCUDA_add.cu 2025-03-14T04:03:30.2584207Z tmpxft_0000176c_00000000-7_UfuncCUDA_add.cudafe1.cpp 2025-03-14T04:03:30.2584879Z [4100/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\tunable\Tunable.cpp.obj 2025-03-14T04:03:30.7305564Z [4101/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Activation.cpp.obj 2025-03-14T04:03:31.1126932Z [4102/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Equal.cpp.obj 2025-03-14T04:03:31.1631987Z [4103/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\GridSampler.cpp.obj 2025-03-14T04:03:31.1784998Z [4104/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Distributions.cpp.obj 2025-03-14T04:03:31.2951992Z [4105/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Blas.cpp.obj 2025-03-14T04:03:31.5611577Z [4106/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\IndexKernel.cpp.obj 2025-03-14T04:03:31.6662501Z [4107/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\LinearAlgebraStubs.cpp.obj 2025-03-14T04:03:31.9164274Z [4108/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ReduceOps.cpp.obj 2025-03-14T04:03:31.9824462Z [4109/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\ScanKernels.cpp.obj 2025-03-14T04:03:32.1098834Z [4110/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Sort.cpp.obj 2025-03-14T04:03:32.1258536Z [4111/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\cuda\CUDABlas.cpp.obj 2025-03-14T04:03:32.2512160Z [4112/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Sorting.cpp.obj 2025-03-14T04:03:32.4352501Z [4113/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorModeKernel.cpp.obj 2025-03-14T04:03:32.6656315Z [4114/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorShapeCUDA.cpp.obj 2025-03-14T04:03:32.7164655Z [4115/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\jit_utils.cpp.obj 2025-03-14T04:03:32.7588339Z [4116/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\TensorTopK.cpp.obj 2025-03-14T04:03:33.0080067Z [4117/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseBlas.cpp.obj 2025-03-14T04:03:33.0189378Z [4118/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\transformers\cuda\flash_attn\flash_api.cpp.obj 2025-03-14T04:03:33.2359185Z [4119/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\CudaIPCTypes.cpp.obj 2025-03-14T04:03:33.2691940Z [4120/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseBlasImpl.cpp.obj 2025-03-14T04:03:33.3048942Z [4121/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseBlasLegacy.cpp.obj 2025-03-14T04:03:33.3934891Z [4122/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\sparse\cuda\SparseCUDABlas.cpp.obj 2025-03-14T04:03:33.6729312Z [4123/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\cuda\CUDAPluggableAllocator.cpp.obj 2025-03-14T04:03:33.8627050Z [4124/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\cuda\memory_snapshot.cpp.obj 2025-03-14T04:03:34.1789742Z [4125/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\inductor\aoti_torch\shim_cuda.cpp.obj 2025-03-14T04:03:34.2644875Z [4126/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner_cuda.cpp.obj 2025-03-14T04:03:34.6860863Z [4127/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\profiler\stubs\cuda.cpp.obj 2025-03-14T04:03:35.0863903Z [4128/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\jit\passes\frozen_conv_add_relu_fusion_cuda.cpp.obj 2025-03-14T04:03:35.2418613Z [4129/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\nested\cuda\NestedTensorTransformerFunctions.cpp.obj 2025-03-14T04:03:35.3139174Z [4130/7574] Building CXX object caffe2\CMakeFiles\torch.dir\__\empty.cpp.obj 2025-03-14T04:03:35.6666871Z [4131/7574] Building CXX object caffe2\torch\lib\libshm_windows\CMakeFiles\shm.dir\core.cpp.obj 2025-03-14T04:03:36.1604209Z [4132/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\cuda\comm.cpp.obj 2025-03-14T04:03:36.6887549Z [4133/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\jit\codegen\fuser\cuda\fused_kernel.cpp.obj 2025-03-14T04:03:36.9838263Z [4134/7574] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\__\out\RegisterCPUCustomOps.cpp.obj 2025-03-14T04:03:37.1483961Z [4135/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\autograd\functions\comm.cpp.obj 2025-03-14T04:03:37.4878764Z [4136/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\jit\tensorexpr\cuda_codegen.cpp.obj 2025-03-14T04:03:37.4881556Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(395): warning C4805: '==': unsafe mix of type 'c10::impl::ScalarTypeToCPPType::type' and type 'T' in operation 2025-03-14T04:03:37.4883466Z with 2025-03-14T04:03:37.4883817Z [ 2025-03-14T04:03:37.4884126Z T=int 2025-03-14T04:03:37.4884452Z ] 2025-03-14T04:03:37.4886351Z 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 2025-03-14T04:03:37.6302344Z with 2025-03-14T04:03:37.6302629Z [ 2025-03-14T04:03:37.6302815Z T=int 2025-03-14T04:03:37.6303020Z ] 2025-03-14T04:03:37.6303487Z [4137/7574] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\custom_ops.cpp.obj 2025-03-14T04:03:37.9796217Z [4138/7574] Building CXX object test_jit\CMakeFiles\jitbackend_test.dir\test_backend_lib.cpp.obj 2025-03-14T04:03:38.0128258Z [4139/7574] Building CXX object caffe2\CMakeFiles\torch_cuda.dir\__\torch\csrc\jit\runtime\register_cuda_ops.cpp.obj 2025-03-14T04:03:38.2869286Z [4140/7574] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\__\out\RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-03-14T04:03:38.3712507Z [4141/7574] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\test_backend_compiler_lib.cpp.obj 2025-03-14T04:03:38.4645437Z [4142/7574] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\test_backend_compiler_preprocess.cpp.obj 2025-03-14T04:03:38.8638909Z [4143/7574] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\__\__\__\torch\csrc\jit\mobile\profiler_edge.cpp.obj 2025-03-14T04:03:39.3371597Z [4144/7574] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\operator_registry.cpp.obj 2025-03-14T04:03:39.6590809Z [4145/7574] Building CUDA object caffe2\CMakeFiles\torch_cuda.dir\__\aten\src\ATen\native\cuda\Unique.cu.obj 2025-03-14T04:03:40.0864008Z Unique.cu 2025-03-14T04:03:40.0864466Z tmpxft_000013b8_00000000-7_Unique.cudafe1.cpp 2025-03-14T04:03:40.0865422Z [4146/7574] Building CUDA object test_cpp_c10d\CMakeFiles\c10d_cuda_test.dir\CUDATest.cu.obj 2025-03-14T04:03:41.5379644Z CUDATest.cu 2025-03-14T04:03:41.5379954Z tmpxft_0000067c_00000000-7_CUDATest.cudafe1.cpp 2025-03-14T04:03:41.5380667Z [4147/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_0.cpp.obj 2025-03-14T04:03:41.5432265Z [4148/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_variable_methods.cpp.obj 2025-03-14T04:03:41.7831342Z [4149/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_2.cpp.obj 2025-03-14T04:03:41.8177152Z [4150/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_1.cpp.obj 2025-03-14T04:03:41.9176092Z [4151/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_0.cpp.obj 2025-03-14T04:03:42.2373344Z [4152/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_3.cpp.obj 2025-03-14T04:03:42.8906917Z [4153/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_4.cpp.obj 2025-03-14T04:03:42.9616759Z [4154/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_2.cpp.obj 2025-03-14T04:03:43.0007634Z [4155/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_nn_functions.cpp.obj 2025-03-14T04:03:43.0170470Z [4156/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_1.cpp.obj 2025-03-14T04:03:43.0532640Z [4157/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_fft_functions.cpp.obj 2025-03-14T04:03:43.0930898Z [4158/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_linalg_functions.cpp.obj 2025-03-14T04:03:43.3402429Z [4159/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DataLoader.cpp.obj 2025-03-14T04:03:43.3606155Z [4160/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_nested_functions.cpp.obj 2025-03-14T04:03:43.8963113Z [4161/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_enum_tag.cpp.obj 2025-03-14T04:03:43.9289235Z [4162/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_sparse_functions.cpp.obj 2025-03-14T04:03:43.9610391Z [4163/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_return_types.cpp.obj 2025-03-14T04:03:44.0092702Z [4164/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DeviceAccelerator.cpp.obj 2025-03-14T04:03:44.1099289Z [4165/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_special_functions.cpp.obj 2025-03-14T04:03:44.3791034Z [4166/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Dtype.cpp.obj 2025-03-14T04:03:44.4161694Z [4167/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Device.cpp.obj 2025-03-14T04:03:44.9176303Z [4168/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Layout.cpp.obj 2025-03-14T04:03:45.0915733Z [4169/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\MemoryFormat.cpp.obj 2025-03-14T04:03:45.3419450Z [4170/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\QScheme.cpp.obj 2025-03-14T04:03:46.0625882Z [4171/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\python_dimname.cpp.obj 2025-03-14T04:03:46.3938436Z [4172/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Size.cpp.obj 2025-03-14T04:03:47.3867941Z [4173/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DynamicTypes.cpp.obj 2025-03-14T04:03:47.4754876Z [4174/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Exceptions.cpp.obj 2025-03-14T04:03:47.5605563Z [4175/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Generator.cpp.obj 2025-03-14T04:03:48.1909474Z [4176/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Module.cpp.obj 2025-03-14T04:03:48.6431393Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\Module.cpp(598): warning C4003: not enough arguments for function-like macro invocation 'END_HANDLE_TH_ERRORS_RET' 2025-03-14T04:03:48.6433413Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\Module.cpp(1962): warning C4003: not enough arguments for function-like macro invocation 'CATCH_TH_ERRORS' 2025-03-14T04:03:48.6435648Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\Module.cpp(1962): warning C4003: not enough arguments for function-like macro invocation 'CATCH_CORE_ERRORS' 2025-03-14T04:03:48.6437513Z [4177/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\PyInterpreter.cpp.obj 2025-03-14T04:03:50.0310982Z [4178/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Storage.cpp.obj 2025-03-14T04:03:50.3565133Z [4179/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\StorageMethods.cpp.obj 2025-03-14T04:03:51.0526480Z [4180/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Stream.cpp.obj 2025-03-14T04:03:51.2376533Z [4181/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Event.cpp.obj 2025-03-14T04:03:51.3714120Z [4182/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\StorageSharing.cpp.obj 2025-03-14T04:03:51.6593671Z [4183/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\TypeInfo.cpp.obj 2025-03-14T04:03:52.1581525Z [4184/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\profiler_python.cpp.obj 2025-03-14T04:03:52.2778593Z [4185/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\api\src\python\init.cpp.obj 2025-03-14T04:03:52.2978419Z [4186/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_anomaly_mode.cpp.obj 2025-03-14T04:03:52.7920931Z [4187/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_cpp_function.cpp.obj 2025-03-14T04:03:53.4433574Z [4188/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\functions\init.cpp.obj 2025-03-14T04:03:54.0154104Z [4189/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\init.cpp.obj 2025-03-14T04:03:54.8466027Z [4190/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_saved_variable_hooks.cpp.obj 2025-03-14T04:03:55.7391478Z [4191/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_engine.cpp.obj 2025-03-14T04:03:55.9374920Z [4192/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_hook.cpp.obj 2025-03-14T04:03:56.0158352Z [4193/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_function.cpp.obj 2025-03-14T04:03:56.1825025Z [4194/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_legacy_variable.cpp.obj 2025-03-14T04:03:56.9687901Z [4195/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cache_entry.cpp.obj 2025-03-14T04:03:57.0479665Z [4196/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cpp_shim.cpp.obj 2025-03-14T04:03:57.2988839Z [4197/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_nested_functions_manual.cpp.obj 2025-03-14T04:03:57.5977023Z [4198/7574] Building C object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cpython_defs.c.obj 2025-03-14T04:03:57.7252816Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(40): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2025-03-14T04:03:57.7253870Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2025-03-14T04:03:57.7254980Z [4199/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_torch_functions_manual.cpp.obj 2025-03-14T04:03:57.7899093Z [4200/7574] Building C object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\eval_frame.c.obj 2025-03-14T04:03:58.1321847Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(40): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2025-03-14T04:03:58.1322818Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2025-03-14T04:03:58.1323651Z [4201/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable_indexing.cpp.obj 2025-03-14T04:03:58.2312010Z [4202/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\eval_frame_cpp.cpp.obj 2025-03-14T04:03:58.4249116Z [4203/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\extra_state.cpp.obj 2025-03-14T04:03:58.5908862Z [4204/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable.cpp.obj 2025-03-14T04:03:58.6490716Z [4205/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\framelocals_mapping.cpp.obj 2025-03-14T04:03:58.9090390Z [4206/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\fx\node.cpp.obj 2025-03-14T04:03:59.0666103Z [4207/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\utils.cpp.obj 2025-03-14T04:03:59.2987474Z [4208/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\init.cpp.obj 2025-03-14T04:03:59.5321484Z [4209/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\python_compiled_autograd.cpp.obj 2025-03-14T04:04:00.2088392Z [4210/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\export\pybind.cpp.obj 2025-03-14T04:04:00.3899970Z [4211/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_package\pybind.cpp.obj 2025-03-14T04:04:00.5073441Z [4212/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_runner\pybind.cpp.obj 2025-03-14T04:04:01.5027993Z [4213/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\resize_storage_bytes.cpp.obj 2025-03-14T04:04:01.5332536Z [4214/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\guards.cpp.obj 2025-03-14T04:04:02.1220015Z [4215/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\mps\Module.cpp.obj 2025-03-14T04:04:02.1676933Z [4216/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\functorch\init.cpp.obj 2025-03-14T04:04:02.2952128Z [4217/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\mtia\Module.cpp.obj 2025-03-14T04:04:03.1139207Z [4218/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\cast_all_constant_to_floating.cpp.obj 2025-03-14T04:04:03.1986656Z [4219/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\deduplicate_initializers.cpp.obj 2025-03-14T04:04:03.6920083Z [4220/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_eager\kernel_holder.cpp.obj 2025-03-14T04:04:03.8254093Z [4221/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_eager\kernel_meta_info.cpp.obj 2025-03-14T04:04:04.7924511Z [4222/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\eliminate_unused_items.cpp.obj 2025-03-14T04:04:04.9055936Z [4223/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\constant_map.cpp.obj 2025-03-14T04:04:05.2935625Z [4224/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\backends\backend_init.cpp.obj 2025-03-14T04:04:05.4370979Z [4225/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\init.cpp.obj 2025-03-14T04:04:05.5635528Z [4226/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\constant_fold.cpp.obj 2025-03-14T04:04:05.9205269Z [4227/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\list_model_parameters.cpp.obj 2025-03-14T04:04:06.1052966Z [4228/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx.cpp.obj 2025-03-14T04:04:06.2921853Z [4229/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\function_substitution.cpp.obj 2025-03-14T04:04:06.5383862Z [4230/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\peephole.cpp.obj 2025-03-14T04:04:06.5565537Z [4231/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\helper.cpp.obj 2025-03-14T04:04:06.7944447Z [4232/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\eval_peephole.cpp.obj 2025-03-14T04:04:06.8655958Z [4233/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\preprocess_for_onnx.cpp.obj 2025-03-14T04:04:07.0558902Z [4234/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\prepare_division_for_onnx.cpp.obj 2025-03-14T04:04:07.3084699Z [4235/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\scalar_type_analysis.cpp.obj 2025-03-14T04:04:07.3397335Z [4236/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\onnx_log.cpp.obj 2025-03-14T04:04:07.4253673Z [4237/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\remove_inplace_ops_for_onnx.cpp.obj 2025-03-14T04:04:07.9048125Z [4238/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\function_extraction.cpp.obj 2025-03-14T04:04:08.2664021Z [4239/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\naming.cpp.obj 2025-03-14T04:04:08.3796547Z [4240/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\autograd_function_process.cpp.obj 2025-03-14T04:04:08.4763131Z [4241/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\fixup_onnx_controlflow.cpp.obj 2025-03-14T04:04:08.8626564Z [4242/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\unpack_quantized_weights.cpp.obj 2025-03-14T04:04:08.8792522Z [4243/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\common.cpp.obj 2025-03-14T04:04:09.3233029Z [4244/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\pattern_encapsulation.cpp.obj 2025-03-14T04:04:09.5002975Z [4245/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\pattern_conversion.cpp.obj 2025-03-14T04:04:10.7193578Z [4246/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\shape_type_inference.cpp.obj 2025-03-14T04:04:11.0544307Z [4247/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\pybind_utils.cpp.obj 2025-03-14T04:04:12.0744913Z [4248/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_arg_flatten.cpp.obj 2025-03-14T04:04:12.4453269Z [4249/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_custom_class.cpp.obj 2025-03-14T04:04:12.4767143Z [4250/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_dict.cpp.obj 2025-03-14T04:04:12.8324033Z [4251/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\frontend\tree_views.cpp.obj 2025-03-14T04:04:13.1107261Z [4252/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_interpreter.cpp.obj 2025-03-14T04:04:13.2668039Z [4253/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_ir.cpp.obj 2025-03-14T04:04:14.0624754Z [4254/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_tree_views.cpp.obj 2025-03-14T04:04:14.4343167Z [4255/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_list.cpp.obj 2025-03-14T04:04:14.8021233Z [4256/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_tracer.cpp.obj 2025-03-14T04:04:15.4835260Z [4257/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\monitor\python_init.cpp.obj 2025-03-14T04:04:15.7324416Z [4258/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\multiprocessing\init.cpp.obj 2025-03-14T04:04:16.1344908Z [4259/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\script_init.cpp.obj 2025-03-14T04:04:16.1950899Z [4260/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\frontend\concrete_module_type.cpp.obj 2025-03-14T04:04:16.1952679Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xstddef(185): warning C4996: 'pybind11::handle::operator ==': Use obj1.is(obj2) instead 2025-03-14T04:04:16.1954889Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xutility(4697): note: see reference to function template instantiation 'bool std::equal_to::operator ()(_Ty1,_Ty2) noexcept(false) const' being compiled 2025-03-14T04:04:16.1956273Z with 2025-03-14T04:04:16.1956558Z [ 2025-03-14T04:04:16.1956833Z _Ty1=const pybind11::object &, 2025-03-14T04:04:16.1957378Z _Ty2=const pybind11::object & 2025-03-14T04:04:16.1957775Z ] 2025-03-14T04:04:16.1958844Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xutility(4714): note: see reference to function template instantiation 'bool std::equal<_InIt1,_InIt2,std::equal_to>(const _InIt1,const _InIt1,const _InIt2,_Pr)' being compiled 2025-03-14T04:04:16.1959986Z with 2025-03-14T04:04:16.1960187Z [ 2025-03-14T04:04:16.1960408Z _InIt1=const pybind11::object *, 2025-03-14T04:04:16.1960821Z _InIt2=const pybind11::object *, 2025-03-14T04:04:16.1961125Z _Pr=std::equal_to 2025-03-14T04:04:16.1961393Z ] 2025-03-14T04:04:16.1962585Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\vector(1847): note: see reference to function template instantiation 'bool std::equal(const _InIt1,const _InIt1,const _InIt2)' being compiled 2025-03-14T04:04:16.1964155Z with 2025-03-14T04:04:16.1964471Z [ 2025-03-14T04:04:16.1964831Z _InIt1=const pybind11::object *, 2025-03-14T04:04:16.1965354Z _InIt2=const pybind11::object * 2025-03-14T04:04:16.1965812Z ] 2025-03-14T04:04:16.4989300Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\frontend\concrete_module_type.cpp(118): note: see reference to function template instantiation 'bool std::operator ==>(const std::vector> &,const std::vector> &)' being compiled 2025-03-14T04:04:16.4992805Z [4261/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_sugared_value.cpp.obj 2025-03-14T04:04:16.8507782Z [4262/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\runtime\static\init.cpp.obj 2025-03-14T04:04:17.2303237Z [4263/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\profiler\python\combined_traceback.cpp.obj 2025-03-14T04:04:17.9893635Z [4264/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\tensorexpr\tensorexpr_init.cpp.obj 2025-03-14T04:04:19.3097384Z [4265/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\onnx\init.cpp.obj 2025-03-14T04:04:19.4657431Z [4266/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\profiler\python\init.cpp.obj 2025-03-14T04:04:19.7053725Z [4267/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\serialization.cpp.obj 2025-03-14T04:04:20.1873690Z [4268/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\tensor\python_tensor.cpp.obj 2025-03-14T04:04:20.2068765Z [4269/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\device_lazy_init.cpp.obj 2025-03-14T04:04:20.4097768Z [4270/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\invalid_arguments.cpp.obj 2025-03-14T04:04:20.5215927Z [4271/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\object_ptr.cpp.obj 2025-03-14T04:04:20.5489263Z [4272/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\init.cpp.obj 2025-03-14T04:04:21.0048504Z [4273/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\throughput_benchmark.cpp.obj 2025-03-14T04:04:21.2865374Z [4274/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\pyobject_preservation.cpp.obj 2025-03-14T04:04:21.5327108Z [4275/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\pybind.cpp.obj 2025-03-14T04:04:21.5804484Z [4276/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_symnode.cpp.obj 2025-03-14T04:04:21.6693092Z [4277/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils.cpp.obj 2025-03-14T04:04:22.3257224Z [4278/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\structseq.cpp.obj 2025-03-14T04:04:22.5751319Z [4279/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_dtypes.cpp.obj 2025-03-14T04:04:22.6541418Z [4280/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_layouts.cpp.obj 2025-03-14T04:04:23.1893490Z [4281/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_memoryformats.cpp.obj 2025-03-14T04:04:23.3387962Z [4282/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\nested.cpp.obj 2025-03-14T04:04:23.5330986Z [4283/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_qschemes.cpp.obj 2025-03-14T04:04:23.7793330Z [4284/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_arg_parser.cpp.obj 2025-03-14T04:04:23.9397513Z [4285/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_dispatch.cpp.obj 2025-03-14T04:04:24.6710793Z [4286/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_types.cpp.obj 2025-03-14T04:04:24.7404599Z [4287/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\disable_torch_function.cpp.obj 2025-03-14T04:04:24.8245770Z [4288/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\verbose.cpp.obj 2025-03-14T04:04:24.9851608Z [4289/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_apply.cpp.obj 2025-03-14T04:04:25.6066619Z [4290/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cpu\Module.cpp.obj 2025-03-14T04:04:25.6366481Z [4291/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\instruction_counter\Module.cpp.obj 2025-03-14T04:04:26.0196338Z [4292/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\lazy\python\python_util.cpp.obj 2025-03-14T04:04:26.1883902Z [4293/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_list.cpp.obj 2025-03-14T04:04:26.5534288Z [4294/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\itt.cpp.obj 2025-03-14T04:04:26.7544134Z [4295/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_new.cpp.obj 2025-03-14T04:04:26.9954209Z [4296/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_numpy.cpp.obj 2025-03-14T04:04:28.7042134Z [4297/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\lazy\python\init.cpp.obj 2025-03-14T04:04:29.0119612Z [4298/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\__\test\cpp\jit\torch_python_test.cpp.obj 2025-03-14T04:04:29.7094439Z [4299/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\Event.cpp.obj 2025-03-14T04:04:30.0118688Z [4300/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\Module.cpp.obj 2025-03-14T04:04:30.0288998Z [4301/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\shared\cudart.cpp.obj 2025-03-14T04:04:30.3647939Z [4302/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\python_comm.cpp.obj 2025-03-14T04:04:30.5002649Z [4303/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\Stream.cpp.obj 2025-03-14T04:04:30.6557142Z [4304/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\Graph.cpp.obj 2025-03-14T04:04:30.9031453Z [4305/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\shared\nvtx.cpp.obj 2025-03-14T04:04:30.9155259Z [4306/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\GdsFile.cpp.obj 2025-03-14T04:04:31.0535204Z [4307/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:31.0883076Z [4308/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x2-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:31.2089443Z [4309/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:31.2265246Z [4310/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x2-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:31.3334218Z [4311/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x2-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:31.3456112Z [4312/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\shared\cudnn.cpp.obj 2025-03-14T04:04:31.3763833Z [4313/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:31.5058938Z [4314/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:31.5070886Z [4315/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x2-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:31.5313381Z [4316/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:31.6380630Z [4317/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x2-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:31.7013871Z [4318/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:31.7115385Z [4319/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x2-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:31.7604703Z [4320/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:31.8413316Z [4321/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x2-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:31.8630573Z [4322/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x2-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:31.8824017Z [4323/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x2-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:31.9730106Z [4324/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:31.9891740Z [4325/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:32.0280881Z [4326/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:32.1069053Z [4327/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x2-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:32.1231535Z [4328/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x2-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:32.2474784Z [4329/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x2-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:32.2486653Z [4330/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:32.2678015Z [4331/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:32.3783493Z [4332/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:32.3798741Z [4333/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x2-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:32.4242869Z [4334/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\MemPool.cpp.obj 2025-03-14T04:04:32.4294276Z [4335/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:32.5208287Z [4336/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x2-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:32.5421340Z [4337/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:32.5543844Z [4338/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x2-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:32.5646386Z [4339/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x2-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:32.6985466Z [4340/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:32.7282737Z [4341/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x2-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:32.7477522Z [4342/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:32.7488807Z [4343/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x2-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:32.8385776Z [4344/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x2-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:32.8704945Z [4345/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:32.9019371Z [4346/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:32.9033877Z [4347/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:32.9425955Z [4348/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x8c8-gemm-gio-scalar.c.obj 2025-03-14T04:04:32.9746514Z [4349/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x8c8-gemm-goi-scalar.c.obj 2025-03-14T04:04:33.0067987Z [4350/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u1.c.obj 2025-03-14T04:04:33.0648277Z [4351/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u2.c.obj 2025-03-14T04:04:33.0840155Z [4352/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u2.c.obj 2025-03-14T04:04:33.1218445Z [4353/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x16c8-gemm-gio-scalar.c.obj 2025-03-14T04:04:33.1477343Z [4354/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u2.c.obj 2025-03-14T04:04:33.1883078Z [4355/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u2.c.obj 2025-03-14T04:04:33.2191470Z [4356/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u1.c.obj 2025-03-14T04:04:33.2530594Z [4357/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u1.c.obj 2025-03-14T04:04:33.2761157Z [4358/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u2.c.obj 2025-03-14T04:04:33.3044032Z [4359/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u2.c.obj 2025-03-14T04:04:33.3337539Z [4360/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u1.c.obj 2025-03-14T04:04:33.3759220Z [4361/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u2.c.obj 2025-03-14T04:04:33.4070264Z [4362/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u1.c.obj 2025-03-14T04:04:33.4201474Z [4363/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u2.c.obj 2025-03-14T04:04:33.4839064Z [4364/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:33.5128369Z [4365/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:33.5365302Z [4366/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:33.5410662Z [4367/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:33.6007145Z [4368/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:33.6337116Z [4369/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:33.6518226Z [4370/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:33.6632994Z [4371/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:33.7179730Z [4372/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cuda\utils.cpp.obj 2025-03-14T04:04:33.7362483Z [4373/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:33.7575472Z [4374/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:33.7754935Z [4375/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:33.7876291Z [4376/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:33.8377541Z [4377/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:33.9199139Z [4378/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:33.9301260Z [4379/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:33.9580370Z [4380/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:33.9794221Z [4381/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:34.0289007Z [4382/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:34.0534004Z [4383/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:34.0725793Z [4384/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:34.1196151Z [4385/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:34.1637676Z [4386/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:34.1649653Z [4387/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:34.1832292Z [4388/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:34.3836499Z [4389/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\distributed\c10d\python_comm_hook.cpp.obj 2025-03-14T04:04:34.3888359Z [4390/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:34.4255214Z [4391/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:34.4273567Z [4392/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:34.4532425Z [4393/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:34.4753428Z [4394/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:34.5234423Z [4395/7574] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\distributed\c10d\init.cpp.obj 2025-03-14T04:04:34.5289276Z [4396/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-rndnu-scalar.c.obj 2025-03-14T04:04:34.5490408Z [4397/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-rndnu-scalar.c.obj 2025-03-14T04:04:34.5588668Z [4398/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:34.5721170Z [4399/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:34.5773804Z [4400/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:34.6007944Z [4401/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:34.6419669Z [4402/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-rndnu-scalar.c.obj 2025-03-14T04:04:34.6855213Z [4403/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:34.6900418Z [4404/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:34.7075758Z [4405/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:34.7141550Z [4406/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:34.7392750Z [4407/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:34.7768939Z [4408/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u2.c.obj 2025-03-14T04:04:34.7880708Z [4409/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:34.7962666Z [4410/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u3.c.obj 2025-03-14T04:04:34.8223689Z [4411/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:34.8442433Z [4412/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:34.8490877Z [4413/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-rndnu-scalar.c.obj 2025-03-14T04:04:34.8668227Z [4414/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:34.9175060Z [4415/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:34.9330959Z [4416/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-rndnu-scalar.c.obj 2025-03-14T04:04:34.9775784Z [4417/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:34.9850351Z [4418/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:35.0212154Z [4419/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:35.0285851Z [4420/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-rndnu-scalar.c.obj 2025-03-14T04:04:35.0500757Z [4421/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:35.0561587Z [4422/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:35.0820551Z [4423/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-rndnu-scalar.c.obj 2025-03-14T04:04:35.1353857Z [4424/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:35.1859480Z [4425/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:35.1875917Z [4426/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:35.2123113Z [4427/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-rndnu-scalar.c.obj 2025-03-14T04:04:35.2236998Z [4428/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:35.2621728Z [4429/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:35.2938145Z [4430/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:35.3155200Z [4431/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:35.3173254Z [4432/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-rndnu-scalar.c.obj 2025-03-14T04:04:35.3516749Z [4433/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:35.3663281Z [4434/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-rndnu-scalar.c.obj 2025-03-14T04:04:35.3791817Z [4435/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:35.4014064Z [4436/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:35.4470470Z [4437/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:35.4621994Z [4438/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:35.4778883Z [4439/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-rndnu-scalar.c.obj 2025-03-14T04:04:35.4793196Z [4440/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:35.5012807Z [4441/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:35.5115124Z [4442/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-rndnu-scalar.c.obj 2025-03-14T04:04:35.5254162Z [4443/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:35.5945744Z [4444/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:35.6190553Z [4445/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-rndnu-scalar.c.obj 2025-03-14T04:04:35.6303691Z [4446/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-rndnu-scalar.c.obj 2025-03-14T04:04:35.6487736Z [4447/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:35.6693202Z [4448/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:35.6872290Z [4449/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:35.7075699Z [4450/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-rndnu-scalar.c.obj 2025-03-14T04:04:35.7225135Z [4451/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:35.7350450Z [4452/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:35.7881490Z [4453/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:35.7934520Z [4454/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:35.8077706Z [4455/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-rndnu-scalar.c.obj 2025-03-14T04:04:35.8340353Z [4456/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:35.8638572Z [4457/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:35.8919942Z [4458/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-rndnu-scalar.c.obj 2025-03-14T04:04:35.9081837Z [4459/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:35.9415257Z [4460/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:35.9900498Z [4461/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:36.0243534Z [4462/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-fmagic.c.obj 2025-03-14T04:04:36.0381057Z [4463/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-rndnu-scalar.c.obj 2025-03-14T04:04:36.0553181Z [4464/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-lrintf.c.obj 2025-03-14T04:04:36.0608914Z [4465/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-imagic.c.obj 2025-03-14T04:04:36.0818142Z [4466/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-scalar-u1.c.obj 2025-03-14T04:04:36.1067059Z [4467/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-scalar-u2.c.obj 2025-03-14T04:04:36.1082244Z [4468/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-rndnu-scalar.c.obj 2025-03-14T04:04:36.1683486Z [4469/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u2.c.obj 2025-03-14T04:04:36.1697846Z [4470/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u2.c.obj 2025-03-14T04:04:36.1852588Z [4471/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u1.c.obj 2025-03-14T04:04:36.2009029Z [4472/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u2.c.obj 2025-03-14T04:04:36.2061325Z [4473/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u2.c.obj 2025-03-14T04:04:36.2233057Z [4474/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u1.c.obj 2025-03-14T04:04:36.2284505Z [4475/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u2.c.obj 2025-03-14T04:04:36.2711172Z [4476/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u1.c.obj 2025-03-14T04:04:36.2774336Z [4477/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u2.c.obj 2025-03-14T04:04:36.3142839Z [4478/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u1.c.obj 2025-03-14T04:04:36.3371879Z [4479/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u2.c.obj 2025-03-14T04:04:36.3555982Z [4480/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c4.c.obj 2025-03-14T04:04:36.3735146Z [4481/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c2.c.obj 2025-03-14T04:04:36.3988568Z [4482/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u1.c.obj 2025-03-14T04:04:36.4041883Z [4483/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c2.c.obj 2025-03-14T04:04:36.4189598Z [4484/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c4.c.obj 2025-03-14T04:04:36.4456457Z [4485/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u2.c.obj 2025-03-14T04:04:36.4713459Z [4486/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u16.c.obj 2025-03-14T04:04:36.4795752Z [4487/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u8.c.obj 2025-03-14T04:04:36.4971367Z [4488/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x4-gemm-goi-scalar-u4.c.obj 2025-03-14T04:04:36.5034517Z [4489/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x2-gemm-goi-scalar-u2.c.obj 2025-03-14T04:04:36.5139071Z [4490/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x2-gemm-goi-scalar-u4.c.obj 2025-03-14T04:04:36.5320917Z [4491/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8-gemm-goi-scalar-u4.c.obj 2025-03-14T04:04:36.5696373Z [4492/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-gio-scalar.c.obj 2025-03-14T04:04:36.5745731Z [4493/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16-gemm-goi-scalar-u4.c.obj 2025-03-14T04:04:36.5937672Z [4494/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x32-gemm-goi-scalar-u4.c.obj 2025-03-14T04:04:36.5948008Z [4495/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-1x2-scalar-int.c.obj 2025-03-14T04:04:36.6166417Z [4496/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-1x4-scalar-int.c.obj 2025-03-14T04:04:37.3063217Z [4497/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x1-scalar-int.c.obj 2025-03-14T04:04:37.3391128Z [4498/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x2-scalar-int.c.obj 2025-03-14T04:04:37.3630627Z [4499/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x1-scalar-int.c.obj 2025-03-14T04:04:37.4119198Z [4500/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x2-scalar-int.c.obj 2025-03-14T04:04:37.4292349Z [4501/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x4-scalar-int.c.obj 2025-03-14T04:04:37.4338522Z [4502/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x32-gemm-goi-scalar-int-u4.c.obj 2025-03-14T04:04:37.4382293Z [4503/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-1x2-scalar-int.c.obj 2025-03-14T04:04:37.4665770Z [4504/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x8-gemm-goi-scalar-int-u4.c.obj 2025-03-14T04:04:37.4719107Z [4505/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x16-gemm-goi-scalar-int-u4.c.obj 2025-03-14T04:04:37.4908601Z [4506/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-1x4-scalar-int.c.obj 2025-03-14T04:04:37.5195903Z [4507/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x1-scalar-int.c.obj 2025-03-14T04:04:37.5326185Z [4508/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x2-scalar-int.c.obj 2025-03-14T04:04:37.5750581Z [4509/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x4-scalar-int.c.obj 2025-03-14T04:04:37.5795666Z [4510/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x2-scalar-int.c.obj 2025-03-14T04:04:37.5842325Z [4511/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-1x4-scalar.c.obj 2025-03-14T04:04:37.5853676Z [4512/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x1-scalar-int.c.obj 2025-03-14T04:04:37.6004859Z [4513/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x2-scalar.c.obj 2025-03-14T04:04:37.6221839Z [4514/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x1-scalar.c.obj 2025-03-14T04:04:37.6274809Z [4515/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x4-scalar.c.obj 2025-03-14T04:04:37.6847583Z [4516/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x1-scalar.c.obj 2025-03-14T04:04:37.7071874Z [4517/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x2-scalar.c.obj 2025-03-14T04:04:37.7084272Z [4518/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x4-scalar.c.obj 2025-03-14T04:04:37.7130405Z [4519/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c1s1r-gemm-scalar-float.c.obj 2025-03-14T04:04:37.7147615Z [4520/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c2s1r-gemm-scalar-float.c.obj 2025-03-14T04:04:37.7200332Z [4521/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c1s1r-gemm-scalar-int.c.obj 2025-03-14T04:04:37.7716277Z [4522/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c2s1r-gemm-scalar-int.c.obj 2025-03-14T04:04:37.7997535Z [4523/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c1s1r-gemm-scalar-int.c.obj 2025-03-14T04:04:37.8172321Z [4524/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c4s1r-gemm-scalar-int.c.obj 2025-03-14T04:04:37.8250399Z [4525/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x2-gemm-goi-scalar-int-u4.c.obj 2025-03-14T04:04:37.8302523Z [4526/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x3-gemm-goi-scalar-float-u4.c.obj 2025-03-14T04:04:37.8409044Z [4527/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c4s1r-gemm-scalar-float.c.obj 2025-03-14T04:04:37.8486975Z [4528/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c1s1r-gemm-scalar-float.c.obj 2025-03-14T04:04:37.8858936Z [4529/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x3-gemm-goi-scalar-int-u4.c.obj 2025-03-14T04:04:37.8913513Z [4530/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x4-gemm-gio-scalar.c.obj 2025-03-14T04:04:37.9049758Z [4531/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x4-gemm-goi-scalar-int-u4.c.obj 2025-03-14T04:04:37.9283465Z [4532/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-scalar-float-u4.c.obj 2025-03-14T04:04:37.9466819Z [4533/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-scalar-int-u4.c.obj 2025-03-14T04:04:37.9481707Z [4534/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-scalar.c.obj 2025-03-14T04:04:37.9552205Z [4535/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-scalar.c.obj 2025-03-14T04:04:37.9850038Z [4536/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-scalar-float-u4.c.obj 2025-03-14T04:04:37.9890361Z [4537/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-2x-scalar.c.obj 2025-03-14T04:04:38.0170913Z [4538/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-4x-scalar.c.obj 2025-03-14T04:04:38.0387160Z [4539/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x2-scalar-float.c.obj 2025-03-14T04:04:38.0478416Z [4540/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-scalar.c.obj 2025-03-14T04:04:38.0491913Z [4541/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-scalar-int-u4.c.obj 2025-03-14T04:04:38.0506869Z [4542/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-3x-scalar.c.obj 2025-03-14T04:04:38.1081092Z [4543/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x4-scalar-float.c.obj 2025-03-14T04:04:38.1395636Z [4544/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x2-scalar-int.c.obj 2025-03-14T04:04:38.1443609Z [4545/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x4-scalar-int.c.obj 2025-03-14T04:04:38.1454331Z [4546/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x1-scalar-int.c.obj 2025-03-14T04:04:38.1464760Z [4547/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x2-scalar-int.c.obj 2025-03-14T04:04:38.1529036Z [4548/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x2-scalar-float.c.obj 2025-03-14T04:04:38.1609561Z [4549/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x1-scalar-float.c.obj 2025-03-14T04:04:38.1992847Z [4550/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x4-scalar-float.c.obj 2025-03-14T04:04:38.2439980Z [4551/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x1-scalar-int.c.obj 2025-03-14T04:04:38.2535516Z [4552/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x1-scalar-float.c.obj 2025-03-14T04:04:38.2546850Z [4553/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x2-scalar-int.c.obj 2025-03-14T04:04:38.2594155Z [4554/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-scalar-float.c.obj 2025-03-14T04:04:38.2683113Z [4555/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-scalar-int.c.obj 2025-03-14T04:04:38.2825737Z [4556/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x2-scalar-float.c.obj 2025-03-14T04:04:38.2932412Z [4557/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c1s1r-gemm-scalar-float.c.obj 2025-03-14T04:04:38.3546635Z [4558/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c2s1r-gemm-scalar-int.c.obj 2025-03-14T04:04:38.3650967Z [4559/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c2s1r-gemm-scalar-float.c.obj 2025-03-14T04:04:38.3696025Z [4560/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c1s1r-gemm-scalar-int.c.obj 2025-03-14T04:04:38.3742655Z [4561/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c1s1r-gemm-scalar-int.c.obj 2025-03-14T04:04:38.3753142Z [4562/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c1s1r-gemm-scalar-float.c.obj 2025-03-14T04:04:38.3975422Z [4563/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c4s1r-gemm-scalar-float.c.obj 2025-03-14T04:04:38.4142585Z [4564/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c4s1r-gemm-scalar-int.c.obj 2025-03-14T04:04:38.4579725Z [4565/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-1x2-scalar-int.c.obj 2025-03-14T04:04:38.4681091Z [4566/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x1-scalar-int.c.obj 2025-03-14T04:04:38.4828396Z [4567/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x1-scalar-float.c.obj 2025-03-14T04:04:38.4839367Z [4568/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-scalar-float.c.obj 2025-03-14T04:04:38.4883814Z [4569/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-1x2-scalar-float.c.obj 2025-03-14T04:04:38.5017968Z [4570/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-scalar-int.c.obj 2025-03-14T04:04:38.5170630Z [4571/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x1-scalar-float.c.obj 2025-03-14T04:04:38.5800803Z [4572/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x1-scalar-int.c.obj 2025-03-14T04:04:38.5892907Z [4573/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x2-scalar-float.c.obj 2025-03-14T04:04:38.6072101Z [4574/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p4c-minmax-sse.c.obj 2025-03-14T04:04:38.6217425Z [4575/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-sse-1x1.c.obj 2025-03-14T04:04:38.6292443Z [4576/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p4c-minmax-sse-acc2.c.obj 2025-03-14T04:04:38.6734718Z [4577/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p4c-minmax-sse-acc2.c.obj 2025-03-14T04:04:38.7061817Z [4578/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p4c-minmax-sse.c.obj 2025-03-14T04:04:38.7135957Z [4579/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l4c4s4r-minmax-sse-acc2.c.obj 2025-03-14T04:04:38.7252264Z [4580/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-sse-acc2.c.obj 2025-03-14T04:04:38.7572936Z [4581/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l4c4s4r-minmax-sse.c.obj 2025-03-14T04:04:38.7791689Z [4582/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-sse-acc2.c.obj 2025-03-14T04:04:38.7914521Z [4583/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c4s4r-minmax-sse.c.obj 2025-03-14T04:04:38.8129340Z [4584/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c4s4r-minmax-sse-acc2.c.obj 2025-03-14T04:04:38.8315204Z [4585/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c4s4r-minmax-sse.c.obj 2025-03-14T04:04:38.8479285Z [4586/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c4s4r-minmax-sse-acc2.c.obj 2025-03-14T04:04:38.8668903Z [4587/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l4c4s4r-minmax-sse.c.obj 2025-03-14T04:04:38.8754842Z [4588/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l4c4s4r-minmax-sse-acc2.c.obj 2025-03-14T04:04:38.8949355Z [4589/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c4s4r-minmax-sse.c.obj 2025-03-14T04:04:38.9001919Z [4590/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c4s4r-minmax-sse-acc2.c.obj 2025-03-14T04:04:38.9365492Z [4591/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c4s4r-minmax-sse-acc2.c.obj 2025-03-14T04:04:38.9582410Z [4592/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l4c4s4r-minmax-sse-acc2.c.obj 2025-03-14T04:04:38.9771383Z [4593/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c4s4r-minmax-sse.c.obj 2025-03-14T04:04:38.9873787Z [4594/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l4c4s4r-minmax-sse.c.obj 2025-03-14T04:04:39.0196610Z [4595/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c4s4r-minmax-sse-acc2.c.obj 2025-03-14T04:04:39.0252029Z [4596/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c4s4r-minmax-sse.c.obj 2025-03-14T04:04:39.0265928Z [4597/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c4s4r-minmax-sse-acc2.c.obj 2025-03-14T04:04:39.0548952Z [4598/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p4c-minmax-sse-acc2.c.obj 2025-03-14T04:04:39.0683754Z [4599/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p4c-minmax-sse.c.obj 2025-03-14T04:04:39.1011662Z [4600/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-sse-acc2.c.obj 2025-03-14T04:04:39.1385757Z [4601/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p4c-minmax-sse.c.obj 2025-03-14T04:04:39.1543536Z [4602/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p4c-minmax-sse-acc2.c.obj 2025-03-14T04:04:39.1672541Z [4603/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-sse-acc2.c.obj 2025-03-14T04:04:39.1840727Z [4604/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc2.c.obj 2025-03-14T04:04:39.1895892Z [4605/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc4.c.obj 2025-03-14T04:04:39.2042501Z [4606/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc3.c.obj 2025-03-14T04:04:39.2157407Z [4607/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-1x4.c.obj 2025-03-14T04:04:39.2572169Z [4608/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-2x4.c.obj 2025-03-14T04:04:39.2987417Z [4609/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-3x4.c.obj 2025-03-14T04:04:39.3124955Z [4610/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-4x4.c.obj 2025-03-14T04:04:39.3213954Z [4611/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-5x4.c.obj 2025-03-14T04:04:39.3388010Z [4612/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc4.c.obj 2025-03-14T04:04:39.3687368Z [4613/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4.c.obj 2025-03-14T04:04:39.3741729Z [4614/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc2.c.obj 2025-03-14T04:04:39.3976520Z [4615/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-6x4.c.obj 2025-03-14T04:04:39.4408595Z [4616/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-3x4.c.obj 2025-03-14T04:04:39.4419721Z [4617/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-2x4.c.obj 2025-03-14T04:04:39.4517825Z [4618/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-2x4-acc2.c.obj 2025-03-14T04:04:39.4990234Z [4619/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc2.c.obj 2025-03-14T04:04:39.5002065Z [4620/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc3.c.obj 2025-03-14T04:04:39.5013615Z [4621/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-4x4.c.obj 2025-03-14T04:04:39.5105369Z [4622/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc4.c.obj 2025-03-14T04:04:39.5602305Z [4623/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc5.c.obj 2025-03-14T04:04:39.5836239Z [4624/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-2x4-acc2.c.obj 2025-03-14T04:04:39.5887317Z [4625/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-1x4.c.obj 2025-03-14T04:04:39.6166130Z [4626/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-2x4-acc3.c.obj 2025-03-14T04:04:39.6216907Z [4627/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-2x4.c.obj 2025-03-14T04:04:39.6546682Z [4628/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-3x4.c.obj 2025-03-14T04:04:39.6603099Z [4629/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-3x4-acc2.c.obj 2025-03-14T04:04:39.7217158Z [4630/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-4x4-acc2.c.obj 2025-03-14T04:04:39.7468362Z [4631/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-5x4.c.obj 2025-03-14T04:04:39.7519964Z [4632/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc2.c.obj 2025-03-14T04:04:39.7607327Z [4633/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc4.c.obj 2025-03-14T04:04:39.7775914Z [4634/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc5.c.obj 2025-03-14T04:04:39.7895335Z [4635/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc3.c.obj 2025-03-14T04:04:39.8080292Z [4636/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4.c.obj 2025-03-14T04:04:39.9032294Z [4637/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4-acc3.c.obj 2025-03-14T04:04:39.9044553Z [4638/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-3x4.c.obj 2025-03-14T04:04:39.9219481Z [4639/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-sse-dup.c.obj 2025-03-14T04:04:39.9291852Z [4640/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8s4-minmax-sse.c.obj 2025-03-14T04:04:39.9346545Z [4641/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8-minmax-sse-dup.c.obj 2025-03-14T04:04:39.9358705Z [4642/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4-acc2.c.obj 2025-03-14T04:04:39.9371200Z [4643/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-3x4-acc2.c.obj 2025-03-14T04:04:40.0515692Z [4644/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8-minmax-sse-load1.c.obj 2025-03-14T04:04:40.0574058Z [4645/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8s4-minmax-sse.c.obj 2025-03-14T04:04:40.0685493Z [4646/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-sse-dup.c.obj 2025-03-14T04:04:40.1006975Z [4647/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8s4-minmax-sse.c.obj 2025-03-14T04:04:40.1053645Z [4648/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-sse-dup.c.obj 2025-03-14T04:04:40.1214882Z [4649/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8s4-minmax-sse.c.obj 2025-03-14T04:04:40.1282243Z [4650/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-sse-load1.c.obj 2025-03-14T04:04:40.1860693Z [4651/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x2c4-minmax-sse.c.obj 2025-03-14T04:04:40.2001006Z [4652/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-sse-load1.c.obj 2025-03-14T04:04:40.2099860Z [4653/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-sse-dup.c.obj 2025-03-14T04:04:40.2267128Z [4654/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-sse-dup.c.obj 2025-03-14T04:04:40.2413246Z [4655/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8s4-minmax-sse.c.obj 2025-03-14T04:04:40.2613105Z [4656/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8s4-minmax-sse.c.obj 2025-03-14T04:04:40.2737248Z [4657/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-sse-load1.c.obj 2025-03-14T04:04:40.3304217Z [4658/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8-minmax-sse-load1.c.obj 2025-03-14T04:04:40.3509205Z [4659/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-sse-dup.c.obj 2025-03-14T04:04:40.3651708Z [4660/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8-minmax-sse-dup.c.obj 2025-03-14T04:04:40.3697561Z [4661/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8s4-minmax-sse.c.obj 2025-03-14T04:04:40.3912065Z [4662/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-sse-dup.c.obj 2025-03-14T04:04:40.3956883Z [4663/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8s4-minmax-sse.c.obj 2025-03-14T04:04:40.4644171Z [4664/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-sse-load1.c.obj 2025-03-14T04:04:40.4704600Z [4665/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8s4-minmax-sse.c.obj 2025-03-14T04:04:40.4794611Z [4666/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-sse-p4.c.obj 2025-03-14T04:04:40.4842808Z [4667/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-sse-load1.c.obj 2025-03-14T04:04:40.4929799Z [4668/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-sse-dup.c.obj 2025-03-14T04:04:40.5038241Z [4669/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-sse-load1.c.obj 2025-03-14T04:04:40.5532247Z [4670/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8s4-minmax-sse.c.obj 2025-03-14T04:04:40.5797913Z [4671/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-sse-c4.c.obj 2025-03-14T04:04:40.5808757Z [4672/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-sse-dup.c.obj 2025-03-14T04:04:40.5915004Z [4673/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8s4-minmax-sse.c.obj 2025-03-14T04:04:40.6259498Z [4674/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8-minmax-sse-dup.c.obj 2025-03-14T04:04:40.6423763Z [4675/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8-minmax-sse-load1.c.obj 2025-03-14T04:04:40.6722144Z [4676/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-sse-dup.c.obj 2025-03-14T04:04:40.7109532Z [4677/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8s4-minmax-sse.c.obj 2025-03-14T04:04:40.7250333Z [4678/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8s4-minmax-sse.c.obj 2025-03-14T04:04:40.7305590Z [4679/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-sse-dup.c.obj 2025-03-14T04:04:40.7351780Z [4680/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-sse-load1.c.obj 2025-03-14T04:04:40.7512839Z [4681/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8s4-minmax-sse.c.obj 2025-03-14T04:04:40.7524513Z [4682/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x2c4-minmax-sse.c.obj 2025-03-14T04:04:40.7860362Z [4683/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-sse-dup.c.obj 2025-03-14T04:04:40.8441956Z [4684/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-sse-load1.c.obj 2025-03-14T04:04:40.8553764Z [4685/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8s4-minmax-sse.c.obj 2025-03-14T04:04:40.8823402Z [4686/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u8-acc2.c.obj 2025-03-14T04:04:40.8913166Z [4687/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c64.c.obj 2025-03-14T04:04:40.9016126Z [4688/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x8-minmax-sse.c.obj 2025-03-14T04:04:40.9147395Z [4689/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c32.c.obj 2025-03-14T04:04:40.9194424Z [4690/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u4.c.obj 2025-03-14T04:04:40.9791328Z [4691/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u12-acc3.c.obj 2025-03-14T04:04:40.9805648Z [4692/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u16-acc2.c.obj 2025-03-14T04:04:40.9998166Z [4693/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u8-acc2.c.obj 2025-03-14T04:04:41.0082694Z [4694/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u4.c.obj 2025-03-14T04:04:41.0093484Z [4695/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u12-acc3.c.obj 2025-03-14T04:04:41.0361056Z [4696/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u16-acc2.c.obj 2025-03-14T04:04:41.1011931Z [4697/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u8-acc2.c.obj 2025-03-14T04:04:41.1056797Z [4698/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u4.c.obj 2025-03-14T04:04:41.1067471Z [4699/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u4.c.obj 2025-03-14T04:04:41.1235601Z [4700/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u12-acc3.c.obj 2025-03-14T04:04:41.1372763Z [4701/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u16-acc4.c.obj 2025-03-14T04:04:41.1420100Z [4702/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u8-acc2.c.obj 2025-03-14T04:04:41.1680453Z [4703/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u16-acc2.c.obj 2025-03-14T04:04:41.2040451Z [4704/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u16-acc2.c.obj 2025-03-14T04:04:41.2132586Z [4705/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u12-acc3.c.obj 2025-03-14T04:04:41.2456506Z [4706/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-sse.c.obj 2025-03-14T04:04:41.2563110Z [4707/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-16x1-minmax-sse.c.obj 2025-03-14T04:04:41.2565143Z [4708/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-sse.c.obj 2025-03-14T04:04:41.2660426Z [4709/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-sse-u4.c.obj 2025-03-14T04:04:41.2751906Z [4710/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-sse-u4.c.obj 2025-03-14T04:04:41.3054573Z [4711/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-sse-u4.c.obj 2025-03-14T04:04:41.3161245Z [4712/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-sse-u4.c.obj 2025-03-14T04:04:41.3657802Z [4713/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-sse-u4.c.obj 2025-03-14T04:04:41.3811434Z [4714/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-sse-u4.c.obj 2025-03-14T04:04:41.3907839Z [4715/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-sse-u4.c.obj 2025-03-14T04:04:41.4048691Z [4716/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-sse-u4.c.obj 2025-03-14T04:04:41.4157392Z [4717/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-sse-u4.c.obj 2025-03-14T04:04:41.4274420Z [4718/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-sse-u4.c.obj 2025-03-14T04:04:41.4287835Z [4719/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-sse-u4.c.obj 2025-03-14T04:04:41.5027292Z [4720/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-sse-u4.c.obj 2025-03-14T04:04:41.5139633Z [4721/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-sse-u4.c.obj 2025-03-14T04:04:41.5336675Z [4722/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-sse-u4.c.obj 2025-03-14T04:04:41.5414342Z [4723/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u4.c.obj 2025-03-14T04:04:41.5479207Z [4724/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-sse-u4.c.obj 2025-03-14T04:04:41.5495157Z [4725/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-sse-u4.c.obj 2025-03-14T04:04:41.6252957Z [4726/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-sse-u4.c.obj 2025-03-14T04:04:41.6344398Z [4727/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u12.c.obj 2025-03-14T04:04:41.6475606Z [4728/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse-u4.c.obj 2025-03-14T04:04:41.6526161Z [4729/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-sse-u4.c.obj 2025-03-14T04:04:41.6849312Z [4730/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u16.c.obj 2025-03-14T04:04:41.7173700Z [4731/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-sse-u4.c.obj 2025-03-14T04:04:41.7307729Z [4732/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u4.c.obj 2025-03-14T04:04:41.7492267Z [4733/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u4.c.obj 2025-03-14T04:04:41.7576011Z [4734/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c8-minmax-sse-2x.c.obj 2025-03-14T04:04:41.7859038Z [4735/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-sse-u8.c.obj 2025-03-14T04:04:41.8138277Z [4736/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u8.c.obj 2025-03-14T04:04:41.8190078Z [4737/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u4.c.obj 2025-03-14T04:04:41.8265616Z [4738/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-4x-sse.c.obj 2025-03-14T04:04:41.8318266Z [4739/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u8.c.obj 2025-03-14T04:04:41.8372224Z [4740/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u16.c.obj 2025-03-14T04:04:41.8493809Z [4741/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u16.c.obj 2025-03-14T04:04:41.8944763Z [4742/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u8.c.obj 2025-03-14T04:04:41.9262807Z [4743/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u16.c.obj 2025-03-14T04:04:41.9322575Z [4744/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u8.c.obj 2025-03-14T04:04:41.9470944Z [4745/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u24.c.obj 2025-03-14T04:04:41.9569233Z [4746/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u32.c.obj 2025-03-14T04:04:41.9588100Z [4747/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u16.c.obj 2025-03-14T04:04:41.9727305Z [4748/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u24.c.obj 2025-03-14T04:04:42.0081175Z [4749/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vabs-sse2-u8.c.obj 2025-03-14T04:04:42.0359845Z [4750/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u8.c.obj 2025-03-14T04:04:42.0560507Z [4751/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vneg-sse2-u8.c.obj 2025-03-14T04:04:42.0675637Z [4752/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u32.c.obj 2025-03-14T04:04:42.0721655Z [4753/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u16.c.obj 2025-03-14T04:04:42.0739601Z [4754/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u24.c.obj 2025-03-14T04:04:42.1056083Z [4755/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u24.c.obj 2025-03-14T04:04:42.1129989Z [4756/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u8.c.obj 2025-03-14T04:04:42.1374854Z [4757/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u8.c.obj 2025-03-14T04:04:42.1581484Z [4758/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u16.c.obj 2025-03-14T04:04:42.1658020Z [4759/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u24.c.obj 2025-03-14T04:04:42.1669261Z [4760/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u4.c.obj 2025-03-14T04:04:42.1807898Z [4761/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u8-acc2.c.obj 2025-03-14T04:04:42.2207234Z [4762/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-sse2-u4.c.obj 2025-03-14T04:04:42.2365986Z [4763/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-sse2-u4.c.obj 2025-03-14T04:04:42.2449508Z [4764/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc4.c.obj 2025-03-14T04:04:42.2660175Z [4765/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-sse2-u4.c.obj 2025-03-14T04:04:42.2779192Z [4766/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u4.c.obj 2025-03-14T04:04:42.2862632Z [4767/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u8.c.obj 2025-03-14T04:04:42.2981680Z [4768/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u16.c.obj 2025-03-14T04:04:42.3410167Z [4769/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u4.c.obj 2025-03-14T04:04:42.4062356Z [4770/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u8.c.obj 2025-03-14T04:04:42.4077999Z [4771/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u12.c.obj 2025-03-14T04:04:42.4121020Z [4772/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u16.c.obj 2025-03-14T04:04:42.4206281Z [4773/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse2-u4.c.obj 2025-03-14T04:04:42.4297152Z [4774/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse2-u8.c.obj 2025-03-14T04:04:42.4362075Z [4775/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse2-u4.c.obj 2025-03-14T04:04:42.4729166Z [4776/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse2-u4.c.obj 2025-03-14T04:04:42.5505638Z [4777/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse2-u4.c.obj 2025-03-14T04:04:42.5569394Z [4778/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-lut64-p2-div-u12.c.obj 2025-03-14T04:04:42.5581340Z [4779/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-lut64-p2-div-u16.c.obj 2025-03-14T04:04:42.5592195Z [4780/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-lut64-p2-div-u4.c.obj 2025-03-14T04:04:42.5603534Z [4781/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u4.c.obj 2025-03-14T04:04:42.5670975Z [4782/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse2-u4.c.obj 2025-03-14T04:04:42.6108702Z [4783/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u8.c.obj 2025-03-14T04:04:42.6747106Z [4784/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u16.c.obj 2025-03-14T04:04:42.6869963Z [4785/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4c8-minmax-sse2-ld64.c.obj 2025-03-14T04:04:42.6964681Z [4786/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u12.c.obj 2025-03-14T04:04:42.7013915Z [4787/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-rational-9-8-nr.c.obj 2025-03-14T04:04:42.7065100Z [4788/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-sse2-ld64.c.obj 2025-03-14T04:04:42.7076361Z [4789/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4c8-minmax-sse2-ld128.c.obj 2025-03-14T04:04:42.7899674Z [4790/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x4c8-minmax-sse2-ld64.c.obj 2025-03-14T04:04:42.8124683Z [4791/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4c8-minmax-sse2-ld64.c.obj 2025-03-14T04:04:42.8135698Z [4792/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x4c8-minmax-sse2-ld128.c.obj 2025-03-14T04:04:42.8231342Z [4793/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld64.c.obj 2025-03-14T04:04:42.8323632Z [4794/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-sse2-ld128.c.obj 2025-03-14T04:04:42.8472503Z [4795/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-sse2-ld64.c.obj 2025-03-14T04:04:42.8666810Z [4796/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-sse2-ld64.c.obj 2025-03-14T04:04:42.9270835Z [4797/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-sse2-ld128.c.obj 2025-03-14T04:04:42.9370421Z [4798/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld64.c.obj 2025-03-14T04:04:42.9421350Z [4799/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld128.c.obj 2025-03-14T04:04:42.9496110Z [4800/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x4c8-minmax-sse2-ld128.c.obj 2025-03-14T04:04:42.9825544Z [4801/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x4c8-minmax-sse2-ld64.c.obj 2025-03-14T04:04:42.9971868Z [4802/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x4c8-minmax-sse2-ld64.c.obj 2025-03-14T04:04:43.0390435Z [4803/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x4c8-minmax-sse2-ld128.c.obj 2025-03-14T04:04:43.0712531Z [4804/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x4c8-minmax-sse2-ld64.c.obj 2025-03-14T04:04:43.0757132Z [4805/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld128.c.obj 2025-03-14T04:04:43.0875075Z [4806/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x4c8-minmax-sse2-ld128.c.obj 2025-03-14T04:04:43.0982076Z [4807/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld128.c.obj 2025-03-14T04:04:43.1034429Z [4808/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x4c8-minmax-sse2-ld128.c.obj 2025-03-14T04:04:43.1197681Z [4809/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x4c8-minmax-sse2-ld64.c.obj 2025-03-14T04:04:43.1443268Z [4810/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld128.c.obj 2025-03-14T04:04:43.1977394Z [4811/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:04:43.2042118Z [4812/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:04:43.2126830Z [4813/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:04:43.2241247Z [4814/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:04:43.2290383Z [4815/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:04:43.2394985Z [4816/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:04:43.2569787Z [4817/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:04:43.3114205Z [4818/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:04:43.3539155Z [4819/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:04:43.3549843Z [4820/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:04:43.3767546Z [4821/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:04:43.3897694Z [4822/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:04:43.3954210Z [4823/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:04:43.4152643Z [4824/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:04:43.4759090Z [4825/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:04:43.4886259Z [4826/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u16.c.obj 2025-03-14T04:04:43.4978486Z [4827/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:04:43.5025688Z [4828/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:04:43.5152208Z [4829/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:04:43.5326318Z [4830/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u24.c.obj 2025-03-14T04:04:43.5547342Z [4831/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u8.c.obj 2025-03-14T04:04:43.5924178Z [4832/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:04:43.6248369Z [4833/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:04:43.6306454Z [4834/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:04:43.6357275Z [4835/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:04:43.6633779Z [4836/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:04:43.6715567Z [4837/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:04:43.6739777Z [4838/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:04:43.6975055Z [4839/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:04:43.7452460Z [4840/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:04:43.7513313Z [4841/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:04:43.7574359Z [4842/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:04:43.7829902Z [4843/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:04:43.7886257Z [4844/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:04:43.8046586Z [4845/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:04:43.8058790Z [4846/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:04:43.8780234Z [4847/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:04:43.8882039Z [4848/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:04:43.9110750Z [4849/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.obj 2025-03-14T04:04:43.9198204Z [4850/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:43.9389482Z [4851/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:43.9468866Z [4852/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:43.9486263Z [4853/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:44.0079111Z [4854/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:44.0329789Z [4855/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:44.0381721Z [4856/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:44.0546858Z [4857/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:44.0769888Z [4858/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:44.1326468Z [4859/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:44.1410648Z [4860/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c8-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:44.1603382Z [4861/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c8-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:44.1834450Z [4862/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:44.2009609Z [4863/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:44.2060677Z [4864/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:44.2324597Z [4865/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:44.2556355Z [4866/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:44.2778930Z [4867/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:44.2869064Z [4868/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:44.3025315Z [4869/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:44.3155105Z [4870/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:44.3314866Z [4871/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:44.3438543Z [4872/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:44.3872407Z [4873/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:44.4191450Z [4874/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:44.4292449Z [4875/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:44.4407363Z [4876/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:44.4422260Z [4877/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:44.4588367Z [4878/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:44.4795553Z [4879/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c8-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:44.4952496Z [4880/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c8-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:44.5347903Z [4881/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:44.5566494Z [4882/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:44.5627274Z [4883/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:44.5724248Z [4884/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:44.5888213Z [4885/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:44.6111423Z [4886/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:44.6238176Z [4887/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:44.6593655Z [4888/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:44.6747399Z [4889/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:44.6797276Z [4890/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u16.c.obj 2025-03-14T04:04:44.7092140Z [4891/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u32.c.obj 2025-03-14T04:04:44.7335840Z [4892/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u16.c.obj 2025-03-14T04:04:44.7380649Z [4893/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u24.c.obj 2025-03-14T04:04:44.7566943Z [4894/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u24.c.obj 2025-03-14T04:04:44.7861998Z [4895/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u32.c.obj 2025-03-14T04:04:44.7909376Z [4896/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse2-u16.c.obj 2025-03-14T04:04:44.7967589Z [4897/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse2-u16.c.obj 2025-03-14T04:04:44.8315527Z [4898/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-sse2-mul16-ld64-u16.c.obj 2025-03-14T04:04:44.8453585Z [4899/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u16.c.obj 2025-03-14T04:04:44.8655254Z [4900/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:04:44.8806629Z [4901/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:04:44.9059568Z [4902/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:04:44.9159044Z [4903/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:04:44.9210542Z [4904/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:04:44.9511878Z [4905/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:04:44.9935673Z [4906/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:04:44.9947903Z [4907/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.obj 2025-03-14T04:04:45.0007805Z [4908/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u8.c.obj 2025-03-14T04:04:45.0134813Z [4909/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u16.c.obj 2025-03-14T04:04:45.0355183Z [4910/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u24.c.obj 2025-03-14T04:04:45.0594153Z [4911/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:45.0663265Z [4912/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:45.1287249Z [4913/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:45.1404226Z [4914/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:45.1519634Z [4915/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:45.1679385Z [4916/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:45.1747015Z [4917/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:45.1833781Z [4918/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:45.1978218Z [4919/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:45.3097101Z [4920/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:45.3146230Z [4921/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:45.3435204Z [4922/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:45.3446770Z [4923/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:45.3457466Z [4924/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:45.3471359Z [4925/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:45.3525505Z [4926/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:45.4518426Z [4927/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:45.4703585Z [4928/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:45.4714108Z [4929/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:45.4725017Z [4930/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:45.4861428Z [4931/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:45.4913627Z [4932/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:45.5015898Z [4933/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:45.5829941Z [4934/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:45.5893240Z [4935/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:45.5974480Z [4936/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:45.6022062Z [4937/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:45.6373482Z [4938/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:45.6392395Z [4939/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:45.6449208Z [4940/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:45.7117311Z [4941/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:45.7207624Z [4942/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:45.7297359Z [4943/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:45.7576498Z [4944/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:45.7654270Z [4945/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:45.7664787Z [4946/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:45.7715435Z [4947/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:45.8452176Z [4948/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:45.8497776Z [4949/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-03-14T04:04:45.8867598Z [4950/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-03-14T04:04:45.8959526Z [4951/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u64-acc2.c.obj 2025-03-14T04:04:45.8970945Z [4952/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u16.c.obj 2025-03-14T04:04:45.9156504Z [4953/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u64-acc4.c.obj 2025-03-14T04:04:45.9467515Z [4954/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse2-mul16-ld64-u16.c.obj 2025-03-14T04:04:45.9526120Z [4955/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse2-u16.c.obj 2025-03-14T04:04:45.9678540Z [4956/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse2-mul16-ld64-u16.c.obj 2025-03-14T04:04:46.0062210Z [4957/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse2-u16.c.obj 2025-03-14T04:04:46.0326064Z [4958/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u16.c.obj 2025-03-14T04:04:46.0405984Z [4959/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-sse2-mul16-ld64-u16.c.obj 2025-03-14T04:04:46.0648820Z [4960/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse2-c16.c.obj 2025-03-14T04:04:46.0720962Z [4961/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse2-c16.c.obj 2025-03-14T04:04:46.0955840Z [4962/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-16x16-reuse-switch-sse2.c.obj 2025-03-14T04:04:46.1097212Z [4963/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-multi-switch-sse2.c.obj 2025-03-14T04:04:46.1412574Z [4964/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-multi-mov-sse2.c.obj 2025-03-14T04:04:46.1632433Z [4965/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-mov-sse2.c.obj 2025-03-14T04:04:46.1644664Z [4966/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\x16-transposec-4x8-sse2.c.obj 2025-03-14T04:04:46.1927945Z [4967/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-switch-sse2.c.obj 2025-03-14T04:04:46.2149607Z [4968/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x2c4-gemm-goi-sse2-u4-prfm.c.obj 2025-03-14T04:04:46.2607213Z [4969/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u4-prfm.c.obj 2025-03-14T04:04:46.2619697Z [4970/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u8.c.obj 2025-03-14T04:04:46.2670708Z [4971/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u4-prfm.c.obj 2025-03-14T04:04:46.2681243Z [4972/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u8-prfm.c.obj 2025-03-14T04:04:46.3222638Z [4973/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u4.c.obj 2025-03-14T04:04:46.3284851Z [4974/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u8.c.obj 2025-03-14T04:04:46.3689622Z [4975/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u8-prfm.c.obj 2025-03-14T04:04:46.3816352Z [4976/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u4.c.obj 2025-03-14T04:04:46.3967882Z [4977/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u8.c.obj 2025-03-14T04:04:46.4016437Z [4978/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u4-prfm.c.obj 2025-03-14T04:04:46.4078947Z [4979/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u8-prfm.c.obj 2025-03-14T04:04:46.4431686Z [4980/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u4-prfm.c.obj 2025-03-14T04:04:46.4548334Z [4981/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u4.c.obj 2025-03-14T04:04:46.5026363Z [4982/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-multi-sse2.c.obj 2025-03-14T04:04:46.5122857Z [4983/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-switch-sse2.c.obj 2025-03-14T04:04:46.5175069Z [4984/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u8-prfm.c.obj 2025-03-14T04:04:46.5187760Z [4985/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u8.c.obj 2025-03-14T04:04:46.5235829Z [4986/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-mov-sse2.c.obj 2025-03-14T04:04:46.5523334Z [4987/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-mov-sse2.c.obj 2025-03-14T04:04:46.5849545Z [4988/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-multi-sse2.c.obj 2025-03-14T04:04:46.6462911Z [4989/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-switch-sse2.c.obj 2025-03-14T04:04:46.6505710Z [4990/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-mov-sse2.c.obj 2025-03-14T04:04:46.6555199Z [4991/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-switch-sse2.c.obj 2025-03-14T04:04:46.6601794Z [4992/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-multi-sse2.c.obj 2025-03-14T04:04:46.6828997Z [4993/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-multi-sse2.c.obj 2025-03-14T04:04:46.7058196Z [4994/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc2.c.obj 2025-03-14T04:04:46.7247485Z [4995/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-switch-sse2.c.obj 2025-03-14T04:04:46.7882666Z [4996/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc3.c.obj 2025-03-14T04:04:46.7896659Z [4997/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4.c.obj 2025-03-14T04:04:46.7970252Z [4998/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-3x4.c.obj 2025-03-14T04:04:46.8020550Z [4999/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc4.c.obj 2025-03-14T04:04:46.8277706Z [5000/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4.c.obj 2025-03-14T04:04:46.8333067Z [5001/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-5x4.c.obj 2025-03-14T04:04:46.8721025Z [5002/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-4x4.c.obj 2025-03-14T04:04:46.9058750Z [5003/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-6x4.c.obj 2025-03-14T04:04:46.9427392Z [5004/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-ssse3-madd.c.obj 2025-03-14T04:04:46.9539062Z [5005/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-ssse3-madd-prfm.c.obj 2025-03-14T04:04:46.9593169Z [5006/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-ssse3-madd-prfm.c.obj 2025-03-14T04:04:46.9643876Z [5007/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-ssse3-madd.c.obj 2025-03-14T04:04:46.9871777Z [5008/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-ssse3-madd-prfm.c.obj 2025-03-14T04:04:47.0089338Z [5009/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u16.c.obj 2025-03-14T04:04:47.0203748Z [5010/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-ssse3-madd-prfm.c.obj 2025-03-14T04:04:47.0421076Z [5011/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u64-acc2.c.obj 2025-03-14T04:04:47.0568314Z [5012/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u64-acc4.c.obj 2025-03-14T04:04:47.0680528Z [5013/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-ssse3-u16.c.obj 2025-03-14T04:04:47.0890056Z [5014/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-ssse3-u16.c.obj 2025-03-14T04:04:47.0970358Z [5015/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rdsum\gen\qu8-rdsum-7p7x-ssse3-c16.c.obj 2025-03-14T04:04:47.1449605Z [5016/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-ssse3-u32.c.obj 2025-03-14T04:04:47.1637892Z [5017/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-ssse3-u16.c.obj 2025-03-14T04:04:47.1649168Z [5018/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rdsum\gen\qu8-rdsum-7p7x-ssse3-c32.c.obj 2025-03-14T04:04:47.1719384Z [5019/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-ssse3-u16.c.obj 2025-03-14T04:04:47.1907453Z [5020/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u8.c.obj 2025-03-14T04:04:47.1951433Z [5021/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-ssse3-u16.c.obj 2025-03-14T04:04:47.2657551Z [5022/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u8.c.obj 2025-03-14T04:04:47.2668905Z [5023/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u24.c.obj 2025-03-14T04:04:47.2718630Z [5024/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u32.c.obj 2025-03-14T04:04:47.2802991Z [5025/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u16.c.obj 2025-03-14T04:04:47.2882275Z [5026/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u16.c.obj 2025-03-14T04:04:47.2930358Z [5027/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u32.c.obj 2025-03-14T04:04:47.3744760Z [5028/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u24.c.obj 2025-03-14T04:04:47.3844315Z [5029/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u32.c.obj 2025-03-14T04:04:47.4010784Z [5030/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-3x8-minmax-sse41-dup.c.obj 2025-03-14T04:04:47.4298355Z [5031/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u24.c.obj 2025-03-14T04:04:47.4351130Z [5032/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-5x8-minmax-sse41-dup.c.obj 2025-03-14T04:04:47.4369552Z [5033/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8-minmax-sse41-load1.c.obj 2025-03-14T04:04:47.4808836Z [5034/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-6x8-minmax-sse41-dup.c.obj 2025-03-14T04:04:47.5087592Z [5035/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x8-minmax-sse41-dup.c.obj 2025-03-14T04:04:47.5410319Z [5036/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x8-minmax-sse41-load1.c.obj 2025-03-14T04:04:47.5525971Z [5037/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8s4-minmax-sse41.c.obj 2025-03-14T04:04:47.5759982Z [5038/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x8s4-minmax-sse41.c.obj 2025-03-14T04:04:47.5897080Z [5039/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8-minmax-sse41-load1.c.obj 2025-03-14T04:04:47.6126115Z [5040/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2c4-minmax-sse41.c.obj 2025-03-14T04:04:47.6172144Z [5041/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8s4-minmax-sse41.c.obj 2025-03-14T04:04:47.6337987Z [5042/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8-minmax-sse41-dup.c.obj 2025-03-14T04:04:47.6660031Z [5043/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8-minmax-sse41-load1.c.obj 2025-03-14T04:04:47.6950200Z [5044/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8s4-minmax-sse41.c.obj 2025-03-14T04:04:47.7170652Z [5045/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x2c4-minmax-sse41.c.obj 2025-03-14T04:04:47.7375077Z [5046/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8s4-minmax-sse41.c.obj 2025-03-14T04:04:47.7478066Z [5047/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8-minmax-sse41-load1.c.obj 2025-03-14T04:04:47.7658468Z [5048/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8-minmax-sse41-dup.c.obj 2025-03-14T04:04:47.7672894Z [5049/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u8.c.obj 2025-03-14T04:04:47.8100538Z [5050/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u16.c.obj 2025-03-14T04:04:47.8168368Z [5051/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u24.c.obj 2025-03-14T04:04:47.8479533Z [5052/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-sse41-u4.c.obj 2025-03-14T04:04:47.8543636Z [5053/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-sse41-u8.c.obj 2025-03-14T04:04:47.8694963Z [5054/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-sse41-u4.c.obj 2025-03-14T04:04:47.8753392Z [5055/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-sse41-u8.c.obj 2025-03-14T04:04:47.9001557Z [5056/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-sse41-u4.c.obj 2025-03-14T04:04:47.9141260Z [5057/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u4.c.obj 2025-03-14T04:04:47.9581414Z [5058/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u8.c.obj 2025-03-14T04:04:47.9659522Z [5059/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u12.c.obj 2025-03-14T04:04:47.9783109Z [5060/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u16.c.obj 2025-03-14T04:04:47.9853851Z [5061/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u4.c.obj 2025-03-14T04:04:48.0058958Z [5062/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u8.c.obj 2025-03-14T04:04:48.0070678Z [5063/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-sse41-u8.c.obj 2025-03-14T04:04:48.0168279Z [5064/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u12.c.obj 2025-03-14T04:04:48.0622120Z [5065/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u16.c.obj 2025-03-14T04:04:48.0893105Z [5066/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse41-u4.c.obj 2025-03-14T04:04:48.0944939Z [5067/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse41-u4.c.obj 2025-03-14T04:04:48.1183276Z [5068/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse41-u4.c.obj 2025-03-14T04:04:48.1268408Z [5069/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse41-u4.c.obj 2025-03-14T04:04:48.1374897Z [5070/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse41-u4.c.obj 2025-03-14T04:04:48.1677849Z [5071/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-lut64-p2-div-u4.c.obj 2025-03-14T04:04:48.1894961Z [5072/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-lut64-p2-div-u16.c.obj 2025-03-14T04:04:48.2079908Z [5073/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u4.c.obj 2025-03-14T04:04:48.2188085Z [5074/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-lut64-p2-div-u12.c.obj 2025-03-14T04:04:48.2292536Z [5075/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u12.c.obj 2025-03-14T04:04:48.2431497Z [5076/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u8.c.obj 2025-03-14T04:04:48.2485422Z [5077/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u16.c.obj 2025-03-14T04:04:48.3060440Z [5078/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-sse41-ld64.c.obj 2025-03-14T04:04:48.3482007Z [5079/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4c8-minmax-sse41-ld64.c.obj 2025-03-14T04:04:48.3589219Z [5080/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4c8-minmax-sse41-ld128.c.obj 2025-03-14T04:04:48.3763583Z [5081/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4c8-minmax-sse41-ld64.c.obj 2025-03-14T04:04:48.3777991Z [5082/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x4c8-minmax-sse41-ld64.c.obj 2025-03-14T04:04:48.3855728Z [5083/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4c8-minmax-sse41-ld128.c.obj 2025-03-14T04:04:48.4267894Z [5084/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-ld128.c.obj 2025-03-14T04:04:48.4399405Z [5085/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-ld64.c.obj 2025-03-14T04:04:48.4856813Z [5086/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-madd-prfm.c.obj 2025-03-14T04:04:48.5138304Z [5087/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-madd-prfm.c.obj 2025-03-14T04:04:48.5222249Z [5088/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-ld128.c.obj 2025-03-14T04:04:48.5306554Z [5089/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-madd.c.obj 2025-03-14T04:04:48.5351285Z [5090/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-ld64.c.obj 2025-03-14T04:04:48.5488105Z [5091/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-madd.c.obj 2025-03-14T04:04:48.6037272Z [5092/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-ld64.c.obj 2025-03-14T04:04:48.6059180Z [5093/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-ld128.c.obj 2025-03-14T04:04:48.6437803Z [5094/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-madd-prfm.c.obj 2025-03-14T04:04:48.6550518Z [5095/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-madd.c.obj 2025-03-14T04:04:48.6658757Z [5096/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-ld128.c.obj 2025-03-14T04:04:48.6712165Z [5097/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-ld64.c.obj 2025-03-14T04:04:48.6968254Z [5098/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-madd-prfm.c.obj 2025-03-14T04:04:48.7272880Z [5099/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld128.c.obj 2025-03-14T04:04:48.7344258Z [5100/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-madd.c.obj 2025-03-14T04:04:48.7860763Z [5101/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x4c8-minmax-sse41-ld64.c.obj 2025-03-14T04:04:48.7905924Z [5102/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x4c8-minmax-sse41-ld128.c.obj 2025-03-14T04:04:48.8132907Z [5103/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x4c8-minmax-sse41-ld64.c.obj 2025-03-14T04:04:48.8195750Z [5104/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld128.c.obj 2025-03-14T04:04:48.8249206Z [5105/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x4c8-minmax-sse41-ld128.c.obj 2025-03-14T04:04:48.8471239Z [5106/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x4c8-minmax-sse41-ld64.c.obj 2025-03-14T04:04:48.8630103Z [5107/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld128.c.obj 2025-03-14T04:04:48.9122951Z [5108/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x4c8-minmax-sse41-ld64.c.obj 2025-03-14T04:04:48.9254025Z [5109/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x4c8-minmax-sse41-ld128.c.obj 2025-03-14T04:04:48.9545089Z [5110/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x4c8-minmax-sse41-ld128.c.obj 2025-03-14T04:04:48.9556463Z [5111/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:04:48.9602458Z [5112/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld128.c.obj 2025-03-14T04:04:48.9702696Z [5113/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:04:48.9952672Z [5114/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:04:49.0476998Z [5115/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:04:49.0495814Z [5116/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:04:49.0819664Z [5117/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:04:49.1176013Z [5118/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:04:49.1234780Z [5119/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:04:49.1584399Z [5120/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:04:49.1802284Z [5121/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:04:49.1813881Z [5122/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:04:49.2212922Z [5123/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:04:49.2269367Z [5124/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:04:49.2422424Z [5125/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:04:49.2704339Z [5126/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:04:49.2855136Z [5127/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:04:49.2904276Z [5128/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:04:49.3206250Z [5129/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:04:49.3459439Z [5130/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:04:49.3475467Z [5131/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:04:49.3759031Z [5132/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:04:49.3915938Z [5133/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:04:49.4050119Z [5134/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:04:49.4105851Z [5135/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:04:49.4610474Z [5136/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:04:49.4662335Z [5137/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:04:49.4747819Z [5138/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:04:49.4976601Z [5139/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:04:49.5038731Z [5140/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u24.c.obj 2025-03-14T04:04:49.5214113Z [5141/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u32.c.obj 2025-03-14T04:04:49.5229060Z [5142/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u8.c.obj 2025-03-14T04:04:49.5732526Z [5143/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:04:49.5882146Z [5144/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:04:49.5940480Z [5145/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:04:49.6157524Z [5146/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:04:49.6487055Z [5147/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:04:49.6551263Z [5148/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:04:49.6773567Z [5149/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:04:49.6831002Z [5150/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:04:49.7118368Z [5151/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:04:49.7292000Z [5152/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:04:49.7383100Z [5153/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:04:49.7710195Z [5154/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:04:49.7830375Z [5155/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:04:49.7950219Z [5156/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:04:49.8002344Z [5157/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:04:49.8341297Z [5158/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:04:49.8536042Z [5159/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:04:49.8643766Z [5160/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:04:49.9095457Z [5161/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:04:49.9107189Z [5162/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:04:49.9152788Z [5163/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:04:49.9503993Z [5164/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:04:49.9676951Z [5165/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:04:49.9755551Z [5166/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:04:49.9771707Z [5167/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:04:50.0257175Z [5168/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul16-add16.c.obj 2025-03-14T04:04:50.0542012Z [5169/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:04:50.1045065Z [5170/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:50.1058184Z [5171/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:50.1105194Z [5172/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:50.1168834Z [5173/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:50.1326137Z [5174/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:04:50.1519184Z [5175/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:50.1761770Z [5176/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:50.2363067Z [5177/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:50.2455843Z [5178/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c8-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:50.2724507Z [5179/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c8-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:50.2777300Z [5180/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:50.2824357Z [5181/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:50.3209117Z [5182/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:50.3279145Z [5183/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:50.3694060Z [5184/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:50.3761552Z [5185/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:50.4056995Z [5186/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:50.4230713Z [5187/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:50.4472525Z [5188/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:50.4613797Z [5189/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:50.4734354Z [5190/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:50.5093477Z [5191/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:50.5235925Z [5192/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:50.5290910Z [5193/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:50.5418459Z [5194/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:50.5787477Z [5195/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:50.5844716Z [5196/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:50.6113597Z [5197/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:50.6169528Z [5198/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:50.6327962Z [5199/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:50.6535995Z [5200/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c8-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:50.6817981Z [5201/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c8-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:50.7136529Z [5202/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:50.7182112Z [5203/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:50.7445272Z [5204/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:50.7497709Z [5205/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:50.7872221Z [5206/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:50.7981131Z [5207/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:50.8273807Z [5208/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:50.8387474Z [5209/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:50.8515103Z [5210/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:50.8731305Z [5211/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-sse41-c16.c.obj 2025-03-14T04:04:50.8915199Z [5212/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u16.c.obj 2025-03-14T04:04:50.8927645Z [5213/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-sse41-c32.c.obj 2025-03-14T04:04:50.9054329Z [5214/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u24.c.obj 2025-03-14T04:04:50.9361641Z [5215/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u32.c.obj 2025-03-14T04:04:50.9461359Z [5216/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u8.c.obj 2025-03-14T04:04:50.9627248Z [5217/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u16.c.obj 2025-03-14T04:04:51.0137181Z [5218/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u32.c.obj 2025-03-14T04:04:51.0150308Z [5219/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u24.c.obj 2025-03-14T04:04:51.0403000Z [5220/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u32.c.obj 2025-03-14T04:04:51.0454613Z [5221/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u24.c.obj 2025-03-14T04:04:51.0615983Z [5222/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u16.c.obj 2025-03-14T04:04:51.0681080Z [5223/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u8.c.obj 2025-03-14T04:04:51.0816994Z [5224/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u16.c.obj 2025-03-14T04:04:51.1199022Z [5225/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u24.c.obj 2025-03-14T04:04:51.1296540Z [5226/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u32.c.obj 2025-03-14T04:04:51.1411068Z [5227/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u8.c.obj 2025-03-14T04:04:51.1580835Z [5228/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u16.c.obj 2025-03-14T04:04:51.1729676Z [5229/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u16.c.obj 2025-03-14T04:04:51.1844173Z [5230/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-sse41-mul16-ld64-u8.c.obj 2025-03-14T04:04:51.1904121Z [5231/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u8.c.obj 2025-03-14T04:04:51.2239644Z [5232/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u8.c.obj 2025-03-14T04:04:51.2616898Z [5233/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:04:51.2831323Z [5234/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:04:51.3185927Z [5235/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:04:51.3197819Z [5236/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:04:51.3317967Z [5237/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:04:51.3427848Z [5238/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:04:51.3490749Z [5239/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:04:51.3662911Z [5240/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:04:51.4164830Z [5241/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:04:51.4408681Z [5242/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:04:51.4502665Z [5243/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:04:51.4659134Z [5244/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:04:51.4727673Z [5245/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:04:51.4874959Z [5246/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:04:51.5228236Z [5247/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:04:51.5288078Z [5248/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:04:51.5635031Z [5249/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.obj 2025-03-14T04:04:51.5714390Z [5250/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.obj 2025-03-14T04:04:51.5817689Z [5251/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u32.c.obj 2025-03-14T04:04:51.6039755Z [5252/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u24.c.obj 2025-03-14T04:04:51.6533904Z [5253/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:51.6587418Z [5254/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u8.c.obj 2025-03-14T04:04:51.6637056Z [5255/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:51.6810948Z [5256/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:51.7024384Z [5257/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:51.7213502Z [5258/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:51.7495472Z [5259/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:51.7942365Z [5260/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:51.8282032Z [5261/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:51.8374732Z [5262/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:51.8517422Z [5263/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:51.8560200Z [5264/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:51.8765654Z [5265/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:51.9359898Z [5266/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:51.9414845Z [5267/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:51.9651432Z [5268/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:52.0004830Z [5269/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:52.0016410Z [5270/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:52.0065281Z [5271/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:52.0664682Z [5272/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:52.0711067Z [5273/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:52.0897592Z [5274/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:52.1038612Z [5275/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:52.1156272Z [5276/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:52.1209896Z [5277/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:52.1378713Z [5278/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:52.1944930Z [5279/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:52.2210426Z [5280/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:52.2254366Z [5281/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:52.2384966Z [5282/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:52.2454042Z [5283/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:52.2972938Z [5284/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:52.3048658Z [5285/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:52.3417707Z [5286/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:52.3463444Z [5287/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:52.3600872Z [5288/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:52.3651173Z [5289/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:52.4129733Z [5290/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:52.4180985Z [5291/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse41-ld64.c.obj 2025-03-14T04:04:52.4451251Z [5292/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:52.4582043Z [5293/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul16-ld64-u16.c.obj 2025-03-14T04:04:52.4681796Z [5294/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul32-ld32-u8.c.obj 2025-03-14T04:04:52.4728330Z [5295/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-03-14T04:04:52.4795539Z [5296/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul32-ld32-u16.c.obj 2025-03-14T04:04:52.5305871Z [5297/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul32-ld32-u8.c.obj 2025-03-14T04:04:52.5362970Z [5298/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul16-ld64-u16.c.obj 2025-03-14T04:04:52.5574719Z [5299/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul32-ld32-u16.c.obj 2025-03-14T04:04:52.5708147Z [5300/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u16.c.obj 2025-03-14T04:04:52.5946284Z [5301/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u16.c.obj 2025-03-14T04:04:52.5962351Z [5302/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u8.c.obj 2025-03-14T04:04:52.6013495Z [5303/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u8.c.obj 2025-03-14T04:04:52.6451114Z [5304/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u8.c.obj 2025-03-14T04:04:52.6505949Z [5305/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-sse41-mul16-ld64-u8.c.obj 2025-03-14T04:04:52.6744536Z [5306/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse41-c8.c.obj 2025-03-14T04:04:52.7059566Z [5307/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-gio-sse41-u2.c.obj 2025-03-14T04:04:52.7110786Z [5308/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u8.c.obj 2025-03-14T04:04:52.7126922Z [5309/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u24.c.obj 2025-03-14T04:04:52.7324889Z [5310/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse41-c8.c.obj 2025-03-14T04:04:52.7809591Z [5311/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u16.c.obj 2025-03-14T04:04:52.7867539Z [5312/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u32.c.obj 2025-03-14T04:04:52.7889299Z [5313/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u8.c.obj 2025-03-14T04:04:52.8220465Z [5314/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u24.c.obj 2025-03-14T04:04:52.8474882Z [5315/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u32.c.obj 2025-03-14T04:04:52.8534264Z [5316/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-avx-acc2.c.obj 2025-03-14T04:04:52.8599578Z [5317/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-avx.c.obj 2025-03-14T04:04:52.9126482Z [5318/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx-acc2.c.obj 2025-03-14T04:04:52.9222723Z [5319/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-avx-acc2.c.obj 2025-03-14T04:04:52.9466848Z [5320/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx-acc2.c.obj 2025-03-14T04:04:52.9611866Z [5321/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-avx-acc2.c.obj 2025-03-14T04:04:52.9728966Z [5322/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-avx.c.obj 2025-03-14T04:04:52.9880357Z [5323/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-avx-acc2.c.obj 2025-03-14T04:04:52.9934302Z [5324/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-avx.c.obj 2025-03-14T04:04:53.0429516Z [5325/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-avx.c.obj 2025-03-14T04:04:53.0610865Z [5326/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c8s4r-minmax-avx-acc2.c.obj 2025-03-14T04:04:53.0820232Z [5327/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c8s4r-minmax-avx.c.obj 2025-03-14T04:04:53.1048380Z [5328/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c8s4r-minmax-avx-acc2.c.obj 2025-03-14T04:04:53.1096931Z [5329/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c8s4r-minmax-avx-acc2.c.obj 2025-03-14T04:04:53.1195050Z [5330/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c8s4r-minmax-avx.c.obj 2025-03-14T04:04:53.1701948Z [5331/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c8s4r-minmax-avx-acc2.c.obj 2025-03-14T04:04:53.1902024Z [5332/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c8s4r-minmax-avx.c.obj 2025-03-14T04:04:53.1982943Z [5333/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-avx-acc2.c.obj 2025-03-14T04:04:53.2199607Z [5334/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-avx.c.obj 2025-03-14T04:04:53.2329995Z [5335/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx-acc2.c.obj 2025-03-14T04:04:53.2523981Z [5336/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-avx-acc2.c.obj 2025-03-14T04:04:53.2637137Z [5337/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx-acc2.c.obj 2025-03-14T04:04:53.3071946Z [5338/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u16.c.obj 2025-03-14T04:04:53.3171905Z [5339/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u8.c.obj 2025-03-14T04:04:53.3228051Z [5340/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx.c.obj 2025-03-14T04:04:53.3279563Z [5341/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u32.c.obj 2025-03-14T04:04:53.3823786Z [5342/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-avx-broadcast.c.obj 2025-03-14T04:04:53.3835883Z [5343/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16-minmax-avx-broadcast.c.obj 2025-03-14T04:04:53.4193012Z [5344/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-avx-broadcast.c.obj 2025-03-14T04:04:53.4596336Z [5345/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-avx-broadcast.c.obj 2025-03-14T04:04:53.4866457Z [5346/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-avx-broadcast.c.obj 2025-03-14T04:04:53.4877133Z [5347/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-avx-broadcast.c.obj 2025-03-14T04:04:53.5164551Z [5348/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x8-minmax-avx-broadcast.c.obj 2025-03-14T04:04:53.5179829Z [5349/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-avx-broadcast.c.obj 2025-03-14T04:04:53.5496136Z [5350/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-avx-broadcast.c.obj 2025-03-14T04:04:53.5569803Z [5351/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-avx-broadcast.c.obj 2025-03-14T04:04:53.5893026Z [5352/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16-minmax-avx-broadcast.c.obj 2025-03-14T04:04:53.6018381Z [5353/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-avx-broadcast.c.obj 2025-03-14T04:04:53.6093876Z [5354/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-avx-broadcast.c.obj 2025-03-14T04:04:53.6795056Z [5355/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-avx-broadcast.c.obj 2025-03-14T04:04:53.6929384Z [5356/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-avx-broadcast.c.obj 2025-03-14T04:04:53.7114256Z [5357/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-avx-broadcast.c.obj 2025-03-14T04:04:53.7141379Z [5358/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-avx-broadcast.c.obj 2025-03-14T04:04:53.7199528Z [5359/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16-minmax-avx-broadcast.c.obj 2025-03-14T04:04:53.7250095Z [5360/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x8-minmax-avx-broadcast.c.obj 2025-03-14T04:04:53.7836930Z [5361/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-avx-broadcast.c.obj 2025-03-14T04:04:53.8045913Z [5362/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-avx-broadcast.c.obj 2025-03-14T04:04:53.8216517Z [5363/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-avx-broadcast.c.obj 2025-03-14T04:04:53.8293395Z [5364/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-avx-broadcast.c.obj 2025-03-14T04:04:53.8795599Z [5365/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-avx-broadcast.c.obj 2025-03-14T04:04:53.8808746Z [5366/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx-2x16.c.obj 2025-03-14T04:04:53.8863360Z [5367/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-avx-broadcast.c.obj 2025-03-14T04:04:53.8874457Z [5368/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x8-minmax-avx-broadcast.c.obj 2025-03-14T04:04:53.9163543Z [5369/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-2x16-minmax-avx-broadcast.c.obj 2025-03-14T04:04:53.9533032Z [5370/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-5x16-minmax-avx-broadcast.c.obj 2025-03-14T04:04:53.9585917Z [5371/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x16-minmax-avx-broadcast.c.obj 2025-03-14T04:04:54.0058445Z [5372/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-6x16-minmax-avx-broadcast.c.obj 2025-03-14T04:04:54.0189805Z [5373/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-7x16-minmax-avx-broadcast.c.obj 2025-03-14T04:04:54.0461043Z [5374/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x16-minmax-avx-broadcast.c.obj 2025-03-14T04:04:54.0517701Z [5375/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-8x16-minmax-avx-broadcast.c.obj 2025-03-14T04:04:54.0529549Z [5376/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x16-minmax-avx-broadcast.c.obj 2025-03-14T04:04:54.1028247Z [5377/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x16-minmax-avx-broadcast.c.obj 2025-03-14T04:04:54.1237595Z [5378/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x16-minmax-avx-broadcast.c.obj 2025-03-14T04:04:54.1286302Z [5379/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x16-minmax-avx-broadcast.c.obj 2025-03-14T04:04:54.1722217Z [5380/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u16.c.obj 2025-03-14T04:04:54.1771261Z [5381/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u24.c.obj 2025-03-14T04:04:54.1846832Z [5382/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x16-minmax-avx-broadcast.c.obj 2025-03-14T04:04:54.2110650Z [5383/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u8.c.obj 2025-03-14T04:04:54.2123536Z [5384/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u8.c.obj 2025-03-14T04:04:54.2346327Z [5385/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u24.c.obj 2025-03-14T04:04:54.2569646Z [5386/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u16.c.obj 2025-03-14T04:04:54.2664202Z [5387/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c16.c.obj 2025-03-14T04:04:54.2737508Z [5388/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c64.c.obj 2025-03-14T04:04:54.3078658Z [5389/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u8.c.obj 2025-03-14T04:04:54.3091554Z [5390/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u16-acc2.c.obj 2025-03-14T04:04:54.3143247Z [5391/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u24-acc3.c.obj 2025-03-14T04:04:54.3657613Z [5392/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u32-acc2.c.obj 2025-03-14T04:04:54.3672340Z [5393/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u16-acc2.c.obj 2025-03-14T04:04:54.3726383Z [5394/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u24-acc3.c.obj 2025-03-14T04:04:54.3740657Z [5395/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u8.c.obj 2025-03-14T04:04:54.4041541Z [5396/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u32-acc2.c.obj 2025-03-14T04:04:54.4117600Z [5397/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u32-acc4.c.obj 2025-03-14T04:04:54.4129948Z [5398/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u8.c.obj 2025-03-14T04:04:54.4784658Z [5399/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u32-acc2.c.obj 2025-03-14T04:04:54.4828660Z [5400/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u24-acc3.c.obj 2025-03-14T04:04:54.5093147Z [5401/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u16-acc2.c.obj 2025-03-14T04:04:54.5141626Z [5402/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u16-acc2.c.obj 2025-03-14T04:04:54.5162668Z [5403/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u24-acc3.c.obj 2025-03-14T04:04:54.5225444Z [5404/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u32-acc2.c.obj 2025-03-14T04:04:54.5568579Z [5405/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u8.c.obj 2025-03-14T04:04:54.5793609Z [5406/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-avx-u8.c.obj 2025-03-14T04:04:54.6249767Z [5407/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-avx-u8.c.obj 2025-03-14T04:04:54.6261947Z [5408/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-avx-u8.c.obj 2025-03-14T04:04:54.6333392Z [5409/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx-u8.c.obj 2025-03-14T04:04:54.6673895Z [5410/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx-u8.c.obj 2025-03-14T04:04:54.6745181Z [5411/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-avx-u8.c.obj 2025-03-14T04:04:54.6824399Z [5412/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx-u8.c.obj 2025-03-14T04:04:54.7121943Z [5413/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx-u8.c.obj 2025-03-14T04:04:54.7252099Z [5414/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-avx-u8.c.obj 2025-03-14T04:04:54.7355701Z [5415/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-avx-u8.c.obj 2025-03-14T04:04:54.7470070Z [5416/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-avx-u8.c.obj 2025-03-14T04:04:54.7911680Z [5417/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-avx-u8.c.obj 2025-03-14T04:04:54.7960092Z [5418/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-avx-u8.c.obj 2025-03-14T04:04:54.8106627Z [5419/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-avx-u8.c.obj 2025-03-14T04:04:54.8241024Z [5420/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-avx-u8.c.obj 2025-03-14T04:04:54.8305085Z [5421/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx-u8.c.obj 2025-03-14T04:04:54.8492327Z [5422/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-avx-u8.c.obj 2025-03-14T04:04:54.8578879Z [5423/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx-u8.c.obj 2025-03-14T04:04:54.9078219Z [5424/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-avx-u8.c.obj 2025-03-14T04:04:54.9287363Z [5425/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx-u8.c.obj 2025-03-14T04:04:54.9678890Z [5426/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u16.c.obj 2025-03-14T04:04:54.9691504Z [5427/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut4-p4-perm-u24.c.obj 2025-03-14T04:04:54.9752417Z [5428/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut4-p4-perm-u8.c.obj 2025-03-14T04:04:54.9806455Z [5429/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut4-p4-perm-u16.c.obj 2025-03-14T04:04:54.9820643Z [5430/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u8.c.obj 2025-03-14T04:04:55.0261612Z [5431/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u24.c.obj 2025-03-14T04:04:55.0476071Z [5432/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u32.c.obj 2025-03-14T04:04:55.0727125Z [5433/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u16.c.obj 2025-03-14T04:04:55.0775305Z [5434/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u8.c.obj 2025-03-14T04:04:55.0885402Z [5435/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u32.c.obj 2025-03-14T04:04:55.0903407Z [5436/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx-u8.c.obj 2025-03-14T04:04:55.1156396Z [5437/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u24.c.obj 2025-03-14T04:04:55.1352018Z [5438/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx-u8.c.obj 2025-03-14T04:04:55.1502064Z [5439/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx-u8.c.obj 2025-03-14T04:04:55.1872881Z [5440/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx-u16.c.obj 2025-03-14T04:04:55.1886516Z [5441/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx-u8.c.obj 2025-03-14T04:04:55.2032541Z [5442/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx-u8.c.obj 2025-03-14T04:04:55.2089860Z [5443/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx-u8.c.obj 2025-03-14T04:04:55.2458743Z [5444/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx-u8.c.obj 2025-03-14T04:04:55.2710119Z [5445/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u32.c.obj 2025-03-14T04:04:55.2769459Z [5446/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u8.c.obj 2025-03-14T04:04:55.2908623Z [5447/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u8.c.obj 2025-03-14T04:04:55.2964767Z [5448/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u16.c.obj 2025-03-14T04:04:55.3106758Z [5449/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u24.c.obj 2025-03-14T04:04:55.3552408Z [5450/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u32.c.obj 2025-03-14T04:04:55.3683170Z [5451/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u8.c.obj 2025-03-14T04:04:55.4004626Z [5452/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u24.c.obj 2025-03-14T04:04:55.4065211Z [5453/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u32.c.obj 2025-03-14T04:04:55.4120767Z [5454/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u8.c.obj 2025-03-14T04:04:55.4133717Z [5455/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u32.c.obj 2025-03-14T04:04:55.4545530Z [5456/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u8.c.obj 2025-03-14T04:04:55.4842647Z [5457/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u16.c.obj 2025-03-14T04:04:55.5110324Z [5458/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u32.c.obj 2025-03-14T04:04:55.5347091Z [5459/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-avx-ld64.c.obj 2025-03-14T04:04:55.5364112Z [5460/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4c8-minmax-avx-ld128.c.obj 2025-03-14T04:04:55.5419576Z [5461/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-rational-9-8-nr.c.obj 2025-03-14T04:04:55.5684033Z [5462/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4c8-minmax-avx-ld64.c.obj 2025-03-14T04:04:55.5788796Z [5463/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x4c8-minmax-avx-ld64.c.obj 2025-03-14T04:04:55.6157436Z [5464/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x4c8-minmax-avx-ld128.c.obj 2025-03-14T04:04:55.6555539Z [5465/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-avx-ld64.c.obj 2025-03-14T04:04:55.6672616Z [5466/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4c8-minmax-avx-ld64.c.obj 2025-03-14T04:04:55.6783216Z [5467/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-avx-ld128.c.obj 2025-03-14T04:04:55.6935107Z [5468/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-avx-ld128.c.obj 2025-03-14T04:04:55.7127264Z [5469/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-avx-ld64.c.obj 2025-03-14T04:04:55.7190024Z [5470/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-avx-ld64.c.obj 2025-03-14T04:04:55.7286836Z [5471/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-avx-ld128.c.obj 2025-03-14T04:04:55.7934129Z [5472/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-avx-ld64.c.obj 2025-03-14T04:04:55.7990783Z [5473/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-avx-ld128.c.obj 2025-03-14T04:04:55.8167801Z [5474/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4c8-minmax-avx-ld128.c.obj 2025-03-14T04:04:55.8254016Z [5475/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4c8-minmax-avx-ld64.c.obj 2025-03-14T04:04:55.8407991Z [5476/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x4c8-minmax-avx-ld128.c.obj 2025-03-14T04:04:55.8470110Z [5477/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x4c8-minmax-avx-ld64.c.obj 2025-03-14T04:04:55.8575195Z [5478/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x4c8-minmax-avx-ld64.c.obj 2025-03-14T04:04:55.9252037Z [5479/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x4c8-minmax-avx-ld128.c.obj 2025-03-14T04:04:55.9592617Z [5480/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4c8-minmax-avx-ld64.c.obj 2025-03-14T04:04:55.9640823Z [5481/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4c8-minmax-avx-ld128.c.obj 2025-03-14T04:04:55.9651883Z [5482/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x4c8-minmax-avx-ld64.c.obj 2025-03-14T04:04:55.9752435Z [5483/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4c8-minmax-avx-ld128.c.obj 2025-03-14T04:04:55.9796263Z [5484/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4c8-minmax-avx-ld64.c.obj 2025-03-14T04:04:56.0033944Z [5485/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x4c8-minmax-avx-ld128.c.obj 2025-03-14T04:04:56.0335710Z [5486/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x4c8-minmax-avx-ld64.c.obj 2025-03-14T04:04:56.0893669Z [5487/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4c8-minmax-avx-ld64.c.obj 2025-03-14T04:04:56.1056944Z [5488/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x4c8-minmax-avx-ld128.c.obj 2025-03-14T04:04:56.1109618Z [5489/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:04:56.1120210Z [5490/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4c8-minmax-avx-ld128.c.obj 2025-03-14T04:04:56.1171587Z [5491/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:04:56.1226045Z [5492/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:04:56.1639941Z [5493/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:04:56.2061958Z [5494/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:04:56.2286676Z [5495/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx-mul16.c.obj 2025-03-14T04:04:56.2407193Z [5496/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx-mul16.c.obj 2025-03-14T04:04:56.2641785Z [5497/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx-mul16-add16.c.obj 2025-03-14T04:04:56.3015693Z [5498/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:04:56.3082284Z [5499/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:04:56.3356196Z [5500/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx-mul16-add16.c.obj 2025-03-14T04:04:56.3657099Z [5501/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:04:56.3706917Z [5502/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:04:56.3987413Z [5503/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx-mul16.c.obj 2025-03-14T04:04:56.4110949Z [5504/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx-mul16.c.obj 2025-03-14T04:04:56.4154371Z [5505/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:04:56.4231734Z [5506/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u16.c.obj 2025-03-14T04:04:56.4366087Z [5507/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u8.c.obj 2025-03-14T04:04:56.4879059Z [5508/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u24.c.obj 2025-03-14T04:04:56.5062278Z [5509/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:04:56.5218704Z [5510/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:04:56.5274308Z [5511/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:04:56.5404705Z [5512/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:04:56.5415861Z [5513/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:04:56.5522826Z [5514/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:04:56.5996762Z [5515/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul16-add16.c.obj 2025-03-14T04:04:56.6405806Z [5516/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16.c.obj 2025-03-14T04:04:56.6667623Z [5517/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul16.c.obj 2025-03-14T04:04:56.6689293Z [5518/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:04:56.6738187Z [5519/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul16.c.obj 2025-03-14T04:04:56.6892414Z [5520/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul16-add16.c.obj 2025-03-14T04:04:56.6950908Z [5521/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:04:56.7292262Z [5522/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:04:56.7619899Z [5523/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16.c.obj 2025-03-14T04:04:56.8018852Z [5524/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:04:56.8152641Z [5525/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:56.8207234Z [5526/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:56.8407963Z [5527/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:56.8474843Z [5528/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:56.8778515Z [5529/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:56.8789727Z [5530/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:56.9298061Z [5531/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:56.9627293Z [5532/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:56.9687986Z [5533/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:56.9747944Z [5534/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:56.9838137Z [5535/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:56.9951698Z [5536/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:57.0333679Z [5537/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:57.0469366Z [5538/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:57.0933479Z [5539/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c8-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:57.0946717Z [5540/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c8-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:57.1199929Z [5541/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:57.1210645Z [5542/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:57.1410343Z [5543/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:57.1659210Z [5544/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:57.1672282Z [5545/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:57.2169196Z [5546/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:57.2220565Z [5547/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:57.2332373Z [5548/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:57.2631323Z [5549/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:57.2799148Z [5550/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:57.2852177Z [5551/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:57.2994772Z [5552/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:57.3377064Z [5553/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:57.3476139Z [5554/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:57.3740419Z [5555/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:57.3829496Z [5556/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:57.4035881Z [5557/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:57.4130608Z [5558/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c8-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:57.4544777Z [5559/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:57.4800337Z [5560/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:57.4930521Z [5561/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:57.5053540Z [5562/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c8-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:57.5181411Z [5563/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u8.c.obj 2025-03-14T04:04:57.5372403Z [5564/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:57.5477287Z [5565/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u16.c.obj 2025-03-14T04:04:57.5608475Z [5566/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:57.5907364Z [5567/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u24.c.obj 2025-03-14T04:04:57.6034621Z [5568/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u32.c.obj 2025-03-14T04:04:57.6092443Z [5569/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u16.c.obj 2025-03-14T04:04:57.6370425Z [5570/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u24.c.obj 2025-03-14T04:04:57.6512201Z [5571/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u32.c.obj 2025-03-14T04:04:57.6698939Z [5572/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u16.c.obj 2025-03-14T04:04:57.6714986Z [5573/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u8.c.obj 2025-03-14T04:04:57.6976108Z [5574/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u24.c.obj 2025-03-14T04:04:57.7074084Z [5575/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u32.c.obj 2025-03-14T04:04:57.7281322Z [5576/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u16.c.obj 2025-03-14T04:04:57.7634857Z [5577/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u24.c.obj 2025-03-14T04:04:57.7790119Z [5578/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u8.c.obj 2025-03-14T04:04:57.7968829Z [5579/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u32.c.obj 2025-03-14T04:04:57.8081794Z [5580/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u8.c.obj 2025-03-14T04:04:57.8466715Z [5581/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u16.c.obj 2025-03-14T04:04:57.8640682Z [5582/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u16.c.obj 2025-03-14T04:04:57.8766852Z [5583/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-avx-mul16-ld64-u8.c.obj 2025-03-14T04:04:57.8783099Z [5584/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-avx-mul16-ld64-u8.c.obj 2025-03-14T04:04:57.9161542Z [5585/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:04:57.9289347Z [5586/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:04:57.9774726Z [5587/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:04:57.9823989Z [5588/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:04:57.9921228Z [5589/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:04:58.0057295Z [5590/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:04:58.0226649Z [5591/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:04:58.0362477Z [5592/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:04:58.0536907Z [5593/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx-mul16.c.obj 2025-03-14T04:04:58.0952005Z [5594/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:04:58.1010624Z [5595/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx-mul16.c.obj 2025-03-14T04:04:58.1105062Z [5596/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u8.c.obj 2025-03-14T04:04:58.1235760Z [5597/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u16.c.obj 2025-03-14T04:04:58.1287800Z [5598/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx-mul32.c.obj 2025-03-14T04:04:58.1401297Z [5599/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u24.c.obj 2025-03-14T04:04:58.1778354Z [5600/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:58.2400826Z [5601/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:58.2522734Z [5602/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:58.2568158Z [5603/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:58.2620441Z [5604/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:58.2631892Z [5605/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:58.2923771Z [5606/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:58.3221417Z [5607/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:58.3862991Z [5608/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:58.3938322Z [5609/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:58.3999833Z [5610/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:58.4075269Z [5611/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:58.4154166Z [5612/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:58.4282925Z [5613/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:58.4433089Z [5614/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:58.5305279Z [5615/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:58.5316716Z [5616/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:58.5421355Z [5617/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:58.5431876Z [5618/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:58.5564396Z [5619/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:58.5649428Z [5620/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:58.5697701Z [5621/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:58.6451568Z [5622/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:58.6502246Z [5623/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:58.6680673Z [5624/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:58.6759405Z [5625/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:58.7010614Z [5626/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:58.7079328Z [5627/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:58.7538063Z [5628/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:58.7589518Z [5629/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:58.7721017Z [5630/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:58.7854957Z [5631/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:58.8137774Z [5632/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:58.8149700Z [5633/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:58.8268841Z [5634/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:58.8640425Z [5635/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:58.8690673Z [5636/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:58.9114082Z [5637/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:58.9179620Z [5638/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-03-14T04:04:58.9232213Z [5639/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul16-ld64-u8.c.obj 2025-03-14T04:04:58.9396595Z [5640/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-03-14T04:04:58.9674360Z [5641/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul32-ld32-u16.c.obj 2025-03-14T04:04:58.9753789Z [5642/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul16-ld64-u8.c.obj 2025-03-14T04:04:58.9814814Z [5643/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul16-ld64-u16.c.obj 2025-03-14T04:04:59.0242386Z [5644/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u8.c.obj 2025-03-14T04:04:59.0334000Z [5645/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul32-ld32-u16.c.obj 2025-03-14T04:04:59.0443820Z [5646/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u16.c.obj 2025-03-14T04:04:59.0508030Z [5647/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul16-ld64-u16.c.obj 2025-03-14T04:04:59.0710668Z [5648/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u8.c.obj 2025-03-14T04:04:59.0863135Z [5649/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u16.c.obj 2025-03-14T04:04:59.1005741Z [5650/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-avx-mul16-ld64-u8.c.obj 2025-03-14T04:04:59.1228879Z [5651/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u32.c.obj 2025-03-14T04:04:59.1357296Z [5652/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-avx-mul16-ld64-u8.c.obj 2025-03-14T04:04:59.1427368Z [5653/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u48.c.obj 2025-03-14T04:04:59.1677021Z [5654/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u16.c.obj 2025-03-14T04:04:59.1725727Z [5655/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-avx-u1-prfm.c.obj 2025-03-14T04:04:59.1837226Z [5656/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-avx-u1.c.obj 2025-03-14T04:04:59.2054797Z [5657/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-avx-u8-prfm.c.obj 2025-03-14T04:04:59.2335025Z [5658/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-avx-u4-prfm.c.obj 2025-03-14T04:04:59.2472097Z [5659/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-avx-u8.c.obj 2025-03-14T04:04:59.2619495Z [5660/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-avx-u4.c.obj 2025-03-14T04:04:59.2787231Z [5661/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx-u1-prfm.c.obj 2025-03-14T04:04:59.2801812Z [5662/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-avx-u4-prfm.c.obj 2025-03-14T04:04:59.2950210Z [5663/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-avx-u4.c.obj 2025-03-14T04:04:59.2998499Z [5664/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx-u1.c.obj 2025-03-14T04:04:59.3466329Z [5665/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx-u4-prfm.c.obj 2025-03-14T04:04:59.3699247Z [5666/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx-u1-prfm.c.obj 2025-03-14T04:04:59.3765407Z [5667/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx-u1.c.obj 2025-03-14T04:04:59.3899535Z [5668/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx-u8-prfm.c.obj 2025-03-14T04:04:59.3982345Z [5669/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx-u8.c.obj 2025-03-14T04:04:59.4189546Z [5670/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx-u8-prfm.c.obj 2025-03-14T04:04:59.4304851Z [5671/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-multi-mov-avx.c.obj 2025-03-14T04:04:59.4562432Z [5672/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-avx-u4-prfm.c.obj 2025-03-14T04:04:59.4823730Z [5673/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-mov-avx.c.obj 2025-03-14T04:04:59.4834740Z [5674/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-switch-avx.c.obj 2025-03-14T04:04:59.5062033Z [5675/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-multi-switch-avx.c.obj 2025-03-14T04:04:59.5148485Z [5676/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-multi-avx.c.obj 2025-03-14T04:04:59.5196533Z [5677/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-mov-avx.c.obj 2025-03-14T04:04:59.5451193Z [5678/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-mov-avx.c.obj 2025-03-14T04:04:59.5658815Z [5679/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-switch-avx.c.obj 2025-03-14T04:04:59.5841157Z [5680/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-switch-avx.c.obj 2025-03-14T04:04:59.6007993Z [5681/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-f16c-u8.c.obj 2025-03-14T04:04:59.6145083Z [5682/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c128.c.obj 2025-03-14T04:04:59.6158322Z [5683/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c16.c.obj 2025-03-14T04:04:59.6223029Z [5684/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c64.c.obj 2025-03-14T04:04:59.6645651Z [5685/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u16-acc2.c.obj 2025-03-14T04:04:59.6899872Z [5686/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u24-acc3.c.obj 2025-03-14T04:04:59.6959791Z [5687/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u8.c.obj 2025-03-14T04:04:59.7239765Z [5688/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vaddc-f16c-u8.c.obj 2025-03-14T04:04:59.7251869Z [5689/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdiv-f16c-u16.c.obj 2025-03-14T04:04:59.7318237Z [5690/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u32-acc2.c.obj 2025-03-14T04:04:59.7437637Z [5691/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vadd-f16c-u8.c.obj 2025-03-14T04:04:59.7629765Z [5692/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdivc-f16c-u16.c.obj 2025-03-14T04:04:59.7970733Z [5693/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmaxc-f16c-u8.c.obj 2025-03-14T04:04:59.7983183Z [5694/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmax-f16c-u8.c.obj 2025-03-14T04:04:59.8359146Z [5695/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmin-f16c-u8.c.obj 2025-03-14T04:04:59.8432347Z [5696/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vminc-f16c-u8.c.obj 2025-03-14T04:04:59.8484638Z [5697/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmul-f16c-u8.c.obj 2025-03-14T04:04:59.8547742Z [5698/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmulc-f16c-u8.c.obj 2025-03-14T04:04:59.8714476Z [5699/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vprelu-f16c-u8.c.obj 2025-03-14T04:04:59.9017049Z [5700/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vpreluc-f16c-u8.c.obj 2025-03-14T04:04:59.9171257Z [5701/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrdivc-f16c-u16.c.obj 2025-03-14T04:04:59.9566334Z [5702/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrpreluc-f16c-u8.c.obj 2025-03-14T04:04:59.9584609Z [5703/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrsubc-f16c-u8.c.obj 2025-03-14T04:04:59.9662458Z [5704/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiff-f16c-u8.c.obj 2025-03-14T04:05:00.0003091Z [5705/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiffc-f16c-u8.c.obj 2025-03-14T04:05:00.0136952Z [5706/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsub-f16c-u8.c.obj 2025-03-14T04:05:00.0200966Z [5707/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsubc-f16c-u8.c.obj 2025-03-14T04:05:00.0294275Z [5708/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vclamp\gen\f16-vclamp-f16c-u8.c.obj 2025-03-14T04:05:00.0852132Z [5709/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndd-f16c-u8.c.obj 2025-03-14T04:05:00.0913216Z [5710/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vhswish\gen\f16-vhswish-f16c-u8.c.obj 2025-03-14T04:05:00.1214815Z [5711/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndne-f16c-u8.c.obj 2025-03-14T04:05:00.1296287Z [5712/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vlrelu\gen\f16-vlrelu-f16c-u8.c.obj 2025-03-14T04:05:00.1382692Z [5713/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndz-f16c-u8.c.obj 2025-03-14T04:05:00.1439911Z [5714/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u8.c.obj 2025-03-14T04:05:00.1860514Z [5715/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndu-f16c-u8.c.obj 2025-03-14T04:05:00.1997061Z [5716/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u16.c.obj 2025-03-14T04:05:00.2058717Z [5717/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u8.c.obj 2025-03-14T04:05:00.2421428Z [5718/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u16.c.obj 2025-03-14T04:05:00.2656654Z [5719/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u16.c.obj 2025-03-14T04:05:00.2711315Z [5720/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u32.c.obj 2025-03-14T04:05:00.2966134Z [5721/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u8.c.obj 2025-03-14T04:05:00.3146850Z [5722/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u8.c.obj 2025-03-14T04:05:00.3193989Z [5723/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u24.c.obj 2025-03-14T04:05:00.3633881Z [5724/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u32.c.obj 2025-03-14T04:05:00.3647423Z [5725/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u16.c.obj 2025-03-14T04:05:00.3819777Z [5726/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u8.c.obj 2025-03-14T04:05:00.3941287Z [5727/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u16.c.obj 2025-03-14T04:05:00.4057699Z [5728/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u32.c.obj 2025-03-14T04:05:00.4271369Z [5729/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u16.c.obj 2025-03-14T04:05:00.4370248Z [5730/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u8.c.obj 2025-03-14T04:05:00.5268736Z [5731/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vsqr-f16c-u8.c.obj 2025-03-14T04:05:00.5397756Z [5732/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u24.c.obj 2025-03-14T04:05:00.5454838Z [5733/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p16c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:00.5509932Z [5734/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u32.c.obj 2025-03-14T04:05:00.5554537Z [5735/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p8c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:00.5718014Z [5736/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p8c-minmax-fma3.c.obj 2025-03-14T04:05:00.5806122Z [5737/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-f16c-u8.c.obj 2025-03-14T04:05:00.6343994Z [5738/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p32c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:00.6570333Z [5739/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p32c-minmax-fma3.c.obj 2025-03-14T04:05:00.6798666Z [5740/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p16c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:00.6848790Z [5741/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p8c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:00.6864145Z [5742/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p32c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:00.7118734Z [5743/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p32c-minmax-fma3.c.obj 2025-03-14T04:05:00.7195522Z [5744/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p8c-minmax-fma3.c.obj 2025-03-14T04:05:00.7499766Z [5745/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.obj 2025-03-14T04:05:00.7911420Z [5746/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l8c8s4r-minmax-fma3.c.obj 2025-03-14T04:05:00.8192544Z [5747/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.obj 2025-03-14T04:05:00.8247776Z [5748/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l16c8s4r-minmax-fma3.c.obj 2025-03-14T04:05:00.8517001Z [5749/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.obj 2025-03-14T04:05:00.8531828Z [5750/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l32c8s4r-minmax-fma3.c.obj 2025-03-14T04:05:00.8545337Z [5751/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l8c8s4r-minmax-fma3-acc2.c.obj 2025-03-14T04:05:00.9247202Z [5752/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l8c8s4r-minmax-fma3.c.obj 2025-03-14T04:05:00.9551132Z [5753/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l16c8s4r-minmax-fma3.c.obj 2025-03-14T04:05:00.9602729Z [5754/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l16c8s4r-minmax-fma3-acc2.c.obj 2025-03-14T04:05:00.9795799Z [5755/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l32c8s4r-minmax-fma3.c.obj 2025-03-14T04:05:00.9924366Z [5756/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l8c8s4r-minmax-fma3.c.obj 2025-03-14T04:05:00.9973421Z [5757/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l8c8s4r-minmax-fma3-acc2.c.obj 2025-03-14T04:05:01.0222436Z [5758/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l32c8s4r-minmax-fma3-acc2.c.obj 2025-03-14T04:05:01.1144398Z [5759/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p8c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:01.1189628Z [5760/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p8c-minmax-fma3.c.obj 2025-03-14T04:05:01.1240596Z [5761/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l16c8s4r-minmax-fma3-acc2.c.obj 2025-03-14T04:05:01.1252377Z [5762/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l16c8s4r-minmax-fma3.c.obj 2025-03-14T04:05:01.1447726Z [5763/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l32c8s4r-minmax-fma3-acc2.c.obj 2025-03-14T04:05:01.1648156Z [5764/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l32c8s4r-minmax-fma3.c.obj 2025-03-14T04:05:01.1999195Z [5765/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p16c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:01.2243684Z [5766/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p32c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:01.2396070Z [5767/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p32c-minmax-fma3.c.obj 2025-03-14T04:05:01.2495294Z [5768/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p8c-minmax-fma3.c.obj 2025-03-14T04:05:01.2928502Z [5769/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p16c-minmax-fma3.c.obj 2025-03-14T04:05:01.3226630Z [5770/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p16c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:01.3285282Z [5771/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p32c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:01.3343686Z [5772/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-ibilinear\gen\f16-ibilinear-fma3-c16.c.obj 2025-03-14T04:05:01.3664661Z [5773/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p32c-minmax-fma3.c.obj 2025-03-14T04:05:01.3716532Z [5774/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u8.c.obj 2025-03-14T04:05:01.4113056Z [5775/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u16.c.obj 2025-03-14T04:05:01.4228883Z [5776/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vmulcaddc\gen\f16-vmulcaddc-c16-minmax-fma3-2x.c.obj 2025-03-14T04:05:01.4558856Z [5777/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u24.c.obj 2025-03-14T04:05:01.4570992Z [5778/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u32.c.obj 2025-03-14T04:05:01.4583656Z [5779/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u8.c.obj 2025-03-14T04:05:01.4901240Z [5780/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u24.c.obj 2025-03-14T04:05:01.5075803Z [5781/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u16.c.obj 2025-03-14T04:05:01.5405194Z [5782/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u8.c.obj 2025-03-14T04:05:01.5583460Z [5783/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u32.c.obj 2025-03-14T04:05:01.5772605Z [5784/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u16.c.obj 2025-03-14T04:05:01.5874653Z [5785/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:01.6100431Z [5786/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-fma3.c.obj 2025-03-14T04:05:01.6162046Z [5787/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u24.c.obj 2025-03-14T04:05:01.6408582Z [5788/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:01.6874977Z [5789/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:01.6928251Z [5790/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:01.6981980Z [5791/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-fma3.c.obj 2025-03-14T04:05:01.7030949Z [5792/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.obj 2025-03-14T04:05:01.7541319Z [5793/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-fma3.c.obj 2025-03-14T04:05:01.7678644Z [5794/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.obj 2025-03-14T04:05:01.7736150Z [5795/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.obj 2025-03-14T04:05:01.8100280Z [5796/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l16c8s4r-minmax-fma3-acc2.c.obj 2025-03-14T04:05:01.8226117Z [5797/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l8c8s4r-minmax-fma3-acc2.c.obj 2025-03-14T04:05:01.8430739Z [5798/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l8c8s4r-minmax-fma3.c.obj 2025-03-14T04:05:01.8667178Z [5799/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c8s4r-minmax-fma3.c.obj 2025-03-14T04:05:01.8950125Z [5800/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l16c8s4r-minmax-fma3.c.obj 2025-03-14T04:05:01.9000095Z [5801/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l32c8s4r-minmax-fma3-acc2.c.obj 2025-03-14T04:05:01.9057685Z [5802/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l32c8s4r-minmax-fma3.c.obj 2025-03-14T04:05:01.9184152Z [5803/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:01.9679603Z [5804/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:01.9746114Z [5805/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:01.9760784Z [5806/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-fma3.c.obj 2025-03-14T04:05:02.0289724Z [5807/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-fma3.c.obj 2025-03-14T04:05:02.0336398Z [5808/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-fma3-acc2.c.obj 2025-03-14T04:05:02.0398865Z [5809/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.0822877Z [5810/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.0928145Z [5811/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16s4-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.0975471Z [5812/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.1061893Z [5813/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.1647724Z [5814/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16s4-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.1791259Z [5815/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.2164263Z [5816/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16s4-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.2236733Z [5817/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.2515635Z [5818/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.2721655Z [5819/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.2778333Z [5820/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.2907529Z [5821/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.2956310Z [5822/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.3436474Z [5823/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16s4-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.3614732Z [5824/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.4022775Z [5825/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16s4-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.4127152Z [5826/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.4193674Z [5827/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.4263602Z [5828/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16s4-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.4394909Z [5829/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.4912018Z [5830/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.5222468Z [5831/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16s4-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.5772716Z [5832/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.5882774Z [5833/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.5971451Z [5834/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-8x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.6080202Z [5835/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16s4-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.6094568Z [5836/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.6280927Z [5837/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.6336062Z [5838/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.6905090Z [5839/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16s4-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.7102838Z [5840/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.7155544Z [5841/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.7277860Z [5842/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.7366820Z [5843/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16s4-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.7608075Z [5844/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.7926994Z [5845/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.8182421Z [5846/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-fma3-broadcast-prfm.c.obj 2025-03-14T04:05:02.8273802Z [5847/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16s4-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.8330007Z [5848/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.8465576Z [5849/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.8559615Z [5850/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x8-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.8918392Z [5851/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-2x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.9073070Z [5852/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.9528262Z [5853/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-5x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.9823405Z [5854/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.9892485Z [5855/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-7x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:02.9904289Z [5856/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-6x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:03.0087146Z [5857/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-8x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:03.0296029Z [5858/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:03.0663839Z [5859/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:03.0910351Z [5860/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u8.c.obj 2025-03-14T04:05:03.1053130Z [5861/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:03.1239878Z [5862/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:03.1348937Z [5863/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x16-minmax-fma3-broadcast.c.obj 2025-03-14T04:05:03.1493461Z [5864/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u32.c.obj 2025-03-14T04:05:03.1652254Z [5865/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-fma3-u8.c.obj 2025-03-14T04:05:03.1827068Z [5866/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u64.c.obj 2025-03-14T04:05:03.1992377Z [5867/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-fma3-rational-3-3-nr.c.obj 2025-03-14T04:05:03.2156021Z [5868/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u8.c.obj 2025-03-14T04:05:03.2472649Z [5869/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u32.c.obj 2025-03-14T04:05:03.2515978Z [5870/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u8.c.obj 2025-03-14T04:05:03.2610249Z [5871/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u32.c.obj 2025-03-14T04:05:03.2721241Z [5872/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-rational-9-8-nr.c.obj 2025-03-14T04:05:03.3322469Z [5873/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-3x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:03.3555119Z [5874/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-4x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:03.3640015Z [5875/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-5x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:03.3790953Z [5876/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-1x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:03.3912203Z [5877/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-6x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:03.3966985Z [5878/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-5x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:03.4076624Z [5879/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-7x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:03.4400900Z [5880/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-1x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:03.4736011Z [5881/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-3x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:03.4795384Z [5882/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-4x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:03.4924338Z [5883/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-5x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:03.5026986Z [5884/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-5x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:03.5210093Z [5885/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-6x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:03.5258737Z [5886/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-7x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:03.5658041Z [5887/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-1x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:03.5979563Z [5888/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-1x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:03.6149736Z [5889/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-3x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:03.6421691Z [5890/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-4x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:03.6462630Z [5891/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-5x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:03.6560446Z [5892/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-5x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:03.7177057Z [5893/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-4x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:03.7237240Z [5894/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-6x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:03.7465163Z [5895/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-1x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:03.7525111Z [5896/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-1x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:03.7632516Z [5897/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-4x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:03.7680381Z [5898/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-7x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:03.7910380Z [5899/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-3x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:03.8419342Z [5900/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-4x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:03.8548478Z [5901/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-5x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:03.8604433Z [5902/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-5x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:03.8719436Z [5903/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u16-acc2.c.obj 2025-03-14T04:05:03.8819129Z [5904/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-6x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:03.8865865Z [5905/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u16.c.obj 2025-03-14T04:05:03.8930090Z [5906/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-7x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:03.9596395Z [5907/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc2.c.obj 2025-03-14T04:05:03.9697398Z [5908/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc5.c.obj 2025-03-14T04:05:03.9777333Z [5909/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40.c.obj 2025-03-14T04:05:03.9788561Z [5910/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc4.c.obj 2025-03-14T04:05:03.9798979Z [5911/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc2.c.obj 2025-03-14T04:05:03.9851753Z [5912/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc2.c.obj 2025-03-14T04:05:04.0094316Z [5913/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc3.c.obj 2025-03-14T04:05:04.0640700Z [5914/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48.c.obj 2025-03-14T04:05:04.0764183Z [5915/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc2.c.obj 2025-03-14T04:05:04.0817986Z [5916/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u72-acc3.c.obj 2025-03-14T04:05:04.0960109Z [5917/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc4.c.obj 2025-03-14T04:05:04.1026609Z [5918/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u72.c.obj 2025-03-14T04:05:04.1084558Z [5919/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64.c.obj 2025-03-14T04:05:04.1133971Z [5920/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc2.c.obj 2025-03-14T04:05:04.1679605Z [5921/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc5.c.obj 2025-03-14T04:05:04.2032706Z [5922/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc2.c.obj 2025-03-14T04:05:04.2134438Z [5923/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80.c.obj 2025-03-14T04:05:04.2286467Z [5924/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96.c.obj 2025-03-14T04:05:04.2363402Z [5925/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc6.c.obj 2025-03-14T04:05:04.2414977Z [5926/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-velu\gen\f16-velu-avx2-rr1-p3-u8.c.obj 2025-03-14T04:05:04.2460540Z [5927/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc3.c.obj 2025-03-14T04:05:04.2670971Z [5928/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u8.c.obj 2025-03-14T04:05:04.3146788Z [5929/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u16.c.obj 2025-03-14T04:05:04.3530770Z [5930/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u16.c.obj 2025-03-14T04:05:04.3716276Z [5931/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u24.c.obj 2025-03-14T04:05:04.3728574Z [5932/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u24.c.obj 2025-03-14T04:05:04.3838722Z [5933/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u32.c.obj 2025-03-14T04:05:04.4062982Z [5934/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u8.c.obj 2025-03-14T04:05:04.4123806Z [5935/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u8.c.obj 2025-03-14T04:05:04.4255062Z [5936/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u16.c.obj 2025-03-14T04:05:04.4553381Z [5937/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u24.c.obj 2025-03-14T04:05:04.4781064Z [5938/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u32.c.obj 2025-03-14T04:05:04.4897402Z [5939/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u16.c.obj 2025-03-14T04:05:04.5190814Z [5940/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u8.c.obj 2025-03-14T04:05:04.5330235Z [5941/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u24.c.obj 2025-03-14T04:05:04.5343264Z [5942/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u32.c.obj 2025-03-14T04:05:04.5837308Z [5943/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-2x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:04.6033458Z [5944/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-5x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:04.6175012Z [5945/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-6x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:04.6229165Z [5946/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:04.6561060Z [5947/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:04.6662216Z [5948/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-7x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:04.6799424Z [5949/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-8x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:04.7206726Z [5950/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:04.7475671Z [5951/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:04.7528459Z [5952/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x16s4-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:04.7619448Z [5953/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x16s4-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:04.7983268Z [5954/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x16s4-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:04.8058524Z [5955/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:04.8517011Z [5956/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:04.8623402Z [5957/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x16s4-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:04.8786115Z [5958/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:04.9100169Z [5959/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:04.9168462Z [5960/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:04.9413884Z [5961/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x16s4-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:04.9425196Z [5962/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x16s4-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:04.9644953Z [5963/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:05.0444256Z [5964/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u32.c.obj 2025-03-14T04:05:05.0455567Z [5965/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u48.c.obj 2025-03-14T04:05:05.0499838Z [5966/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x8-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:05.0511523Z [5967/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u16.c.obj 2025-03-14T04:05:05.0555984Z [5968/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:05.0639938Z [5969/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x16-minmax-avx2-broadcast.c.obj 2025-03-14T04:05:05.0655956Z [5970/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u16.c.obj 2025-03-14T04:05:05.1344765Z [5971/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32-acc2.c.obj 2025-03-14T04:05:05.1386863Z [5972/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32.c.obj 2025-03-14T04:05:05.1464626Z [5973/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u48.c.obj 2025-03-14T04:05:05.1504136Z [5974/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32-acc4.c.obj 2025-03-14T04:05:05.1602237Z [5975/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64-acc4.c.obj 2025-03-14T04:05:05.1656064Z [5976/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u32.c.obj 2025-03-14T04:05:05.1705164Z [5977/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64-acc2.c.obj 2025-03-14T04:05:05.2180776Z [5978/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64.c.obj 2025-03-14T04:05:05.2443769Z [5979/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80-acc2.c.obj 2025-03-14T04:05:05.2491876Z [5980/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u72.c.obj 2025-03-14T04:05:05.2562029Z [5981/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u72-acc3.c.obj 2025-03-14T04:05:05.2607599Z [5982/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80.c.obj 2025-03-14T04:05:05.2776391Z [5983/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc2.c.obj 2025-03-14T04:05:05.2967048Z [5984/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc3.c.obj 2025-03-14T04:05:05.3266672Z [5985/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc6.c.obj 2025-03-14T04:05:05.3277585Z [5986/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80-acc5.c.obj 2025-03-14T04:05:05.3375370Z [5987/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96.c.obj 2025-03-14T04:05:05.3569507Z [5988/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32.c.obj 2025-03-14T04:05:05.3583490Z [5989/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32-acc4.c.obj 2025-03-14T04:05:05.3730167Z [5990/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32-acc2.c.obj 2025-03-14T04:05:05.4062110Z [5991/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64-acc2.c.obj 2025-03-14T04:05:05.4112562Z [5992/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64-acc4.c.obj 2025-03-14T04:05:05.4313732Z [5993/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u72-acc3.c.obj 2025-03-14T04:05:05.4324245Z [5994/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80-acc2.c.obj 2025-03-14T04:05:05.4519458Z [5995/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80-acc5.c.obj 2025-03-14T04:05:05.4844318Z [5996/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80.c.obj 2025-03-14T04:05:05.4856594Z [5997/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64.c.obj 2025-03-14T04:05:05.4898410Z [5998/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc2.c.obj 2025-03-14T04:05:05.5077211Z [5999/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u72.c.obj 2025-03-14T04:05:05.5088325Z [6000/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc6.c.obj 2025-03-14T04:05:05.5234072Z [6001/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc3.c.obj 2025-03-14T04:05:05.5365209Z [6002/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96.c.obj 2025-03-14T04:05:05.5852419Z [6003/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u16-acc2.c.obj 2025-03-14T04:05:05.5895966Z [6004/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u32-acc2.c.obj 2025-03-14T04:05:05.6117539Z [6005/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u8.c.obj 2025-03-14T04:05:05.6208830Z [6006/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr2-p5-u8.c.obj 2025-03-14T04:05:05.6470708Z [6007/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u32-acc4.c.obj 2025-03-14T04:05:05.6535658Z [6008/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr2-p5-u16-acc2.c.obj 2025-03-14T04:05:05.6581773Z [6009/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr2-p5-u32-acc4.c.obj 2025-03-14T04:05:05.6928543Z [6010/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u16.c.obj 2025-03-14T04:05:05.7066054Z [6011/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u8.c.obj 2025-03-14T04:05:05.7225593Z [6012/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u24.c.obj 2025-03-14T04:05:05.7300597Z [6013/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u8.c.obj 2025-03-14T04:05:05.7668762Z [6014/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u16.c.obj 2025-03-14T04:05:05.7684196Z [6015/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u32.c.obj 2025-03-14T04:05:05.7912260Z [6016/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u24.c.obj 2025-03-14T04:05:05.8141297Z [6017/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u16.c.obj 2025-03-14T04:05:05.8269751Z [6018/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u24.c.obj 2025-03-14T04:05:05.8380631Z [6019/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u8.c.obj 2025-03-14T04:05:05.8857994Z [6020/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u8.c.obj 2025-03-14T04:05:05.8916970Z [6021/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u24.c.obj 2025-03-14T04:05:05.8968001Z [6022/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u32.c.obj 2025-03-14T04:05:05.9031598Z [6023/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u16.c.obj 2025-03-14T04:05:05.9118625Z [6024/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u32.c.obj 2025-03-14T04:05:05.9612867Z [6025/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u8.c.obj 2025-03-14T04:05:05.9836704Z [6026/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u8.c.obj 2025-03-14T04:05:06.0009378Z [6027/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u16.c.obj 2025-03-14T04:05:06.0055860Z [6028/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u24.c.obj 2025-03-14T04:05:06.0183319Z [6029/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u16.c.obj 2025-03-14T04:05:06.0199705Z [6030/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u24.c.obj 2025-03-14T04:05:06.0283216Z [6031/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u32.c.obj 2025-03-14T04:05:06.0472194Z [6032/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u32.c.obj 2025-03-14T04:05:06.1057394Z [6033/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u8.c.obj 2025-03-14T04:05:06.1161506Z [6034/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u24.c.obj 2025-03-14T04:05:06.1214581Z [6035/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u32.c.obj 2025-03-14T04:05:06.1419300Z [6036/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u8.c.obj 2025-03-14T04:05:06.1482786Z [6037/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u16.c.obj 2025-03-14T04:05:06.1908013Z [6038/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u24.c.obj 2025-03-14T04:05:06.2099439Z [6039/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u32.c.obj 2025-03-14T04:05:06.2154645Z [6040/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u16.c.obj 2025-03-14T04:05:06.2272567Z [6041/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u24.c.obj 2025-03-14T04:05:06.2287395Z [6042/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u8.c.obj 2025-03-14T04:05:06.2820466Z [6043/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-2x8c8-minmax-avx2.c.obj 2025-03-14T04:05:06.2962951Z [6044/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u32.c.obj 2025-03-14T04:05:06.3237690Z [6045/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-4x8c8-minmax-avx2.c.obj 2025-03-14T04:05:06.3441665Z [6046/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx2.c.obj 2025-03-14T04:05:06.3932418Z [6047/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-2x8c8-minmax-avx2-madd-prfm.c.obj 2025-03-14T04:05:06.4052863Z [6048/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-2x8c8-minmax-avx2-madd.c.obj 2025-03-14T04:05:06.4064420Z [6049/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx2-madd.c.obj 2025-03-14T04:05:06.4140114Z [6050/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-2x8c8-minmax-avx2.c.obj 2025-03-14T04:05:06.4283814Z [6051/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-3x8c8-minmax-avx2-madd-prfm.c.obj 2025-03-14T04:05:06.4611624Z [6052/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-3x8c8-minmax-avx2.c.obj 2025-03-14T04:05:06.4896532Z [6053/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-3x8c8-minmax-avx2-madd.c.obj 2025-03-14T04:05:06.5233521Z [6054/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-4x8c8-minmax-avx2-madd.c.obj 2025-03-14T04:05:06.5434424Z [6055/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-4x8c8-minmax-avx2.c.obj 2025-03-14T04:05:06.5479708Z [6056/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx2-madd.c.obj 2025-03-14T04:05:06.5681813Z [6057/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx2-madd-prfm.c.obj 2025-03-14T04:05:06.5893218Z [6058/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-6x8c8-minmax-avx2-madd-prfm.c.obj 2025-03-14T04:05:06.6173348Z [6059/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-6x8c8-minmax-avx2-madd.c.obj 2025-03-14T04:05:06.6219617Z [6060/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx2.c.obj 2025-03-14T04:05:06.6485512Z [6061/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-6x8c8-minmax-avx2.c.obj 2025-03-14T04:05:06.6674819Z [6062/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx2-madd.c.obj 2025-03-14T04:05:06.6720879Z [6063/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx2-madd-prfm.c.obj 2025-03-14T04:05:06.7003682Z [6064/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx2.c.obj 2025-03-14T04:05:06.7197095Z [6065/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx2-madd-prfm.c.obj 2025-03-14T04:05:06.7503966Z [6066/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx2-madd.c.obj 2025-03-14T04:05:06.7817048Z [6067/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx2.c.obj 2025-03-14T04:05:06.8008982Z [6068/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-4x8c8-minmax-avx2.c.obj 2025-03-14T04:05:06.8183932Z [6069/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-2x8c8-minmax-avx2.c.obj 2025-03-14T04:05:06.8197889Z [6070/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-2x8c8-minmax-avx2.c.obj 2025-03-14T04:05:06.8253840Z [6071/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-4x8c8-minmax-avx2.c.obj 2025-03-14T04:05:06.8705790Z [6072/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x8c8-minmax-avx2.c.obj 2025-03-14T04:05:06.8760626Z [6073/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x8c8-minmax-avx2.c.obj 2025-03-14T04:05:06.9335786Z [6074/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx2.c.obj 2025-03-14T04:05:06.9377342Z [6075/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx2-madd.c.obj 2025-03-14T04:05:06.9507183Z [6076/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x8c8-minmax-avx2.c.obj 2025-03-14T04:05:06.9577231Z [6077/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x8c8-minmax-avx2-madd-prfm.c.obj 2025-03-14T04:05:07.0099470Z [6078/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x8c8-minmax-avx2-madd.c.obj 2025-03-14T04:05:07.0279369Z [6079/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x8c8-minmax-avx2-madd-prfm.c.obj 2025-03-14T04:05:07.0424427Z [6080/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x8c8-minmax-avx2-madd.c.obj 2025-03-14T04:05:07.0564438Z [6081/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x8c8-minmax-avx2.c.obj 2025-03-14T04:05:07.0619130Z [6082/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x8c8-minmax-avx2-madd.c.obj 2025-03-14T04:05:07.0768919Z [6083/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x8c8-minmax-avx2.c.obj 2025-03-14T04:05:07.0821091Z [6084/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx2-madd-prfm.c.obj 2025-03-14T04:05:07.1554765Z [6085/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx2-madd.c.obj 2025-03-14T04:05:07.1756740Z [6086/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x8c8-minmax-avx2-madd-prfm.c.obj 2025-03-14T04:05:07.1835164Z [6087/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x8c8-minmax-avx2.c.obj 2025-03-14T04:05:07.1971860Z [6088/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx2.c.obj 2025-03-14T04:05:07.2230519Z [6089/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx2-madd.c.obj 2025-03-14T04:05:07.2488764Z [6090/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x8c8-minmax-avx2-madd.c.obj 2025-03-14T04:05:07.3172062Z [6091/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx2-madd-prfm.c.obj 2025-03-14T04:05:07.3187295Z [6092/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx2.c.obj 2025-03-14T04:05:07.3201498Z [6093/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx2-madd-prfm.c.obj 2025-03-14T04:05:07.3322610Z [6094/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx2-madd.c.obj 2025-03-14T04:05:07.3570942Z [6095/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x8c8-minmax-avx2.c.obj 2025-03-14T04:05:07.3964963Z [6096/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx2.c.obj 2025-03-14T04:05:07.4258054Z [6097/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x8c8-minmax-avx2.c.obj 2025-03-14T04:05:07.4416876Z [6098/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:07.4551603Z [6099/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:07.4788691Z [6100/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:05:07.5141717Z [6101/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:05:07.5186634Z [6102/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x8c8-minmax-avx2.c.obj 2025-03-14T04:05:07.5393317Z [6103/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:05:07.5726528Z [6104/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:05:07.5828154Z [6105/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x8c8-minmax-avx2.c.obj 2025-03-14T04:05:07.5840742Z [6106/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:07.6153427Z [6107/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:05:07.6341327Z [6108/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:07.6355104Z [6109/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:05:07.6838621Z [6110/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:07.7218689Z [6111/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:05:07.7407671Z [6112/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:07.7472432Z [6113/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:05:07.7637127Z [6114/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:05:07.7688936Z [6115/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:05:07.7780568Z [6116/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:05:07.8484689Z [6117/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:05:07.8536496Z [6118/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:07.8594047Z [6119/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:07.9069922Z [6120/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:05:07.9124781Z [6121/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:05:07.9137944Z [6122/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:05:07.9443885Z [6123/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:08.0139217Z [6124/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:05:08.0372562Z [6125/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:05:08.0473256Z [6126/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:05:08.0565662Z [6127/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:05:08.0705071Z [6128/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:08.0752162Z [6129/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:05:08.0798625Z [6130/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:05:08.1565885Z [6131/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:05:08.1774270Z [6132/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:05:08.1823318Z [6133/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:08.2206155Z [6134/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:05:08.2291532Z [6135/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:05:08.2374829Z [6136/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:08.2723596Z [6137/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:05:08.3174936Z [6138/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:05:08.3291965Z [6139/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:05:08.3582014Z [6140/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u24.c.obj 2025-03-14T04:05:08.3629368Z [6141/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:08.3799311Z [6142/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u32.c.obj 2025-03-14T04:05:08.3894499Z [6143/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:05:08.3906085Z [6144/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:05:08.4277414Z [6145/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u64.c.obj 2025-03-14T04:05:08.4417249Z [6146/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u8.c.obj 2025-03-14T04:05:08.4776684Z [6147/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u32.c.obj 2025-03-14T04:05:08.4975264Z [6148/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u24.c.obj 2025-03-14T04:05:08.5031291Z [6149/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-goi-avx2-madd.c.obj 2025-03-14T04:05:08.5174204Z [6150/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:08.5247002Z [6151/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:08.5583415Z [6152/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:05:08.5977876Z [6153/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:05:08.6064362Z [6154/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:05:08.6240361Z [6155/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:05:08.6289827Z [6156/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:08.6450840Z [6157/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:05:08.6934718Z [6158/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:05:08.6946388Z [6159/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:08.7433999Z [6160/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:08.7688986Z [6161/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:05:08.7732927Z [6162/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:05:08.7892871Z [6163/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:08.7905959Z [6164/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:05:08.7999535Z [6165/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:05:08.8216108Z [6166/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:05:08.8699259Z [6167/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:05:08.8847696Z [6168/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:08.8863222Z [6169/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:08.9205120Z [6170/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:05:08.9216668Z [6171/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:05:08.9411569Z [6172/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:08.9474726Z [6173/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:05:08.9873028Z [6174/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:05:09.0189018Z [6175/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:05:09.0275131Z [6176/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:05:09.0367960Z [6177/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:05:09.0505091Z [6178/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:09.0711316Z [6179/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:05:09.0904964Z [6180/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:05:09.0970692Z [6181/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:05:09.1425723Z [6182/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:05:09.1447554Z [6183/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:05:09.1666702Z [6184/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:09.1837188Z [6185/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:05:09.2081593Z [6186/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:05:09.2503965Z [6187/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:09.2682104Z [6188/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-03-14T04:05:09.2730227Z [6189/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:05:09.2783974Z [6190/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-03-14T04:05:09.2860363Z [6191/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-03-14T04:05:09.3049729Z [6192/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:09.3622523Z [6193/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x8c8-minmax-fp32-avx2.c.obj 2025-03-14T04:05:09.3853536Z [6194/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x8c8-minmax-fp32-avx2.c.obj 2025-03-14T04:05:09.3864384Z [6195/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx2-c32.c.obj 2025-03-14T04:05:09.4043192Z [6196/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x8c8-minmax-fp32-avx2.c.obj 2025-03-14T04:05:09.4229055Z [6197/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u128-acc2.c.obj 2025-03-14T04:05:09.4303635Z [6198/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u32.c.obj 2025-03-14T04:05:09.4510773Z [6199/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x8c8-minmax-fp32-avx2.c.obj 2025-03-14T04:05:09.4623463Z [6200/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u128-acc4.c.obj 2025-03-14T04:05:09.4970221Z [6201/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u24.c.obj 2025-03-14T04:05:09.4983820Z [6202/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u8.c.obj 2025-03-14T04:05:09.5148281Z [6203/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u32.c.obj 2025-03-14T04:05:09.5454176Z [6204/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u8.c.obj 2025-03-14T04:05:09.5654455Z [6205/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u32.c.obj 2025-03-14T04:05:09.5666507Z [6206/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u24.c.obj 2025-03-14T04:05:09.6067969Z [6207/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u16.c.obj 2025-03-14T04:05:09.6389315Z [6208/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u64.c.obj 2025-03-14T04:05:09.6605396Z [6209/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u16.c.obj 2025-03-14T04:05:09.6799413Z [6210/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u64.c.obj 2025-03-14T04:05:09.7153539Z [6211/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:09.7423626Z [6212/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:09.7681812Z [6213/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:09.7933781Z [6214/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:09.8350947Z [6215/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:09.8624003Z [6216/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:09.9260403Z [6217/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:09.9458937Z [6218/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:09.9667615Z [6219/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:09.9856085Z [6220/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:10.0178864Z [6221/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:10.0606486Z [6222/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:10.0898762Z [6223/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u32.c.obj 2025-03-14T04:05:10.1044915Z [6224/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.obj 2025-03-14T04:05:10.1107928Z [6225/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u8.c.obj 2025-03-14T04:05:10.1439465Z [6226/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u24.c.obj 2025-03-14T04:05:10.1513412Z [6227/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x8c8-minmax-fp32-avx2.c.obj 2025-03-14T04:05:10.1629660Z [6228/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x8c8-minmax-fp32-avx2.c.obj 2025-03-14T04:05:10.1999016Z [6229/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x8c8-minmax-fp32-avx2.c.obj 2025-03-14T04:05:10.2045874Z [6230/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u128-acc2.c.obj 2025-03-14T04:05:10.2256328Z [6231/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u32.c.obj 2025-03-14T04:05:10.2457139Z [6232/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x8c8-minmax-fp32-avx2.c.obj 2025-03-14T04:05:10.2653549Z [6233/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u128-acc4.c.obj 2025-03-14T04:05:10.2729241Z [6234/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx2-mul32-ld64-u8.c.obj 2025-03-14T04:05:10.2783414Z [6235/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx2-mul32-ld64-u8.c.obj 2025-03-14T04:05:10.2962760Z [6236/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u16.c.obj 2025-03-14T04:05:10.3373858Z [6237/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u64.c.obj 2025-03-14T04:05:10.3475640Z [6238/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u16.c.obj 2025-03-14T04:05:10.3680127Z [6239/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u32.c.obj 2025-03-14T04:05:10.3728985Z [6240/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u64.c.obj 2025-03-14T04:05:10.3878518Z [6241/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-goi-avx2-prfm.c.obj 2025-03-14T04:05:10.3991865Z [6242/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u96.c.obj 2025-03-14T04:05:10.4203620Z [6243/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u64.c.obj 2025-03-14T04:05:10.4312225Z [6244/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-goi-avx2.c.obj 2025-03-14T04:05:10.4494150Z [6245/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16c8-gemm-goi-avx2-prfm.c.obj 2025-03-14T04:05:10.4783519Z [6246/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-32x32-reuse-mov-avx2.c.obj 2025-03-14T04:05:10.4934916Z [6247/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16c8-gemm-goi-avx2.c.obj 2025-03-14T04:05:10.4946848Z [6248/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x8-gemm-goi-avx2-u16-prfm.c.obj 2025-03-14T04:05:10.5177286Z [6249/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x8-gemm-goi-avx2-u16.c.obj 2025-03-14T04:05:10.5289999Z [6250/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x16-gemm-goi-avx2-u16.c.obj 2025-03-14T04:05:10.5424006Z [6251/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-16x16-reuse-mov-avx2.c.obj 2025-03-14T04:05:10.5435916Z [6252/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx256skx-rr2-p5-u8.c.obj 2025-03-14T04:05:10.5902793Z [6253/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx256skx-rr2-p5-u16-acc2.c.obj 2025-03-14T04:05:10.5954676Z [6254/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx256skx-rr2-p5-u32-acc4.c.obj 2025-03-14T04:05:10.6175689Z [6255/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256skx-madd.c.obj 2025-03-14T04:05:10.6706471Z [6256/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-3x8c8-minmax-avx256skx.c.obj 2025-03-14T04:05:10.6783652Z [6257/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256skx.c.obj 2025-03-14T04:05:10.6876690Z [6258/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-2x8c8-minmax-avx256skx.c.obj 2025-03-14T04:05:10.6924547Z [6259/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-4x8c8-minmax-avx256skx.c.obj 2025-03-14T04:05:10.7166813Z [6260/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256skx-madd.c.obj 2025-03-14T04:05:10.7234484Z [6261/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-03-14T04:05:10.7575619Z [6262/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256skx.c.obj 2025-03-14T04:05:10.8175421Z [6263/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-03-14T04:05:10.8323344Z [6264/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-6x8c8-minmax-avx256skx.c.obj 2025-03-14T04:05:10.8335071Z [6265/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256skx.c.obj 2025-03-14T04:05:10.8385323Z [6266/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256skx-madd.c.obj 2025-03-14T04:05:10.8532557Z [6267/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256skx-madd.c.obj 2025-03-14T04:05:10.8969375Z [6268/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-9x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-03-14T04:05:10.9228390Z [6269/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256skx.c.obj 2025-03-14T04:05:10.9505969Z [6270/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-10x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-03-14T04:05:10.9559265Z [6271/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-9x8c8-minmax-avx256skx-madd.c.obj 2025-03-14T04:05:10.9608330Z [6272/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-10x8c8-minmax-avx256skx-madd.c.obj 2025-03-14T04:05:10.9688634Z [6273/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-12x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-03-14T04:05:11.0531685Z [6274/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-12x8c8-minmax-avx256skx-madd.c.obj 2025-03-14T04:05:11.0734377Z [6275/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-8x8c8-minmax-avx256skx.c.obj 2025-03-14T04:05:11.0782379Z [6276/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-7x8c8-minmax-avx256skx.c.obj 2025-03-14T04:05:11.0827482Z [6277/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-14x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-03-14T04:05:11.0898646Z [6278/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-8x8c8-minmax-avx256skx.c.obj 2025-03-14T04:05:11.1099540Z [6279/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-14x8c8-minmax-avx256skx-madd.c.obj 2025-03-14T04:05:11.1830288Z [6280/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-7x8c8-minmax-avx256skx.c.obj 2025-03-14T04:05:11.2072215Z [6281/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256skx-madd.c.obj 2025-03-14T04:05:11.2117169Z [6282/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x8c8-minmax-avx256skx.c.obj 2025-03-14T04:05:11.2195283Z [6283/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x8c8-minmax-avx256skx.c.obj 2025-03-14T04:05:11.2245784Z [6284/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256skx.c.obj 2025-03-14T04:05:11.2436791Z [6285/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x8c8-minmax-avx256skx.c.obj 2025-03-14T04:05:11.2670719Z [6286/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-03-14T04:05:11.3110252Z [6287/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256skx-madd.c.obj 2025-03-14T04:05:11.3576529Z [6288/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-03-14T04:05:11.3761088Z [6289/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256skx.c.obj 2025-03-14T04:05:11.3809879Z [6290/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256skx-madd.c.obj 2025-03-14T04:05:11.3920140Z [6291/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256skx.c.obj 2025-03-14T04:05:11.3931216Z [6292/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x8c8-minmax-avx256skx.c.obj 2025-03-14T04:05:11.4005645Z [6293/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256skx-madd.c.obj 2025-03-14T04:05:11.4516073Z [6294/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256skx.c.obj 2025-03-14T04:05:11.5229620Z [6295/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x8c8-minmax-avx256skx-madd.c.obj 2025-03-14T04:05:11.5274263Z [6296/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x8c8-minmax-avx256skx-madd.c.obj 2025-03-14T04:05:11.5334066Z [6297/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-03-14T04:05:11.5378779Z [6298/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-03-14T04:05:11.5547243Z [6299/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x8c8-minmax-avx256skx-madd.c.obj 2025-03-14T04:05:11.5701223Z [6300/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-03-14T04:05:11.6406132Z [6301/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x8c8-minmax-avx256skx.c.obj 2025-03-14T04:05:11.6561919Z [6302/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-03-14T04:05:11.6817296Z [6303/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x8c8-minmax-avx256skx.c.obj 2025-03-14T04:05:11.6869628Z [6304/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x8c8-minmax-avx256skx.c.obj 2025-03-14T04:05:11.6928352Z [6305/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x8c8-minmax-avx256skx.c.obj 2025-03-14T04:05:11.6982516Z [6306/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x8c8-minmax-fp32-avx256skx.c.obj 2025-03-14T04:05:11.7509865Z [6307/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x8c8-minmax-avx256skx-madd.c.obj 2025-03-14T04:05:11.7601821Z [6308/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x8c8-minmax-fp32-avx256skx.c.obj 2025-03-14T04:05:11.7744567Z [6309/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x8c8-minmax-fp32-avx256skx.c.obj 2025-03-14T04:05:11.7961839Z [6310/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u128-acc4.c.obj 2025-03-14T04:05:11.8086566Z [6311/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u32.c.obj 2025-03-14T04:05:11.8098093Z [6312/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x8c8-minmax-fp32-avx256skx.c.obj 2025-03-14T04:05:11.8195032Z [6313/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u128-acc2.c.obj 2025-03-14T04:05:11.8708446Z [6314/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x8c8-minmax-fp32-avx256skx.c.obj 2025-03-14T04:05:11.8776317Z [6315/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x8c8-minmax-fp32-avx256skx.c.obj 2025-03-14T04:05:11.8960655Z [6316/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-goi-avx256skx-prfm.c.obj 2025-03-14T04:05:11.9045279Z [6317/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-goi-avx256skx.c.obj 2025-03-14T04:05:11.9094611Z [6318/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16c8-gemm-goi-avx256skx.c.obj 2025-03-14T04:05:11.9202660Z [6319/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16c8-gemm-goi-avx256skx-prfm.c.obj 2025-03-14T04:05:11.9924197Z [6320/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:12.0258934Z [6321/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:12.0410689Z [6322/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:12.0468284Z [6323/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-9x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:12.0486923Z [6324/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:12.0531077Z [6325/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:12.0898816Z [6326/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:12.1107617Z [6327/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-9x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:12.1618175Z [6328/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-10x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:12.1738197Z [6329/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-10x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:12.1904359Z [6330/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-14x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:12.2040990Z [6331/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-12x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:12.2167060Z [6332/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-14x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:12.2490885Z [6333/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-12x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:12.2622261Z [6334/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-1x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:12.2911800Z [6335/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-5x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:12.3033108Z [6336/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-5x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:12.3254172Z [6337/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-7x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:12.3456497Z [6338/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-8x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:12.3815671Z [6339/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-9x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:12.4131050Z [6340/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-9x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:12.4347208Z [6341/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-10x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:12.4421360Z [6342/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-10x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:12.4708843Z [6343/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-7x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:12.4853323Z [6344/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-12x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:12.4985222Z [6345/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-12x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:12.5116770Z [6346/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-14x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:12.5412288Z [6347/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-14x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:12.5626885Z [6348/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-1x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:12.6186456Z [6349/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-5x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:12.6334329Z [6350/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-7x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:12.6539567Z [6351/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-8x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:12.6612903Z [6352/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-5x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:12.6762634Z [6353/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-7x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:12.6809633Z [6354/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-9x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:12.6969674Z [6355/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-9x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:12.7690790Z [6356/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-10x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:12.7970840Z [6357/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-12x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:12.8017065Z [6358/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-12x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:12.8178325Z [6359/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-14x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:12.8230571Z [6360/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:12.8654625Z [6361/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-14x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:12.9016919Z [6362/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:12.9117781Z [6363/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:12.9174836Z [6364/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-10x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:12.9650301Z [6365/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:12.9700543Z [6366/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:12.9748104Z [6367/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:12.9857652Z [6368/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:13.0308741Z [6369/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:13.0599318Z [6370/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:13.0975063Z [6371/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:13.1497485Z [6372/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:13.1544904Z [6373/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:13.1557644Z [6374/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:13.1823050Z [6375/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:13.1876367Z [6376/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:13.1936444Z [6377/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:13.2112507Z [6378/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:13.2833660Z [6379/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:13.3036362Z [6380/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:13.3147016Z [6381/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:13.3240234Z [6382/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:13.3349643Z [6383/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:13.3462085Z [6384/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:13.3525266Z [6385/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:13.4471856Z [6386/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-10x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:13.4590240Z [6387/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-12x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:13.4601596Z [6388/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-10x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:13.4644929Z [6389/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-9x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:13.4707711Z [6390/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-9x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:13.5019935Z [6391/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-14x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:13.5074815Z [6392/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-12x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:13.5858851Z [6393/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-14x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:13.5907149Z [6394/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:13.5994739Z [6395/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:13.6180237Z [6396/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:13.6491525Z [6397/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:13.6560584Z [6398/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:13.7028081Z [6399/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:13.7040092Z [6400/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:13.7197457Z [6401/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:13.7247554Z [6402/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-9x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:13.7580028Z [6403/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-9x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:13.7760994Z [6404/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-10x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:13.7817160Z [6405/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-10x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:13.8433031Z [6406/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-14x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:13.8497204Z [6407/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-12x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:13.8587097Z [6408/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-12x8c8-minmax-avx256vnni-prfm.c.obj 2025-03-14T04:05:13.8995412Z [6409/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x16c8-gemm-goi-avx256vnni.c.obj 2025-03-14T04:05:13.9073761Z [6410/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x8c8-gemm-goi-avx256vnni.c.obj 2025-03-14T04:05:13.9199452Z [6411/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-goi-avx256vnni.c.obj 2025-03-14T04:05:13.9411777Z [6412/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-14x8c8-minmax-avx256vnni.c.obj 2025-03-14T04:05:13.9810032Z [6413/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-03-14T04:05:13.9895846Z [6414/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x8c8-minmax-fp32-avx256vnni.c.obj 2025-03-14T04:05:14.0019603Z [6415/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-03-14T04:05:14.0978591Z [6416/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-03-14T04:05:14.1048432Z [6417/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x8c8-minmax-fp32-avx256vnni.c.obj 2025-03-14T04:05:14.1059553Z [6418/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x8c8-minmax-fp32-avx256vnni.c.obj 2025-03-14T04:05:14.1230006Z [6419/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-03-14T04:05:14.1278193Z [6420/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x8c8-minmax-fp32-avx256vnni.c.obj 2025-03-14T04:05:14.1387260Z [6421/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x8c8-minmax-fp32-avx256vnni.c.obj 2025-03-14T04:05:14.1605446Z [6422/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-03-14T04:05:14.2242045Z [6423/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-03-14T04:05:14.2343876Z [6424/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x8c8-minmax-fp32-avx256vnni.c.obj 2025-03-14T04:05:14.2537528Z [6425/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x8c8-minmax-fp32-avx256vnni.c.obj 2025-03-14T04:05:14.3082297Z [6426/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-03-14T04:05:14.3161969Z [6427/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x8c8-minmax-fp32-avx256vnni.c.obj 2025-03-14T04:05:14.3364833Z [6428/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-03-14T04:05:14.3376381Z [6429/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-03-14T04:05:14.3803061Z [6430/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x8c8-minmax-fp32-avx256vnni.c.obj 2025-03-14T04:05:14.3853991Z [6431/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-03-14T04:05:14.3870409Z [6432/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x8c8-minmax-fp32-avx256vnni.c.obj 2025-03-14T04:05:14.4614060Z [6433/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x8c8-minmax-fp32-avx256vnni.c.obj 2025-03-14T04:05:14.4625728Z [6434/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-03-14T04:05:14.4823237Z [6435/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-03-14T04:05:14.4905594Z [6436/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x8c8-minmax-fp32-avx256vnni.c.obj 2025-03-14T04:05:14.5119918Z [6437/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-03-14T04:05:14.5206155Z [6438/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x8c8-minmax-fp32-avx256vnni.c.obj 2025-03-14T04:05:14.5643653Z [6439/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-03-14T04:05:14.6019003Z [6440/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x8c8-minmax-fp32-avx256vnni.c.obj 2025-03-14T04:05:14.6218871Z [6441/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-03-14T04:05:14.6308832Z [6442/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x8c8-gemm-goi-avx256vnni-prfm.c.obj 2025-03-14T04:05:14.6420025Z [6443/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-03-14T04:05:14.6569412Z [6444/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x8c8-minmax-fp32-avx256vnni.c.obj 2025-03-14T04:05:14.6675138Z [6445/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x8c8-minmax-fp32-avx256vnni.c.obj 2025-03-14T04:05:14.6974857Z [6446/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x8c8-gemm-goi-avx256vnni.c.obj 2025-03-14T04:05:14.7198616Z [6447/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u32.c.obj 2025-03-14T04:05:14.7404808Z [6448/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u128-acc2.c.obj 2025-03-14T04:05:14.7606960Z [6449/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u64-acc2.c.obj 2025-03-14T04:05:14.7654063Z [6450/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u128-acc4.c.obj 2025-03-14T04:05:14.8147933Z [6451/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x16c8-gemm-goi-avx256vnni-prfm.c.obj 2025-03-14T04:05:14.8250661Z [6452/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-03-14T04:05:14.8307208Z [6453/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256vnnigfni.c.obj 2025-03-14T04:05:14.8648841Z [6454/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256vnnigfni.c.obj 2025-03-14T04:05:14.8714212Z [6455/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-03-14T04:05:14.8982692Z [6456/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-03-14T04:05:14.9284674Z [6457/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256vnnigfni.c.obj 2025-03-14T04:05:14.9539753Z [6458/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256vnnigfni.c.obj 2025-03-14T04:05:14.9596767Z [6459/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-9x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-03-14T04:05:14.9744169Z [6460/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-03-14T04:05:14.9849392Z [6461/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-9x8c8-minmax-avx256vnnigfni.c.obj 2025-03-14T04:05:14.9984347Z [6462/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-10x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-03-14T04:05:15.0224938Z [6463/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-10x8c8-minmax-avx256vnnigfni.c.obj 2025-03-14T04:05:15.0852435Z [6464/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-12x8c8-minmax-avx256vnnigfni.c.obj 2025-03-14T04:05:15.1206458Z [6465/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256vnnigfni.c.obj 2025-03-14T04:05:15.1217500Z [6466/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-14x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-03-14T04:05:15.1262139Z [6467/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-12x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-03-14T04:05:15.1327276Z [6468/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-14x8c8-minmax-avx256vnnigfni.c.obj 2025-03-14T04:05:15.1667220Z [6469/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-03-14T04:05:15.1890812Z [6470/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-03-14T04:05:15.2476173Z [6471/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-03-14T04:05:15.2537992Z [6472/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256vnnigfni.c.obj 2025-03-14T04:05:15.2552669Z [6473/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256vnnigfni.c.obj 2025-03-14T04:05:15.2728014Z [6474/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-03-14T04:05:15.3169595Z [6475/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-03-14T04:05:15.3218175Z [6476/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x8c8-minmax-avx256vnnigfni.c.obj 2025-03-14T04:05:15.3376332Z [6477/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256vnnigfni.c.obj 2025-03-14T04:05:15.3687947Z [6478/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-03-14T04:05:15.3786006Z [6479/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-03-14T04:05:15.4029300Z [6480/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x8c8-minmax-avx256vnnigfni.c.obj 2025-03-14T04:05:15.4105581Z [6481/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x8c8-minmax-avx256vnnigfni.c.obj 2025-03-14T04:05:15.4443444Z [6482/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x8c8-minmax-avx256vnnigfni.c.obj 2025-03-14T04:05:15.4747246Z [6483/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p32c-minmax-avx512f-acc2.c.obj 2025-03-14T04:05:15.4791652Z [6484/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-03-14T04:05:15.4842788Z [6485/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx512f-acc2.c.obj 2025-03-14T04:05:15.4956878Z [6486/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p32c-minmax-avx512f.c.obj 2025-03-14T04:05:15.5150749Z [6487/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p32c-minmax-avx512f-acc2.c.obj 2025-03-14T04:05:15.5205796Z [6488/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx512f-acc2.c.obj 2025-03-14T04:05:15.5706874Z [6489/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p32c-minmax-avx512f.c.obj 2025-03-14T04:05:15.5922182Z [6490/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c16s1r-minmax-avx512f-acc2.c.obj 2025-03-14T04:05:15.6012696Z [6491/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c16s1r-minmax-avx512f.c.obj 2025-03-14T04:05:15.6284099Z [6492/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx512f-acc2.c.obj 2025-03-14T04:05:15.6396393Z [6493/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p32c-minmax-avx512f.c.obj 2025-03-14T04:05:15.6408302Z [6494/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c16s1r-minmax-avx512f-acc2.c.obj 2025-03-14T04:05:15.6811697Z [6495/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p32c-minmax-avx512f-acc2.c.obj 2025-03-14T04:05:15.6992004Z [6496/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx512f-acc2.c.obj 2025-03-14T04:05:15.7410669Z [6497/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p32c-minmax-avx512f-acc2.c.obj 2025-03-14T04:05:15.7531735Z [6498/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:15.7796725Z [6499/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p32c-minmax-avx512f.c.obj 2025-03-14T04:05:15.7927181Z [6500/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:15.8253741Z [6501/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x64-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:15.8333067Z [6502/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x32-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:15.8538498Z [6503/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:15.8855906Z [6504/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x64-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:15.8985533Z [6505/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x32-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:15.9037996Z [6506/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x64-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:15.9149851Z [6507/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:15.9589396Z [6508/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x64-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:15.9828439Z [6509/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x32-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:15.9878675Z [6510/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.0250533Z [6511/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.0347368Z [6512/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x32-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.0583814Z [6513/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x64-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.0940274Z [6514/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-9x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.1272900Z [6515/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x64-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.1368509Z [6516/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-9x32-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.1441443Z [6517/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-9x64-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.1685306Z [6518/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-10x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.1890056Z [6519/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-10x32-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.2090741Z [6520/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-10x64-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.2546121Z [6521/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-11x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.2637565Z [6522/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-11x32-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.2853867Z [6523/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-12x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.2943148Z [6524/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-12x32-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.3147547Z [6525/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-11x64-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.3629827Z [6526/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-13x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.3670802Z [6527/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-12x64-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.3740824Z [6528/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-13x32-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.4091281Z [6529/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-13x64-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.4660523Z [6530/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-14x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.4780925Z [6531/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-14x32-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.4792350Z [6532/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-14x64-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.5014973Z [6533/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-15x64-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.5031403Z [6534/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-15x32-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.5087879Z [6535/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-15x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.5661797Z [6536/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-16x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.6158173Z [6537/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-16x32-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.6172035Z [6538/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.6222859Z [6539/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.6376700Z [6540/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.6505128Z [6541/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.6591265Z [6542/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-16x64-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.7009498Z [6543/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.7526087Z [6544/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-8x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.7577843Z [6545/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.7590080Z [6546/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.7601151Z [6547/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x32-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.7718925Z [6548/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.8222813Z [6549/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.8235359Z [6550/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x32-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.8959049Z [6551/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u64-acc2.c.obj 2025-03-14T04:05:16.9006669Z [6552/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.9018133Z [6553/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x16-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.9073953Z [6554/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x32-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:16.9334468Z [6555/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u64.c.obj 2025-03-14T04:05:16.9430224Z [6556/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u64-acc4.c.obj 2025-03-14T04:05:16.9628430Z [6557/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x32-minmax-avx512f-broadcast.c.obj 2025-03-14T04:05:17.0070088Z [6558/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u144-acc3.c.obj 2025-03-14T04:05:17.0114438Z [6559/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128-acc4.c.obj 2025-03-14T04:05:17.0239435Z [6560/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128.c.obj 2025-03-14T04:05:17.0432649Z [6561/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u144.c.obj 2025-03-14T04:05:17.0484162Z [6562/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128-acc2.c.obj 2025-03-14T04:05:17.0714110Z [6563/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160-acc2.c.obj 2025-03-14T04:05:17.1009079Z [6564/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160.c.obj 2025-03-14T04:05:17.1288716Z [6565/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc2.c.obj 2025-03-14T04:05:17.1331871Z [6566/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc6.c.obj 2025-03-14T04:05:17.1385777Z [6567/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160-acc5.c.obj 2025-03-14T04:05:17.1426501Z [6568/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192.c.obj 2025-03-14T04:05:17.1556532Z [6569/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u64-acc2.c.obj 2025-03-14T04:05:17.1903027Z [6570/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc3.c.obj 2025-03-14T04:05:17.1917401Z [6571/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u64-acc4.c.obj 2025-03-14T04:05:17.2406082Z [6572/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128.c.obj 2025-03-14T04:05:17.2449116Z [6573/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u144-acc3.c.obj 2025-03-14T04:05:17.2565289Z [6574/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128-acc2.c.obj 2025-03-14T04:05:17.2613586Z [6575/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u64.c.obj 2025-03-14T04:05:17.2657302Z [6576/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128-acc4.c.obj 2025-03-14T04:05:17.2972147Z [6577/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160-acc2.c.obj 2025-03-14T04:05:17.2982985Z [6578/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u144.c.obj 2025-03-14T04:05:17.3413011Z [6579/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160-acc5.c.obj 2025-03-14T04:05:17.3504411Z [6580/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160.c.obj 2025-03-14T04:05:17.3526049Z [6581/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc2.c.obj 2025-03-14T04:05:17.3579880Z [6582/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc3.c.obj 2025-03-14T04:05:17.3899200Z [6583/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192.c.obj 2025-03-14T04:05:17.3910353Z [6584/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc6.c.obj 2025-03-14T04:05:17.4045543Z [6585/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u16.c.obj 2025-03-14T04:05:17.4601040Z [6586/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u64-acc2.c.obj 2025-03-14T04:05:17.4648348Z [6587/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u32-acc2.c.obj 2025-03-14T04:05:17.4698642Z [6588/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u64-acc4.c.obj 2025-03-14T04:05:17.5146784Z [6589/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr2-p5-u16.c.obj 2025-03-14T04:05:17.5157416Z [6590/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc4.c.obj 2025-03-14T04:05:17.5219863Z [6591/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c16.c.obj 2025-03-14T04:05:17.5320277Z [6592/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr2-p5-u32-acc2.c.obj 2025-03-14T04:05:17.5713385Z [6593/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c128.c.obj 2025-03-14T04:05:17.5927490Z [6594/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u16.c.obj 2025-03-14T04:05:17.6068836Z [6595/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c32.c.obj 2025-03-14T04:05:17.6431557Z [6596/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u64-acc2.c.obj 2025-03-14T04:05:17.6484388Z [6597/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u16.c.obj 2025-03-14T04:05:17.6601274Z [6598/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u32-acc2.c.obj 2025-03-14T04:05:17.6697312Z [6599/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u48-acc3.c.obj 2025-03-14T04:05:17.6758440Z [6600/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u32-acc2.c.obj 2025-03-14T04:05:17.6886069Z [6601/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u48-acc3.c.obj 2025-03-14T04:05:17.7244015Z [6602/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u64-acc2.c.obj 2025-03-14T04:05:17.7699359Z [6603/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u32-acc2.c.obj 2025-03-14T04:05:17.7807898Z [6604/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u64-acc4.c.obj 2025-03-14T04:05:17.7850860Z [6605/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u48-acc3.c.obj 2025-03-14T04:05:17.7862304Z [6606/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u16.c.obj 2025-03-14T04:05:17.8223630Z [6607/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u16.c.obj 2025-03-14T04:05:17.8273799Z [6608/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u32-acc2.c.obj 2025-03-14T04:05:17.8419470Z [6609/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u64-acc2.c.obj 2025-03-14T04:05:17.9032239Z [6610/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-avx512f-u16.c.obj 2025-03-14T04:05:17.9083298Z [6611/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u64-acc2.c.obj 2025-03-14T04:05:17.9166036Z [6612/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u48-acc3.c.obj 2025-03-14T04:05:17.9316784Z [6613/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-avx512f-u16.c.obj 2025-03-14T04:05:17.9367187Z [6614/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-avx512f-u16.c.obj 2025-03-14T04:05:18.0114955Z [6615/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx512f-u16.c.obj 2025-03-14T04:05:18.0170551Z [6616/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx512f-u16.c.obj 2025-03-14T04:05:18.0181905Z [6617/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx512f-u16.c.obj 2025-03-14T04:05:18.0413914Z [6618/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-avx512f-u16.c.obj 2025-03-14T04:05:18.0514923Z [6619/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx512f-u16.c.obj 2025-03-14T04:05:18.0578968Z [6620/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-avx512f-u16.c.obj 2025-03-14T04:05:18.1226184Z [6621/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-avx512f-u16.c.obj 2025-03-14T04:05:18.1331202Z [6622/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-avx512f-u16.c.obj 2025-03-14T04:05:18.1571463Z [6623/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-avx512f-u16.c.obj 2025-03-14T04:05:18.1626801Z [6624/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-avx512f-u16.c.obj 2025-03-14T04:05:18.1735080Z [6625/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-avx512f-u16.c.obj 2025-03-14T04:05:18.1749748Z [6626/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx512f-u16.c.obj 2025-03-14T04:05:18.1912293Z [6627/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-avx512f-u16.c.obj 2025-03-14T04:05:18.2358984Z [6628/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx512f-u16.c.obj 2025-03-14T04:05:18.2543781Z [6629/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-avx512f-u16.c.obj 2025-03-14T04:05:18.2702217Z [6630/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-avx512f-u16.c.obj 2025-03-14T04:05:18.2762882Z [6631/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx512f-u32.c.obj 2025-03-14T04:05:18.2840155Z [6632/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u16.c.obj 2025-03-14T04:05:18.3037303Z [6633/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u128.c.obj 2025-03-14T04:05:18.3602942Z [6634/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u64.c.obj 2025-03-14T04:05:18.3731957Z [6635/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-lut16-p3-perm-u32.c.obj 2025-03-14T04:05:18.3828170Z [6636/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-lut16-p3-perm-u48.c.obj 2025-03-14T04:05:18.3880098Z [6637/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-lut16-p3-perm-u64.c.obj 2025-03-14T04:05:18.3930875Z [6638/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u16.c.obj 2025-03-14T04:05:18.4013588Z [6639/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-lut16-p3-perm-u16.c.obj 2025-03-14T04:05:18.4065835Z [6640/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u32.c.obj 2025-03-14T04:05:18.4869257Z [6641/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-avx512f-rational-12-10-div.c.obj 2025-03-14T04:05:18.4918977Z [6642/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u48.c.obj 2025-03-14T04:05:18.4999902Z [6643/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-avx512f-rational-3-3-nr.c.obj 2025-03-14T04:05:18.5151095Z [6644/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx512f-u32.c.obj 2025-03-14T04:05:18.5265831Z [6645/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx512f-u32.c.obj 2025-03-14T04:05:18.5319074Z [6646/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx512f-u16.c.obj 2025-03-14T04:05:18.5598750Z [6647/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx512f-u32.c.obj 2025-03-14T04:05:18.6105559Z [6648/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx512f-u32.c.obj 2025-03-14T04:05:18.6154317Z [6649/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx512f-u32.c.obj 2025-03-14T04:05:18.6274779Z [6650/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx512f-u32.c.obj 2025-03-14T04:05:18.6287389Z [6651/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u16.c.obj 2025-03-14T04:05:18.6340063Z [6652/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u64.c.obj 2025-03-14T04:05:18.6647039Z [6653/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx512f-u32.c.obj 2025-03-14T04:05:18.6829283Z [6654/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u16.c.obj 2025-03-14T04:05:18.7019592Z [6655/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u16.c.obj 2025-03-14T04:05:18.7075562Z [6656/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u48.c.obj 2025-03-14T04:05:18.7159383Z [6657/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u32.c.obj 2025-03-14T04:05:18.7416789Z [6658/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u32.c.obj 2025-03-14T04:05:18.7655616Z [6659/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u64.c.obj 2025-03-14T04:05:18.7719815Z [6660/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u48.c.obj 2025-03-14T04:05:18.7983420Z [6661/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u64.c.obj 2025-03-14T04:05:18.8059912Z [6662/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u32.c.obj 2025-03-14T04:05:18.8301996Z [6663/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u48.c.obj 2025-03-14T04:05:18.8356686Z [6664/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u16.c.obj 2025-03-14T04:05:18.8763302Z [6665/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u64.c.obj 2025-03-14T04:05:18.8822824Z [6666/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u32.c.obj 2025-03-14T04:05:18.9066750Z [6667/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u48.c.obj 2025-03-14T04:05:18.9131486Z [6668/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u16.c.obj 2025-03-14T04:05:18.9143959Z [6669/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u64.c.obj 2025-03-14T04:05:18.9396141Z [6670/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-div-u16.c.obj 2025-03-14T04:05:18.9528155Z [6671/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-div-u32.c.obj 2025-03-14T04:05:18.9875131Z [6672/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-div-u48.c.obj 2025-03-14T04:05:18.9932659Z [6673/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-div-u64.c.obj 2025-03-14T04:05:19.0323480Z [6674/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u48.c.obj 2025-03-14T04:05:19.0336468Z [6675/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u32.c.obj 2025-03-14T04:05:19.0558529Z [6676/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u16.c.obj 2025-03-14T04:05:19.0769643Z [6677/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u64.c.obj 2025-03-14T04:05:19.0919737Z [6678/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u16.c.obj 2025-03-14T04:05:19.0970457Z [6679/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u32.c.obj 2025-03-14T04:05:19.1285173Z [6680/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u48.c.obj 2025-03-14T04:05:19.1448067Z [6681/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u32.c.obj 2025-03-14T04:05:19.1461377Z [6682/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u16.c.obj 2025-03-14T04:05:19.1680766Z [6683/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u48.c.obj 2025-03-14T04:05:19.2258856Z [6684/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u48.c.obj 2025-03-14T04:05:19.2471974Z [6685/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u64.c.obj 2025-03-14T04:05:19.2519591Z [6686/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx512f-u1.c.obj 2025-03-14T04:05:19.2584585Z [6687/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx512f-u1-prfm.c.obj 2025-03-14T04:05:19.2631066Z [6688/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx512f-u8-prfm.c.obj 2025-03-14T04:05:19.2757286Z [6689/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512f-rational-9-8-div.c.obj 2025-03-14T04:05:19.2829807Z [6690/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u32.c.obj 2025-03-14T04:05:19.3300418Z [6691/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx512f-u8.c.obj 2025-03-14T04:05:19.3517367Z [6692/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx512f-u4.c.obj 2025-03-14T04:05:19.3667315Z [6693/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx512f-u1-prfm.c.obj 2025-03-14T04:05:19.3720487Z [6694/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx512f-u8-prfm.c.obj 2025-03-14T04:05:19.3734546Z [6695/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx512f-u4-prfm.c.obj 2025-03-14T04:05:19.3812403Z [6696/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-goi-avx512f-u4.c.obj 2025-03-14T04:05:19.3829830Z [6697/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx512f-u1.c.obj 2025-03-14T04:05:19.4492648Z [6698/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c16.c.obj 2025-03-14T04:05:19.4666470Z [6699/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c32.c.obj 2025-03-14T04:05:19.4710748Z [6700/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u16.c.obj 2025-03-14T04:05:19.4945213Z [6701/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx512skx-u32.c.obj 2025-03-14T04:05:19.4956473Z [6702/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u32-acc2.c.obj 2025-03-14T04:05:19.5053226Z [6703/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c128.c.obj 2025-03-14T04:05:19.5144711Z [6704/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u48-acc3.c.obj 2025-03-14T04:05:19.5488900Z [6705/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u64-acc2.c.obj 2025-03-14T04:05:19.5737369Z [6706/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u16.c.obj 2025-03-14T04:05:19.5941932Z [6707/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u32-acc2.c.obj 2025-03-14T04:05:19.6165565Z [6708/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u16.c.obj 2025-03-14T04:05:19.6239035Z [6709/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u128-acc4.c.obj 2025-03-14T04:05:19.6300258Z [6710/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u48-acc3.c.obj 2025-03-14T04:05:19.6578635Z [6711/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u32-acc2.c.obj 2025-03-14T04:05:19.6897591Z [6712/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u64-acc2.c.obj 2025-03-14T04:05:19.6909711Z [6713/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u48-acc3.c.obj 2025-03-14T04:05:19.7163473Z [6714/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u16.c.obj 2025-03-14T04:05:19.7210193Z [6715/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u32-acc2.c.obj 2025-03-14T04:05:19.7562825Z [6716/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u64-acc2.c.obj 2025-03-14T04:05:19.7580811Z [6717/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u64-acc4.c.obj 2025-03-14T04:05:19.7761121Z [6718/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u48-acc3.c.obj 2025-03-14T04:05:19.8035646Z [6719/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u16.c.obj 2025-03-14T04:05:19.8240343Z [6720/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u64.c.obj 2025-03-14T04:05:19.8339422Z [6721/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u64-acc2.c.obj 2025-03-14T04:05:19.8568119Z [6722/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx512skx-u32.c.obj 2025-03-14T04:05:19.8920731Z [6723/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u32.c.obj 2025-03-14T04:05:19.8933626Z [6724/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-2x32-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:05:19.9185401Z [6725/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-4x32-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:05:19.9403038Z [6726/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-3x32-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:05:19.9450244Z [6727/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-5x32-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:05:19.9602914Z [6728/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-6x32-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:05:19.9949999Z [6729/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-8x32-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:05:20.0410277Z [6730/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x32-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:05:20.0554631Z [6731/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x16-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:05:20.0747916Z [6732/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x16-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:05:20.0794862Z [6733/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x16-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:05:20.0809311Z [6734/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x16-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:05:20.0873925Z [6735/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x32-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:05:20.1081447Z [6736/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x32-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:05:20.1891491Z [6737/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x16-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:05:20.2182345Z [6738/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x16-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:05:20.2260494Z [6739/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x16-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:05:20.2310490Z [6740/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x16-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:05:20.2321726Z [6741/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x32-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:05:20.2613958Z [6742/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x32-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:05:20.2912482Z [6743/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u32.c.obj 2025-03-14T04:05:20.3110185Z [6744/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u64.c.obj 2025-03-14T04:05:20.3196561Z [6745/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x32-minmax-avx512skx-broadcast.c.obj 2025-03-14T04:05:20.3364279Z [6746/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u96.c.obj 2025-03-14T04:05:20.3410387Z [6747/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u32.c.obj 2025-03-14T04:05:20.4013963Z [6748/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u96.c.obj 2025-03-14T04:05:20.4060768Z [6749/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u64.c.obj 2025-03-14T04:05:20.4187472Z [6750/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-03-14T04:05:20.4390172Z [6751/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c4-minmax-avx512skx-madd.c.obj 2025-03-14T04:05:20.4473024Z [6752/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-madd.c.obj 2025-03-14T04:05:20.4613894Z [6753/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-prfm.c.obj 2025-03-14T04:05:20.5199842Z [6754/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx.c.obj 2025-03-14T04:05:20.5343306Z [6755/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-03-14T04:05:20.5434217Z [6756/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c4-minmax-avx512skx-madd.c.obj 2025-03-14T04:05:20.5733094Z [6757/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx-madd-prfm.c.obj 2025-03-14T04:05:20.6049525Z [6758/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx-madd.c.obj 2025-03-14T04:05:20.6120248Z [6759/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-03-14T04:05:20.6232986Z [6760/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c4-minmax-avx512skx-madd.c.obj 2025-03-14T04:05:20.6512593Z [6761/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx-prfm.c.obj 2025-03-14T04:05:20.6974186Z [6762/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c4-minmax-avx512skx-madd.c.obj 2025-03-14T04:05:20.6985702Z [6763/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-03-14T04:05:20.7560799Z [6764/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx-madd.c.obj 2025-03-14T04:05:20.7614664Z [6765/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx-prfm.c.obj 2025-03-14T04:05:20.7748451Z [6766/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx.c.obj 2025-03-14T04:05:20.7809817Z [6767/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx.c.obj 2025-03-14T04:05:20.7926289Z [6768/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx-madd-prfm.c.obj 2025-03-14T04:05:20.8161218Z [6769/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-03-14T04:05:20.8303609Z [6770/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c4-minmax-avx512skx-madd.c.obj 2025-03-14T04:05:20.9066291Z [6771/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx.c.obj 2025-03-14T04:05:20.9082116Z [6772/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-prfm.c.obj 2025-03-14T04:05:20.9190208Z [6773/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-03-14T04:05:20.9293630Z [6774/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-madd.c.obj 2025-03-14T04:05:20.9570353Z [6775/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c4-minmax-avx512skx-madd.c.obj 2025-03-14T04:05:20.9647135Z [6776/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c8-minmax-avx512skx-madd-prfm.c.obj 2025-03-14T04:05:20.9838650Z [6777/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c8-minmax-avx512skx-madd.c.obj 2025-03-14T04:05:21.0351688Z [6778/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c4-minmax-avx512skx-madd.c.obj 2025-03-14T04:05:21.0363483Z [6779/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-03-14T04:05:21.0729080Z [6780/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c8-minmax-avx512skx-madd-prfm.c.obj 2025-03-14T04:05:21.0799606Z [6781/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c8-minmax-avx512skx-madd.c.obj 2025-03-14T04:05:21.1032263Z [6782/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c8-minmax-avx512skx-madd-prfm.c.obj 2025-03-14T04:05:21.1130205Z [6783/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c4-minmax-avx512skx-madd.c.obj 2025-03-14T04:05:21.1227188Z [6784/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-03-14T04:05:21.1601986Z [6785/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-03-14T04:05:21.1677499Z [6786/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c8-minmax-avx512skx-madd.c.obj 2025-03-14T04:05:21.1931355Z [6787/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c4-minmax-avx512skx-madd.c.obj 2025-03-14T04:05:21.2283976Z [6788/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c8-minmax-avx512skx-madd-prfm.c.obj 2025-03-14T04:05:21.2331519Z [6789/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c8-minmax-avx512skx-madd.c.obj 2025-03-14T04:05:21.2711984Z [6790/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x16c8-minmax-avx512skx-prfm.c.obj 2025-03-14T04:05:21.2726709Z [6791/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx.c.obj 2025-03-14T04:05:21.3378319Z [6792/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x16c8-minmax-avx512skx.c.obj 2025-03-14T04:05:21.3390947Z [6793/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx.c.obj 2025-03-14T04:05:21.3445251Z [6794/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x16c8-minmax-avx512skx-prfm.c.obj 2025-03-14T04:05:21.3603893Z [6795/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x16c8-minmax-avx512skx.c.obj 2025-03-14T04:05:21.3649063Z [6796/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx.c.obj 2025-03-14T04:05:21.3876270Z [6797/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x16c8-minmax-avx512skx-prfm.c.obj 2025-03-14T04:05:21.3926086Z [6798/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x16c8-minmax-avx512skx.c.obj 2025-03-14T04:05:21.4577765Z [6799/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x16c8-minmax-avx512skx.c.obj 2025-03-14T04:05:21.4626545Z [6800/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x16c8-minmax-avx512skx-prfm.c.obj 2025-03-14T04:05:21.4674665Z [6801/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx.c.obj 2025-03-14T04:05:21.4866289Z [6802/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:05:21.5164802Z [6803/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:05:21.5273068Z [6804/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:05:21.5422834Z [6805/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:05:21.5697539Z [6806/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:05:21.5858708Z [6807/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:05:21.5966441Z [6808/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:05:21.6014085Z [6809/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:05:21.6224985Z [6810/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u16.c.obj 2025-03-14T04:05:21.6398854Z [6811/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u64.c.obj 2025-03-14T04:05:21.6502223Z [6812/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u48.c.obj 2025-03-14T04:05:21.7069125Z [6813/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:05:21.7178226Z [6814/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:05:21.7328049Z [6815/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:05:21.7392610Z [6816/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:05:21.7436604Z [6817/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:05:21.7725343Z [6818/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:05:21.7736814Z [6819/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:05:21.8199149Z [6820/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:05:21.8390519Z [6821/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx.c.obj 2025-03-14T04:05:21.8670786Z [6822/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-03-14T04:05:21.8687753Z [6823/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512skx.c.obj 2025-03-14T04:05:21.8907440Z [6824/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx.c.obj 2025-03-14T04:05:21.9196914Z [6825/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-03-14T04:05:21.9293349Z [6826/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx.c.obj 2025-03-14T04:05:21.9527934Z [6827/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512skx.c.obj 2025-03-14T04:05:21.9614595Z [6828/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-03-14T04:05:21.9768228Z [6829/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx.c.obj 2025-03-14T04:05:21.9905691Z [6830/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c8-minmax-fp32-avx512skx.c.obj 2025-03-14T04:05:22.0076586Z [6831/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-03-14T04:05:22.0381285Z [6832/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx512skx-c128.c.obj 2025-03-14T04:05:22.0458628Z [6833/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c8-minmax-fp32-avx512skx.c.obj 2025-03-14T04:05:22.0628957Z [6834/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u64.c.obj 2025-03-14T04:05:22.0696453Z [6835/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u256-acc4.c.obj 2025-03-14T04:05:22.0853312Z [6836/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u256-acc2.c.obj 2025-03-14T04:05:22.0907337Z [6837/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx512skx-mul32-ld128-u32.c.obj 2025-03-14T04:05:22.1095611Z [6838/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.obj 2025-03-14T04:05:22.1554027Z [6839/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:05:22.1685001Z [6840/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:05:22.1776660Z [6841/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:05:22.1945162Z [6842/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:05:22.2077634Z [6843/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:05:22.2179227Z [6844/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:05:22.2346181Z [6845/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:05:22.2736459Z [6846/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-03-14T04:05:22.2869477Z [6847/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u16.c.obj 2025-03-14T04:05:22.3011911Z [6848/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u64.c.obj 2025-03-14T04:05:22.3070536Z [6849/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u48.c.obj 2025-03-14T04:05:22.3545637Z [6850/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-5x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-03-14T04:05:22.3665846Z [6851/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x16c8-minmax-fp32-avx512skx.c.obj 2025-03-14T04:05:22.3770361Z [6852/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-5x16c8-minmax-fp32-avx512skx.c.obj 2025-03-14T04:05:22.3932661Z [6853/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-7x16c8-minmax-fp32-avx512skx.c.obj 2025-03-14T04:05:22.4065553Z [6854/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-8x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-03-14T04:05:22.4382291Z [6855/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-8x16c8-minmax-fp32-avx512skx.c.obj 2025-03-14T04:05:22.4544287Z [6856/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x16c8-minmax-fp32-avx512skx.c.obj 2025-03-14T04:05:22.4707994Z [6857/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-5x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-03-14T04:05:22.4913920Z [6858/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-5x16c8-minmax-fp32-avx512skx.c.obj 2025-03-14T04:05:22.4971244Z [6859/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-7x16c8-minmax-fp32-avx512skx.c.obj 2025-03-14T04:05:22.5240527Z [6860/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-8x16c8-minmax-fp32-avx512skx.c.obj 2025-03-14T04:05:22.5437925Z [6861/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u128.c.obj 2025-03-14T04:05:22.5553790Z [6862/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx512skx-mul32-ld128-u32.c.obj 2025-03-14T04:05:22.5634804Z [6863/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.obj 2025-03-14T04:05:22.5675676Z [6864/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u192.c.obj 2025-03-14T04:05:22.5738972Z [6865/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u256.c.obj 2025-03-14T04:05:22.6011703Z [6866/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u64.c.obj 2025-03-14T04:05:22.6174662Z [6867/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-8x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-03-14T04:05:22.6226560Z [6868/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u192.c.obj 2025-03-14T04:05:22.6358095Z [6869/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u256.c.obj 2025-03-14T04:05:22.6943590Z [6870/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:22.7004746Z [6871/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-5x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:22.7233203Z [6872/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-7x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:22.7304257Z [6873/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-5x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:22.7412708Z [6874/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-7x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:22.7654502Z [6875/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-9x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:22.7706886Z [6876/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:22.8367125Z [6877/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-10x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:22.8414569Z [6878/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-9x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:22.8582858Z [6879/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-10x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:22.8686602Z [6880/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-12x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:22.8733199Z [6881/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-12x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:22.8922292Z [6882/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:22.9252534Z [6883/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:22.9655850Z [6884/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:22.9843839Z [6885/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:23.0066243Z [6886/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:23.0161610Z [6887/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:23.0386148Z [6888/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:23.0705365Z [6889/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:23.0790013Z [6890/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:23.0959251Z [6891/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:23.1121672Z [6892/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:23.1424608Z [6893/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:23.1737565Z [6894/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:23.2020799Z [6895/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:23.2078427Z [6896/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:23.2122818Z [6897/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:23.2255953Z [6898/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:23.2310290Z [6899/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:23.2688724Z [6900/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:23.3047104Z [6901/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:23.3467450Z [6902/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:23.3515647Z [6903/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:23.3627313Z [6904/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:23.3841145Z [6905/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:23.4091136Z [6906/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:23.4251309Z [6907/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:23.4298881Z [6908/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:23.4746962Z [6909/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:23.4802656Z [6910/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:23.5039529Z [6911/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:23.5295418Z [6912/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:23.5504118Z [6913/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:23.5552233Z [6914/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:23.5606256Z [6915/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:23.6265589Z [6916/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:23.6422659Z [6917/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:23.6601633Z [6918/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:23.6697660Z [6919/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:23.6746915Z [6920/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:23.6758140Z [6921/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:23.6807430Z [6922/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:23.7704903Z [6923/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:23.7782281Z [6924/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:23.8069948Z [6925/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:23.8213608Z [6926/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:23.8268918Z [6927/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:23.8365663Z [6928/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:23.8518212Z [6929/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:23.9013418Z [6930/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:23.9365926Z [6931/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:23.9534029Z [6932/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-9x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:23.9611615Z [6933/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-9x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:23.9786207Z [6934/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-9x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:23.9846532Z [6935/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:23.9903645Z [6936/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-9x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:24.0464383Z [6937/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-10x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:24.0700992Z [6938/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-10x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:24.0789907Z [6939/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-10x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:24.1074621Z [6940/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-12x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:24.1121841Z [6941/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-12x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:24.1181096Z [6942/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-12x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:24.1729881Z [6943/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-14x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:24.1792467Z [6944/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-12x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:24.1979863Z [6945/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-14x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:24.2027843Z [6946/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-14x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:24.2594152Z [6947/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:24.2661118Z [6948/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:24.3048064Z [6949/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:24.3262280Z [6950/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-14x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:24.3319233Z [6951/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:24.3407324Z [6952/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:24.3818845Z [6953/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:24.3839707Z [6954/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:24.4100608Z [6955/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:24.4365764Z [6956/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:24.4623971Z [6957/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:24.4682151Z [6958/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:24.4968198Z [6959/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:24.5008697Z [6960/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:24.5374400Z [6961/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:24.5561595Z [6962/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:24.5815355Z [6963/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:24.5877147Z [6964/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:24.5960382Z [6965/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-9x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:24.6243701Z [6966/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-9x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:24.6370397Z [6967/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-9x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:24.7141212Z [6968/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-9x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:24.7242738Z [6969/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-10x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:24.7357133Z [6970/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-10x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:24.7551948Z [6971/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-12x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:24.7563645Z [6972/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-12x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:24.7868776Z [6973/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-12x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:24.8515050Z [6974/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-14x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:24.8526445Z [6975/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-10x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:24.8576006Z [6976/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-12x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:24.8749191Z [6977/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-14x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:24.8885173Z [6978/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-14x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:24.9281370Z [6979/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-14x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:24.9534950Z [6980/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-03-14T04:05:24.9994297Z [6981/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c4-minmax-fp32-avx512vnni.c.obj 2025-03-14T04:05:25.0055336Z [6982/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni.c.obj 2025-03-14T04:05:25.0161929Z [6983/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x16c4-minmax-fp32-avx512vnni.c.obj 2025-03-14T04:05:25.0441813Z [6984/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x16c4-minmax-fp32-avx512vnni.c.obj 2025-03-14T04:05:25.0506704Z [6985/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-03-14T04:05:25.0942781Z [6986/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2025-03-14T04:05:25.1424970Z [6987/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512vnni.c.obj 2025-03-14T04:05:25.1484351Z [6988/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-03-14T04:05:25.1529452Z [6989/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-03-14T04:05:25.1694117Z [6990/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c4-minmax-fp32-avx512vnni.c.obj 2025-03-14T04:05:25.2113721Z [6991/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-03-14T04:05:25.2507194Z [6992/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x16c4-minmax-fp32-avx512vnni.c.obj 2025-03-14T04:05:25.2601666Z [6993/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni.c.obj 2025-03-14T04:05:25.2810431Z [6994/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512vnni.c.obj 2025-03-14T04:05:25.3063941Z [6995/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x16c4-minmax-fp32-avx512vnni.c.obj 2025-03-14T04:05:25.3109870Z [6996/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-03-14T04:05:25.3353332Z [6997/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2025-03-14T04:05:25.3641299Z [6998/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2025-03-14T04:05:25.3820013Z [6999/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x16c8-minmax-fp32-avx512vnni.c.obj 2025-03-14T04:05:25.3874849Z [7000/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-03-14T04:05:25.4256095Z [7001/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x16c4-minmax-fp32-avx512vnni.c.obj 2025-03-14T04:05:25.4459519Z [7002/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x16c8-minmax-fp32-avx512vnni.c.obj 2025-03-14T04:05:25.4607909Z [7003/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2025-03-14T04:05:25.4659906Z [7004/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-03-14T04:05:25.4979676Z [7005/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x16c4-minmax-fp32-avx512vnni.c.obj 2025-03-14T04:05:25.5185098Z [7006/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x16c8-minmax-fp32-avx512vnni.c.obj 2025-03-14T04:05:25.5517484Z [7007/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2025-03-14T04:05:25.5573915Z [7008/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-03-14T04:05:25.5760074Z [7009/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x16c4-minmax-fp32-avx512vnni.c.obj 2025-03-14T04:05:25.6024274Z [7010/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2025-03-14T04:05:25.6152293Z [7011/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x16c8-minmax-fp32-avx512vnni.c.obj 2025-03-14T04:05:25.6272912Z [7012/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:25.6790403Z [7013/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:25.6844609Z [7014/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:25.6895086Z [7015/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:25.7406259Z [7016/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:25.7483243Z [7017/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:25.7670024Z [7018/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:25.7732991Z [7019/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:25.8100059Z [7020/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:25.8350613Z [7021/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:25.8362828Z [7022/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:25.8621398Z [7023/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:25.8731845Z [7024/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:25.9334128Z [7025/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:25.9496448Z [7026/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:25.9698211Z [7027/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:25.9975086Z [7028/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:26.0076278Z [7029/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:26.0092860Z [7030/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:26.0526148Z [7031/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:26.0780319Z [7032/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:26.0827073Z [7033/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:26.1067658Z [7034/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:26.1165778Z [7035/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:26.1277982Z [7036/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:26.1293115Z [7037/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:26.2069389Z [7038/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:26.2207844Z [7039/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:26.2326484Z [7040/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u64.c.obj 2025-03-14T04:05:26.2456199Z [7041/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c4-minmax-avx512vnni.c.obj 2025-03-14T04:05:26.2503479Z [7042/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c8-minmax-avx512vnni.c.obj 2025-03-14T04:05:26.2602723Z [7043/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c8-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:26.3065076Z [7044/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c4-minmax-avx512vnni-prfm.c.obj 2025-03-14T04:05:26.3226443Z [7045/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u256-acc4.c.obj 2025-03-14T04:05:26.3581202Z [7046/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnnigfni.c.obj 2025-03-14T04:05:26.3657571Z [7047/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-5x16c8-minmax-avx512vnnigfni.c.obj 2025-03-14T04:05:26.3704715Z [7048/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u256-acc2.c.obj 2025-03-14T04:05:26.3880492Z [7049/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-5x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:05:26.4278815Z [7050/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-7x16c8-minmax-avx512vnnigfni.c.obj 2025-03-14T04:05:26.4519090Z [7051/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:05:26.4803556Z [7052/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-7x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:05:26.4879963Z [7053/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-9x16c8-minmax-avx512vnnigfni.c.obj 2025-03-14T04:05:26.5045813Z [7054/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnnigfni.c.obj 2025-03-14T04:05:26.5116654Z [7055/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-10x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:05:26.5213502Z [7056/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-9x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:05:26.5626255Z [7057/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-10x16c8-minmax-avx512vnnigfni.c.obj 2025-03-14T04:05:26.5853810Z [7058/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-12x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:05:26.6154021Z [7059/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnnigfni.c.obj 2025-03-14T04:05:26.6324791Z [7060/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-12x16c8-minmax-avx512vnnigfni.c.obj 2025-03-14T04:05:26.6390033Z [7061/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnnigfni.c.obj 2025-03-14T04:05:26.6471071Z [7062/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni.c.obj 2025-03-14T04:05:26.6810444Z [7063/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:05:26.6880351Z [7064/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:05:26.7138107Z [7065/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnnigfni.c.obj 2025-03-14T04:05:26.7369116Z [7066/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:05:26.7751406Z [7067/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:05:26.7801704Z [7068/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnnigfni.c.obj 2025-03-14T04:05:26.8011995Z [7069/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnnigfni.c.obj 2025-03-14T04:05:26.8399849Z [7070/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:05:26.8495793Z [7071/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnnigfni.c.obj 2025-03-14T04:05:26.8582754Z [7072/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnnigfni.c.obj 2025-03-14T04:05:26.8673141Z [7073/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:05:26.9141115Z [7074/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnnigfni.c.obj 2025-03-14T04:05:26.9683409Z [7075/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnnigfni.c.obj 2025-03-14T04:05:26.9814262Z [7076/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:05:26.9826953Z [7077/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:05:27.0020380Z [7078/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:05:27.0031678Z [7079/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:05:27.0082568Z [7080/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c4-minmax-avx512vnnigfni.c.obj 2025-03-14T04:05:27.0265533Z [7081/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c8-minmax-avx512vnnigfni.c.obj 2025-03-14T04:05:27.0982651Z [7082/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:05:27.1238728Z [7083/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c4-minmax-avx512vnnigfni.c.obj 2025-03-14T04:05:27.1458773Z [7084/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:05:27.1615981Z [7085/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c8-minmax-avx512vnnigfni.c.obj 2025-03-14T04:05:27.1701834Z [7086/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:05:27.1747806Z [7087/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c4-minmax-avx512vnnigfni.c.obj 2025-03-14T04:05:27.2192636Z [7088/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:05:27.2291723Z [7089/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c8-minmax-avx512vnnigfni.c.obj 2025-03-14T04:05:27.2669645Z [7090/7574] Linking CXX static library lib\gmock.lib 2025-03-14T04:05:27.2951109Z [7091/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnnigfni.c.obj 2025-03-14T04:05:27.2980732Z [7092/7574] Linking CXX static library lib\gtest_main.lib 2025-03-14T04:05:27.3061123Z [7093/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c4-minmax-avx512vnnigfni.c.obj 2025-03-14T04:05:27.3287145Z [7094/7574] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-03-14T04:05:27.4041267Z [7095/7574] Linking CXX static library lib\benchmark.lib 2025-03-14T04:05:27.5017996Z [7096/7574] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark_main.dir\benchmark_main.cc.obj 2025-03-14T04:05:27.5364386Z [7097/7574] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\src\gmock_main.cc.obj 2025-03-14T04:05:27.6006546Z [7098/7574] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\src\gmock-all.cc.obj 2025-03-14T04:05:27.6937605Z [7099/7574] Building CXX object c10\test\CMakeFiles\c10_CompileTimeFunctionPointer_test.dir\core\CompileTimeFunctionPointer_test.cpp.obj 2025-03-14T04:05:27.6999666Z [7100/7574] Building CXX object third_party\fmt\CMakeFiles\fmt.dir\src\format.cc.obj 2025-03-14T04:05:27.7074153Z [7101/7574] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\__\googletest\src\gtest-all.cc.obj 2025-03-14T04:05:27.7728867Z [7102/7574] Building CXX object third_party\fmt\CMakeFiles\fmt.dir\src\os.cc.obj 2025-03-14T04:05:27.8025746Z [7103/7574] Building CXX object c10\test\CMakeFiles\c10_DeviceGuard_test.dir\core\DeviceGuard_test.cpp.obj 2025-03-14T04:05:27.8904648Z [7104/7574] Building CXX object c10\test\CMakeFiles\c10_Device_test.dir\core\Device_test.cpp.obj 2025-03-14T04:05:27.9568873Z [7105/7574] Building CXX object c10\test\CMakeFiles\c10_StreamGuard_test.dir\core\StreamGuard_test.cpp.obj 2025-03-14T04:05:27.9727590Z [7106/7574] Building CXX object c10\test\CMakeFiles\c10_DispatchKeySet_test.dir\core\DispatchKeySet_test.cpp.obj 2025-03-14T04:05:28.0675549Z [7107/7574] Building CXX object c10\test\CMakeFiles\c10_SymInt_test.dir\core\SymInt_test.cpp.obj 2025-03-14T04:05:28.1053518Z [7108/7574] Building CXX object c10\test\CMakeFiles\c10_Scalar_test.dir\core\Scalar_test.cpp.obj 2025-03-14T04:05:28.1895353Z [7109/7574] Building CXX object c10\test\CMakeFiles\c10_InlineDeviceGuard_test.dir\core\impl\InlineDeviceGuard_test.cpp.obj 2025-03-14T04:05:28.2321919Z [7110/7574] Building CXX object c10\test\CMakeFiles\c10_InlineStreamGuard_test.dir\core\impl\InlineStreamGuard_test.cpp.obj 2025-03-14T04:05:28.2579558Z [7111/7574] Building CXX object c10\test\CMakeFiles\c10_SizesAndStrides_test.dir\core\impl\SizesAndStrides_test.cpp.obj 2025-03-14T04:05:28.3071149Z [7112/7574] Building CXX object c10\test\CMakeFiles\c10_ArrayRef_test.dir\util\ArrayRef_test.cpp.obj 2025-03-14T04:05:28.3187466Z [7113/7574] Building CXX object c10\test\CMakeFiles\c10_ConstexprCrc_test.dir\util\ConstexprCrc_test.cpp.obj 2025-03-14T04:05:28.4140080Z [7114/7574] Building CXX object c10\test\CMakeFiles\c10_Bitset_test.dir\util\Bitset_test.cpp.obj 2025-03-14T04:05:28.4945170Z [7115/7574] Building CXX object c10\test\CMakeFiles\c10_cow_test.dir\core\impl\cow_test.cpp.obj 2025-03-14T04:05:28.5006224Z [7116/7574] Building CXX object c10\test\CMakeFiles\c10_DeadlockDetection_test.dir\util\DeadlockDetection_test.cpp.obj 2025-03-14T04:05:28.6063452Z [7117/7574] Building CXX object c10\test\CMakeFiles\c10_Half_test.dir\util\Half_test.cpp.obj 2025-03-14T04:05:28.6677646Z [7118/7574] Building CXX object c10\test\CMakeFiles\c10_LeftRight_test.dir\util\LeftRight_test.cpp.obj 2025-03-14T04:05:28.6848694Z [7119/7574] Building CXX object c10\test\CMakeFiles\c10_NetworkFlow_test.dir\util\NetworkFlow_test.cpp.obj 2025-03-14T04:05:28.7458380Z [7120/7574] Building CXX object c10\test\CMakeFiles\c10_Synchronized_test.dir\util\Synchronized_test.cpp.obj 2025-03-14T04:05:28.7508179Z [7121/7574] Building CXX object c10\test\CMakeFiles\c10_Metaprogramming_test.dir\util\Metaprogramming_test.cpp.obj 2025-03-14T04:05:28.8681519Z [7122/7574] Building CXX object c10\test\CMakeFiles\c10_ThreadLocal_test.dir\util\ThreadLocal_test.cpp.obj 2025-03-14T04:05:28.8780065Z [7123/7574] Building CXX object c10\test\CMakeFiles\c10_TypeIndex_test.dir\util\TypeIndex_test.cpp.obj 2025-03-14T04:05:28.9548184Z [7124/7574] Building CXX object c10\test\CMakeFiles\c10_TypeTraits_test.dir\util\TypeTraits_test.cpp.obj 2025-03-14T04:05:28.9674367Z [7125/7574] Building CXX object c10\test\CMakeFiles\c10_TypeList_test.dir\util\TypeList_test.cpp.obj 2025-03-14T04:05:29.0119018Z [7126/7574] Building CXX object c10\test\CMakeFiles\c10_accumulate_test.dir\util\accumulate_test.cpp.obj 2025-03-14T04:05:29.1035823Z [7127/7574] Building CXX object c10\test\CMakeFiles\c10_bit_cast_test.dir\util\bit_cast_test.cpp.obj 2025-03-14T04:05:29.1968999Z [7128/7574] Building CXX object c10\test\CMakeFiles\c10_bfloat16_test.dir\util\bfloat16_test.cpp.obj 2025-03-14T04:05:29.2473711Z [7129/7574] Building CXX object c10\test\CMakeFiles\c10_error_test.dir\util\error_test.cpp.obj 2025-03-14T04:05:29.2929599Z [7130/7574] Building CXX object c10\test\CMakeFiles\c10_complex_math_test.dir\util\complex_math_test.cpp.obj 2025-03-14T04:05:29.3334060Z [7131/7574] Building CXX object c10\test\CMakeFiles\c10_complex_test.dir\util\complex_test.cpp.obj 2025-03-14T04:05:29.3678417Z [7132/7574] Building CXX object c10\test\CMakeFiles\c10_exception_test.dir\util\exception_test.cpp.obj 2025-03-14T04:05:29.3779004Z [7133/7574] Building CXX object c10\test\CMakeFiles\c10_flags_test.dir\util\flags_test.cpp.obj 2025-03-14T04:05:29.4272649Z [7134/7574] Building CXX object c10\test\CMakeFiles\c10_generic_math_test.dir\util\generic_math_test.cpp.obj 2025-03-14T04:05:29.5897172Z [7135/7574] Building CXX object c10\test\CMakeFiles\c10_irange_test.dir\util\irange_test.cpp.obj 2025-03-14T04:05:29.6772530Z [7136/7574] Building CXX object c10\test\CMakeFiles\c10_intrusive_ptr_test.dir\util\intrusive_ptr_test.cpp.obj 2025-03-14T04:05:29.7064091Z [7137/7574] Building CXX object c10\test\CMakeFiles\c10_lazy_test.dir\util\lazy_test.cpp.obj 2025-03-14T04:05:29.7517438Z [7138/7574] Building CXX object c10\test\CMakeFiles\c10_logging_test.dir\util\logging_test.cpp.obj 2025-03-14T04:05:29.7610635Z [7139/7574] Building CXX object c10\test\CMakeFiles\c10_ordered_preserving_dict_test.dir\util\ordered_preserving_dict_test.cpp.obj 2025-03-14T04:05:29.7667626Z [7140/7574] Building CXX object c10\test\CMakeFiles\c10_registry_test.dir\util\registry_test.cpp.obj 2025-03-14T04:05:29.8171030Z [7141/7574] Building CXX object c10\test\CMakeFiles\c10_optional_test.dir\util\optional_test.cpp.obj 2025-03-14T04:05:29.8172353Z C:\actions-runner\_work\pytorch\pytorch\c10\test\util\optional_test.cpp(70): warning C4834: discarding return value of function with 'nodiscard' attribute 2025-03-14T04:05:29.8173885Z C:\actions-runner\_work\pytorch\pytorch\c10\test\util\optional_test.cpp(63): note: while compiling class template member function 'void `anonymous-namespace'::OptionalTest_Empty_Test::TestBody(void)' 2025-03-14T04:05:29.8174890Z with 2025-03-14T04:05:29.8175070Z [ 2025-03-14T04:05:29.8175257Z T=Type 2025-03-14T04:05:29.8175455Z ] 2025-03-14T04:05:29.8176635Z C:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\googletest\googletest\include\gtest/internal/gtest-internal.h(499): note: see reference to class template instantiation '`anonymous-namespace'::OptionalTest_Empty_Test' being compiled 2025-03-14T04:05:29.8178037Z with 2025-03-14T04:05:29.8178231Z [ 2025-03-14T04:05:29.8178403Z T=Type 2025-03-14T04:05:29.8178628Z ] 2025-03-14T04:05:29.8179651Z C:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\googletest\googletest\include\gtest/internal/gtest-internal.h(713): note: see reference to class template instantiation 'testing::internal::SuiteApiResolver' being compiled 2025-03-14T04:05:29.8182768Z C:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\googletest\googletest\include\gtest/internal/gtest-internal.h(705): note: while compiling class template member function 'bool testing::internal::TypeParameterizedTest<`anonymous-namespace'::OptionalTest,testing::internal::TemplateSel<`anonymous-namespace'::OptionalTest_Empty_Test>,`anonymous-namespace'::gtest_type_params_OptionalTest_>::Register(const char *,testing::internal::CodeLocation,const char *,const char *,int,const std::vector> &)' 2025-03-14T04:05:29.8187441Z C:\actions-runner\_work\pytorch\pytorch\c10\test\util\optional_test.cpp(63): note: see reference to function template instantiation 'bool testing::internal::TypeParameterizedTest<`anonymous-namespace'::OptionalTest,testing::internal::TemplateSel<`anonymous-namespace'::OptionalTest_Empty_Test>,`anonymous-namespace'::gtest_type_params_OptionalTest_>::Register(const char *,testing::internal::CodeLocation,const char *,const char *,int,const std::vector> &)' being compiled 2025-03-14T04:05:29.9649293Z C:\actions-runner\_work\pytorch\pytorch\c10\test\util\optional_test.cpp(63): note: see reference to class template instantiation 'testing::internal::TypeParameterizedTest<`anonymous-namespace'::OptionalTest,testing::internal::TemplateSel<`anonymous-namespace'::OptionalTest_Empty_Test>,`anonymous-namespace'::gtest_type_params_OptionalTest_>' being compiled 2025-03-14T04:05:29.9653085Z [7142/7574] Building CXX object c10\test\CMakeFiles\c10_small_vector_test.dir\util\small_vector_test.cpp.obj 2025-03-14T04:05:30.0133963Z [7143/7574] Building CXX object c10\test\CMakeFiles\c10_string_util_test.dir\util\string_util_test.cpp.obj 2025-03-14T04:05:30.0475704Z [7144/7574] Building CXX object c10\test\CMakeFiles\c10_ssize_test.dir\util\ssize_test.cpp.obj 2025-03-14T04:05:30.0919685Z [7145/7574] Building CXX object c10\test\CMakeFiles\c10_tempfile_test.dir\util\tempfile_test.cpp.obj 2025-03-14T04:05:30.1105025Z [7146/7574] Building CXX object c10\benchmark\CMakeFiles\c10_intrusive_ptr_benchmark.dir\intrusive_ptr_benchmark.cpp.obj 2025-03-14T04:05:30.2217581Z [7147/7574] Building CXX object c10\test\CMakeFiles\c10_typeid_test.dir\util\typeid_test.cpp.obj 2025-03-14T04:05:30.2489875Z [7148/7574] Building CXX object c10\test\CMakeFiles\c10_string_view_test.dir\util\string_view_test.cpp.obj 2025-03-14T04:05:31.3901398Z [7149/7574] Building CUDA object c10\cuda\test\CMakeFiles\c10_cuda_CUDAAssertionsTest_1_var_test.dir\impl\CUDAAssertionsTest_1_var_test.cu.obj 2025-03-14T04:05:31.4043253Z CUDAAssertionsTest_1_var_test.cu 2025-03-14T04:05:31.4043704Z tmpxft_00001200_00000000-7_CUDAAssertionsTest_1_var_test.cudafe1.cpp 2025-03-14T04:05:31.4044598Z [7150/7574] Building CUDA object c10\cuda\test\CMakeFiles\c10_cuda_CUDAAssertionsTest_from_2_processes.dir\impl\CUDAAssertionsTest_from_2_processes.cu.obj 2025-03-14T04:05:31.4175224Z CUDAAssertionsTest_from_2_processes.cu 2025-03-14T04:05:31.4175734Z tmpxft_00000fb0_00000000-7_CUDAAssertionsTest_from_2_processes.cudafe1.cpp 2025-03-14T04:05:31.4176744Z [7151/7574] Building CUDA object c10\cuda\test\CMakeFiles\c10_cuda_CUDAAssertionsTest_catches_stream.dir\impl\CUDAAssertionsTest_catches_stream.cu.obj 2025-03-14T04:05:31.4443372Z CUDAAssertionsTest_catches_stream.cu 2025-03-14T04:05:31.4443912Z tmpxft_00000eb4_00000000-7_CUDAAssertionsTest_catches_stream.cudafe1.cpp 2025-03-14T04:05:31.4445197Z [7152/7574] 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 2025-03-14T04:05:31.4996124Z CUDAAssertionsTest_catches_thread_and_block_and_device.cu 2025-03-14T04:05:31.4996769Z tmpxft_00001224_00000000-7_CUDAAssertionsTest_catches_thread_and_block_and_device.cudafe1.cpp 2025-03-14T04:05:31.4998039Z [7153/7574] 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 2025-03-14T04:05:31.5205716Z CUDAAssertionsTest_multiple_writes_from_blocks_and_threads.cu 2025-03-14T04:05:31.5206383Z tmpxft_00000850_00000000-7_CUDAAssertionsTest_multiple_writes_from_blocks_and_threads.cudafe1.cpp 2025-03-14T04:05:31.5207116Z [7154/7574] Building C object caffe2\CMakeFiles\torch_global_deps.dir\__\torch\csrc\empty.c.obj 2025-03-14T04:05:31.5223783Z [7155/7574] 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 2025-03-14T04:05:31.6539934Z CUDAAssertionsTest_multiple_writes_from_multiple_blocks.cu 2025-03-14T04:05:31.6540846Z tmpxft_00001210_00000000-7_CUDAAssertionsTest_multiple_writes_from_multiple_blocks.cudafe1.cpp 2025-03-14T04:05:31.6542000Z [7156/7574] 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 2025-03-14T04:05:31.6635577Z CUDAAssertionsTest_multiple_writes_from_same_block.cu 2025-03-14T04:05:31.6636283Z tmpxft_000013d4_00000000-7_CUDAAssertionsTest_multiple_writes_from_same_block.cudafe1.cpp 2025-03-14T04:05:31.6637084Z [7157/7574] Building CXX object caffe2\CMakeFiles\caffe2_nvrtc.dir\__\aten\src\ATen\cuda\nvrtc_stub\ATenNVRTC.cpp.obj 2025-03-14T04:05:31.7364182Z [7158/7574] Building CXX object c10\cuda\test\CMakeFiles\c10_cuda_CUDATest.dir\impl\CUDATest.cpp.obj 2025-03-14T04:05:31.9558193Z [7159/7574] Building CXX object caffe2\CMakeFiles\vec_test_all_types_DEFAULT.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2025-03-14T04:05:31.9911832Z [7160/7574] Building CXX object caffe2\CMakeFiles\Dimname_test.dir\__\aten\src\ATen\test\Dimname_test.cpp.obj 2025-03-14T04:05:32.1367646Z [7161/7574] Building CXX object caffe2\CMakeFiles\vec_test_all_types_AVX2.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2025-03-14T04:05:32.1369597Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:05:32.1371794Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(120): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:05:32.1579905Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(125): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:05:32.1581334Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(127): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-03-14T04:05:32.1582505Z [7162/7574] Building CXX object caffe2\CMakeFiles\vec_test_all_types_AVX512.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2025-03-14T04:05:34.3453420Z [7163/7574] Building CXX object caffe2\CMakeFiles\Dict_test.dir\__\aten\src\ATen\test\Dict_test.cpp.obj 2025-03-14T04:05:34.3957504Z [7164/7574] Building CXX object caffe2\CMakeFiles\MaybeOwned_test.dir\__\aten\src\ATen\test\MaybeOwned_test.cpp.obj 2025-03-14T04:05:34.4862875Z [7165/7574] Building CXX object caffe2\CMakeFiles\NamedTensor_test.dir\__\aten\src\ATen\test\NamedTensor_test.cpp.obj 2025-03-14T04:05:34.7952419Z [7166/7574] Building CXX object caffe2\CMakeFiles\apply_utils_test.dir\__\aten\src\ATen\test\apply_utils_test.cpp.obj 2025-03-14T04:05:34.8619045Z [7167/7574] Building CXX object caffe2\CMakeFiles\atest.dir\__\aten\src\ATen\test\atest.cpp.obj 2025-03-14T04:05:34.9026740Z [7168/7574] Building CXX object caffe2\CMakeFiles\basic.dir\__\aten\src\ATen\test\basic.cpp.obj 2025-03-14T04:05:34.9559548Z [7169/7574] Building CXX object caffe2\CMakeFiles\broadcast_test.dir\__\aten\src\ATen\test\broadcast_test.cpp.obj 2025-03-14T04:05:37.0864259Z [7170/7574] Building CXX object caffe2\CMakeFiles\cpu_allocator_test.dir\__\aten\src\ATen\test\cpu_allocator_test.cpp.obj 2025-03-14T04:05:37.2444349Z [7171/7574] Building CXX object caffe2\CMakeFiles\cpu_profiling_allocator_test.dir\__\aten\src\ATen\test\cpu_profiling_allocator_test.cpp.obj 2025-03-14T04:05:37.2840009Z [7172/7574] Building CXX object caffe2\CMakeFiles\cpu_generator_test.dir\__\aten\src\ATen\test\cpu_generator_test.cpp.obj 2025-03-14T04:05:37.6293662Z [7173/7574] Building CXX object caffe2\CMakeFiles\dlconvertor_test.dir\__\aten\src\ATen\test\dlconvertor_test.cpp.obj 2025-03-14T04:05:37.7197267Z [7174/7574] Building CXX object caffe2\CMakeFiles\dispatch_key_set_test.dir\__\aten\src\ATen\test\dispatch_key_set_test.cpp.obj 2025-03-14T04:05:37.7741440Z [7175/7574] Building CXX object caffe2\CMakeFiles\extension_backend_test.dir\__\aten\src\ATen\test\extension_backend_test.cpp.obj 2025-03-14T04:05:37.9875725Z [7176/7574] Building CXX object caffe2\CMakeFiles\cpu_rng_test.dir\__\aten\src\ATen\test\cpu_rng_test.cpp.obj 2025-03-14T04:05:39.8865673Z [7177/7574] Building CXX object caffe2\CMakeFiles\half_test.dir\__\aten\src\ATen\test\half_test.cpp.obj 2025-03-14T04:05:40.1719360Z [7178/7574] Building CXX object caffe2\CMakeFiles\lazy_tensor_test.dir\__\aten\src\ATen\test\lazy_tensor_test.cpp.obj 2025-03-14T04:05:40.2984016Z [7179/7574] Building CXX object caffe2\CMakeFiles\ivalue_test.dir\__\aten\src\ATen\test\ivalue_test.cpp.obj 2025-03-14T04:05:40.4502294Z [7180/7574] Building CXX object caffe2\CMakeFiles\memory_format_test.dir\__\aten\src\ATen\test\memory_format_test.cpp.obj 2025-03-14T04:05:40.5104969Z [7181/7574] Building CXX object caffe2\CMakeFiles\operator_name_test.dir\__\aten\src\ATen\test\operator_name_test.cpp.obj 2025-03-14T04:05:40.5374790Z [7182/7574] Building CXX object caffe2\CMakeFiles\math_kernel_test.dir\__\aten\src\ATen\test\math_kernel_test.cpp.obj 2025-03-14T04:05:40.5749468Z [7183/7574] Building CXX object caffe2\CMakeFiles\memory_overlapping_test.dir\__\aten\src\ATen\test\memory_overlapping_test.cpp.obj 2025-03-14T04:05:41.1397868Z [7184/7574] Building CXX object caffe2\CMakeFiles\mobile_memory_cleanup.dir\__\aten\src\ATen\test\mobile_memory_cleanup.cpp.obj 2025-03-14T04:05:42.7423612Z [7185/7574] Building CXX object caffe2\CMakeFiles\native_test.dir\__\aten\src\ATen\test\native_test.cpp.obj 2025-03-14T04:05:43.1701406Z [7186/7574] Building CXX object caffe2\CMakeFiles\operators_test.dir\__\aten\src\ATen\test\operators_test.cpp.obj 2025-03-14T04:05:43.2919365Z [7187/7574] Building CXX object caffe2\CMakeFiles\packedtensoraccessor_test.dir\__\aten\src\ATen\test\packedtensoraccessor_test.cpp.obj 2025-03-14T04:05:43.3418487Z [7188/7574] Building CXX object caffe2\CMakeFiles\quantized_test.dir\__\aten\src\ATen\test\quantized_test.cpp.obj 2025-03-14T04:05:43.4379746Z [7189/7574] Building CXX object caffe2\CMakeFiles\pow_test.dir\__\aten\src\ATen\test\pow_test.cpp.obj 2025-03-14T04:05:43.4604246Z [7190/7574] Building CXX object caffe2\CMakeFiles\reduce_ops_test.dir\__\aten\src\ATen\test\reduce_ops_test.cpp.obj 2025-03-14T04:05:43.9657297Z [7191/7574] Building CXX object caffe2\CMakeFiles\reportMemoryUsage_test.dir\__\aten\src\ATen\test\reportMemoryUsage_test.cpp.obj 2025-03-14T04:05:45.1883128Z [7192/7574] Building CXX object caffe2\CMakeFiles\StorageUtils_test.dir\__\aten\src\ATen\test\StorageUtils_test.cpp.obj 2025-03-14T04:05:45.4919965Z [7193/7574] Building CXX object caffe2\CMakeFiles\scalar_tensor_test.dir\__\aten\src\ATen\test\scalar_tensor_test.cpp.obj 2025-03-14T04:05:45.9481843Z [7194/7574] Building CXX object caffe2\CMakeFiles\scalar_test.dir\__\aten\src\ATen\test\scalar_test.cpp.obj 2025-03-14T04:05:46.0004988Z [7195/7574] Building CXX object caffe2\CMakeFiles\type_ptr_test.dir\__\aten\src\ATen\test\type_ptr_test.cpp.obj 2025-03-14T04:05:46.1015787Z [7196/7574] Building CXX object caffe2\CMakeFiles\stride_properties_test.dir\__\aten\src\ATen\test\stride_properties_test.cpp.obj 2025-03-14T04:05:46.3207758Z [7197/7574] Building CXX object caffe2\CMakeFiles\tensor_iterator_test.dir\__\aten\src\ATen\test\tensor_iterator_test.cpp.obj 2025-03-14T04:05:46.5112440Z [7198/7574] Building CXX object caffe2\CMakeFiles\test_parallel.dir\__\aten\src\ATen\test\test_parallel.cpp.obj 2025-03-14T04:05:46.6633254Z [7199/7574] Building CXX object caffe2\CMakeFiles\thread_init_test.dir\__\aten\src\ATen\test\thread_init_test.cpp.obj 2025-03-14T04:05:48.4184171Z [7200/7574] Building CXX object caffe2\CMakeFiles\type_test.dir\__\aten\src\ATen\test\type_test.cpp.obj 2025-03-14T04:05:48.7439591Z [7201/7574] Building CXX object caffe2\CMakeFiles\verify_api_visibility.dir\__\aten\src\ATen\test\verify_api_visibility.cpp.obj 2025-03-14T04:05:48.8098559Z [7202/7574] Building CXX object caffe2\CMakeFiles\undefined_tensor_test.dir\__\aten\src\ATen\test\undefined_tensor_test.cpp.obj 2025-03-14T04:05:48.9833097Z [7203/7574] Building CXX object caffe2\CMakeFiles\legacy_vmap_test.dir\__\aten\src\ATen\test\legacy_vmap_test.cpp.obj 2025-03-14T04:05:49.1348054Z [7204/7574] Building CXX object caffe2\CMakeFiles\weakref_test.dir\__\aten\src\ATen\test\weakref_test.cpp.obj 2025-03-14T04:05:49.2036354Z [7205/7574] Building CXX object caffe2\CMakeFiles\wrapdim_test.dir\__\aten\src\ATen\test\wrapdim_test.cpp.obj 2025-03-14T04:05:49.4521092Z [7206/7574] Building CXX object caffe2\CMakeFiles\xla_tensor_test.dir\__\aten\src\ATen\test\xla_tensor_test.cpp.obj 2025-03-14T04:05:49.5985798Z [7207/7574] Building CXX object caffe2\CMakeFiles\List_test.dir\__\aten\src\ATen\core\List_test.cpp.obj 2025-03-14T04:05:49.8982980Z [7208/7574] Building CXX object caffe2\CMakeFiles\kernel_function_legacy_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_function_legacy_test.cpp.obj 2025-03-14T04:05:50.0589803Z [7209/7574] Building CXX object caffe2\CMakeFiles\kernel_function_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_function_test.cpp.obj 2025-03-14T04:05:50.1763414Z [7210/7574] Building CXX object caffe2\CMakeFiles\kernel_lambda_legacy_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_lambda_legacy_test.cpp.obj 2025-03-14T04:05:50.2845487Z [7211/7574] Building CXX object caffe2\CMakeFiles\IListRef_test.dir\__\aten\src\ATen\core\IListRef_test.cpp.obj 2025-03-14T04:05:50.3535739Z [7212/7574] Building CXX object caffe2\CMakeFiles\kernel_lambda_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_lambda_test.cpp.obj 2025-03-14T04:05:50.4606164Z [7213/7574] Building CXX object caffe2\CMakeFiles\kernel_stackbased_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_stackbased_test.cpp.obj 2025-03-14T04:05:50.4621848Z [7214/7574] Building CXX object caffe2\CMakeFiles\CppSignature_test.dir\__\aten\src\ATen\core\dispatch\CppSignature_test.cpp.obj 2025-03-14T04:05:50.6131557Z [7215/7574] Building CXX object caffe2\CMakeFiles\op_allowlist_test.dir\__\aten\src\ATen\core\op_registration\op_allowlist_test.cpp.obj 2025-03-14T04:05:50.7525941Z [7216/7574] Building CXX object caffe2\CMakeFiles\make_boxed_from_unboxed_functor_test.dir\__\aten\src\ATen\core\boxing\impl\make_boxed_from_unboxed_functor_test.cpp.obj 2025-03-14T04:05:50.9068010Z [7217/7574] Building CXX object caffe2\CMakeFiles\inline_container_test.dir\serialize\inline_container_test.cc.obj 2025-03-14T04:05:51.3086525Z [7218/7574] Building CXX object caffe2\CMakeFiles\cuda_apply_test.dir\__\aten\src\ATen\test\cuda_apply_test.cpp.obj 2025-03-14T04:05:51.3716370Z [7219/7574] Building CXX object caffe2\CMakeFiles\op_registration_test.dir\__\aten\src\ATen\core\op_registration\op_registration_test.cpp.obj 2025-03-14T04:05:51.7975898Z [7220/7574] Building CXX object caffe2\CMakeFiles\KernelFunction_test.dir\__\aten\src\ATen\core\boxing\KernelFunction_test.cpp.obj 2025-03-14T04:05:53.1303335Z [7221/7574] Building CUDA object caffe2\CMakeFiles\cuda_atomic_ops_test.dir\__\aten\src\ATen\test\cuda_atomic_ops_test.cu.obj 2025-03-14T04:05:53.1582707Z cuda_atomic_ops_test.cu 2025-03-14T04:05:53.1583094Z tmpxft_00000430_00000000-7_cuda_atomic_ops_test.cudafe1.cpp 2025-03-14T04:05:53.1583935Z [7222/7574] Building CXX object caffe2\CMakeFiles\backend_fallback_test.dir\__\aten\src\ATen\core\dispatch\backend_fallback_test.cpp.obj 2025-03-14T04:05:53.2695913Z [7223/7574] Building CUDA object caffe2\CMakeFiles\cuda_complex_math_test.dir\__\aten\src\ATen\test\cuda_complex_math_test.cu.obj 2025-03-14T04:05:53.5942118Z cuda_complex_math_test.cu 2025-03-14T04:05:53.5942550Z tmpxft_00000ccc_00000000-7_cuda_complex_math_test.cudafe1.cpp 2025-03-14T04:05:53.5945242Z [7224/7574] Building CXX object caffe2\CMakeFiles\cuda_allocator_test.dir\__\aten\src\ATen\test\cuda_allocator_test.cpp.obj 2025-03-14T04:05:53.7728899Z [7225/7574] Building CUDA object caffe2\CMakeFiles\cuda_complex_test.dir\__\aten\src\ATen\test\cuda_complex_test.cu.obj 2025-03-14T04:05:53.8054930Z cuda_complex_test.cu 2025-03-14T04:05:53.8055558Z tmpxft_00000f9c_00000000-7_cuda_complex_test.cudafe1.cpp 2025-03-14T04:05:53.8056769Z [7226/7574] Building CXX object caffe2\CMakeFiles\cuda_device_test.dir\__\aten\src\ATen\test\cuda_device_test.cpp.obj 2025-03-14T04:05:54.1001955Z [7227/7574] Building CXX object caffe2\CMakeFiles\cuda_caching_host_allocator_test.dir\__\aten\src\ATen\test\cuda_caching_host_allocator_test.cpp.obj 2025-03-14T04:05:55.0087926Z [7228/7574] Building CUDA object caffe2\CMakeFiles\cuda_cub_test.dir\__\aten\src\ATen\test\cuda_cub_test.cu.obj 2025-03-14T04:05:56.5336673Z cuda_cub_test.cu 2025-03-14T04:05:56.5337166Z tmpxft_00000ddc_00000000-7_cuda_cub_test.cudafe1.cpp 2025-03-14T04:05:56.5338275Z [7229/7574] Building CUDA object caffe2\CMakeFiles\cuda_integer_divider_test.dir\__\aten\src\ATen\test\cuda_integer_divider_test.cu.obj 2025-03-14T04:05:56.5339317Z cuda_integer_divider_test.cu 2025-03-14T04:05:56.5339845Z tmpxft_00001380_00000000-7_cuda_integer_divider_test.cudafe1.cpp 2025-03-14T04:05:56.5341218Z 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 2025-03-14T04:05:56.5344426Z 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 2025-03-14T04:05:56.5346686Z with 2025-03-14T04:05:56.5346991Z [ 2025-03-14T04:05:56.5347415Z _Alloc=std::allocator>, 2025-03-14T04:05:56.5348029Z _Ty=TestCase, 2025-03-14T04:05:56.5349438Z Value=unsigned __int64, 2025-03-14T04:05:56.5349931Z _Objty=TestCase 2025-03-14T04:05:56.5351001Z ] 2025-03-14T04:05:56.5352925Z 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 2025-03-14T04:05:56.5354273Z with 2025-03-14T04:05:56.5354463Z [ 2025-03-14T04:05:56.5354724Z _Alloc=std::allocator>, 2025-03-14T04:05:56.5355069Z _Ty=TestCase, 2025-03-14T04:05:56.5355378Z Value=unsigned __int64, 2025-03-14T04:05:56.5355671Z _Objty=TestCase 2025-03-14T04:05:56.5355958Z ] 2025-03-14T04:05:56.5357994Z 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 2025-03-14T04:05:56.5359257Z with 2025-03-14T04:05:56.5359432Z [ 2025-03-14T04:05:56.5359645Z _Ty=TestCase, 2025-03-14T04:05:56.5359947Z Value=unsigned __int64 2025-03-14T04:05:56.5360198Z ] 2025-03-14T04:05:56.5361287Z 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 2025-03-14T04:05:56.5363810Z with 2025-03-14T04:05:56.5364183Z [ 2025-03-14T04:05:56.5364565Z _Ty=TestCase, 2025-03-14T04:05:56.5365061Z Value=unsigned __int64 2025-03-14T04:05:56.5365491Z ] 2025-03-14T04:05:56.5367109Z 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)' 2025-03-14T04:05:56.5368812Z with 2025-03-14T04:05:56.5369366Z [ 2025-03-14T04:05:56.5369708Z Value=unsigned __int64 2025-03-14T04:05:56.5370138Z ] 2025-03-14T04:05:56.8081357Z 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 2025-03-14T04:05:56.8083807Z with 2025-03-14T04:05:56.8084159Z [ 2025-03-14T04:05:56.8084497Z Value=unsigned __int64 2025-03-14T04:05:56.8084974Z ] 2025-03-14T04:05:56.8087741Z 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 2025-03-14T04:05:56.8090441Z [7230/7574] Building CXX object caffe2\CMakeFiles\cuda_dlconvertor_test.dir\__\aten\src\ATen\test\cuda_dlconvertor_test.cpp.obj 2025-03-14T04:05:57.3027028Z [7231/7574] Building CXX object caffe2\CMakeFiles\cuda_allocatorTraceTracker_test.dir\__\aten\src\ATen\test\cuda_allocatorTraceTracker_test.cpp.obj 2025-03-14T04:05:58.1556141Z [7232/7574] Building CXX object caffe2\CMakeFiles\cuda_stream_test.dir\__\aten\src\ATen\test\cuda_stream_test.cpp.obj 2025-03-14T04:05:59.4647180Z [7233/7574] Building CXX object caffe2\CMakeFiles\cuda_reportMemoryUsage_test.dir\__\aten\src\ATen\test\cuda_reportMemoryUsage_test.cpp.obj 2025-03-14T04:06:01.0950553Z [7234/7574] Building CUDA object caffe2\CMakeFiles\cuda_generator_test.dir\__\aten\src\ATen\test\cuda_generator_test.cu.obj 2025-03-14T04:06:01.1534387Z cuda_generator_test.cu 2025-03-14T04:06:01.1534786Z tmpxft_00001510_00000000-7_cuda_generator_test.cudafe1.cpp 2025-03-14T04:06:01.1535505Z [7235/7574] Building CUDA object caffe2\CMakeFiles\cuda_distributions_test.dir\__\aten\src\ATen\test\cuda_distributions_test.cu.obj 2025-03-14T04:06:01.1972174Z cuda_distributions_test.cu 2025-03-14T04:06:01.1972614Z tmpxft_00000d3c_00000000-7_cuda_distributions_test.cudafe1.cpp 2025-03-14T04:06:01.1973220Z [7236/7574] Building C object sleef\src\libm\CMakeFiles\mkrename_gnuabi.dir\mkrename_gnuabi.c.obj 2025-03-14T04:06:01.2485495Z [7237/7574] Building CUDA object caffe2\CMakeFiles\cuda_half_test.dir\__\aten\src\ATen\test\cuda_half_test.cu.obj 2025-03-14T04:06:01.2565312Z cuda_half_test.cu 2025-03-14T04:06:01.2565632Z tmpxft_00001534_00000000-7_cuda_half_test.cudafe1.cpp 2025-03-14T04:06:01.2566193Z [7238/7574] Building C object sleef\src\libm\CMakeFiles\mkmasked_gnuabi.dir\mkmasked_gnuabi.c.obj 2025-03-14T04:06:01.2778166Z [7239/7574] Building C object sleef\src\common\CMakeFiles\addSuffix.dir\addSuffix.c.obj 2025-03-14T04:06:01.5773623Z [7240/7574] Building CXX object test_edge_op_registration\CMakeFiles\test_edge_op_registration.dir\test_main.cpp.obj 2025-03-14T04:06:01.7718032Z [7241/7574] Building CUDA object caffe2\CMakeFiles\cuda_optional_test.dir\__\aten\src\ATen\test\cuda_optional_test.cu.obj 2025-03-14T04:06:01.9348925Z cuda_optional_test.cu 2025-03-14T04:06:01.9349331Z tmpxft_00000e0c_00000000-7_cuda_optional_test.cudafe1.cpp 2025-03-14T04:06:01.9349899Z [7242/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\__\common\main.cpp.obj 2025-03-14T04:06:02.4169404Z [7243/7574] Building CUDA object caffe2\CMakeFiles\cuda_packedtensoraccessor_test.dir\__\aten\src\ATen\test\cuda_packedtensoraccessor_test.cu.obj 2025-03-14T04:06:02.4576324Z cuda_packedtensoraccessor_test.cu 2025-03-14T04:06:02.4576870Z tmpxft_000005a0_00000000-7_cuda_packedtensoraccessor_test.cudafe1.cpp 2025-03-14T04:06:02.4577594Z [7244/7574] Building CXX object caffe2\CMakeFiles\cuda_cudnn_test.dir\__\aten\src\ATen\test\cuda_cudnn_test.cpp.obj 2025-03-14T04:06:02.7040809Z [7245/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_add_if_then_else.cpp.obj 2025-03-14T04:06:03.6549283Z [7246/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_load_upgraders.cpp.obj 2025-03-14T04:06:03.8319755Z [7247/7574] Building CXX object test_edge_op_registration\CMakeFiles\test_edge_op_registration.dir\test_operator_registration.cpp.obj 2025-03-14T04:06:03.9112895Z [7248/7574] Building CXX object test_jit\CMakeFiles\torchbind_test.dir\test_custom_class_registrations.cpp.obj 2025-03-14T04:06:04.0608336Z [7249/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_alias_analysis.cpp.obj 2025-03-14T04:06:04.5569217Z [7250/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_op_replacement.cpp.obj 2025-03-14T04:06:04.7677114Z [7251/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_upgrader_utils.cpp.obj 2025-03-14T04:06:05.1041847Z [7252/7574] Building CUDA object caffe2\CMakeFiles\cuda_vectorized_test.dir\__\aten\src\ATen\test\cuda_vectorized_test.cu.obj 2025-03-14T04:06:05.3274698Z cuda_vectorized_test.cu 2025-03-14T04:06:05.3275094Z tmpxft_00001448_00000000-7_cuda_vectorized_test.cudafe1.cpp 2025-03-14T04:06:05.3275736Z [7253/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_argument_spec.cpp.obj 2025-03-14T04:06:05.4889658Z [7254/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_parser.cpp.obj 2025-03-14T04:06:05.6656058Z [7255/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_autodiff.cpp.obj 2025-03-14T04:06:06.3827942Z [7256/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_code_template.cpp.obj 2025-03-14T04:06:06.4034857Z [7257/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_constant_pooling.cpp.obj 2025-03-14T04:06:06.5653141Z [7258/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_cleanup_passes.cpp.obj 2025-03-14T04:06:07.0098155Z [7259/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_backend.cpp.obj 2025-03-14T04:06:07.1972890Z [7260/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_import.cpp.obj 2025-03-14T04:06:07.2454463Z [7261/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_concat_opt.cpp.obj 2025-03-14T04:06:07.3205100Z [7262/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_create_autodiff_subgraphs.cpp.obj 2025-03-14T04:06:07.8550116Z [7263/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_type.cpp.obj 2025-03-14T04:06:08.0940976Z [7264/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_dce.cpp.obj 2025-03-14T04:06:09.4320532Z [7265/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_class_registrations.cpp.obj 2025-03-14T04:06:09.4783217Z [7266/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_class.cpp.obj 2025-03-14T04:06:10.0778437Z [7267/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_operators.cpp.obj 2025-03-14T04:06:10.2575975Z [7268/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_fuser.cpp.obj 2025-03-14T04:06:10.3041930Z [7269/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_inliner.cpp.obj 2025-03-14T04:06:10.4714818Z [7270/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_graph_executor.cpp.obj 2025-03-14T04:06:10.9105915Z [7271/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_graph_iterator.cpp.obj 2025-03-14T04:06:11.1723307Z [7272/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_ir.cpp.obj 2025-03-14T04:06:11.2285362Z [7273/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_cs_debug_info_serialization.cpp.obj 2025-03-14T04:06:11.2805486Z [7274/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_irparser.cpp.obj 2025-03-14T04:06:11.4124769Z [7275/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_jit_type.cpp.obj 2025-03-14T04:06:12.2072274Z [7276/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_memory_dag.cpp.obj 2025-03-14T04:06:12.7151871Z [7277/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_interface.cpp.obj 2025-03-14T04:06:13.1470766Z [7278/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_mobile_type_parser.cpp.obj 2025-03-14T04:06:13.3186878Z [7279/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_interpreter.cpp.obj 2025-03-14T04:06:13.7728159Z [7280/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_qualified_name.cpp.obj 2025-03-14T04:06:14.0841043Z [7281/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_interpreter.cpp.obj 2025-03-14T04:06:14.1009236Z [7282/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_peephole_optimize.cpp.obj 2025-03-14T04:06:14.2912256Z [7283/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_interpreter_direct.cpp.obj 2025-03-14T04:06:14.4300756Z [7284/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_trainer.cpp.obj 2025-03-14T04:06:14.6925351Z [7285/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_misc.cpp.obj 2025-03-14T04:06:15.0028148Z [7286/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_schema_matching.cpp.obj 2025-03-14T04:06:15.3095661Z [7287/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_matcher.cpp.obj 2025-03-14T04:06:15.5894068Z [7288/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_rewriter.cpp.obj 2025-03-14T04:06:15.8617525Z [7289/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_module_api.cpp.obj 2025-03-14T04:06:15.9516566Z [7290/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_utils.cpp.obj 2025-03-14T04:06:16.0624581Z [7291/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_schema_info.cpp.obj 2025-03-14T04:06:16.1996129Z [7292/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_union.cpp.obj 2025-03-14T04:06:16.5667928Z [7293/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_file_format.cpp.obj 2025-03-14T04:06:16.6743690Z [7294/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_stack_opt.cpp.obj 2025-03-14T04:06:16.7039384Z [7295/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_script_profile.cpp.obj 2025-03-14T04:06:16.8963080Z [7296/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_save_load.cpp.obj 2025-03-14T04:06:17.0476132Z [7297/7574] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\__\common\main.cpp.obj 2025-03-14T04:06:17.0512856Z [7298/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_jit_logging_levels.cpp.obj 2025-03-14T04:06:17.1607481Z [7299/7574] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_approx.cpp.obj 2025-03-14T04:06:18.5646150Z [7300/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_utils.cpp.obj 2025-03-14T04:06:18.8053483Z [7301/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_shape_analysis.cpp.obj 2025-03-14T04:06:19.1514917Z [7302/7574] Building CXX object test_inductor\CMakeFiles\aoti_custom_ops.dir\custom_ops.cpp.obj 2025-03-14T04:06:19.7174189Z [7303/7574] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\padded_buffer.cpp.obj 2025-03-14T04:06:19.8339729Z [7304/7574] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_flatbuffer.cpp.obj 2025-03-14T04:06:19.8812529Z [7305/7574] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_aten.cpp.obj 2025-03-14T04:06:19.9536336Z [7306/7574] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_boundsinference.cpp.obj 2025-03-14T04:06:20.8038236Z [7307/7574] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ir_printer.cpp.obj 2025-03-14T04:06:21.6486927Z [7308/7574] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_cpp_codegen.cpp.obj 2025-03-14T04:06:21.6641591Z [7309/7574] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ir_verifier.cpp.obj 2025-03-14T04:06:21.6869147Z [7310/7574] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_conv.cpp.obj 2025-03-14T04:06:22.2644191Z [7311/7574] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_dynamic_shapes.cpp.obj 2025-03-14T04:06:22.5190538Z [7312/7574] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_expr.cpp.obj 2025-03-14T04:06:22.7766224Z [7313/7574] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_external_calls.cpp.obj 2025-03-14T04:06:22.8825045Z [7314/7574] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_graph_opt.cpp.obj 2025-03-14T04:06:24.5447082Z [7315/7574] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_memdependency.cpp.obj 2025-03-14T04:06:24.6042616Z [7316/7574] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_loopnest.cpp.obj 2025-03-14T04:06:24.6727951Z [7317/7574] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_kernel.cpp.obj 2025-03-14T04:06:25.3268615Z [7318/7574] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ops.cpp.obj 2025-03-14T04:06:25.5177989Z [7319/7574] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_memplanning.cpp.obj 2025-03-14T04:06:25.6521104Z [7320/7574] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_quantization.cpp.obj 2025-03-14T04:06:25.6659557Z [7321/7574] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_reductions.cpp.obj 2025-03-14T04:06:27.3530344Z [7322/7574] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_registerizer.cpp.obj 2025-03-14T04:06:27.4579993Z [7323/7574] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_simplify.cpp.obj 2025-03-14T04:06:27.5632248Z [7324/7574] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_te_fuser_pass.cpp.obj 2025-03-14T04:06:27.6121710Z [7325/7574] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_type_specializations.cpp.obj 2025-03-14T04:06:28.1703678Z [7326/7574] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_type.cpp.obj 2025-03-14T04:06:28.2851572Z [7327/7574] Building CXX object test_cpp_c10d\CMakeFiles\BackoffTest.dir\BackoffTest.cpp.obj 2025-03-14T04:06:28.3293250Z [7328/7574] Building CXX object test_cpp_c10d\CMakeFiles\FileStoreTest.dir\FileStoreTest.cpp.obj 2025-03-14T04:06:28.4418963Z [7329/7574] Building CXX object test_cpp_c10d\CMakeFiles\TCPStoreTest.dir\TCPStoreTest.cpp.obj 2025-03-14T04:06:28.5954835Z [7330/7574] Building CXX object test_api\CMakeFiles\test_api.dir\__\common\main.cpp.obj 2025-03-14T04:06:28.6231807Z [7331/7574] Building CXX object test_tensorexpr\CMakeFiles\tutorial_tensorexpr.dir\tutorial.cpp.obj 2025-03-14T04:06:28.7749866Z [7332/7574] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_cuda.cpp.obj 2025-03-14T04:06:30.6871631Z [7333/7574] Building CXX object test_cpp_c10d\CMakeFiles\ProcessGroupGlooTest.dir\ProcessGroupGlooTest.cpp.obj 2025-03-14T04:06:31.3565078Z [7334/7574] Building CXX object test_api\CMakeFiles\test_api.dir\any.cpp.obj 2025-03-14T04:06:31.3865124Z [7335/7574] Building CXX object test_cpp_c10d\CMakeFiles\ProcessGroupGlooAsyncTest.dir\ProcessGroupGlooAsyncTest.cpp.obj 2025-03-14T04:06:31.4930387Z [7336/7574] Building CXX object test_api\CMakeFiles\test_api.dir\enum.cpp.obj 2025-03-14T04:06:31.5204063Z [7337/7574] Building CXX object test_api\CMakeFiles\test_api.dir\autograd.cpp.obj 2025-03-14T04:06:31.6241142Z [7338/7574] Building CXX object test_api\CMakeFiles\test_api.dir\dataloader.cpp.obj 2025-03-14T04:06:31.7753461Z [7339/7574] Building CXX object test_api\CMakeFiles\test_api.dir\expanding-array.cpp.obj 2025-03-14T04:06:32.1108116Z [7340/7574] Building CXX object test_api\CMakeFiles\test_api.dir\memory.cpp.obj 2025-03-14T04:06:33.5247024Z [7341/7574] Building CXX object test_api\CMakeFiles\test_api.dir\fft.cpp.obj 2025-03-14T04:06:34.3205992Z [7342/7574] Building CXX object test_api\CMakeFiles\test_api.dir\init.cpp.obj 2025-03-14T04:06:34.4137495Z [7343/7574] Building CXX object test_api\CMakeFiles\test_api.dir\jit.cpp.obj 2025-03-14T04:06:34.4407622Z [7344/7574] Building CXX object test_api\CMakeFiles\test_api.dir\ivalue.cpp.obj 2025-03-14T04:06:34.4627644Z [7345/7574] Building CXX object test_api\CMakeFiles\test_api.dir\functional.cpp.obj 2025-03-14T04:06:34.5553274Z [7346/7574] Building CXX object test_api\CMakeFiles\test_api.dir\integration.cpp.obj 2025-03-14T04:06:35.4947276Z [7347/7574] Building CXX object test_api\CMakeFiles\test_api.dir\meta_tensor.cpp.obj 2025-03-14T04:06:36.5131174Z [7348/7574] Building CXX object test_api\CMakeFiles\test_api.dir\misc.cpp.obj 2025-03-14T04:06:37.2800534Z [7349/7574] Building CXX object test_api\CMakeFiles\test_api.dir\moduledict.cpp.obj 2025-03-14T04:06:37.3566401Z [7350/7574] Building CXX object test_api\CMakeFiles\test_api.dir\modulelist.cpp.obj 2025-03-14T04:06:37.3688869Z [7351/7574] Building CXX object test_api\CMakeFiles\test_api.dir\module.cpp.obj 2025-03-14T04:06:37.4375738Z [7352/7574] Building CXX object test_api\CMakeFiles\test_api.dir\nested.cpp.obj 2025-03-14T04:06:37.9186447Z [7353/7574] Building CXX object test_api\CMakeFiles\test_api.dir\modules.cpp.obj 2025-03-14T04:06:38.3345196Z [7354/7574] Building CXX object test_api\CMakeFiles\test_api.dir\parameterdict.cpp.obj 2025-03-14T04:06:39.3185340Z [7355/7574] Building CXX object test_api\CMakeFiles\test_api.dir\parameterlist.cpp.obj 2025-03-14T04:06:40.1938804Z [7356/7574] Building CXX object test_api\CMakeFiles\test_api.dir\namespace.cpp.obj 2025-03-14T04:06:40.2506646Z [7357/7574] Building CXX object test_api\CMakeFiles\test_api.dir\nn_utils.cpp.obj 2025-03-14T04:06:40.2858958Z [7358/7574] Building CXX object test_api\CMakeFiles\test_api.dir\ordered_dict.cpp.obj 2025-03-14T04:06:40.3608005Z [7359/7574] Building CXX object test_api\CMakeFiles\test_api.dir\optim.cpp.obj 2025-03-14T04:06:41.2290760Z [7360/7574] Building CXX object test_api\CMakeFiles\test_api.dir\sequential.cpp.obj 2025-03-14T04:06:41.2553448Z [7361/7574] Building CXX object test_api\CMakeFiles\test_api.dir\rnn.cpp.obj 2025-03-14T04:06:42.2290632Z [7362/7574] Building CXX object test_api\CMakeFiles\test_api.dir\transformer.cpp.obj 2025-03-14T04:06:43.0133953Z [7363/7574] Building CXX object test_api\CMakeFiles\test_api.dir\serialize.cpp.obj 2025-03-14T04:06:43.0868369Z [7364/7574] Building CXX object test_api\CMakeFiles\test_api.dir\support.cpp.obj 2025-03-14T04:06:43.1141198Z [7365/7574] Building CXX object test_api\CMakeFiles\test_api.dir\special.cpp.obj 2025-03-14T04:06:43.1693880Z [7366/7574] Building CXX object test_api\CMakeFiles\test_api.dir\static.cpp.obj 2025-03-14T04:06:43.7581883Z [7367/7574] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_cuda.cpp.obj 2025-03-14T04:06:44.2196632Z [7368/7574] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_indexing.cpp.obj 2025-03-14T04:06:45.1897867Z [7369/7574] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_options_cuda.cpp.obj 2025-03-14T04:06:45.9113365Z [7370/7574] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_options.cpp.obj 2025-03-14T04:06:45.9356810Z [7371/7574] Building CXX object test_api\CMakeFiles\test_api.dir\tensor.cpp.obj 2025-03-14T04:06:45.9730403Z [7372/7574] Building CXX object test_api\CMakeFiles\test_api.dir\inference_mode.cpp.obj 2025-03-14T04:06:46.0210275Z [7373/7574] Building CXX object test_api\CMakeFiles\test_api.dir\torch_include.cpp.obj 2025-03-14T04:06:46.2569335Z [7374/7574] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\__\common\main.cpp.obj 2025-03-14T04:06:46.3984260Z [7375/7574] Building CXX object test_api\CMakeFiles\test_api.dir\grad_mode.cpp.obj 2025-03-14T04:06:47.0726760Z [7376/7574] Building CXX object test_api\CMakeFiles\test_api.dir\operations.cpp.obj 2025-03-14T04:06:47.2469106Z [7377/7574] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_cache.cpp.obj 2025-03-14T04:06:47.3521375Z [7378/7574] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_ir.cpp.obj 2025-03-14T04:06:47.6983955Z [7379/7574] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_permutation_util.cpp.obj 2025-03-14T04:06:47.9039390Z [7380/7574] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_ir_util.cpp.obj 2025-03-14T04:06:47.9789391Z [7381/7574] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_misc.cpp.obj 2025-03-14T04:06:48.1015172Z [7382/7574] Building CXX object test_api\CMakeFiles\test_api.dir\nested_int.cpp.obj 2025-03-14T04:06:48.3695829Z [7383/7574] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_util.cpp.obj 2025-03-14T04:06:48.6724303Z [7384/7574] Building CXX object test_api\CMakeFiles\parallel_benchmark.dir\parallel_benchmark.cpp.obj 2025-03-14T04:06:48.7795947Z [7385/7574] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_shape.cpp.obj 2025-03-14T04:06:48.8414001Z [7386/7574] Building CXX object test_api\CMakeFiles\test_api.dir\parallel.cpp.obj 2025-03-14T04:06:48.8610549Z [7387/7574] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_backend_device.cpp.obj 2025-03-14T04:06:49.0350727Z [7388/7574] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_trie_cache.cpp.obj 2025-03-14T04:06:49.4734840Z [7389/7574] Building C object functorch\CMakeFiles\functorch.dir\csrc\dim\dim_opcode.c.obj 2025-03-14T04:06:50.8666323Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(40): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2025-03-14T04:06:50.8667303Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2025-03-14T04:06:50.8668274Z [7390/7574] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_graph_executor.cpp.obj 2025-03-14T04:06:51.3008232Z [7391/7574] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_ops.cpp.obj 2025-03-14T04:06:51.3274906Z [7392/7574] Linking CXX static library lib\libprotobuf-lite.lib 2025-03-14T04:06:51.3888352Z [7393/7574] Linking C static library lib\cpuinfo_internals.lib 2025-03-14T04:06:51.4676792Z [7394/7574] Linking CXX static library lib\gmock_main.lib 2025-03-14T04:06:51.5049592Z [7395/7574] Linking CXX static library lib\benchmark_main.lib 2025-03-14T04:06:51.5553958Z [7396/7574] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_ops_util.cpp.obj 2025-03-14T04:06:51.5710872Z [7397/7574] Linking CXX static library lib\fmt.lib 2025-03-14T04:06:51.8999848Z [7398/7574] Building CXX object caffe2\torch\CMakeFiles\nnapi_backend.dir\csrc\jit\backends\nnapi\nnapi_backend_lib.cpp.obj 2025-03-14T04:06:52.1243861Z [7399/7574] Linking CXX executable bin\c10_DeviceGuard_test.exe 2025-03-14T04:06:52.1367690Z [7400/7574] Linking CXX executable bin\c10_CompileTimeFunctionPointer_test.exe 2025-03-14T04:06:52.1533160Z [7401/7574] Linking CXX executable bin\c10_Device_test.exe 2025-03-14T04:06:52.2078332Z [7402/7574] Building CXX object functorch\CMakeFiles\functorch.dir\csrc\dim\dim.cpp.obj 2025-03-14T04:06:52.2408727Z [7403/7574] Building CXX object caffe2\torch\CMakeFiles\nnapi_backend.dir\csrc\jit\backends\nnapi\nnapi_backend_preprocess.cpp.obj 2025-03-14T04:06:52.2881325Z [7404/7574] Linking CXX executable bin\c10_Scalar_test.exe 2025-03-14T04:06:52.3036755Z [7405/7574] Linking CXX executable bin\c10_DispatchKeySet_test.exe 2025-03-14T04:06:52.3341895Z [7406/7574] Linking CXX executable bin\c10_StreamGuard_test.exe 2025-03-14T04:06:52.3803018Z [7407/7574] Linking CXX executable bin\c10_SymInt_test.exe 2025-03-14T04:06:52.4396430Z [7408/7574] Linking CXX executable bin\c10_InlineDeviceGuard_test.exe 2025-03-14T04:06:52.4865390Z [7409/7574] Linking CXX executable bin\c10_InlineStreamGuard_test.exe 2025-03-14T04:06:52.5080383Z [7410/7574] Linking CXX executable bin\c10_SizesAndStrides_test.exe 2025-03-14T04:06:52.5347435Z [7411/7574] Linking CXX executable bin\c10_cow_test.exe 2025-03-14T04:06:52.5485445Z [7412/7574] Linking CXX executable bin\c10_ArrayRef_test.exe 2025-03-14T04:06:52.6560150Z [7413/7574] Building CXX object functorch\CMakeFiles\functorch.dir\csrc\init_dim_only.cpp.obj 2025-03-14T04:06:52.6572942Z [7414/7574] Linking CXX executable bin\c10_Bitset_test.exe 2025-03-14T04:06:52.7132623Z [7415/7574] Linking CXX executable bin\c10_DeadlockDetection_test.exe 2025-03-14T04:06:52.7267055Z [7416/7574] Linking CXX executable bin\c10_Half_test.exe 2025-03-14T04:06:52.7276723Z [7417/7574] Linking CXX executable bin\c10_ConstexprCrc_test.exe 2025-03-14T04:06:52.7476138Z [7418/7574] Linking CXX executable bin\c10_LeftRight_test.exe 2025-03-14T04:06:52.8764357Z [7419/7574] Linking CXX executable bin\c10_NetworkFlow_test.exe 2025-03-14T04:06:52.9173293Z [7420/7574] Linking CXX executable bin\c10_Synchronized_test.exe 2025-03-14T04:06:52.9309126Z [7421/7574] Linking CXX executable bin\c10_ThreadLocal_test.exe 2025-03-14T04:06:52.9320525Z [7422/7574] Linking CXX executable bin\c10_TypeList_test.exe 2025-03-14T04:06:52.9330703Z [7423/7574] Linking CXX executable bin\c10_TypeIndex_test.exe 2025-03-14T04:06:52.9415075Z [7424/7574] Linking CXX executable bin\c10_Metaprogramming_test.exe 2025-03-14T04:06:53.0627739Z [7425/7574] Linking CXX executable bin\c10_TypeTraits_test.exe 2025-03-14T04:06:53.1269495Z [7426/7574] Linking CXX executable bin\c10_bfloat16_test.exe 2025-03-14T04:06:53.1363695Z [7427/7574] Linking CXX executable bin\c10_bit_cast_test.exe 2025-03-14T04:06:53.1383639Z [7428/7574] Linking CXX executable bin\c10_accumulate_test.exe 2025-03-14T04:06:53.1406872Z [7429/7574] Linking CXX executable bin\c10_complex_math_test.exe 2025-03-14T04:06:53.1491457Z [7430/7574] Linking CXX executable bin\c10_complex_test.exe 2025-03-14T04:06:53.2717918Z [7431/7574] Linking CXX executable bin\c10_error_test.exe 2025-03-14T04:06:53.3130371Z [7432/7574] Linking CXX executable bin\c10_generic_math_test.exe 2025-03-14T04:06:53.3869634Z [7433/7574] Linking CXX executable bin\c10_flags_test.exe 2025-03-14T04:06:53.4053588Z [7434/7574] Linking CXX executable bin\c10_irange_test.exe 2025-03-14T04:06:53.4276676Z [7435/7574] Linking CXX executable bin\c10_exception_test.exe 2025-03-14T04:06:53.4286278Z [7436/7574] Linking CXX executable bin\c10_intrusive_ptr_test.exe 2025-03-14T04:06:53.4394799Z [7437/7574] Linking CXX executable bin\c10_lazy_test.exe 2025-03-14T04:06:53.4663800Z [7438/7574] Linking CXX executable bin\c10_logging_test.exe 2025-03-14T04:06:53.6400689Z [7439/7574] Linking CXX executable bin\c10_optional_test.exe 2025-03-14T04:06:53.6478163Z [7440/7574] Linking CXX executable bin\c10_ssize_test.exe 2025-03-14T04:06:53.6520806Z [7441/7574] Linking CXX executable bin\c10_ordered_preserving_dict_test.exe 2025-03-14T04:06:53.6651960Z [7442/7574] Linking CXX executable bin\c10_registry_test.exe 2025-03-14T04:06:53.6683731Z [7443/7574] Linking CXX executable bin\c10_small_vector_test.exe 2025-03-14T04:06:53.6718401Z [7444/7574] Linking CXX executable bin\c10_string_util_test.exe 2025-03-14T04:06:53.8574073Z [7445/7574] Linking CXX executable bin\c10_intrusive_ptr_benchmark.exe 2025-03-14T04:06:53.8715421Z [7446/7574] Linking CXX executable bin\c10_string_view_test.exe 2025-03-14T04:06:53.8755532Z [7447/7574] Linking CXX executable bin\c10_tempfile_test.exe 2025-03-14T04:06:53.8924078Z [7448/7574] Linking CXX executable bin\c10_typeid_test.exe 2025-03-14T04:06:54.1352248Z [7449/7574] Linking CXX executable bin\c10_cuda_CUDAAssertionsTest_from_2_processes.exe 2025-03-14T04:06:54.1365995Z [7450/7574] Linking CXX executable bin\c10_cuda_CUDAAssertionsTest_multiple_writes_from_multiple_blocks.exe 2025-03-14T04:06:54.1397427Z [7451/7574] Linking CXX executable bin\c10_cuda_CUDAAssertionsTest_1_var_test.exe 2025-03-14T04:06:54.1411997Z [7452/7574] Linking CXX executable bin\c10_cuda_CUDAAssertionsTest_multiple_writes_from_blocks_and_threads.exe 2025-03-14T04:06:54.1424680Z [7453/7574] Linking CXX executable bin\c10_cuda_CUDAAssertionsTest_catches_stream.exe 2025-03-14T04:06:54.1456867Z [7454/7574] Linking CXX executable bin\c10_cuda_CUDAAssertionsTest_catches_thread_and_block_and_device.exe 2025-03-14T04:06:54.3150265Z [7455/7574] Linking C executable sleef\bin\mkrename_gnuabi.exe 2025-03-14T04:06:54.3276727Z [7456/7574] Linking C executable sleef\bin\mkmasked_gnuabi.exe 2025-03-14T04:06:54.3811718Z [7457/7574] Linking CXX executable bin\c10_cuda_CUDATest.exe 2025-03-14T04:06:54.4641105Z [7458/7574] Linking CXX executable bin\c10_cuda_CUDAAssertionsTest_multiple_writes_from_same_block.exe 2025-03-14T04:06:54.4641866Z [7459/7574] Linking C shared library bin\torch_global_deps.dll 2025-03-14T04:06:54.4644549Z [7460/7574] Linking C static library lib\microkernels-all.lib 2025-03-14T04:06:54.4693424Z [7461/7574] Linking CXX shared library bin\caffe2_nvrtc.dll 2025-03-14T04:06:54.4841148Z [7462/7574] Linking C executable sleef\bin\addSuffix.exe 2025-03-14T04:06:54.5463313Z [7463/7574] Building C object sleef\src\common\CMakeFiles\arraymap.dir\arraymap.c.obj 2025-03-14T04:07:52.2075408Z [7464/7574] Linking CXX shared library bin\torch_cpu.dll 2025-03-14T04:07:52.3244848Z [7465/7574] Linking CXX static library lib\unbox_lib.lib 2025-03-14T04:07:52.4466858Z [7466/7574] Linking CXX executable bin\BackoffTest.exe 2025-03-14T04:07:52.4915966Z [7467/7574] Linking CXX executable bin\TCPStoreTest.exe 2025-03-14T04:07:52.5724949Z [7468/7574] Linking CXX executable bin\FileStoreTest.exe 2025-03-14T04:07:52.5978123Z [7469/7574] Linking CXX executable bin\test_edge_op_registration.exe 2025-03-14T04:08:26.6471329Z [7470/7574] Linking CXX shared library bin\torch_cuda.dll 2025-03-14T04:08:26.7930587Z [7471/7574] Linking CXX shared library bin\torch.dll 2025-03-14T04:08:26.8006352Z [7472/7574] Linking CXX shared library bin\c10d_cuda_test.dll 2025-03-14T04:08:27.0844706Z [7473/7574] Linking CXX executable bin\Dimname_test.exe 2025-03-14T04:08:27.0878569Z [7474/7574] Linking CXX shared library bin\shm.dll 2025-03-14T04:08:27.1137214Z [7475/7574] Linking CXX executable bin\Dict_test.exe 2025-03-14T04:08:27.2536886Z [7476/7574] Linking CXX executable bin\vec_test_all_types_DEFAULT.exe 2025-03-14T04:08:27.3133545Z [7477/7574] Linking CXX shared library bin\jitbackend_test.dll 2025-03-14T04:08:27.3671522Z [7478/7574] Linking CXX executable bin\vec_test_all_types_AVX2.exe 2025-03-14T04:08:27.3955615Z [7479/7574] Linking CXX executable bin\vec_test_all_types_AVX512.exe 2025-03-14T04:08:27.4155066Z [7480/7574] Linking CXX executable bin\MaybeOwned_test.exe 2025-03-14T04:08:27.4474959Z [7481/7574] Linking CXX executable bin\NamedTensor_test.exe 2025-03-14T04:08:27.5921155Z [7482/7574] Linking CXX executable bin\atest.exe 2025-03-14T04:08:27.5931820Z [7483/7574] Linking CXX shared library bin\backend_with_compiler.dll 2025-03-14T04:08:27.6126252Z [7484/7574] Linking CXX executable bin\apply_utils_test.exe 2025-03-14T04:08:27.6716000Z [7485/7574] Linking CXX executable bin\broadcast_test.exe 2025-03-14T04:08:27.6946350Z [7486/7574] Linking CXX executable bin\basic.exe 2025-03-14T04:08:27.6957748Z [7487/7574] Linking CXX executable bin\cpu_allocator_test.exe 2025-03-14T04:08:27.7051711Z [7488/7574] Linking CXX executable bin\cpu_generator_test.exe 2025-03-14T04:08:27.9517627Z [7489/7574] Linking CXX executable bin\cpu_profiling_allocator_test.exe 2025-03-14T04:08:27.9804537Z [7490/7574] Linking CXX executable bin\cpu_rng_test.exe 2025-03-14T04:08:28.0136596Z [7491/7574] Linking CXX executable bin\dispatch_key_set_test.exe 2025-03-14T04:08:28.0146768Z [7492/7574] Linking CXX executable bin\dlconvertor_test.exe 2025-03-14T04:08:28.0431320Z [7493/7574] Linking CXX executable bin\half_test.exe 2025-03-14T04:08:28.0507366Z [7494/7574] Linking CXX executable bin\extension_backend_test.exe 2025-03-14T04:08:28.0780316Z [7495/7574] Linking CXX executable bin\ivalue_test.exe 2025-03-14T04:08:28.2318952Z [7496/7574] Linking CXX executable bin\lazy_tensor_test.exe 2025-03-14T04:08:28.3303323Z [7497/7574] Linking CXX executable bin\operator_name_test.exe 2025-03-14T04:08:28.3379838Z [7498/7574] Linking CXX executable bin\math_kernel_test.exe 2025-03-14T04:08:28.3418554Z [7499/7574] Linking CXX executable bin\memory_format_test.exe 2025-03-14T04:08:28.3533892Z [7500/7574] Linking CXX executable bin\memory_overlapping_test.exe 2025-03-14T04:08:28.3587133Z [7501/7574] Linking CXX executable bin\native_test.exe 2025-03-14T04:08:28.3685911Z [7502/7574] Linking CXX executable bin\mobile_memory_cleanup.exe 2025-03-14T04:08:28.6960184Z [7503/7574] Linking CXX executable bin\packedtensoraccessor_test.exe 2025-03-14T04:08:28.7045063Z [7504/7574] Linking CXX executable bin\operators_test.exe 2025-03-14T04:08:28.7071954Z [7505/7574] Linking CXX executable bin\reduce_ops_test.exe 2025-03-14T04:08:28.7113346Z [7506/7574] Linking CXX executable bin\quantized_test.exe 2025-03-14T04:08:28.7211350Z [7507/7574] Linking CXX executable bin\scalar_tensor_test.exe 2025-03-14T04:08:28.7332341Z [7508/7574] Linking CXX executable bin\pow_test.exe 2025-03-14T04:08:28.7934204Z [7509/7574] Linking CXX executable bin\reportMemoryUsage_test.exe 2025-03-14T04:08:28.9967382Z [7510/7574] Linking CXX executable bin\thread_init_test.exe 2025-03-14T04:08:29.0089098Z [7511/7574] Linking CXX executable bin\scalar_test.exe 2025-03-14T04:08:29.0274672Z [7512/7574] Linking CXX executable bin\StorageUtils_test.exe 2025-03-14T04:08:29.0356331Z [7513/7574] Linking CXX executable bin\stride_properties_test.exe 2025-03-14T04:08:29.0589761Z [7514/7574] Linking CXX executable bin\test_parallel.exe 2025-03-14T04:08:29.0695196Z [7515/7574] Linking CXX executable bin\tensor_iterator_test.exe 2025-03-14T04:08:29.0733751Z [7516/7574] Linking CXX executable bin\type_ptr_test.exe 2025-03-14T04:08:29.3019951Z [7517/7574] Linking CXX executable bin\type_test.exe 2025-03-14T04:08:29.3030562Z [7518/7574] Linking CXX executable bin\verify_api_visibility.exe 2025-03-14T04:08:29.3422837Z [7519/7574] Linking CXX executable bin\undefined_tensor_test.exe 2025-03-14T04:08:29.3885793Z [7520/7574] Linking CXX executable bin\legacy_vmap_test.exe 2025-03-14T04:08:29.3898787Z [7521/7574] Linking CXX executable bin\weakref_test.exe 2025-03-14T04:08:29.3921107Z [7522/7574] Linking CXX executable bin\wrapdim_test.exe 2025-03-14T04:08:29.4086488Z [7523/7574] Linking CXX executable bin\xla_tensor_test.exe 2025-03-14T04:08:29.6031411Z [7524/7574] Linking CXX executable bin\List_test.exe 2025-03-14T04:08:29.6397645Z [7525/7574] Linking CXX executable bin\IListRef_test.exe 2025-03-14T04:08:29.6407685Z [7526/7574] Linking CXX executable bin\KernelFunction_test.exe 2025-03-14T04:08:29.7426727Z [7527/7574] Linking CXX executable bin\kernel_function_legacy_test.exe 2025-03-14T04:08:29.7532545Z [7528/7574] Linking CXX executable bin\kernel_lambda_legacy_test.exe 2025-03-14T04:08:29.7582200Z [7529/7574] Linking CXX executable bin\kernel_function_test.exe 2025-03-14T04:08:29.7658073Z [7530/7574] Linking CXX executable bin\kernel_lambda_test.exe 2025-03-14T04:08:29.8720709Z [7531/7574] Linking CXX executable bin\CppSignature_test.exe 2025-03-14T04:08:29.9097687Z [7532/7574] Linking CXX executable bin\kernel_stackbased_test.exe 2025-03-14T04:08:29.9507414Z [7533/7574] Linking CXX executable bin\make_boxed_from_unboxed_functor_test.exe 2025-03-14T04:08:29.9861161Z [7534/7574] Linking CXX executable bin\backend_fallback_test.exe 2025-03-14T04:08:30.1343155Z [7535/7574] Linking CXX executable bin\op_allowlist_test.exe 2025-03-14T04:08:30.2006222Z [7536/7574] Linking CXX executable bin\inline_container_test.exe 2025-03-14T04:08:30.2490771Z [7537/7574] Linking CXX executable bin\cuda_apply_test.exe 2025-03-14T04:08:30.2650406Z [7538/7574] Linking CXX executable bin\op_registration_test.exe 2025-03-14T04:08:30.3105069Z [7539/7574] Linking CXX executable bin\cuda_allocator_test.exe 2025-03-14T04:08:30.3765215Z [7540/7574] Linking CXX executable bin\cuda_caching_host_allocator_test.exe 2025-03-14T04:08:30.4105210Z [7541/7574] Linking CXX executable bin\cuda_complex_math_test.exe 2025-03-14T04:08:30.4935959Z [7542/7574] Linking CXX executable bin\cuda_atomic_ops_test.exe 2025-03-14T04:08:30.5200954Z [7543/7574] Linking CXX executable bin\cuda_complex_test.exe 2025-03-14T04:08:30.5900557Z [7544/7574] Linking CXX executable bin\cuda_device_test.exe 2025-03-14T04:08:30.6010501Z [7545/7574] Linking CXX executable bin\cuda_cub_test.exe 2025-03-14T04:08:30.6467650Z [7546/7574] Linking CXX executable bin\cuda_distributions_test.exe 2025-03-14T04:08:30.7116921Z [7547/7574] Linking CXX executable bin\cuda_dlconvertor_test.exe 2025-03-14T04:08:30.7203448Z [7548/7574] Linking CXX executable bin\cuda_generator_test.exe 2025-03-14T04:08:30.7758246Z [7549/7574] Linking CXX executable bin\cuda_half_test.exe 2025-03-14T04:08:30.8113923Z [7550/7574] Linking CXX executable bin\cuda_integer_divider_test.exe 2025-03-14T04:08:30.8502985Z [7551/7574] Linking CXX executable bin\cuda_optional_test.exe 2025-03-14T04:08:30.8920553Z [7552/7574] Linking CXX executable bin\cuda_packedtensoraccessor_test.exe 2025-03-14T04:08:30.9842096Z [7553/7574] Linking CXX executable bin\cuda_allocatorTraceTracker_test.exe 2025-03-14T04:08:31.0202845Z [7554/7574] Linking CXX executable bin\cuda_stream_test.exe 2025-03-14T04:08:31.0576364Z [7555/7574] Linking CXX executable bin\cuda_reportMemoryUsage_test.exe 2025-03-14T04:08:31.0888878Z [7556/7574] Linking CXX executable bin\cuda_vectorized_test.exe 2025-03-14T04:08:31.1438305Z [7557/7574] Linking CXX shared library bin\torchbind_test.dll 2025-03-14T04:08:31.2408895Z [7558/7574] Linking CXX executable bin\cuda_cudnn_test.exe 2025-03-14T04:08:31.2488908Z [7559/7574] Linking CXX shared library bin\aoti_custom_ops.dll 2025-03-14T04:08:31.3352099Z [7560/7574] Linking CXX executable bin\tutorial_tensorexpr.exe 2025-03-14T04:08:31.3987113Z [7561/7574] Linking CXX executable bin\ProcessGroupGlooTest.exe 2025-03-14T04:08:31.4311670Z [7562/7574] Linking CXX executable bin\ProcessGroupGlooAsyncTest.exe 2025-03-14T04:08:31.5204272Z [7563/7574] Linking CXX executable bin\parallel_benchmark.exe 2025-03-14T04:08:31.8866428Z [7564/7574] Linking CXX executable bin\test_lazy.exe 2025-03-14T04:08:31.9145906Z [7565/7574] Linking CXX executable bin\test_tensorexpr.exe 2025-03-14T04:08:32.6870448Z [7566/7574] Linking CXX executable bin\test_jit.exe 2025-03-14T04:08:32.7046460Z [7567/7574] Linking CXX executable bin\test_api.exe 2025-03-14T04:08:43.0183938Z [7568/7574] Linking CXX shared library bin\torch_python.dll 2025-03-14T04:08:43.1849231Z [7569/7574] Linking CXX shared module functorch\functorch.pyd 2025-03-14T04:08:43.1865658Z [7570/7574] Linking CXX shared library bin\nnapi_backend.dll 2025-03-14T04:08:43.1873336Z [7570/7574] Install the project... 2025-03-14T04:08:43.2422552Z -- Install configuration: "Release" 2025-03-14T04:09:24.5921816Z -- Building version 2.8.0a0+gitaed0b7a 2025-03-14T04:09:24.5922223Z -- Checkout nccl release tag: v2.25.1-1 2025-03-14T04:09:24.5926397Z cmake -GNinja -DBUILD_ENVIRONMENT=win-vs2022-cuda12.6-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.6/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.6\lib\x64 -DPython_EXECUTABLE=C:\Jenkins\Miniconda3\python.exe -DTORCH_BUILD_VERSION=2.8.0a0+gitaed0b7a -DTORCH_CUDA_ARCH_LIST=8.6 -DUSE_CUDA=1 -DUSE_NUMPY=True -DUSE_XPU=0 C:\actions-runner\_work\pytorch\pytorch 2025-03-14T04:09:24.5944835Z cmake --build . --target install --config Release -j 8 2025-03-14T04:09:24.5945258Z running bdist_wheel 2025-03-14T04:09:26.0238292Z running build 2025-03-14T04:09:26.0238585Z running build_py 2025-03-14T04:09:26.0376417Z creating build\lib.win-amd64-cpython-39\functorch 2025-03-14T04:09:26.0381936Z copying functorch\__init__.py -> build\lib.win-amd64-cpython-39\functorch 2025-03-14T04:09:26.0410518Z creating build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.0414285Z copying torch\functional.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.0460712Z copying torch\hub.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.0485965Z copying torch\library.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.0517344Z copying torch\overrides.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.0567440Z copying torch\quasirandom.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.0584586Z copying torch\random.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.0597397Z copying torch\return_types.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.0610557Z copying torch\serialization.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.0654327Z copying torch\storage.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.0686400Z copying torch\torch_version.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.0698469Z copying torch\types.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.0711355Z copying torch\version.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.0717161Z copying torch\_appdirs.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.0741211Z copying torch\_classes.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.0753097Z copying torch\_compile.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.0764945Z copying torch\_custom_ops.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.0777175Z copying torch\_deploy.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.0788989Z copying torch\_environment.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.0794497Z copying torch\_guards.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.0821309Z copying torch\_jit_internal.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.0855006Z copying torch\_linalg_utils.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.0868349Z copying torch\_lobpcg.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.0893692Z copying torch\_lowrank.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.0906457Z copying torch\_meta_registrations.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.1007933Z copying torch\_namedtensor_internals.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.1021151Z copying torch\_ops.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.1057538Z copying torch\_python_dispatcher.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.1070197Z copying torch\_size_docs.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.1084049Z copying torch\_sources.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.1100287Z copying torch\_storage_docs.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.1115064Z copying torch\_streambase.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.1121290Z copying torch\_tensor.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.1159587Z copying torch\_tensor_docs.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.1234185Z copying torch\_tensor_str.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.1254318Z copying torch\_thread_safe_fork.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.1259749Z copying torch\_torch_docs.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.1443332Z copying torch\_utils.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.1468647Z copying torch\_utils_internal.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.1474211Z copying torch\_VF.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.1480237Z copying torch\_vmap_internals.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.1492660Z copying torch\_weights_only_unpickler.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.1511907Z copying torch\__config__.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.1518324Z copying torch\__future__.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.1530587Z copying torch\__init__.py -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:26.1588766Z creating build\lib.win-amd64-cpython-39\torchgen 2025-03-14T04:09:26.1591605Z copying torchgen\code_template.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-14T04:09:26.1605758Z copying torchgen\context.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-14T04:09:26.1617414Z copying torchgen\gen.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-14T04:09:26.1679653Z copying torchgen\gen_aoti_c_shim.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-14T04:09:26.1701110Z copying torchgen\gen_backend_stubs.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-14T04:09:26.1723753Z copying torchgen\gen_executorch.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-14T04:09:26.1749387Z copying torchgen\gen_functionalization_type.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-14T04:09:26.1775544Z copying torchgen\gen_lazy_tensor.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-14T04:09:26.1795921Z copying torchgen\gen_schema_utils.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-14T04:09:26.1808483Z copying torchgen\gen_vmap_plumbing.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-14T04:09:26.1821136Z copying torchgen\local.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-14T04:09:26.1833173Z copying torchgen\model.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-14T04:09:26.1893139Z copying torchgen\native_function_generation.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-14T04:09:26.1912737Z copying torchgen\utils.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-14T04:09:26.1931832Z copying torchgen\yaml_utils.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-14T04:09:26.1944685Z copying torchgen\__init__.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-14T04:09:26.1951394Z creating build\lib.win-amd64-cpython-39\functorch\compile 2025-03-14T04:09:26.1954354Z copying functorch\compile\__init__.py -> build\lib.win-amd64-cpython-39\functorch\compile 2025-03-14T04:09:26.1974012Z creating build\lib.win-amd64-cpython-39\functorch\dim 2025-03-14T04:09:26.1978427Z copying functorch\dim\batch_tensor.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-03-14T04:09:26.1996017Z copying functorch\dim\delayed_mul_tensor.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-03-14T04:09:26.2010046Z copying functorch\dim\dim.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-03-14T04:09:26.2022461Z copying functorch\dim\magic_trace.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-03-14T04:09:26.2038860Z copying functorch\dim\op_properties.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-03-14T04:09:26.2050686Z copying functorch\dim\reference.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-03-14T04:09:26.2069390Z copying functorch\dim\tree_map.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-03-14T04:09:26.2074963Z copying functorch\dim\wrap_type.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-03-14T04:09:26.2093248Z copying functorch\dim\__init__.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-03-14T04:09:26.2107675Z creating build\lib.win-amd64-cpython-39\functorch\einops 2025-03-14T04:09:26.2110478Z copying functorch\einops\rearrange.py -> build\lib.win-amd64-cpython-39\functorch\einops 2025-03-14T04:09:26.2123401Z copying functorch\einops\_parsing.py -> build\lib.win-amd64-cpython-39\functorch\einops 2025-03-14T04:09:26.2136646Z copying functorch\einops\__init__.py -> build\lib.win-amd64-cpython-39\functorch\einops 2025-03-14T04:09:26.2143392Z creating build\lib.win-amd64-cpython-39\functorch\experimental 2025-03-14T04:09:26.2150558Z copying functorch\experimental\control_flow.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2025-03-14T04:09:26.2156128Z copying functorch\experimental\ops.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2025-03-14T04:09:26.2161559Z copying functorch\experimental\__init__.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2025-03-14T04:09:26.2167750Z creating build\lib.win-amd64-cpython-39\functorch\_src 2025-03-14T04:09:26.2170496Z copying functorch\_src\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src 2025-03-14T04:09:26.2176672Z creating build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd 2025-03-14T04:09:26.2179763Z copying functorch\_src\aot_autograd\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd 2025-03-14T04:09:26.2186307Z creating build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms 2025-03-14T04:09:26.2189294Z copying functorch\_src\eager_transforms\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms 2025-03-14T04:09:26.2196447Z creating build\lib.win-amd64-cpython-39\functorch\_src\make_functional 2025-03-14T04:09:26.2203750Z copying functorch\_src\make_functional\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\make_functional 2025-03-14T04:09:26.2210188Z creating build\lib.win-amd64-cpython-39\functorch\_src\vmap 2025-03-14T04:09:26.2213053Z copying functorch\_src\vmap\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\vmap 2025-03-14T04:09:26.2219838Z creating build\lib.win-amd64-cpython-39\torch\accelerator 2025-03-14T04:09:26.2222882Z copying torch\accelerator\_utils.py -> build\lib.win-amd64-cpython-39\torch\accelerator 2025-03-14T04:09:26.2234855Z copying torch\accelerator\__init__.py -> build\lib.win-amd64-cpython-39\torch\accelerator 2025-03-14T04:09:26.2247539Z creating build\lib.win-amd64-cpython-39\torch\amp 2025-03-14T04:09:26.2250525Z copying torch\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\amp 2025-03-14T04:09:26.2269416Z copying torch\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\amp 2025-03-14T04:09:26.2287717Z copying torch\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\amp 2025-03-14T04:09:26.2294550Z creating build\lib.win-amd64-cpython-39\torch\ao 2025-03-14T04:09:26.2297526Z copying torch\ao\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao 2025-03-14T04:09:26.2305900Z creating build\lib.win-amd64-cpython-39\torch\autograd 2025-03-14T04:09:26.2309009Z copying torch\autograd\anomaly_mode.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-14T04:09:26.2320413Z copying torch\autograd\forward_ad.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-14T04:09:26.2332672Z copying torch\autograd\function.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-14T04:09:26.2355889Z copying torch\autograd\functional.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-14T04:09:26.2390101Z copying torch\autograd\gradcheck.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-14T04:09:26.2435854Z copying torch\autograd\grad_mode.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-14T04:09:26.2449350Z copying torch\autograd\graph.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-14T04:09:26.2470652Z copying torch\autograd\profiler.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-14T04:09:26.2504564Z copying torch\autograd\profiler_legacy.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-14T04:09:26.2518107Z copying torch\autograd\profiler_util.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-14T04:09:26.2543866Z copying torch\autograd\variable.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-14T04:09:26.2549944Z copying torch\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-14T04:09:26.2569909Z creating build\lib.win-amd64-cpython-39\torch\backends 2025-03-14T04:09:26.2572757Z copying torch\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends 2025-03-14T04:09:26.2585973Z creating build\lib.win-amd64-cpython-39\torch\compiler 2025-03-14T04:09:26.2588964Z copying torch\compiler\config.py -> build\lib.win-amd64-cpython-39\torch\compiler 2025-03-14T04:09:26.2600412Z copying torch\compiler\_cache.py -> build\lib.win-amd64-cpython-39\torch\compiler 2025-03-14T04:09:26.2612079Z copying torch\compiler\__init__.py -> build\lib.win-amd64-cpython-39\torch\compiler 2025-03-14T04:09:26.2631689Z creating build\lib.win-amd64-cpython-39\torch\contrib 2025-03-14T04:09:26.2634817Z copying torch\contrib\_tensorboard_vis.py -> build\lib.win-amd64-cpython-39\torch\contrib 2025-03-14T04:09:26.2646978Z copying torch\contrib\__init__.py -> build\lib.win-amd64-cpython-39\torch\contrib 2025-03-14T04:09:26.2652585Z creating build\lib.win-amd64-cpython-39\torch\cpu 2025-03-14T04:09:26.2655433Z copying torch\cpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\cpu 2025-03-14T04:09:26.2670492Z creating build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:09:26.2673415Z copying torch\cuda\comm.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:09:26.2679003Z copying torch\cuda\error.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:09:26.2683438Z copying torch\cuda\gds.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:09:26.2695297Z copying torch\cuda\graphs.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:09:26.2715002Z copying torch\cuda\jiterator.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:09:26.2727110Z copying torch\cuda\memory.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:09:26.2759295Z copying torch\cuda\nccl.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:09:26.2772510Z copying torch\cuda\nvtx.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:09:26.2784578Z copying torch\cuda\profiler.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:09:26.2797756Z copying torch\cuda\random.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:09:26.2809582Z copying torch\cuda\sparse.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:09:26.2815654Z copying torch\cuda\streams.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:09:26.2828080Z copying torch\cuda\tunable.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:09:26.2847274Z copying torch\cuda\_gpu_trace.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:09:26.2859829Z copying torch\cuda\_memory_viz.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:09:26.2879773Z copying torch\cuda\_sanitizer.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:09:26.2899493Z copying torch\cuda\_utils.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:09:26.2911327Z copying torch\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-14T04:09:26.2949216Z creating build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:09:26.2953417Z copying torch\distributed\argparse_util.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:09:26.2966500Z copying torch\distributed\c10d_logger.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:09:26.2978514Z copying torch\distributed\collective_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:09:26.2993866Z copying torch\distributed\constants.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:09:26.3006725Z copying torch\distributed\device_mesh.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:09:26.3040856Z copying torch\distributed\distributed_c10d.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:09:26.3137436Z copying torch\distributed\launch.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:09:26.3150110Z copying torch\distributed\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:09:26.3156667Z copying torch\distributed\remote_device.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:09:26.3169812Z copying torch\distributed\rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:09:26.3182869Z copying torch\distributed\run.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:09:26.3203835Z copying torch\distributed\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:09:26.3217114Z copying torch\distributed\_checkpointable.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:09:26.3230694Z copying torch\distributed\_composable_state.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:09:26.3243699Z copying torch\distributed\_functional_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:09:26.3271843Z copying torch\distributed\_functional_collectives_impl.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:09:26.3285168Z copying torch\distributed\_serialization.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:09:26.3298491Z copying torch\distributed\_state_dict_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:09:26.3319367Z copying torch\distributed\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-14T04:09:26.3340336Z creating build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3343742Z copying torch\distributions\bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3356741Z copying torch\distributions\beta.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3369928Z copying torch\distributions\binomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3381999Z copying torch\distributions\categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3398460Z copying torch\distributions\cauchy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3411243Z copying torch\distributions\chi2.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3424616Z copying torch\distributions\constraints.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3444925Z copying torch\distributions\constraint_registry.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3457546Z copying torch\distributions\continuous_bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3470511Z copying torch\distributions\dirichlet.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3482975Z copying torch\distributions\distribution.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3496071Z copying torch\distributions\exponential.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3508786Z copying torch\distributions\exp_family.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3520772Z copying torch\distributions\fishersnedecor.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3532734Z copying torch\distributions\gamma.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3544527Z copying torch\distributions\geometric.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3556664Z copying torch\distributions\gumbel.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3568529Z copying torch\distributions\half_cauchy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3581109Z copying torch\distributions\half_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3594190Z copying torch\distributions\independent.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3607777Z copying torch\distributions\inverse_gamma.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3621568Z copying torch\distributions\kl.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3641137Z copying torch\distributions\kumaraswamy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3657069Z copying torch\distributions\laplace.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3670622Z copying torch\distributions\lkj_cholesky.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3682633Z copying torch\distributions\logistic_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3694903Z copying torch\distributions\log_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3707018Z copying torch\distributions\lowrank_multivariate_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3720057Z copying torch\distributions\mixture_same_family.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3733050Z copying torch\distributions\multinomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3749494Z copying torch\distributions\multivariate_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3765049Z copying torch\distributions\negative_binomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3807340Z copying torch\distributions\normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3829051Z copying torch\distributions\one_hot_categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3829839Z copying torch\distributions\pareto.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3830597Z copying torch\distributions\poisson.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3841037Z copying torch\distributions\relaxed_bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3853550Z copying torch\distributions\relaxed_categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3865968Z copying torch\distributions\studentT.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3878669Z copying torch\distributions\transformed_distribution.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3891218Z copying torch\distributions\transforms.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3916741Z copying torch\distributions\uniform.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3929009Z copying torch\distributions\utils.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3942028Z copying torch\distributions\von_mises.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.3954714Z copying torch\distributions\weibull.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.5114065Z copying torch\distributions\wishart.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.5127322Z copying torch\distributions\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-14T04:09:26.5143258Z creating build\lib.win-amd64-cpython-39\torch\export 2025-03-14T04:09:26.5146300Z copying torch\export\custom_obj.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-14T04:09:26.5151899Z copying torch\export\custom_ops.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-14T04:09:26.5163820Z copying torch\export\decomp_utils.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-14T04:09:26.5176089Z copying torch\export\dynamic_shapes.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-14T04:09:26.5207401Z copying torch\export\exported_program.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-14T04:09:26.5242020Z copying torch\export\graph_signature.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-14T04:09:26.5260808Z copying torch\export\unflatten.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-14T04:09:26.5302195Z copying torch\export\_draft_export.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-14T04:09:26.5322317Z copying torch\export\_remove_auto_functionalized_pass.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-14T04:09:26.5334368Z copying torch\export\_remove_effect_tokens_pass.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-14T04:09:26.5346502Z copying torch\export\_safeguard.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-14T04:09:26.5359164Z copying torch\export\_swap.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-14T04:09:26.5378993Z copying torch\export\_trace.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-14T04:09:26.5425165Z copying torch\export\_tree_utils.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-14T04:09:26.5437638Z copying torch\export\_unlift.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-14T04:09:26.5450958Z copying torch\export\__init__.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-14T04:09:26.5471123Z creating build\lib.win-amd64-cpython-39\torch\fft 2025-03-14T04:09:26.5474815Z copying torch\fft\__init__.py -> build\lib.win-amd64-cpython-39\torch\fft 2025-03-14T04:09:26.5508930Z creating build\lib.win-amd64-cpython-39\torch\func 2025-03-14T04:09:26.5511989Z copying torch\func\__init__.py -> build\lib.win-amd64-cpython-39\torch\func 2025-03-14T04:09:26.5518547Z creating build\lib.win-amd64-cpython-39\torch\futures 2025-03-14T04:09:26.5521411Z copying torch\futures\__init__.py -> build\lib.win-amd64-cpython-39\torch\futures 2025-03-14T04:09:26.5536871Z creating build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:09:26.5540643Z copying torch\fx\annotate.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:09:26.5552872Z copying torch\fx\config.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:09:26.5558261Z copying torch\fx\graph.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:09:26.5596982Z copying torch\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:09:26.5622749Z copying torch\fx\immutable_collections.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:09:26.5637758Z copying torch\fx\interpreter.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:09:26.5658625Z copying torch\fx\node.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:09:26.5683733Z copying torch\fx\operator_schemas.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:09:26.5702577Z copying torch\fx\proxy.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:09:26.6687241Z copying torch\fx\subgraph_rewriter.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:09:26.6700589Z copying torch\fx\tensor_type.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:09:26.6713532Z copying torch\fx\traceback.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:09:26.6726304Z copying torch\fx\_compatibility.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:09:26.6738692Z copying torch\fx\_graph_pickler.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:09:26.6761466Z copying torch\fx\_lazy_graph_module.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:09:26.6776107Z copying torch\fx\_pytree.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:09:26.6790201Z copying torch\fx\_symbolic_trace.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:09:26.6830093Z copying torch\fx\_utils.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:09:26.6842170Z copying torch\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-14T04:09:26.6860001Z creating build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:09:26.6863139Z copying torch\jit\annotations.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:09:26.6882676Z copying torch\jit\frontend.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:09:26.6908143Z copying torch\jit\generate_bytecode.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:09:26.6920561Z copying torch\jit\quantized.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:09:26.6937993Z copying torch\jit\supported_ops.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:09:26.6951120Z copying torch\jit\unsupported_tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:09:26.6965769Z copying torch\jit\_async.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:09:26.6977578Z copying torch\jit\_await.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:09:26.6990432Z copying torch\jit\_builtins.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:09:26.7002739Z copying torch\jit\_check.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:09:26.7015085Z copying torch\jit\_dataclass_impls.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:09:26.7026678Z copying torch\jit\_decompositions.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:09:26.7038453Z copying torch\jit\_decomposition_utils.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:09:26.7044010Z copying torch\jit\_freeze.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:09:26.7056819Z copying torch\jit\_fuser.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:09:26.7068846Z copying torch\jit\_ir_utils.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:09:26.7081425Z copying torch\jit\_logging.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:09:26.7086914Z copying torch\jit\_monkeytype_config.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:09:26.7099800Z copying torch\jit\_pickle.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:09:26.7112319Z copying torch\jit\_recursive.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:09:26.7143911Z copying torch\jit\_script.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:09:26.7185266Z copying torch\jit\_serialization.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:09:26.7197889Z copying torch\jit\_shape_functions.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:09:26.7226771Z copying torch\jit\_state.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:09:26.7240279Z copying torch\jit\_trace.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:09:26.7272142Z copying torch\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:09:26.7288412Z creating build\lib.win-amd64-cpython-39\torch\linalg 2025-03-14T04:09:26.7292873Z copying torch\linalg\__init__.py -> build\lib.win-amd64-cpython-39\torch\linalg 2025-03-14T04:09:26.7351647Z creating build\lib.win-amd64-cpython-39\torch\masked 2025-03-14T04:09:26.7359033Z copying torch\masked\_docs.py -> build\lib.win-amd64-cpython-39\torch\masked 2025-03-14T04:09:26.7390130Z copying torch\masked\_ops.py -> build\lib.win-amd64-cpython-39\torch\masked 2025-03-14T04:09:26.7427198Z copying torch\masked\__init__.py -> build\lib.win-amd64-cpython-39\torch\masked 2025-03-14T04:09:26.7439387Z creating build\lib.win-amd64-cpython-39\torch\monitor 2025-03-14T04:09:26.7442278Z copying torch\monitor\__init__.py -> build\lib.win-amd64-cpython-39\torch\monitor 2025-03-14T04:09:26.7455197Z creating build\lib.win-amd64-cpython-39\torch\mps 2025-03-14T04:09:26.7458202Z copying torch\mps\event.py -> build\lib.win-amd64-cpython-39\torch\mps 2025-03-14T04:09:26.7469963Z copying torch\mps\profiler.py -> build\lib.win-amd64-cpython-39\torch\mps 2025-03-14T04:09:26.7481795Z copying torch\mps\__init__.py -> build\lib.win-amd64-cpython-39\torch\mps 2025-03-14T04:09:26.7495540Z creating build\lib.win-amd64-cpython-39\torch\mtia 2025-03-14T04:09:26.7498662Z copying torch\mtia\memory.py -> build\lib.win-amd64-cpython-39\torch\mtia 2025-03-14T04:09:26.7510715Z copying torch\mtia\_utils.py -> build\lib.win-amd64-cpython-39\torch\mtia 2025-03-14T04:09:26.7523934Z copying torch\mtia\__init__.py -> build\lib.win-amd64-cpython-39\torch\mtia 2025-03-14T04:09:26.7539372Z creating build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-03-14T04:09:26.7542487Z copying torch\multiprocessing\pool.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-03-14T04:09:26.7554593Z copying torch\multiprocessing\queue.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-03-14T04:09:26.7566698Z copying torch\multiprocessing\reductions.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-03-14T04:09:26.7585400Z copying torch\multiprocessing\spawn.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-03-14T04:09:26.7597924Z copying torch\multiprocessing\_atfork.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-03-14T04:09:26.7613799Z copying torch\multiprocessing\__init__.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-03-14T04:09:26.7627803Z creating build\lib.win-amd64-cpython-39\torch\nested 2025-03-14T04:09:26.7630524Z copying torch\nested\__init__.py -> build\lib.win-amd64-cpython-39\torch\nested 2025-03-14T04:09:26.7651283Z creating build\lib.win-amd64-cpython-39\torch\nn 2025-03-14T04:09:26.7654187Z copying torch\nn\common_types.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-14T04:09:26.7665965Z copying torch\nn\cpp.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-14T04:09:26.7677771Z copying torch\nn\functional.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-14T04:09:26.7789425Z copying torch\nn\grad.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-14T04:09:26.7801296Z copying torch\nn\init.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-14T04:09:26.7824348Z copying torch\nn\parameter.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-14T04:09:26.7836599Z copying torch\nn\_reduction.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-14T04:09:26.7849471Z copying torch\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-14T04:09:26.7866408Z creating build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:09:26.7869186Z copying torch\onnx\errors.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:09:26.7880410Z copying torch\onnx\operators.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:09:26.7891928Z copying torch\onnx\symbolic_caffe2.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:09:26.7904068Z copying torch\onnx\symbolic_helper.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:09:26.7956145Z copying torch\onnx\symbolic_opset10.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:09:26.7983409Z copying torch\onnx\symbolic_opset11.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:09:26.8021284Z copying torch\onnx\symbolic_opset12.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:09:26.8036126Z copying torch\onnx\symbolic_opset13.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:09:26.8064429Z copying torch\onnx\symbolic_opset14.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:09:26.8077788Z copying torch\onnx\symbolic_opset15.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:09:26.8090567Z copying torch\onnx\symbolic_opset16.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:09:26.8103024Z copying torch\onnx\symbolic_opset17.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:09:26.8115392Z copying torch\onnx\symbolic_opset18.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:09:26.8128307Z copying torch\onnx\symbolic_opset19.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:09:26.8134265Z copying torch\onnx\symbolic_opset20.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:09:26.8146863Z copying torch\onnx\symbolic_opset7.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:09:26.8158823Z copying torch\onnx\symbolic_opset8.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:09:26.8173067Z copying torch\onnx\symbolic_opset9.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:09:26.8275564Z copying torch\onnx\utils.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:09:26.8313302Z copying torch\onnx\verification.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:09:26.8356743Z copying torch\onnx\_constants.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:09:26.8369153Z copying torch\onnx\_experimental.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:09:26.8381809Z copying torch\onnx\_flags.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:09:26.8395541Z copying torch\onnx\_globals.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:09:26.8408711Z copying torch\onnx\_onnx_supported_ops.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:09:26.8421723Z copying torch\onnx\_type_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:09:26.8434653Z copying torch\onnx\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-14T04:09:26.8458163Z creating build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:09:26.8461676Z copying torch\optim\adadelta.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:09:26.8481375Z copying torch\optim\adagrad.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:09:26.8501109Z copying torch\optim\adam.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:09:26.8526158Z copying torch\optim\adamax.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:09:26.8545092Z copying torch\optim\adamw.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:09:26.8556193Z copying torch\optim\asgd.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:09:26.8575285Z copying torch\optim\lbfgs.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:09:26.8597106Z copying torch\optim\lr_scheduler.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:09:26.8643039Z copying torch\optim\nadam.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:09:26.8662844Z copying torch\optim\optimizer.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:09:26.8694831Z copying torch\optim\radam.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:09:26.8714513Z copying torch\optim\rmsprop.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:09:26.8733303Z copying torch\optim\rprop.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:09:26.8753374Z copying torch\optim\sgd.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:09:26.8773196Z copying torch\optim\sparse_adam.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:09:26.8785827Z copying torch\optim\swa_utils.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:09:26.8806127Z copying torch\optim\_adafactor.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:09:26.8825711Z copying torch\optim\_functional.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:09:26.8838079Z copying torch\optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-14T04:09:26.8854802Z creating build\lib.win-amd64-cpython-39\torch\package 2025-03-14T04:09:26.8857984Z copying torch\package\file_structure_representation.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-14T04:09:26.8871030Z copying torch\package\find_file_dependencies.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-14T04:09:26.8883808Z copying torch\package\glob_group.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-14T04:09:26.8900410Z copying torch\package\importer.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-14T04:09:26.8913925Z copying torch\package\package_exporter.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-14T04:09:26.8946319Z copying torch\package\package_importer.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-14T04:09:26.8965611Z copying torch\package\_digraph.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-14T04:09:26.8977978Z copying torch\package\_directory_reader.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-14T04:09:26.8990228Z copying torch\package\_importlib.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-14T04:09:26.9002077Z copying torch\package\_mangling.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-14T04:09:26.9014365Z copying torch\package\_mock.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-14T04:09:26.9026735Z copying torch\package\_package_pickler.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-14T04:09:26.9039442Z copying torch\package\_package_unpickler.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-14T04:09:26.9053091Z copying torch\package\_stdlib.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-14T04:09:26.9064847Z copying torch\package\__init__.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-14T04:09:26.9072086Z creating build\lib.win-amd64-cpython-39\torch\profiler 2025-03-14T04:09:26.9075000Z copying torch\profiler\itt.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-03-14T04:09:26.9088000Z copying torch\profiler\profiler.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-03-14T04:09:26.9114950Z copying torch\profiler\python_tracer.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-03-14T04:09:26.9120494Z copying torch\profiler\_memory_profiler.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-03-14T04:09:26.9153910Z copying torch\profiler\_pattern_matcher.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-03-14T04:09:26.9176809Z copying torch\profiler\_utils.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-03-14T04:09:26.9188608Z copying torch\profiler\__init__.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-03-14T04:09:26.9203533Z creating build\lib.win-amd64-cpython-39\torch\quantization 2025-03-14T04:09:26.9206615Z copying torch\quantization\fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-14T04:09:26.9218756Z copying torch\quantization\fuser_method_mappings.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-14T04:09:26.9224526Z copying torch\quantization\fuse_modules.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-14T04:09:26.9240897Z copying torch\quantization\observer.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-14T04:09:26.9252294Z copying torch\quantization\qconfig.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-14T04:09:26.9264515Z copying torch\quantization\quantization_mappings.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-14T04:09:26.9275722Z copying torch\quantization\quantize.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-14T04:09:26.9287676Z copying torch\quantization\quantize_fx.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-14T04:09:26.9300051Z copying torch\quantization\quantize_jit.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-14T04:09:26.9312578Z copying torch\quantization\quant_type.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-14T04:09:26.9318805Z copying torch\quantization\stubs.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-14T04:09:26.9324776Z copying torch\quantization\utils.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-14T04:09:26.9336981Z copying torch\quantization\_numeric_suite.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-14T04:09:26.9349269Z copying torch\quantization\_numeric_suite_fx.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-14T04:09:26.9361956Z copying torch\quantization\_quantized_conversions.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-14T04:09:26.9374055Z copying torch\quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-14T04:09:26.9387217Z creating build\lib.win-amd64-cpython-39\torch\signal 2025-03-14T04:09:26.9390798Z copying torch\signal\__init__.py -> build\lib.win-amd64-cpython-39\torch\signal 2025-03-14T04:09:26.9398603Z creating build\lib.win-amd64-cpython-39\torch\sparse 2025-03-14T04:09:26.9402106Z copying torch\sparse\semi_structured.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-03-14T04:09:26.9422853Z copying torch\sparse\_semi_structured_conversions.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-03-14T04:09:26.9435597Z copying torch\sparse\_semi_structured_ops.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-03-14T04:09:26.9452636Z copying torch\sparse\_triton_ops.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-03-14T04:09:26.9501844Z copying torch\sparse\_triton_ops_meta.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-03-14T04:09:26.9731337Z copying torch\sparse\__init__.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-03-14T04:09:26.9751335Z creating build\lib.win-amd64-cpython-39\torch\special 2025-03-14T04:09:26.9754282Z copying torch\special\__init__.py -> build\lib.win-amd64-cpython-39\torch\special 2025-03-14T04:09:26.9781790Z creating build\lib.win-amd64-cpython-39\torch\testing 2025-03-14T04:09:26.9784819Z copying torch\testing\_comparison.py -> build\lib.win-amd64-cpython-39\torch\testing 2025-03-14T04:09:26.9818182Z copying torch\testing\_creation.py -> build\lib.win-amd64-cpython-39\torch\testing 2025-03-14T04:09:26.9832670Z copying torch\testing\_utils.py -> build\lib.win-amd64-cpython-39\torch\testing 2025-03-14T04:09:26.9845231Z copying torch\testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing 2025-03-14T04:09:26.9859367Z creating build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:26.9863044Z copying torch\utils\backend_registration.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:26.9882576Z copying torch\utils\bundled_inputs.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:26.9901263Z copying torch\utils\checkpoint.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:26.9940927Z copying torch\utils\collect_env.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:26.9964243Z copying torch\utils\cpp_backtrace.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:26.9970535Z copying torch\utils\cpp_extension.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0029143Z copying torch\utils\deterministic.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0041266Z copying torch\utils\dlpack.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0053076Z copying torch\utils\file_baton.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0067033Z copying torch\utils\flop_counter.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0088231Z copying torch\utils\hooks.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0099973Z copying torch\utils\mkldnn.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0112214Z copying torch\utils\mobile_optimizer.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0125347Z copying torch\utils\model_zoo.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0131568Z copying torch\utils\module_tracker.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0143966Z copying torch\utils\show_pickle.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0156306Z copying torch\utils\throughput_benchmark.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0168828Z copying torch\utils\weak.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0181515Z copying torch\utils\_appending_byte_serializer.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0194497Z copying torch\utils\_backport_slots.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0207228Z copying torch\utils\_config_module.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0232259Z copying torch\utils\_content_store.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0246030Z copying torch\utils\_contextlib.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0260147Z copying torch\utils\_cpp_embed_headers.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0273939Z copying torch\utils\_cpp_extension_versioner.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0286704Z copying torch\utils\_cxx_pytree.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0312711Z copying torch\utils\_device.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0324941Z copying torch\utils\_exposed_in.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0337279Z copying torch\utils\_filelock.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0349880Z copying torch\utils\_foreach_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0362586Z copying torch\utils\_freeze.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0379212Z copying torch\utils\_functools.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0391872Z copying torch\utils\_get_clean_triton.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0404453Z copying torch\utils\_import_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0417198Z copying torch\utils\_mode_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0423602Z copying torch\utils\_ordered_set.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0436387Z copying torch\utils\_python_dispatch.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0456311Z copying torch\utils\_pytree.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0491301Z copying torch\utils\_stats.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0504782Z copying torch\utils\_thunk.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0511994Z copying torch\utils\_traceback.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0525223Z copying torch\utils\_triton.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0541465Z copying torch\utils\_typing_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0547211Z copying torch\utils\_zip.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0558667Z copying torch\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:27.0572854Z creating build\lib.win-amd64-cpython-39\torch\xpu 2025-03-14T04:09:27.0575830Z copying torch\xpu\memory.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-03-14T04:09:27.0588052Z copying torch\xpu\random.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-03-14T04:09:27.0600014Z copying torch\xpu\streams.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-03-14T04:09:27.0612141Z copying torch\xpu\_gpu_trace.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-03-14T04:09:27.0623701Z copying torch\xpu\_utils.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-03-14T04:09:27.0635576Z copying torch\xpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-03-14T04:09:27.0659492Z creating build\lib.win-amd64-cpython-39\torch\_awaits 2025-03-14T04:09:27.0662389Z copying torch\_awaits\__init__.py -> build\lib.win-amd64-cpython-39\torch\_awaits 2025-03-14T04:09:27.0674890Z creating build\lib.win-amd64-cpython-39\torch\_custom_op 2025-03-14T04:09:27.0678257Z copying torch\_custom_op\autograd.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2025-03-14T04:09:27.0690308Z copying torch\_custom_op\impl.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2025-03-14T04:09:27.0709980Z copying torch\_custom_op\__init__.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2025-03-14T04:09:27.0715926Z creating build\lib.win-amd64-cpython-39\torch\_decomp 2025-03-14T04:09:27.0718935Z copying torch\_decomp\decompositions.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2025-03-14T04:09:27.0805951Z copying torch\_decomp\decompositions_for_jvp.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2025-03-14T04:09:27.0819571Z copying torch\_decomp\decompositions_for_rng.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2025-03-14T04:09:27.0836282Z copying torch\_decomp\__init__.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2025-03-14T04:09:27.0856802Z creating build\lib.win-amd64-cpython-39\torch\_dispatch 2025-03-14T04:09:27.0860552Z copying torch\_dispatch\python.py -> build\lib.win-amd64-cpython-39\torch\_dispatch 2025-03-14T04:09:27.0872730Z copying torch\_dispatch\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dispatch 2025-03-14T04:09:27.0885797Z creating build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.0889386Z copying torch\_dynamo\bytecode_analysis.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.0902612Z copying torch\_dynamo\bytecode_transformation.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.0935967Z copying torch\_dynamo\cache_size.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.0953422Z copying torch\_dynamo\callback.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.0966817Z copying torch\_dynamo\codegen.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.0988119Z copying torch\_dynamo\code_context.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1001498Z copying torch\_dynamo\compiled_autograd.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1035919Z copying torch\_dynamo\comptime.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1048699Z copying torch\_dynamo\config.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1069208Z copying torch\_dynamo\convert_frame.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1101062Z copying torch\_dynamo\create_parameter_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1113803Z copying torch\_dynamo\current_scope_id.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1125845Z copying torch\_dynamo\debug_utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1145062Z copying torch\_dynamo\decorators.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1167178Z copying torch\_dynamo\device_interface.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1182028Z copying torch\_dynamo\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1193403Z copying torch\_dynamo\eval_frame.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1230201Z copying torch\_dynamo\exc.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1249022Z copying torch\_dynamo\external_utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1261188Z copying torch\_dynamo\funcname_cache.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1274629Z copying torch\_dynamo\graph_break_hints.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1292752Z copying torch\_dynamo\graph_deduplication.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1305453Z copying torch\_dynamo\graph_region_tracker.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1318760Z copying torch\_dynamo\guards.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1376623Z copying torch\_dynamo\hooks.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1389084Z copying torch\_dynamo\logging.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1401688Z copying torch\_dynamo\metrics_context.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1414025Z copying torch\_dynamo\mutation_guard.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1426246Z copying torch\_dynamo\output_graph.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1486014Z copying torch\_dynamo\pgo.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1508029Z copying torch\_dynamo\profiler.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1523627Z copying torch\_dynamo\replay_record.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1537344Z copying torch\_dynamo\resume_execution.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1561984Z copying torch\_dynamo\side_effects.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1588166Z copying torch\_dynamo\source.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1607062Z copying torch\_dynamo\symbolic_convert.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1688108Z copying torch\_dynamo\tensor_version_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1700650Z copying torch\_dynamo\testing.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1719938Z copying torch\_dynamo\test_case.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1732864Z copying torch\_dynamo\test_minifier_common.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1744958Z copying torch\_dynamo\trace_rules.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1820483Z copying torch\_dynamo\types.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1833241Z copying torch\_dynamo\utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1903429Z copying torch\_dynamo\_trace_wrapped_higher_order_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1920104Z copying torch\_dynamo\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-14T04:09:27.1934834Z creating build\lib.win-amd64-cpython-39\torch\_export 2025-03-14T04:09:27.1938434Z copying torch\_export\converter.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-03-14T04:09:27.1978252Z copying torch\_export\error.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-03-14T04:09:27.1994029Z copying torch\_export\non_strict_utils.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-03-14T04:09:27.2014938Z copying torch\_export\pass_base.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-03-14T04:09:27.2038609Z copying torch\_export\tools.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-03-14T04:09:27.2050124Z copying torch\_export\utils.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-03-14T04:09:27.2082185Z copying torch\_export\verifier.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-03-14T04:09:27.2100971Z copying torch\_export\wrappers.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-03-14T04:09:27.2113183Z copying torch\_export\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-03-14T04:09:27.2129434Z creating build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:09:27.2132284Z copying torch\_functorch\aot_autograd.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:09:27.2173731Z copying torch\_functorch\apis.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:09:27.2198484Z copying torch\_functorch\autograd_function.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:09:27.2216894Z copying torch\_functorch\batch_norm_replacement.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:09:27.2232425Z copying torch\_functorch\benchmark_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:09:27.2243945Z copying torch\_functorch\compilers.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:09:27.2256254Z copying torch\_functorch\compile_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:09:27.2268237Z copying torch\_functorch\config.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:09:27.2280507Z copying torch\_functorch\deprecated.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:09:27.2292987Z copying torch\_functorch\eager_transforms.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:09:27.2334748Z copying torch\_functorch\functional_call.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:09:27.2347245Z copying torch\_functorch\fx_minifier.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:09:27.2365257Z copying torch\_functorch\make_functional.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:09:27.2387247Z copying torch\_functorch\partitioners.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:09:27.2428998Z copying torch\_functorch\pyfunctorch.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:09:27.2441399Z copying torch\_functorch\python_key.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:09:27.2447739Z copying torch\_functorch\pytree_hacks.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:09:27.2459329Z copying torch\_functorch\top_operators_github_usage.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:09:27.2478518Z copying torch\_functorch\utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:09:27.2490982Z copying torch\_functorch\vmap.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:09:27.2510749Z copying torch\_functorch\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-14T04:09:27.2525052Z creating build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:09:27.2528021Z copying torch\_higher_order_ops\aoti_call_delegate.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:09:27.2540356Z copying torch\_higher_order_ops\associative_scan.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:09:27.2563699Z copying torch\_higher_order_ops\auto_functionalize.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:09:27.2588353Z copying torch\_higher_order_ops\base_hop.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:09:27.2600478Z copying torch\_higher_order_ops\cond.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:09:27.2620143Z copying torch\_higher_order_ops\effects.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:09:27.2632646Z copying torch\_higher_order_ops\executorch_call_delegate.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:09:27.2644677Z copying torch\_higher_order_ops\flat_apply.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:09:27.2657795Z copying torch\_higher_order_ops\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:09:27.2687060Z copying torch\_higher_order_ops\foreach_map.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:09:27.2702542Z copying torch\_higher_order_ops\hints_wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:09:27.2715579Z copying torch\_higher_order_ops\invoke_subgraph.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:09:27.2728715Z copying torch\_higher_order_ops\map.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:09:27.2740890Z copying torch\_higher_order_ops\out_dtype.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:09:27.2753501Z copying torch\_higher_order_ops\run_const_graph.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:09:27.2767071Z copying torch\_higher_order_ops\scan.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:09:27.2787976Z copying torch\_higher_order_ops\strict_mode.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:09:27.2800119Z copying torch\_higher_order_ops\torchbind.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:09:27.2812753Z copying torch\_higher_order_ops\triton_kernel_wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:09:27.2850460Z copying torch\_higher_order_ops\utils.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:09:27.2870054Z copying torch\_higher_order_ops\while_loop.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:09:27.2888674Z copying torch\_higher_order_ops\wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:09:27.2905457Z copying torch\_higher_order_ops\_invoke_quant.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:09:27.2917642Z copying torch\_higher_order_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-14T04:09:27.2939160Z creating build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.2942758Z copying torch\_inductor\analyze_preserves_zero_mask.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.2958362Z copying torch\_inductor\aoti_eager.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.2973696Z copying torch\_inductor\async_compile.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.2998084Z copying torch\_inductor\autotune_process.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3022637Z copying torch\_inductor\bounds.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3034437Z copying torch\_inductor\choices.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3046862Z copying torch\_inductor\codecache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3105557Z copying torch\_inductor\comms.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3131204Z copying torch\_inductor\comm_analysis.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3144104Z copying torch\_inductor\comm_lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3157379Z copying torch\_inductor\compiler_bisector.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3176507Z copying torch\_inductor\compile_fx.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3223264Z copying torch\_inductor\compile_fx_ext.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3243169Z copying torch\_inductor\compile_fx_subproc.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3255012Z copying torch\_inductor\config.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3290147Z copying torch\_inductor\constant_folding.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3305436Z copying torch\_inductor\cpp_builder.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3338412Z copying torch\_inductor\cpu_vec_isa.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3352219Z copying torch\_inductor\cudagraph_trees.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3409621Z copying torch\_inductor\cudagraph_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3423367Z copying torch\_inductor\custom_graph_pass.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3440622Z copying torch\_inductor\debug.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3465520Z copying torch\_inductor\decomposition.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3490914Z copying torch\_inductor\dependencies.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3512057Z copying torch\_inductor\dtype_propagation.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3524295Z copying torch\_inductor\exc.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3537019Z copying torch\_inductor\extern_node_serializer.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3550292Z copying torch\_inductor\freezing.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3562086Z copying torch\_inductor\freezing_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3573923Z copying torch\_inductor\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3598902Z copying torch\_inductor\fx_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3611816Z copying torch\_inductor\graph.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3655440Z copying torch\_inductor\hooks.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3665946Z copying torch\_inductor\index_propagation.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3679008Z copying torch\_inductor\inductor_prims.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3692527Z copying torch\_inductor\ir.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3823113Z copying torch\_inductor\jagged_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3835443Z copying torch\_inductor\loop_body.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3855346Z copying torch\_inductor\lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3958858Z copying torch\_inductor\memory.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3978993Z copying torch\_inductor\metrics.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.3992756Z copying torch\_inductor\mkldnn_ir.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.4019955Z copying torch\_inductor\mkldnn_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.4053627Z copying torch\_inductor\mock_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.4066184Z copying torch\_inductor\ops_handler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.4096988Z copying torch\_inductor\optimize_indexing.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.4108945Z copying torch\_inductor\output_code.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.4130620Z copying torch\_inductor\pattern_matcher.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.4170216Z copying torch\_inductor\quantized_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.4182586Z copying torch\_inductor\remote_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.4195165Z copying torch\_inductor\scheduler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.4278345Z copying torch\_inductor\select_algorithm.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.4325663Z copying torch\_inductor\sizevars.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.4355181Z copying torch\_inductor\subgraph_lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.4369652Z copying torch\_inductor\test_case.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.4392153Z copying torch\_inductor\test_operators.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.4403871Z copying torch\_inductor\triton_bundler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.4415909Z copying torch\_inductor\utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.4465957Z copying torch\_inductor\virtualized.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.4478849Z copying torch\_inductor\wrapper_benchmark.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.4491481Z copying torch\_inductor\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:27.4508690Z creating build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-14T04:09:27.4513518Z copying torch\_lazy\closure.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-14T04:09:27.4527729Z copying torch\_lazy\computation.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-14T04:09:27.4540607Z copying torch\_lazy\config.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-14T04:09:27.4546722Z copying torch\_lazy\debug.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-14T04:09:27.4558647Z copying torch\_lazy\device_context.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-14T04:09:27.4574147Z copying torch\_lazy\extract_compiled_graph.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-14T04:09:27.4586256Z copying torch\_lazy\ir_cache.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-14T04:09:27.4591677Z copying torch\_lazy\metrics.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-14T04:09:27.4597277Z copying torch\_lazy\tensor_factory_functions.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-14T04:09:27.4610526Z copying torch\_lazy\ts_backend.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-14T04:09:27.4616704Z copying torch\_lazy\__init__.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-14T04:09:27.4630630Z creating build\lib.win-amd64-cpython-39\torch\_library 2025-03-14T04:09:27.4633590Z copying torch\_library\autograd.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-03-14T04:09:27.4645973Z copying torch\_library\custom_ops.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-03-14T04:09:27.4672785Z copying torch\_library\fake_class_registry.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-03-14T04:09:27.4685387Z copying torch\_library\fake_impl.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-03-14T04:09:27.4702863Z copying torch\_library\infer_schema.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-03-14T04:09:27.4716971Z copying torch\_library\simple_registry.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-03-14T04:09:27.4730750Z copying torch\_library\triton.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-03-14T04:09:27.4743304Z copying torch\_library\utils.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-03-14T04:09:27.4763165Z copying torch\_library\__init__.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-03-14T04:09:27.4770934Z creating build\lib.win-amd64-cpython-39\torch\_logging 2025-03-14T04:09:27.4774084Z copying torch\_logging\scribe.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-03-14T04:09:27.4786271Z copying torch\_logging\structured.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-03-14T04:09:27.4798575Z copying torch\_logging\_internal.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-03-14T04:09:27.4825182Z copying torch\_logging\_registrations.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-03-14T04:09:27.4842381Z copying torch\_logging\__init__.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-03-14T04:09:27.4858606Z creating build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:09:27.4862024Z copying torch\_numpy\fft.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:09:27.4873614Z copying torch\_numpy\linalg.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:09:27.4886227Z copying torch\_numpy\random.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:09:27.4898825Z copying torch\_numpy\_binary_ufuncs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:09:27.4913350Z copying torch\_numpy\_casting_dicts.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:09:27.4944946Z copying torch\_numpy\_dtypes.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:09:27.4957589Z copying torch\_numpy\_dtypes_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:09:27.4970758Z copying torch\_numpy\_funcs.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:09:27.4984817Z copying torch\_numpy\_funcs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:09:27.5021384Z copying torch\_numpy\_getlimits.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:09:27.5029801Z copying torch\_numpy\_ndarray.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:09:27.5052496Z copying torch\_numpy\_normalizations.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:09:27.5065399Z copying torch\_numpy\_reductions_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:09:27.5077818Z copying torch\_numpy\_ufuncs.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:09:27.5090658Z copying torch\_numpy\_unary_ufuncs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:09:27.5102841Z copying torch\_numpy\_util.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:09:27.5115448Z copying torch\_numpy\__init__.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-14T04:09:27.5123060Z creating build\lib.win-amd64-cpython-39\torch\_prims 2025-03-14T04:09:27.5126033Z copying torch\_prims\context.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-03-14T04:09:27.5138308Z copying torch\_prims\debug_prims.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-03-14T04:09:27.5149949Z copying torch\_prims\executor.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-03-14T04:09:27.5161975Z copying torch\_prims\rng_prims.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-03-14T04:09:27.5174220Z copying torch\_prims\__init__.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-03-14T04:09:27.5221473Z creating build\lib.win-amd64-cpython-39\torch\_prims_common 2025-03-14T04:09:27.5224611Z copying torch\_prims_common\wrappers.py -> build\lib.win-amd64-cpython-39\torch\_prims_common 2025-03-14T04:09:27.5242434Z copying torch\_prims_common\__init__.py -> build\lib.win-amd64-cpython-39\torch\_prims_common 2025-03-14T04:09:27.5281214Z creating build\lib.win-amd64-cpython-39\torch\_refs 2025-03-14T04:09:27.5284052Z copying torch\_refs\fft.py -> build\lib.win-amd64-cpython-39\torch\_refs 2025-03-14T04:09:27.5303726Z copying torch\_refs\_conversions.py -> build\lib.win-amd64-cpython-39\torch\_refs 2025-03-14T04:09:27.5315296Z copying torch\_refs\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs 2025-03-14T04:09:27.5416111Z creating build\lib.win-amd64-cpython-39\torch\_strobelight 2025-03-14T04:09:27.5423299Z copying torch\_strobelight\cli_function_profiler.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2025-03-14T04:09:27.5436949Z copying torch\_strobelight\compile_time_profiler.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2025-03-14T04:09:27.5449690Z copying torch\_strobelight\__init__.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2025-03-14T04:09:27.5461025Z creating build\lib.win-amd64-cpython-39\torch\_subclasses 2025-03-14T04:09:27.5464303Z copying torch\_subclasses\fake_impls.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-03-14T04:09:27.5490908Z copying torch\_subclasses\fake_tensor.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-03-14T04:09:27.5550797Z copying torch\_subclasses\fake_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-03-14T04:09:27.5567362Z copying torch\_subclasses\functional_tensor.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-03-14T04:09:27.5593840Z copying torch\_subclasses\meta_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-03-14T04:09:27.5646070Z copying torch\_subclasses\schema_check_mode.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-03-14T04:09:27.5661466Z copying torch\_subclasses\_fake_tensor_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-03-14T04:09:27.5673826Z copying torch\_subclasses\__init__.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-03-14T04:09:27.5680225Z creating build\lib.win-amd64-cpython-39\torch\_vendor 2025-03-14T04:09:27.5683019Z copying torch\_vendor\__init__.py -> build\lib.win-amd64-cpython-39\torch\_vendor 2025-03-14T04:09:27.5688622Z creating build\lib.win-amd64-cpython-39\torch\ao\nn 2025-03-14T04:09:27.5691456Z copying torch\ao\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn 2025-03-14T04:09:27.5705325Z creating build\lib.win-amd64-cpython-39\torch\ao\ns 2025-03-14T04:09:27.5708325Z copying torch\ao\ns\_numeric_suite.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2025-03-14T04:09:27.5728114Z copying torch\ao\ns\_numeric_suite_fx.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2025-03-14T04:09:27.5751915Z copying torch\ao\ns\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2025-03-14T04:09:27.5757679Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning 2025-03-14T04:09:27.5760731Z copying torch\ao\pruning\_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning 2025-03-14T04:09:27.5771855Z copying torch\ao\pruning\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning 2025-03-14T04:09:27.5781048Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:09:27.5784129Z copying torch\ao\quantization\fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:09:27.5802508Z copying torch\ao\quantization\fuser_method_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:09:27.5814403Z copying torch\ao\quantization\fuse_modules.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:09:27.5832924Z copying torch\ao\quantization\observer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:09:27.5873112Z copying torch\ao\quantization\qconfig.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:09:27.5893174Z copying torch\ao\quantization\qconfig_mapping.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:09:27.5907765Z copying torch\ao\quantization\quantization_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:09:27.5920511Z copying torch\ao\quantization\quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:09:27.5939707Z copying torch\ao\quantization\quantize_fx.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:09:27.5965204Z copying torch\ao\quantization\quantize_jit.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:09:27.5979510Z copying torch\ao\quantization\quantize_pt2e.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:09:27.5992635Z copying torch\ao\quantization\quant_type.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:09:27.6005155Z copying torch\ao\quantization\stubs.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:09:27.6019753Z copying torch\ao\quantization\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:09:27.6040537Z copying torch\ao\quantization\_correct_bias.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:09:27.6054056Z copying torch\ao\quantization\_equalize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:09:27.6067220Z copying torch\ao\quantization\_learnable_fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:09:27.6079460Z copying torch\ao\quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-14T04:09:27.6092885Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic 2025-03-14T04:09:27.6095684Z copying torch\ao\nn\intrinsic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic 2025-03-14T04:09:27.6108436Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat 2025-03-14T04:09:27.6112042Z copying torch\ao\nn\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat 2025-03-14T04:09:27.6118848Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable 2025-03-14T04:09:27.6121786Z copying torch\ao\nn\quantizable\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable 2025-03-14T04:09:27.6128352Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2025-03-14T04:09:27.6135707Z copying torch\ao\nn\quantized\functional.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2025-03-14T04:09:27.6153950Z copying torch\ao\nn\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2025-03-14T04:09:27.6161174Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse 2025-03-14T04:09:27.6165004Z copying torch\ao\nn\sparse\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse 2025-03-14T04:09:27.6171758Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2025-03-14T04:09:27.6174803Z copying torch\ao\nn\intrinsic\modules\fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2025-03-14T04:09:27.6186955Z copying torch\ao\nn\intrinsic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2025-03-14T04:09:27.6193336Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat 2025-03-14T04:09:27.6196237Z copying torch\ao\nn\intrinsic\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat 2025-03-14T04:09:27.6202688Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized 2025-03-14T04:09:27.6205614Z copying torch\ao\nn\intrinsic\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized 2025-03-14T04:09:27.6212597Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-03-14T04:09:27.6215716Z copying torch\ao\nn\intrinsic\qat\modules\conv_fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-03-14T04:09:27.6240422Z copying torch\ao\nn\intrinsic\qat\modules\linear_fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-03-14T04:09:27.6252133Z copying torch\ao\nn\intrinsic\qat\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-03-14T04:09:27.6263571Z copying torch\ao\nn\intrinsic\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-03-14T04:09:27.6274989Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic 2025-03-14T04:09:27.6278155Z copying torch\ao\nn\intrinsic\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic 2025-03-14T04:09:27.6286034Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-03-14T04:09:27.6289531Z copying torch\ao\nn\intrinsic\quantized\modules\bn_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-03-14T04:09:27.6301531Z copying torch\ao\nn\intrinsic\quantized\modules\conv_add.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-03-14T04:09:27.6314252Z copying torch\ao\nn\intrinsic\quantized\modules\conv_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-03-14T04:09:27.6326738Z copying torch\ao\nn\intrinsic\quantized\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-03-14T04:09:27.6339449Z copying torch\ao\nn\intrinsic\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-03-14T04:09:27.6350915Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-03-14T04:09:27.6354594Z copying torch\ao\nn\intrinsic\quantized\dynamic\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-03-14T04:09:27.6367153Z copying torch\ao\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-03-14T04:09:27.6374008Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic 2025-03-14T04:09:27.6377484Z copying torch\ao\nn\qat\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic 2025-03-14T04:09:27.6385286Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-03-14T04:09:27.6388727Z copying torch\ao\nn\qat\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-03-14T04:09:27.6401031Z copying torch\ao\nn\qat\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-03-14T04:09:27.6413996Z copying torch\ao\nn\qat\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-03-14T04:09:27.6426463Z copying torch\ao\nn\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-03-14T04:09:27.6434256Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2025-03-14T04:09:27.6437402Z copying torch\ao\nn\qat\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2025-03-14T04:09:27.6449760Z copying torch\ao\nn\qat\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2025-03-14T04:09:27.6457310Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2025-03-14T04:09:27.6461009Z copying torch\ao\nn\quantizable\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2025-03-14T04:09:27.6480669Z copying torch\ao\nn\quantizable\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2025-03-14T04:09:27.6500735Z copying torch\ao\nn\quantizable\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2025-03-14T04:09:27.6507848Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic 2025-03-14T04:09:27.6511179Z copying torch\ao\nn\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic 2025-03-14T04:09:27.6521729Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-14T04:09:27.6524900Z copying torch\ao\nn\quantized\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-14T04:09:27.6538674Z copying torch\ao\nn\quantized\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-14T04:09:27.6552019Z copying torch\ao\nn\quantized\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-14T04:09:27.6579355Z copying torch\ao\nn\quantized\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-14T04:09:27.6593531Z copying torch\ao\nn\quantized\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-14T04:09:27.6609990Z copying torch\ao\nn\quantized\modules\functional_modules.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-14T04:09:27.6622715Z copying torch\ao\nn\quantized\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-14T04:09:27.6634877Z copying torch\ao\nn\quantized\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-14T04:09:27.6647335Z copying torch\ao\nn\quantized\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-14T04:09:27.6659354Z copying torch\ao\nn\quantized\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-14T04:09:27.6671840Z copying torch\ao\nn\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-14T04:09:27.6684746Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference 2025-03-14T04:09:27.6691742Z copying torch\ao\nn\quantized\reference\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference 2025-03-14T04:09:27.6698854Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-03-14T04:09:27.6701966Z copying torch\ao\nn\quantized\dynamic\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-03-14T04:09:27.6720926Z copying torch\ao\nn\quantized\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-03-14T04:09:27.6732198Z copying torch\ao\nn\quantized\dynamic\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-03-14T04:09:27.6763591Z copying torch\ao\nn\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-03-14T04:09:27.6771489Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-03-14T04:09:27.6774770Z copying torch\ao\nn\quantized\reference\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-03-14T04:09:27.6787698Z copying torch\ao\nn\quantized\reference\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-03-14T04:09:27.6800824Z copying torch\ao\nn\quantized\reference\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-03-14T04:09:27.6820337Z copying torch\ao\nn\quantized\reference\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-03-14T04:09:27.6833733Z copying torch\ao\nn\quantized\reference\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-03-14T04:09:27.6846837Z copying torch\ao\nn\quantized\reference\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-03-14T04:09:27.6854089Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2025-03-14T04:09:27.6857263Z copying torch\ao\nn\sparse\quantized\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2025-03-14T04:09:27.6871238Z copying torch\ao\nn\sparse\quantized\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2025-03-14T04:09:27.6883771Z copying torch\ao\nn\sparse\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2025-03-14T04:09:27.6891086Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2025-03-14T04:09:27.6895328Z copying torch\ao\nn\sparse\quantized\dynamic\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2025-03-14T04:09:27.6906992Z copying torch\ao\nn\sparse\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2025-03-14T04:09:27.6915159Z creating build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-03-14T04:09:27.6918657Z copying torch\ao\ns\fx\graph_matcher.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-03-14T04:09:27.6944007Z copying torch\ao\ns\fx\graph_passes.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-03-14T04:09:27.6966924Z copying torch\ao\ns\fx\mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-03-14T04:09:27.6986959Z copying torch\ao\ns\fx\ns_types.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-03-14T04:09:27.6999165Z copying torch\ao\ns\fx\n_shadows_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-03-14T04:09:27.7036827Z copying torch\ao\ns\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-03-14T04:09:27.7050091Z copying torch\ao\ns\fx\qconfig_multi_mapping.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-03-14T04:09:27.7064148Z copying torch\ao\ns\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-03-14T04:09:27.7084749Z copying torch\ao\ns\fx\weight_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-03-14T04:09:27.7096998Z copying torch\ao\ns\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-03-14T04:09:27.7103561Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-03-14T04:09:27.7106659Z copying torch\ao\pruning\scheduler\base_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-03-14T04:09:27.7119136Z copying torch\ao\pruning\scheduler\cubic_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-03-14T04:09:27.7131551Z copying torch\ao\pruning\scheduler\lambda_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-03-14T04:09:27.7147939Z copying torch\ao\pruning\scheduler\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-03-14T04:09:27.7154196Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-03-14T04:09:27.7162545Z copying torch\ao\pruning\sparsifier\base_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-03-14T04:09:27.7175265Z copying torch\ao\pruning\sparsifier\nearly_diagonal_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-03-14T04:09:27.7187644Z copying torch\ao\pruning\sparsifier\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-03-14T04:09:27.7203485Z copying torch\ao\pruning\sparsifier\weight_norm_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-03-14T04:09:27.7216205Z copying torch\ao\pruning\sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-03-14T04:09:27.7221846Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental 2025-03-14T04:09:27.7224733Z copying torch\ao\pruning\_experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental 2025-03-14T04:09:27.7230985Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2025-03-14T04:09:27.7234425Z copying torch\ao\pruning\_experimental\activation_sparsifier\activation_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2025-03-14T04:09:27.7254050Z copying torch\ao\pruning\_experimental\activation_sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2025-03-14T04:09:27.7259983Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2025-03-14T04:09:27.7263346Z copying torch\ao\pruning\_experimental\data_scheduler\base_data_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2025-03-14T04:09:27.7275459Z copying torch\ao\pruning\_experimental\data_scheduler\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2025-03-14T04:09:27.7282356Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-03-14T04:09:27.7289653Z copying torch\ao\pruning\_experimental\data_sparsifier\base_data_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-03-14T04:09:27.7301800Z copying torch\ao\pruning\_experimental\data_sparsifier\data_norm_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-03-14T04:09:27.7313941Z copying torch\ao\pruning\_experimental\data_sparsifier\quantization_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-03-14T04:09:27.7330216Z copying torch\ao\pruning\_experimental\data_sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-03-14T04:09:27.7339711Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-03-14T04:09:27.7344558Z copying torch\ao\pruning\_experimental\pruner\base_structured_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-03-14T04:09:27.7360131Z copying torch\ao\pruning\_experimental\pruner\FPGM_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-03-14T04:09:27.7376265Z copying torch\ao\pruning\_experimental\pruner\lstm_saliency_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-03-14T04:09:27.7394104Z copying torch\ao\pruning\_experimental\pruner\match_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-03-14T04:09:27.7406295Z copying torch\ao\pruning\_experimental\pruner\parametrization.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-03-14T04:09:27.7418860Z copying torch\ao\pruning\_experimental\pruner\prune_functions.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-03-14T04:09:27.7438226Z copying torch\ao\pruning\_experimental\pruner\saliency_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-03-14T04:09:27.7450162Z copying torch\ao\pruning\_experimental\pruner\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-03-14T04:09:27.7456939Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning 2025-03-14T04:09:27.7460521Z copying torch\ao\pruning\_experimental\data_sparsifier\lightning\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning 2025-03-14T04:09:27.7466705Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-03-14T04:09:27.7469993Z copying torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\data_sparsity.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-03-14T04:09:27.7482422Z copying torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\_data_sparstity_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-03-14T04:09:27.7494347Z copying torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-03-14T04:09:27.7505908Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-14T04:09:27.7509078Z copying torch\ao\quantization\backend_config\backend_config.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-14T04:09:27.7531802Z copying torch\ao\quantization\backend_config\executorch.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-14T04:09:27.7555700Z copying torch\ao\quantization\backend_config\fbgemm.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-14T04:09:27.7568653Z copying torch\ao\quantization\backend_config\native.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-14T04:09:27.7585508Z copying torch\ao\quantization\backend_config\observation_type.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-14T04:09:27.7590928Z copying torch\ao\quantization\backend_config\onednn.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-14T04:09:27.7610610Z copying torch\ao\quantization\backend_config\qnnpack.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-14T04:09:27.7622099Z copying torch\ao\quantization\backend_config\tensorrt.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-14T04:09:27.7634339Z copying torch\ao\quantization\backend_config\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-14T04:09:27.7646985Z copying torch\ao\quantization\backend_config\x86.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-14T04:09:27.7659780Z copying torch\ao\quantization\backend_config\_common_operator_config_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-14T04:09:27.7680297Z copying torch\ao\quantization\backend_config\_qnnpack_pt2e.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-14T04:09:27.7692358Z copying torch\ao\quantization\backend_config\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-14T04:09:27.7707869Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:09:27.7710888Z copying torch\ao\quantization\fx\convert.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:09:27.7743546Z copying torch\ao\quantization\fx\custom_config.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:09:27.7762823Z copying torch\ao\quantization\fx\fuse.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:09:27.7774759Z copying torch\ao\quantization\fx\fuse_handler.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:09:27.7787299Z copying torch\ao\quantization\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:09:27.7805581Z copying torch\ao\quantization\fx\lower_to_fbgemm.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:09:27.7818198Z copying torch\ao\quantization\fx\lower_to_qnnpack.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:09:27.7824526Z copying torch\ao\quantization\fx\lstm_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:09:27.7837184Z copying torch\ao\quantization\fx\match_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:09:27.7849821Z copying torch\ao\quantization\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:09:27.7862698Z copying torch\ao\quantization\fx\prepare.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:09:27.7909452Z copying torch\ao\quantization\fx\qconfig_mapping_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:09:27.7922681Z copying torch\ao\quantization\fx\quantize_handler.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:09:27.7935224Z copying torch\ao\quantization\fx\tracer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:09:27.7947537Z copying torch\ao\quantization\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:09:27.7974702Z copying torch\ao\quantization\fx\_decomposed.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:09:27.8002872Z copying torch\ao\quantization\fx\_equalize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:09:27.8031281Z copying torch\ao\quantization\fx\_lower_to_native_backend.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:09:27.8064204Z copying torch\ao\quantization\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-14T04:09:27.8072146Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-03-14T04:09:27.8075881Z copying torch\ao\quantization\pt2e\duplicate_dq_pass.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-03-14T04:09:27.8087691Z copying torch\ao\quantization\pt2e\export_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-03-14T04:09:27.8100033Z copying torch\ao\quantization\pt2e\graph_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-03-14T04:09:27.8112420Z copying torch\ao\quantization\pt2e\port_metadata_pass.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-03-14T04:09:27.8128482Z copying torch\ao\quantization\pt2e\prepare.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-03-14T04:09:27.8152847Z copying torch\ao\quantization\pt2e\qat_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-03-14T04:09:27.8180267Z copying torch\ao\quantization\pt2e\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-03-14T04:09:27.8200398Z copying torch\ao\quantization\pt2e\_affine_quantization.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-03-14T04:09:27.8221043Z copying torch\ao\quantization\pt2e\_numeric_debugger.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-03-14T04:09:27.8234742Z copying torch\ao\quantization\pt2e\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-03-14T04:09:27.8241827Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-03-14T04:09:27.8245890Z copying torch\ao\quantization\quantizer\composable_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-03-14T04:09:27.8258967Z copying torch\ao\quantization\quantizer\embedding_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-03-14T04:09:27.8271106Z copying torch\ao\quantization\quantizer\quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-03-14T04:09:27.8288612Z copying torch\ao\quantization\quantizer\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-03-14T04:09:27.8303237Z copying torch\ao\quantization\quantizer\x86_inductor_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-03-14T04:09:27.8342792Z copying torch\ao\quantization\quantizer\xnnpack_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-03-14T04:09:27.8362050Z copying torch\ao\quantization\quantizer\xnnpack_quantizer_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-03-14T04:09:27.8387904Z copying torch\ao\quantization\quantizer\xpu_inductor_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-03-14T04:09:27.8400549Z copying torch\ao\quantization\quantizer\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-03-14T04:09:27.8408406Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-03-14T04:09:27.8412000Z copying torch\ao\quantization\fx\_model_report\detector.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-03-14T04:09:27.8449145Z copying torch\ao\quantization\fx\_model_report\model_report.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-03-14T04:09:27.8469049Z copying torch\ao\quantization\fx\_model_report\model_report_observer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-03-14T04:09:27.8485941Z copying torch\ao\quantization\fx\_model_report\model_report_visualizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-03-14T04:09:27.8512868Z copying torch\ao\quantization\fx\_model_report\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-03-14T04:09:27.8518997Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2025-03-14T04:09:27.8523083Z copying torch\ao\quantization\pt2e\representation\rewrite.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2025-03-14T04:09:27.8543140Z copying torch\ao\quantization\pt2e\representation\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2025-03-14T04:09:27.8568372Z creating build\lib.win-amd64-cpython-39\torch\autograd\_functions 2025-03-14T04:09:27.8569148Z copying torch\autograd\_functions\tensor.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2025-03-14T04:09:27.8569932Z copying torch\autograd\_functions\utils.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2025-03-14T04:09:27.8578894Z copying torch\autograd\_functions\__init__.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2025-03-14T04:09:27.8585452Z creating build\lib.win-amd64-cpython-39\torch\backends\cpu 2025-03-14T04:09:27.8588407Z copying torch\backends\cpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cpu 2025-03-14T04:09:27.8594858Z creating build\lib.win-amd64-cpython-39\torch\backends\cuda 2025-03-14T04:09:27.8597879Z copying torch\backends\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cuda 2025-03-14T04:09:27.8618550Z creating build\lib.win-amd64-cpython-39\torch\backends\cudnn 2025-03-14T04:09:27.8621575Z copying torch\backends\cudnn\rnn.py -> build\lib.win-amd64-cpython-39\torch\backends\cudnn 2025-03-14T04:09:27.8633728Z copying torch\backends\cudnn\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cudnn 2025-03-14T04:09:27.8647063Z creating build\lib.win-amd64-cpython-39\torch\backends\cusparselt 2025-03-14T04:09:27.8650013Z copying torch\backends\cusparselt\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cusparselt 2025-03-14T04:09:27.8664675Z creating build\lib.win-amd64-cpython-39\torch\backends\kleidiai 2025-03-14T04:09:27.8672065Z copying torch\backends\kleidiai\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\kleidiai 2025-03-14T04:09:27.8678471Z creating build\lib.win-amd64-cpython-39\torch\backends\mha 2025-03-14T04:09:27.8681864Z copying torch\backends\mha\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mha 2025-03-14T04:09:27.8694594Z creating build\lib.win-amd64-cpython-39\torch\backends\mkl 2025-03-14T04:09:27.8697559Z copying torch\backends\mkl\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mkl 2025-03-14T04:09:27.8710336Z creating build\lib.win-amd64-cpython-39\torch\backends\mkldnn 2025-03-14T04:09:27.8713280Z copying torch\backends\mkldnn\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mkldnn 2025-03-14T04:09:27.8726690Z creating build\lib.win-amd64-cpython-39\torch\backends\mps 2025-03-14T04:09:27.8729593Z copying torch\backends\mps\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mps 2025-03-14T04:09:27.8742525Z creating build\lib.win-amd64-cpython-39\torch\backends\nnpack 2025-03-14T04:09:27.8745393Z copying torch\backends\nnpack\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\nnpack 2025-03-14T04:09:27.8757666Z creating build\lib.win-amd64-cpython-39\torch\backends\openmp 2025-03-14T04:09:27.8760668Z copying torch\backends\openmp\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\openmp 2025-03-14T04:09:27.8767707Z creating build\lib.win-amd64-cpython-39\torch\backends\opt_einsum 2025-03-14T04:09:27.8770736Z copying torch\backends\opt_einsum\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\opt_einsum 2025-03-14T04:09:27.8783763Z creating build\lib.win-amd64-cpython-39\torch\backends\quantized 2025-03-14T04:09:27.8786889Z copying torch\backends\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\quantized 2025-03-14T04:09:27.8799757Z creating build\lib.win-amd64-cpython-39\torch\backends\xeon 2025-03-14T04:09:27.8802840Z copying torch\backends\xeon\run_cpu.py -> build\lib.win-amd64-cpython-39\torch\backends\xeon 2025-03-14T04:09:27.8828915Z copying torch\backends\xeon\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\xeon 2025-03-14T04:09:27.8834550Z creating build\lib.win-amd64-cpython-39\torch\backends\xnnpack 2025-03-14T04:09:27.8838431Z copying torch\backends\xnnpack\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\xnnpack 2025-03-14T04:09:27.8854148Z creating build\lib.win-amd64-cpython-39\torch\backends\_coreml 2025-03-14T04:09:27.8858285Z copying torch\backends\_coreml\preprocess.py -> build\lib.win-amd64-cpython-39\torch\backends\_coreml 2025-03-14T04:09:27.8870704Z copying torch\backends\_coreml\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\_coreml 2025-03-14T04:09:27.8877185Z creating build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2025-03-14T04:09:27.8880682Z copying torch\backends\_nnapi\prepare.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2025-03-14T04:09:27.8894952Z copying torch\backends\_nnapi\serializer.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2025-03-14T04:09:27.8940692Z copying torch\backends\_nnapi\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2025-03-14T04:09:27.8947199Z creating build\lib.win-amd64-cpython-39\torch\cpu\amp 2025-03-14T04:09:27.8950789Z copying torch\cpu\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2025-03-14T04:09:27.8962980Z copying torch\cpu\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2025-03-14T04:09:27.8975752Z copying torch\cpu\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2025-03-14T04:09:27.8984077Z creating build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-03-14T04:09:27.8987432Z copying torch\cuda\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-03-14T04:09:27.8999267Z copying torch\cuda\amp\common.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-03-14T04:09:27.9005173Z copying torch\cuda\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-03-14T04:09:27.9017875Z copying torch\cuda\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-03-14T04:09:27.9026139Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2025-03-14T04:09:27.9031198Z copying torch\distributed\algorithms\join.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2025-03-14T04:09:27.9045294Z copying torch\distributed\algorithms\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2025-03-14T04:09:27.9054531Z creating build\lib.win-amd64-cpython-39\torch\distributed\autograd 2025-03-14T04:09:27.9061975Z copying torch\distributed\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\autograd 2025-03-14T04:09:27.9081963Z creating build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:09:27.9085448Z copying torch\distributed\checkpoint\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:09:27.9098479Z copying torch\distributed\checkpoint\default_planner.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:09:27.9118922Z copying torch\distributed\checkpoint\filesystem.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:09:27.9145598Z copying torch\distributed\checkpoint\format_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:09:27.9161016Z copying torch\distributed\checkpoint\logger.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:09:27.9172655Z copying torch\distributed\checkpoint\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:09:27.9178447Z copying torch\distributed\checkpoint\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:09:27.9190974Z copying torch\distributed\checkpoint\optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:09:27.9203202Z copying torch\distributed\checkpoint\planner.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:09:27.9216160Z copying torch\distributed\checkpoint\planner_helpers.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:09:27.9237534Z copying torch\distributed\checkpoint\resharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:09:27.9252829Z copying torch\distributed\checkpoint\staging.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:09:27.9265975Z copying torch\distributed\checkpoint\stateful.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:09:27.9278341Z copying torch\distributed\checkpoint\state_dict.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:09:27.9316992Z copying torch\distributed\checkpoint\state_dict_loader.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:09:27.9329264Z copying torch\distributed\checkpoint\state_dict_saver.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:09:27.9342743Z copying torch\distributed\checkpoint\storage.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:09:27.9357017Z copying torch\distributed\checkpoint\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:09:27.9370629Z copying torch\distributed\checkpoint\_async_executor.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:09:27.9383353Z copying torch\distributed\checkpoint\_async_process_executor.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:09:27.9395886Z copying torch\distributed\checkpoint\_async_thread_executor.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:09:27.9408442Z copying torch\distributed\checkpoint\_checkpointer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:09:27.9421113Z copying torch\distributed\checkpoint\_dedup_save_plans.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:09:27.9436988Z copying torch\distributed\checkpoint\_dedup_tensors.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:09:27.9449133Z copying torch\distributed\checkpoint\_extension.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:09:27.9462255Z copying torch\distributed\checkpoint\_fsspec_filesystem.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:09:27.9478068Z copying torch\distributed\checkpoint\_hf_storage.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:09:27.9493519Z copying torch\distributed\checkpoint\_nested_dict.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:09:27.9506104Z copying torch\distributed\checkpoint\_sharded_tensor_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:09:27.9518818Z copying torch\distributed\checkpoint\_storage_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:09:27.9532082Z copying torch\distributed\checkpoint\_traverse.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:09:27.9547745Z copying torch\distributed\checkpoint\_version.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:09:27.9558815Z copying torch\distributed\checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-14T04:09:27.9566228Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic 2025-03-14T04:09:27.9569940Z copying torch\distributed\elastic\control_plane.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic 2025-03-14T04:09:27.9581342Z copying torch\distributed\elastic\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic 2025-03-14T04:09:27.9597310Z creating build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:09:27.9600404Z copying torch\distributed\fsdp\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:09:27.9619640Z copying torch\distributed\fsdp\fully_sharded_data_parallel.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:09:27.9671982Z copying torch\distributed\fsdp\sharded_grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:09:27.9691345Z copying torch\distributed\fsdp\wrap.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:09:27.9710002Z copying torch\distributed\fsdp\_common_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:09:27.9732207Z copying torch\distributed\fsdp\_debug_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:09:27.9743755Z copying torch\distributed\fsdp\_dynamo_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:09:27.9755781Z copying torch\distributed\fsdp\_exec_order_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:09:27.9774777Z copying torch\distributed\fsdp\_flat_param.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:09:27.9842439Z copying torch\distributed\fsdp\_fsdp_extensions.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:09:27.9855268Z copying torch\distributed\fsdp\_init_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:09:27.9883862Z copying torch\distributed\fsdp\_limiter_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:09:27.9896867Z copying torch\distributed\fsdp\_optim_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:09:27.9942514Z copying torch\distributed\fsdp\_runtime_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:09:27.9981575Z copying torch\distributed\fsdp\_shard_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:09:27.9994904Z copying torch\distributed\fsdp\_state_dict_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:09:28.0020634Z copying torch\distributed\fsdp\_trace_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:09:28.0035758Z copying torch\distributed\fsdp\_traversal_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:09:28.0049437Z copying torch\distributed\fsdp\_unshard_param_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:09:28.0062427Z copying torch\distributed\fsdp\_wrap_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:09:28.0078671Z copying torch\distributed\fsdp\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-14T04:09:28.0092851Z creating build\lib.win-amd64-cpython-39\torch\distributed\launcher 2025-03-14T04:09:28.0095981Z copying torch\distributed\launcher\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\launcher 2025-03-14T04:09:28.0109072Z copying torch\distributed\launcher\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\launcher 2025-03-14T04:09:28.0115908Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn 2025-03-14T04:09:28.0119048Z copying torch\distributed\nn\functional.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn 2025-03-14T04:09:28.0133515Z copying torch\distributed\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn 2025-03-14T04:09:28.0143845Z creating build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:09:28.0147057Z copying torch\distributed\optim\apply_optimizer_in_backward.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:09:28.0160872Z copying torch\distributed\optim\functional_adadelta.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:09:28.0172915Z copying torch\distributed\optim\functional_adagrad.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:09:28.0188625Z copying torch\distributed\optim\functional_adam.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:09:28.0201420Z copying torch\distributed\optim\functional_adamax.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:09:28.0214159Z copying torch\distributed\optim\functional_adamw.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:09:28.0227146Z copying torch\distributed\optim\functional_rmsprop.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:09:28.0240196Z copying torch\distributed\optim\functional_rprop.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:09:28.0253086Z copying torch\distributed\optim\functional_sgd.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:09:28.0265405Z copying torch\distributed\optim\named_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:09:28.0277687Z copying torch\distributed\optim\optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:09:28.0290032Z copying torch\distributed\optim\post_localSGD_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:09:28.0302415Z copying torch\distributed\optim\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:09:28.0321637Z copying torch\distributed\optim\zero_redundancy_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:09:28.0362375Z copying torch\distributed\optim\_deprecation_warning.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:09:28.0368588Z copying torch\distributed\optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:09:28.0384455Z creating build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-03-14T04:09:28.0387825Z copying torch\distributed\pipelining\microbatch.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-03-14T04:09:28.0407617Z copying torch\distributed\pipelining\schedules.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-03-14T04:09:28.0462348Z copying torch\distributed\pipelining\stage.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-03-14T04:09:28.0496945Z copying torch\distributed\pipelining\_backward.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-03-14T04:09:28.0515129Z copying torch\distributed\pipelining\_debug.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-03-14T04:09:28.0521638Z copying torch\distributed\pipelining\_IR.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-03-14T04:09:28.0555352Z copying torch\distributed\pipelining\_unflatten.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-03-14T04:09:28.0568222Z copying torch\distributed\pipelining\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-03-14T04:09:28.0580713Z copying torch\distributed\pipelining\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-03-14T04:09:28.0588685Z creating build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-03-14T04:09:28.0591636Z copying torch\distributed\rpc\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-03-14T04:09:28.0620355Z copying torch\distributed\rpc\backend_registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-03-14T04:09:28.0641481Z copying torch\distributed\rpc\constants.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-03-14T04:09:28.0653815Z copying torch\distributed\rpc\functions.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-03-14T04:09:28.0678357Z copying torch\distributed\rpc\internal.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-03-14T04:09:28.0691424Z copying torch\distributed\rpc\options.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-03-14T04:09:28.0703320Z copying torch\distributed\rpc\rref_proxy.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-03-14T04:09:28.0715586Z copying torch\distributed\rpc\server_process_global_profiler.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-03-14T04:09:28.0728254Z copying torch\distributed\rpc\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-03-14T04:09:28.0740039Z copying torch\distributed\rpc\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-03-14T04:09:28.0754542Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-14T04:09:28.0757775Z copying torch\distributed\tensor\device_mesh.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-14T04:09:28.0763655Z copying torch\distributed\tensor\placement_types.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-14T04:09:28.0783995Z copying torch\distributed\tensor\_api.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-14T04:09:28.0814914Z copying torch\distributed\tensor\_collective_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-14T04:09:28.0831321Z copying torch\distributed\tensor\_dispatch.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-14T04:09:28.0850837Z copying torch\distributed\tensor\_dtensor_spec.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-14T04:09:28.0862991Z copying torch\distributed\tensor\_op_schema.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-14T04:09:28.0890861Z copying torch\distributed\tensor\_random.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-14T04:09:28.0914185Z copying torch\distributed\tensor\_redistribute.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-14T04:09:28.0926086Z copying torch\distributed\tensor\_sharding_prop.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-14T04:09:28.0945302Z copying torch\distributed\tensor\_shards_wrapper.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-14T04:09:28.0958260Z copying torch\distributed\tensor\_tp_conv.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-14T04:09:28.0970970Z copying torch\distributed\tensor\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-14T04:09:28.0984252Z copying torch\distributed\tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-14T04:09:28.0998649Z creating build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-03-14T04:09:28.1002026Z copying torch\distributed\_composable\checkpoint_activation.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-03-14T04:09:28.1014381Z copying torch\distributed\_composable\contract.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-03-14T04:09:28.1028777Z copying torch\distributed\_composable\replicate.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-03-14T04:09:28.1044804Z copying torch\distributed\_composable\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-03-14T04:09:28.1061585Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-03-14T04:09:28.1065770Z copying torch\distributed\_shard\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-03-14T04:09:28.1078844Z copying torch\distributed\_shard\common_op_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-03-14T04:09:28.1090927Z copying torch\distributed\_shard\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-03-14T04:09:28.1103462Z copying torch\distributed\_shard\op_registry_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-03-14T04:09:28.1114639Z copying torch\distributed\_shard\sharder.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-03-14T04:09:28.1130024Z copying torch\distributed\_shard\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-03-14T04:09:28.1141918Z copying torch\distributed\_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-03-14T04:09:28.1149442Z creating build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor 2025-03-14T04:09:28.1152640Z copying torch\distributed\_sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor 2025-03-14T04:09:28.1159332Z creating build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec 2025-03-14T04:09:28.1162581Z copying torch\distributed\_sharding_spec\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec 2025-03-14T04:09:28.1169475Z creating build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory 2025-03-14T04:09:28.1172609Z copying torch\distributed\_symmetric_memory\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory 2025-03-14T04:09:28.1208085Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2025-03-14T04:09:28.1211218Z copying torch\distributed\_tensor\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2025-03-14T04:09:28.1216966Z copying torch\distributed\_tensor\placement_types.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2025-03-14T04:09:28.1222675Z copying torch\distributed\_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2025-03-14T04:09:28.1238283Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-03-14T04:09:28.1241438Z copying torch\distributed\_tools\common_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-03-14T04:09:28.1253621Z copying torch\distributed\_tools\fake_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-03-14T04:09:28.1266609Z copying torch\distributed\_tools\fsdp2_mem_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-03-14T04:09:28.1286268Z copying torch\distributed\_tools\ilp_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-03-14T04:09:28.1302859Z copying torch\distributed\_tools\memory_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-03-14T04:09:28.1315401Z copying torch\distributed\_tools\mem_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-03-14T04:09:28.1341253Z copying torch\distributed\_tools\mod_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-03-14T04:09:28.1354765Z copying torch\distributed\_tools\runtime_estimator.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-03-14T04:09:28.1374427Z copying torch\distributed\_tools\sac_estimator.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-03-14T04:09:28.1403264Z copying torch\distributed\_tools\sac_ilp.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-03-14T04:09:28.1418257Z copying torch\distributed\_tools\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-03-14T04:09:28.1426920Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:09:28.1430828Z copying torch\distributed\algorithms\ddp_comm_hooks\ddp_zero_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:09:28.1455666Z copying torch\distributed\algorithms\ddp_comm_hooks\debugging_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:09:28.1469896Z copying torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:09:28.1487144Z copying torch\distributed\algorithms\ddp_comm_hooks\mixed_precision_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:09:28.1499923Z copying torch\distributed\algorithms\ddp_comm_hooks\optimizer_overlap_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:09:28.1511951Z copying torch\distributed\algorithms\ddp_comm_hooks\post_localSGD_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:09:28.1524217Z copying torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:09:28.1552437Z copying torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:09:28.1566162Z copying torch\distributed\algorithms\ddp_comm_hooks\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:09:28.1583381Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-03-14T04:09:28.1592711Z copying torch\distributed\algorithms\model_averaging\averagers.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-03-14T04:09:28.1608549Z copying torch\distributed\algorithms\model_averaging\hierarchical_model_averager.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-03-14T04:09:28.1622011Z copying torch\distributed\algorithms\model_averaging\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-03-14T04:09:28.1637611Z copying torch\distributed\algorithms\model_averaging\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-03-14T04:09:28.1643704Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2025-03-14T04:09:28.1647710Z copying torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2025-03-14T04:09:28.1659691Z copying torch\distributed\algorithms\_checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2025-03-14T04:09:28.1666266Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2025-03-14T04:09:28.1669659Z copying torch\distributed\algorithms\_comm_hooks\default_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2025-03-14T04:09:28.1681692Z copying torch\distributed\algorithms\_comm_hooks\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2025-03-14T04:09:28.1688775Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2025-03-14T04:09:28.1692242Z copying torch\distributed\algorithms\_optimizer_overlap\optimizer_overlap.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2025-03-14T04:09:28.1705249Z copying torch\distributed\algorithms\_optimizer_overlap\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2025-03-14T04:09:28.1712039Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2025-03-14T04:09:28.1715501Z copying torch\distributed\algorithms\_quantization\quantization.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2025-03-14T04:09:28.1727151Z copying torch\distributed\algorithms\_quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2025-03-14T04:09:28.1732907Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent 2025-03-14T04:09:28.1735965Z copying torch\distributed\elastic\agent\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent 2025-03-14T04:09:28.1742387Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2025-03-14T04:09:28.1745502Z copying torch\distributed\elastic\events\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2025-03-14T04:09:28.1757212Z copying torch\distributed\elastic\events\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2025-03-14T04:09:28.1763426Z copying torch\distributed\elastic\events\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2025-03-14T04:09:28.1776464Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2025-03-14T04:09:28.1779611Z copying torch\distributed\elastic\metrics\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2025-03-14T04:09:28.1790964Z copying torch\distributed\elastic\metrics\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2025-03-14T04:09:28.1803991Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-03-14T04:09:28.1811232Z copying torch\distributed\elastic\multiprocessing\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-03-14T04:09:28.1835687Z copying torch\distributed\elastic\multiprocessing\redirects.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-03-14T04:09:28.1847304Z copying torch\distributed\elastic\multiprocessing\tail_log.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-03-14T04:09:28.1859925Z copying torch\distributed\elastic\multiprocessing\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-03-14T04:09:28.1875987Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-14T04:09:28.1879413Z copying torch\distributed\elastic\rendezvous\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-14T04:09:28.1892486Z copying torch\distributed\elastic\rendezvous\c10d_rendezvous_backend.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-14T04:09:28.1905980Z copying torch\distributed\elastic\rendezvous\dynamic_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-14T04:09:28.1959604Z copying torch\distributed\elastic\rendezvous\etcd_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-14T04:09:28.1985703Z copying torch\distributed\elastic\rendezvous\etcd_rendezvous_backend.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-14T04:09:28.1998002Z copying torch\distributed\elastic\rendezvous\etcd_server.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-14T04:09:28.2010770Z copying torch\distributed\elastic\rendezvous\etcd_store.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-14T04:09:28.2022778Z copying torch\distributed\elastic\rendezvous\registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-14T04:09:28.2035917Z copying torch\distributed\elastic\rendezvous\static_tcp_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-14T04:09:28.2049879Z copying torch\distributed\elastic\rendezvous\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-14T04:09:28.2062990Z copying torch\distributed\elastic\rendezvous\_etcd_stub.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-14T04:09:28.2075042Z copying torch\distributed\elastic\rendezvous\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-14T04:09:28.2090872Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-03-14T04:09:28.2093954Z copying torch\distributed\elastic\timer\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-03-14T04:09:28.2108151Z copying torch\distributed\elastic\timer\debug_info_logging.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-03-14T04:09:28.2120718Z copying torch\distributed\elastic\timer\file_based_local_timer.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-03-14T04:09:28.2139523Z copying torch\distributed\elastic\timer\local_timer.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-03-14T04:09:28.2155484Z copying torch\distributed\elastic\timer\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-03-14T04:09:28.2168894Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-03-14T04:09:28.2171972Z copying torch\distributed\elastic\utils\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-03-14T04:09:28.2183215Z copying torch\distributed\elastic\utils\distributed.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-03-14T04:09:28.2194513Z copying torch\distributed\elastic\utils\logging.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-03-14T04:09:28.2206281Z copying torch\distributed\elastic\utils\log_level.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-03-14T04:09:28.2211997Z copying torch\distributed\elastic\utils\store.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-03-14T04:09:28.2227096Z copying torch\distributed\elastic\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-03-14T04:09:28.2234406Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-03-14T04:09:28.2237871Z copying torch\distributed\elastic\agent\server\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-03-14T04:09:28.2263126Z copying torch\distributed\elastic\agent\server\health_check_server.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-03-14T04:09:28.2275440Z copying torch\distributed\elastic\agent\server\local_elastic_agent.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-03-14T04:09:28.2293552Z copying torch\distributed\elastic\agent\server\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-03-14T04:09:28.2306752Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2025-03-14T04:09:28.2314617Z copying torch\distributed\elastic\multiprocessing\errors\error_handler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2025-03-14T04:09:28.2327082Z copying torch\distributed\elastic\multiprocessing\errors\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2025-03-14T04:09:28.2333788Z copying torch\distributed\elastic\multiprocessing\errors\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2025-03-14T04:09:28.2347258Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-03-14T04:09:28.2350835Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-03-14T04:09:28.2364193Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\subprocess_handler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-03-14T04:09:28.2376830Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-03-14T04:09:28.2384925Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2025-03-14T04:09:28.2388335Z copying torch\distributed\elastic\utils\data\cycling_iterator.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2025-03-14T04:09:28.2400629Z copying torch\distributed\elastic\utils\data\elastic_distributed_sampler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2025-03-14T04:09:28.2413404Z copying torch\distributed\elastic\utils\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2025-03-14T04:09:28.2421955Z creating build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-03-14T04:09:28.2425664Z copying torch\distributed\fsdp\_fully_shard\_fsdp_api.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-03-14T04:09:28.2438508Z copying torch\distributed\fsdp\_fully_shard\_fsdp_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-03-14T04:09:28.2458786Z copying torch\distributed\fsdp\_fully_shard\_fsdp_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-03-14T04:09:28.2475677Z copying torch\distributed\fsdp\_fully_shard\_fsdp_init.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-03-14T04:09:28.2488720Z copying torch\distributed\fsdp\_fully_shard\_fsdp_param.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-03-14T04:09:28.2514889Z copying torch\distributed\fsdp\_fully_shard\_fsdp_param_group.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-03-14T04:09:28.2541454Z copying torch\distributed\fsdp\_fully_shard\_fsdp_state.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-03-14T04:09:28.2564887Z copying torch\distributed\fsdp\_fully_shard\_fully_shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-03-14T04:09:28.2587181Z copying torch\distributed\fsdp\_fully_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-03-14T04:09:28.2594690Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2025-03-14T04:09:28.2597969Z copying torch\distributed\nn\api\remote_module.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2025-03-14T04:09:28.2618474Z copying torch\distributed\nn\api\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2025-03-14T04:09:28.2624522Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2025-03-14T04:09:28.2627844Z copying torch\distributed\nn\jit\instantiator.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2025-03-14T04:09:28.2639832Z copying torch\distributed\nn\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2025-03-14T04:09:28.2646196Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2025-03-14T04:09:28.2649546Z copying torch\distributed\nn\jit\templates\remote_module_template.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2025-03-14T04:09:28.2661841Z copying torch\distributed\nn\jit\templates\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2025-03-14T04:09:28.2667694Z creating build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2025-03-14T04:09:28.2670995Z copying torch\distributed\rpc\_testing\faulty_agent_backend_registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2025-03-14T04:09:28.2683198Z copying torch\distributed\rpc\_testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2025-03-14T04:09:28.2690247Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-03-14T04:09:28.2693480Z copying torch\distributed\tensor\debug\_comm_mode.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-03-14T04:09:28.2715053Z copying torch\distributed\tensor\debug\_op_coverage.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-03-14T04:09:28.2733870Z copying torch\distributed\tensor\debug\_visualize_sharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-03-14T04:09:28.2749562Z copying torch\distributed\tensor\debug\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-03-14T04:09:28.2770919Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-03-14T04:09:28.2774135Z copying torch\distributed\tensor\experimental\_attention.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-03-14T04:09:28.2806222Z copying torch\distributed\tensor\experimental\_func_map.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-03-14T04:09:28.2818510Z copying torch\distributed\tensor\experimental\_register_sharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-03-14T04:09:28.2834540Z copying torch\distributed\tensor\experimental\_tp_transform.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-03-14T04:09:28.2852663Z copying torch\distributed\tensor\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-03-14T04:09:28.2866021Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-03-14T04:09:28.2869167Z copying torch\distributed\tensor\parallel\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-03-14T04:09:28.2881596Z copying torch\distributed\tensor\parallel\ddp.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-03-14T04:09:28.2893456Z copying torch\distributed\tensor\parallel\fsdp.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-03-14T04:09:28.2905940Z copying torch\distributed\tensor\parallel\input_reshard.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-03-14T04:09:28.2917976Z copying torch\distributed\tensor\parallel\loss.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-03-14T04:09:28.2937317Z copying torch\distributed\tensor\parallel\style.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-03-14T04:09:28.2960435Z copying torch\distributed\tensor\parallel\_data_parallel_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-03-14T04:09:28.2972560Z copying torch\distributed\tensor\parallel\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-03-14T04:09:28.2985182Z copying torch\distributed\tensor\parallel\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-03-14T04:09:28.2993512Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-14T04:09:28.2996551Z copying torch\distributed\tensor\_ops\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-14T04:09:28.3008963Z copying torch\distributed\tensor\_ops\_common_rules.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-14T04:09:28.3022343Z copying torch\distributed\tensor\_ops\_conv_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-14T04:09:28.3035274Z copying torch\distributed\tensor\_ops\_einsum_strategy.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-14T04:09:28.3051112Z copying torch\distributed\tensor\_ops\_embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-14T04:09:28.3063828Z copying torch\distributed\tensor\_ops\_experimental_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-14T04:09:28.3075817Z copying torch\distributed\tensor\_ops\_math_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-14T04:09:28.3105108Z copying torch\distributed\tensor\_ops\_matrix_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-14T04:09:28.3125779Z copying torch\distributed\tensor\_ops\_pointwise_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-14T04:09:28.3145869Z copying torch\distributed\tensor\_ops\_random_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-14T04:09:28.3159119Z copying torch\distributed\tensor\_ops\_tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-14T04:09:28.3179533Z copying torch\distributed\tensor\_ops\_view_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-14T04:09:28.3199819Z copying torch\distributed\tensor\_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-14T04:09:28.3207313Z creating build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2025-03-14T04:09:28.3210540Z copying torch\distributed\_composable\fsdp\fully_shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2025-03-14T04:09:28.3216205Z copying torch\distributed\_composable\fsdp\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2025-03-14T04:09:28.3222862Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint 2025-03-14T04:09:28.3225987Z copying torch\distributed\_shard\checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint 2025-03-14T04:09:28.3232820Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2025-03-14T04:09:28.3236017Z copying torch\distributed\_shard\sharded_optim\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2025-03-14T04:09:28.3247150Z copying torch\distributed\_shard\sharded_optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2025-03-14T04:09:28.3261275Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-03-14T04:09:28.3264582Z copying torch\distributed\_shard\sharded_tensor\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-03-14T04:09:28.3295750Z copying torch\distributed\_shard\sharded_tensor\logger.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-03-14T04:09:28.3309747Z copying torch\distributed\_shard\sharded_tensor\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-03-14T04:09:28.3315365Z copying torch\distributed\_shard\sharded_tensor\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-03-14T04:09:28.3330799Z copying torch\distributed\_shard\sharded_tensor\reshard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-03-14T04:09:28.3348867Z copying torch\distributed\_shard\sharded_tensor\shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-03-14T04:09:28.3361319Z copying torch\distributed\_shard\sharded_tensor\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-03-14T04:09:28.3373811Z copying torch\distributed\_shard\sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-03-14T04:09:28.3393564Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2025-03-14T04:09:28.3396623Z copying torch\distributed\_shard\sharding_plan\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2025-03-14T04:09:28.3407983Z copying torch\distributed\_shard\sharding_plan\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2025-03-14T04:09:28.3414810Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-03-14T04:09:28.3418039Z copying torch\distributed\_shard\sharding_spec\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-03-14T04:09:28.3431334Z copying torch\distributed\_shard\sharding_spec\chunk_sharding_spec.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-03-14T04:09:28.3443903Z copying torch\distributed\_shard\sharding_spec\_internals.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-03-14T04:09:28.3456213Z copying torch\distributed\_shard\sharding_spec\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-03-14T04:09:28.3469423Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-03-14T04:09:28.3472522Z copying torch\distributed\_shard\sharded_tensor\_ops\binary_cmp.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-03-14T04:09:28.3484634Z copying torch\distributed\_shard\sharded_tensor\_ops\init.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-03-14T04:09:28.3496722Z copying torch\distributed\_shard\sharded_tensor\_ops\misc_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-03-14T04:09:28.3503146Z copying torch\distributed\_shard\sharded_tensor\_ops\tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-03-14T04:09:28.3516034Z copying torch\distributed\_shard\sharded_tensor\_ops\_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-03-14T04:09:28.3533340Z copying torch\distributed\_shard\sharded_tensor\_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-03-14T04:09:28.3541199Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-03-14T04:09:28.3544995Z copying torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\embedding.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-03-14T04:09:28.3561240Z copying torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\embedding_bag.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-03-14T04:09:28.3584474Z copying torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-03-14T04:09:28.3602867Z copying torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-03-14T04:09:28.3609198Z creating build\lib.win-amd64-cpython-39\torch\export\experimental 2025-03-14T04:09:28.3612499Z copying torch\export\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\export\experimental 2025-03-14T04:09:28.3626095Z creating build\lib.win-amd64-cpython-39\torch\export\passes 2025-03-14T04:09:28.3629020Z copying torch\export\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\export\passes 2025-03-14T04:09:28.3645728Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:09:28.3649211Z copying torch\fx\experimental\accelerator_partitioner.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:09:28.3673875Z copying torch\fx\experimental\const_fold.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:09:28.3685901Z copying torch\fx\experimental\debug.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:09:28.3701370Z copying torch\fx\experimental\graph_gradual_typechecker.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:09:28.3727282Z copying torch\fx\experimental\merge_matmul.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:09:28.3739248Z copying torch\fx\experimental\meta_tracer.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:09:28.3752121Z copying torch\fx\experimental\normalize.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:09:28.3764654Z copying torch\fx\experimental\optimization.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:09:28.3785138Z copying torch\fx\experimental\partitioner_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:09:28.3796952Z copying torch\fx\experimental\proxy_tensor.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:09:28.3842559Z copying torch\fx\experimental\recording.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:09:28.3861897Z copying torch\fx\experimental\refinement_types.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:09:28.3868810Z copying torch\fx\experimental\rewriter.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:09:28.4529314Z copying torch\fx\experimental\schema_type_annotation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:09:28.4886066Z copying torch\fx\experimental\symbolic_shapes.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:09:28.5028852Z copying torch\fx\experimental\sym_node.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:09:28.5064668Z copying torch\fx\experimental\unify_refinements.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:09:28.5080566Z copying torch\fx\experimental\validator.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:09:28.5106898Z copying torch\fx\experimental\_backward_state.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:09:28.5118780Z copying torch\fx\experimental\_config.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:09:28.5130804Z copying torch\fx\experimental\_constant_symnode.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:09:28.5147308Z copying torch\fx\experimental\_dynamism.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:09:28.5159107Z copying torch\fx\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-14T04:09:28.5168001Z creating build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:09:28.5171098Z copying torch\fx\passes\annotate_getitem_nodes.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:09:28.5183217Z copying torch\fx\passes\fake_tensor_prop.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:09:28.5195130Z copying torch\fx\passes\graph_drawer.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:09:28.5213952Z copying torch\fx\passes\graph_manipulation.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:09:28.5229301Z copying torch\fx\passes\graph_transform_observer.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:09:28.5240872Z copying torch\fx\passes\net_min_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:09:28.5266520Z copying torch\fx\passes\operator_support.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:09:28.5284160Z copying torch\fx\passes\param_fetch.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:09:28.5299756Z copying torch\fx\passes\pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:09:28.5311760Z copying torch\fx\passes\reinplace.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:09:28.5337421Z copying torch\fx\passes\runtime_assert.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:09:28.5357473Z copying torch\fx\passes\shape_prop.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:09:28.5369859Z copying torch\fx\passes\splitter_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:09:28.5394683Z copying torch\fx\passes\split_module.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:09:28.5418262Z copying torch\fx\passes\split_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:09:28.5428203Z copying torch\fx\passes\tools_common.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:09:28.5441125Z copying torch\fx\passes\_tensorify_python_scalars.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:09:28.5455336Z copying torch\fx\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-14T04:09:28.5463926Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:09:28.5467612Z copying torch\fx\experimental\migrate_gradual_types\constraint.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:09:28.5488018Z copying torch\fx\experimental\migrate_gradual_types\constraint_generator.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:09:28.5520951Z copying torch\fx\experimental\migrate_gradual_types\constraint_transformation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:09:28.5550195Z copying torch\fx\experimental\migrate_gradual_types\operation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:09:28.5556393Z copying torch\fx\experimental\migrate_gradual_types\transform_to_z3.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:09:28.5578788Z copying torch\fx\experimental\migrate_gradual_types\util.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:09:28.5591588Z copying torch\fx\experimental\migrate_gradual_types\z3_types.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:09:28.5603972Z copying torch\fx\experimental\migrate_gradual_types\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:09:28.5611179Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-03-14T04:09:28.5614244Z copying torch\fx\experimental\unification\core.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-03-14T04:09:28.5627347Z copying torch\fx\experimental\unification\dispatch.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-03-14T04:09:28.5633016Z copying torch\fx\experimental\unification\match.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-03-14T04:09:28.5646267Z copying torch\fx\experimental\unification\more.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-03-14T04:09:28.5657578Z copying torch\fx\experimental\unification\unification_tools.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-03-14T04:09:28.5674360Z copying torch\fx\experimental\unification\utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-03-14T04:09:28.5686905Z copying torch\fx\experimental\unification\variable.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-03-14T04:09:28.5698560Z copying torch\fx\experimental\unification\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-03-14T04:09:28.5705798Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-03-14T04:09:28.5709082Z copying torch\fx\experimental\unification\multipledispatch\conflict.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-03-14T04:09:28.5721250Z copying torch\fx\experimental\unification\multipledispatch\core.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-03-14T04:09:28.5733431Z copying torch\fx\experimental\unification\multipledispatch\dispatcher.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-03-14T04:09:28.5745646Z copying torch\fx\experimental\unification\multipledispatch\utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-03-14T04:09:28.5757820Z copying torch\fx\experimental\unification\multipledispatch\variadic.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-03-14T04:09:28.5773583Z copying torch\fx\experimental\unification\multipledispatch\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-03-14T04:09:28.5780128Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2025-03-14T04:09:28.5783244Z copying torch\fx\passes\backends\cudagraphs.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2025-03-14T04:09:28.5794934Z copying torch\fx\passes\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2025-03-14T04:09:28.5800636Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\dialect 2025-03-14T04:09:28.5807758Z copying torch\fx\passes\dialect\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect 2025-03-14T04:09:28.5813756Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-03-14T04:09:28.5816799Z copying torch\fx\passes\infra\partitioner.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-03-14T04:09:28.5836632Z copying torch\fx\passes\infra\pass_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-03-14T04:09:28.5848648Z copying torch\fx\passes\infra\pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-03-14T04:09:28.5861746Z copying torch\fx\passes\infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-03-14T04:09:28.5873097Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2025-03-14T04:09:28.5876806Z copying torch\fx\passes\tests\test_pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2025-03-14T04:09:28.5889142Z copying torch\fx\passes\tests\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2025-03-14T04:09:28.5896108Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-03-14T04:09:28.5899440Z copying torch\fx\passes\utils\common.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-03-14T04:09:28.5912226Z copying torch\fx\passes\utils\fuser_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-03-14T04:09:28.5924966Z copying torch\fx\passes\utils\matcher_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-03-14T04:09:28.5944205Z copying torch\fx\passes\utils\matcher_with_name_node_map_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-03-14T04:09:28.5961171Z copying torch\fx\passes\utils\source_matcher_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-03-14T04:09:28.5973360Z copying torch\fx\passes\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-03-14T04:09:28.5981230Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2025-03-14T04:09:28.5985036Z copying torch\fx\passes\dialect\common\cse_pass.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2025-03-14T04:09:28.5997924Z copying torch\fx\passes\dialect\common\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2025-03-14T04:09:28.6004975Z creating build\lib.win-amd64-cpython-39\torch\jit\mobile 2025-03-14T04:09:28.6008396Z copying torch\jit\mobile\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit\mobile 2025-03-14T04:09:28.6022746Z creating build\lib.win-amd64-cpython-39\torch\jit\_passes 2025-03-14T04:09:28.6026283Z copying torch\jit\_passes\_property_propagation.py -> build\lib.win-amd64-cpython-39\torch\jit\_passes 2025-03-14T04:09:28.6039392Z copying torch\jit\_passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit\_passes 2025-03-14T04:09:28.6046561Z creating build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-03-14T04:09:28.6050057Z copying torch\masked\maskedtensor\binary.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-03-14T04:09:28.6063691Z copying torch\masked\maskedtensor\core.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-03-14T04:09:28.6078887Z copying torch\masked\maskedtensor\creation.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-03-14T04:09:28.6084841Z copying torch\masked\maskedtensor\passthrough.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-03-14T04:09:28.6097830Z copying torch\masked\maskedtensor\reductions.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-03-14T04:09:28.6113626Z copying torch\masked\maskedtensor\unary.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-03-14T04:09:28.6126370Z copying torch\masked\maskedtensor\_ops_refs.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-03-14T04:09:28.6145700Z copying torch\masked\maskedtensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-03-14T04:09:28.6152687Z creating build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-03-14T04:09:28.6155755Z copying torch\nested\_internal\nested_int.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-03-14T04:09:28.6168386Z copying torch\nested\_internal\nested_tensor.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-03-14T04:09:28.6187777Z copying torch\nested\_internal\ops.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-03-14T04:09:28.6252383Z copying torch\nested\_internal\sdpa.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-03-14T04:09:28.6282552Z copying torch\nested\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-03-14T04:09:28.6288624Z creating build\lib.win-amd64-cpython-39\torch\nn\attention 2025-03-14T04:09:28.6291646Z copying torch\nn\attention\bias.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2025-03-14T04:09:28.6304853Z copying torch\nn\attention\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2025-03-14T04:09:28.6336999Z copying torch\nn\attention\_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2025-03-14T04:09:28.6348818Z copying torch\nn\attention\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2025-03-14T04:09:28.6362322Z creating build\lib.win-amd64-cpython-39\torch\nn\backends 2025-03-14T04:09:28.6365872Z copying torch\nn\backends\thnn.py -> build\lib.win-amd64-cpython-39\torch\nn\backends 2025-03-14T04:09:28.6371824Z copying torch\nn\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\backends 2025-03-14T04:09:28.6378035Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic 2025-03-14T04:09:28.6381074Z copying torch\nn\intrinsic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic 2025-03-14T04:09:28.6398452Z creating build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:09:28.6401576Z copying torch\nn\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:09:28.6434167Z copying torch\nn\modules\adaptive.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:09:28.6446796Z copying torch\nn\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:09:28.6473350Z copying torch\nn\modules\channelshuffle.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:09:28.6490981Z copying torch\nn\modules\container.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:09:28.6515665Z copying torch\nn\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:09:28.6553642Z copying torch\nn\modules\distance.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:09:28.6566270Z copying torch\nn\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:09:28.6580740Z copying torch\nn\modules\flatten.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:09:28.6593710Z copying torch\nn\modules\fold.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:09:28.6605522Z copying torch\nn\modules\instancenorm.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:09:28.6625074Z copying torch\nn\modules\lazy.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:09:28.6637863Z copying torch\nn\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:09:28.6652249Z copying torch\nn\modules\loss.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:09:28.6701762Z copying torch\nn\modules\module.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:09:28.6760515Z copying torch\nn\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:09:28.6773895Z copying torch\nn\modules\padding.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:09:28.6794846Z copying torch\nn\modules\pixelshuffle.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:09:28.6807106Z copying torch\nn\modules\pooling.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:09:28.6838361Z copying torch\nn\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:09:28.6875144Z copying torch\nn\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:09:28.6894642Z copying torch\nn\modules\transformer.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:09:28.6927012Z copying torch\nn\modules\upsampling.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:09:28.6939410Z copying torch\nn\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:09:28.6952300Z copying torch\nn\modules\_functions.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:09:28.6965060Z copying torch\nn\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-14T04:09:28.6980688Z creating build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-03-14T04:09:28.6983669Z copying torch\nn\parallel\comm.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-03-14T04:09:28.6996414Z copying torch\nn\parallel\data_parallel.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-03-14T04:09:28.7010301Z copying torch\nn\parallel\distributed.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-03-14T04:09:28.7068811Z copying torch\nn\parallel\parallel_apply.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-03-14T04:09:28.7088752Z copying torch\nn\parallel\replicate.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-03-14T04:09:28.7101102Z copying torch\nn\parallel\scatter_gather.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-03-14T04:09:28.7113562Z copying torch\nn\parallel\_functions.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-03-14T04:09:28.7125534Z copying torch\nn\parallel\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-03-14T04:09:28.7139150Z creating build\lib.win-amd64-cpython-39\torch\nn\qat 2025-03-14T04:09:28.7142022Z copying torch\nn\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat 2025-03-14T04:09:28.7148888Z creating build\lib.win-amd64-cpython-39\torch\nn\quantizable 2025-03-14T04:09:28.7152258Z copying torch\nn\quantizable\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable 2025-03-14T04:09:28.7159012Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized 2025-03-14T04:09:28.7162072Z copying torch\nn\quantized\functional.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized 2025-03-14T04:09:28.7167630Z copying torch\nn\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized 2025-03-14T04:09:28.7183641Z creating build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-14T04:09:28.7186621Z copying torch\nn\utils\clip_grad.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-14T04:09:28.7198736Z copying torch\nn\utils\convert_parameters.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-14T04:09:28.7210412Z copying torch\nn\utils\fusion.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-14T04:09:28.7222078Z copying torch\nn\utils\init.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-14T04:09:28.7234315Z copying torch\nn\utils\memory_format.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-14T04:09:28.7251157Z copying torch\nn\utils\parametrizations.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-14T04:09:28.7271705Z copying torch\nn\utils\parametrize.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-14T04:09:28.7301237Z copying torch\nn\utils\prune.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-14T04:09:28.7340716Z copying torch\nn\utils\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-14T04:09:28.7363667Z copying torch\nn\utils\spectral_norm.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-14T04:09:28.7376815Z copying torch\nn\utils\stateless.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-14T04:09:28.7389427Z copying torch\nn\utils\weight_norm.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-14T04:09:28.7402193Z copying torch\nn\utils\_deprecation_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-14T04:09:28.7414474Z copying torch\nn\utils\_named_member_accessor.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-14T04:09:28.7427395Z copying torch\nn\utils\_per_sample_grad.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-14T04:09:28.7439376Z copying torch\nn\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-14T04:09:28.7451819Z creating build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2025-03-14T04:09:28.7460099Z copying torch\nn\attention\experimental\_paged_attention.py -> build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2025-03-14T04:09:28.7471018Z copying torch\nn\attention\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2025-03-14T04:09:28.7477779Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2025-03-14T04:09:28.7480762Z copying torch\nn\intrinsic\modules\fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2025-03-14T04:09:28.7486154Z copying torch\nn\intrinsic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2025-03-14T04:09:28.7492373Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat 2025-03-14T04:09:28.7495191Z copying torch\nn\intrinsic\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat 2025-03-14T04:09:28.7501895Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized 2025-03-14T04:09:28.7504843Z copying torch\nn\intrinsic\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized 2025-03-14T04:09:28.7511745Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-03-14T04:09:28.7515044Z copying torch\nn\intrinsic\qat\modules\conv_fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-03-14T04:09:28.7527464Z copying torch\nn\intrinsic\qat\modules\linear_fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-03-14T04:09:28.7533027Z copying torch\nn\intrinsic\qat\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-03-14T04:09:28.7538388Z copying torch\nn\intrinsic\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-03-14T04:09:28.7551138Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic 2025-03-14T04:09:28.7554304Z copying torch\nn\intrinsic\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic 2025-03-14T04:09:28.7562508Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-03-14T04:09:28.7565649Z copying torch\nn\intrinsic\quantized\modules\bn_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-03-14T04:09:28.7571396Z copying torch\nn\intrinsic\quantized\modules\conv_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-03-14T04:09:28.7577808Z copying torch\nn\intrinsic\quantized\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-03-14T04:09:28.7583831Z copying torch\nn\intrinsic\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-03-14T04:09:28.7592647Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2025-03-14T04:09:28.7596559Z copying torch\nn\intrinsic\quantized\dynamic\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2025-03-14T04:09:28.7602680Z copying torch\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2025-03-14T04:09:28.7609695Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic 2025-03-14T04:09:28.7612697Z copying torch\nn\qat\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic 2025-03-14T04:09:28.7620061Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-03-14T04:09:28.7623221Z copying torch\nn\qat\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-03-14T04:09:28.7628920Z copying torch\nn\qat\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-03-14T04:09:28.7634644Z copying torch\nn\qat\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-03-14T04:09:28.7639879Z copying torch\nn\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-03-14T04:09:28.7646810Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2025-03-14T04:09:28.7649843Z copying torch\nn\qat\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2025-03-14T04:09:28.7655526Z copying torch\nn\qat\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2025-03-14T04:09:28.7662564Z creating build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2025-03-14T04:09:28.7665656Z copying torch\nn\quantizable\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2025-03-14T04:09:28.7671244Z copying torch\nn\quantizable\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2025-03-14T04:09:28.7676633Z copying torch\nn\quantizable\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2025-03-14T04:09:28.7683072Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic 2025-03-14T04:09:28.7685946Z copying torch\nn\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic 2025-03-14T04:09:28.7694120Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-14T04:09:28.7697434Z copying torch\nn\quantized\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-14T04:09:28.7703215Z copying torch\nn\quantized\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-14T04:09:28.7708656Z copying torch\nn\quantized\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-14T04:09:28.7714293Z copying torch\nn\quantized\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-14T04:09:28.7720285Z copying torch\nn\quantized\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-14T04:09:28.7730681Z copying torch\nn\quantized\modules\functional_modules.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-14T04:09:28.7736682Z copying torch\nn\quantized\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-14T04:09:28.7742327Z copying torch\nn\quantized\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-14T04:09:28.7754497Z copying torch\nn\quantized\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-14T04:09:28.7760057Z copying torch\nn\quantized\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-14T04:09:28.7765511Z copying torch\nn\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-14T04:09:28.7778710Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference 2025-03-14T04:09:28.7785529Z copying torch\nn\quantized\_reference\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference 2025-03-14T04:09:28.7792769Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-03-14T04:09:28.7796378Z copying torch\nn\quantized\dynamic\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-03-14T04:09:28.7802044Z copying torch\nn\quantized\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-03-14T04:09:28.7807511Z copying torch\nn\quantized\dynamic\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-03-14T04:09:28.7819528Z copying torch\nn\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-03-14T04:09:28.7833269Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-03-14T04:09:28.7836372Z copying torch\nn\quantized\_reference\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-03-14T04:09:28.7842285Z copying torch\nn\quantized\_reference\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-03-14T04:09:28.7847497Z copying torch\nn\quantized\_reference\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-03-14T04:09:28.7853648Z copying torch\nn\quantized\_reference\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-03-14T04:09:28.7860130Z copying torch\nn\quantized\_reference\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-03-14T04:09:28.7865851Z copying torch\nn\quantized\_reference\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-03-14T04:09:28.7881214Z creating build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-03-14T04:09:28.7884818Z copying torch\nn\utils\_expanded_weights\conv_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-03-14T04:09:28.7898081Z copying torch\nn\utils\_expanded_weights\conv_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-03-14T04:09:28.7912058Z copying torch\nn\utils\_expanded_weights\embedding_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-03-14T04:09:28.7928258Z copying torch\nn\utils\_expanded_weights\expanded_weights_impl.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-03-14T04:09:28.7940640Z copying torch\nn\utils\_expanded_weights\expanded_weights_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-03-14T04:09:28.7953021Z copying torch\nn\utils\_expanded_weights\group_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-03-14T04:09:28.7965239Z copying torch\nn\utils\_expanded_weights\instance_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-03-14T04:09:28.7977835Z copying torch\nn\utils\_expanded_weights\layer_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-03-14T04:09:28.7989732Z copying torch\nn\utils\_expanded_weights\linear_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-03-14T04:09:28.8002141Z copying torch\nn\utils\_expanded_weights\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-03-14T04:09:28.8010759Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-03-14T04:09:28.8013965Z copying torch\onnx\_internal\io_adapter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-03-14T04:09:28.8033872Z copying torch\onnx\_internal\jit_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-03-14T04:09:28.8045968Z copying torch\onnx\_internal\onnxruntime.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-03-14T04:09:28.8085816Z copying torch\onnx\_internal\onnx_proto_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-03-14T04:09:28.8099658Z copying torch\onnx\_internal\registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-03-14T04:09:28.8112926Z copying torch\onnx\_internal\_exporter_legacy.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-03-14T04:09:28.8139413Z copying torch\onnx\_internal\_lazy_import.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-03-14T04:09:28.8150795Z copying torch\onnx\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-03-14T04:09:28.8156707Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2025-03-14T04:09:28.8159831Z copying torch\onnx\_internal\diagnostics\_diagnostic.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2025-03-14T04:09:28.8172213Z copying torch\onnx\_internal\diagnostics\_rules.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2025-03-14T04:09:28.8197877Z copying torch\onnx\_internal\diagnostics\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2025-03-14T04:09:28.8207295Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:09:28.8210228Z copying torch\onnx\_internal\exporter\_analysis.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:09:28.8224429Z copying torch\onnx\_internal\exporter\_building.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:09:28.8245264Z copying torch\onnx\_internal\exporter\_capture_strategies.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:09:28.8257604Z copying torch\onnx\_internal\exporter\_compat.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:09:28.8272595Z copying torch\onnx\_internal\exporter\_constants.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:09:28.8278428Z copying torch\onnx\_internal\exporter\_core.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:09:28.8310166Z copying torch\onnx\_internal\exporter\_decomp.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:09:28.8322244Z copying torch\onnx\_internal\exporter\_dispatching.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:09:28.8334374Z copying torch\onnx\_internal\exporter\_dynamic_shapes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:09:28.8346962Z copying torch\onnx\_internal\exporter\_errors.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:09:28.8352478Z copying torch\onnx\_internal\exporter\_fx_passes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:09:28.8364979Z copying torch\onnx\_internal\exporter\_ir_passes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:09:28.8376325Z copying torch\onnx\_internal\exporter\_isolated.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:09:28.8388039Z copying torch\onnx\_internal\exporter\_onnx_program.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:09:28.8400920Z copying torch\onnx\_internal\exporter\_registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:09:28.8414231Z copying torch\onnx\_internal\exporter\_reporting.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:09:28.8426839Z copying torch\onnx\_internal\exporter\_schemas.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:09:28.8446465Z copying torch\onnx\_internal\exporter\_tensors.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:09:28.8459027Z copying torch\onnx\_internal\exporter\_testing.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:09:28.8471841Z copying torch\onnx\_internal\exporter\_verification.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:09:28.8484964Z copying torch\onnx\_internal\exporter\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-14T04:09:28.8492941Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-14T04:09:28.8496610Z copying torch\onnx\_internal\fx\decomposition_skip.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-14T04:09:28.8509796Z copying torch\onnx\_internal\fx\decomposition_table.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-14T04:09:28.8522948Z copying torch\onnx\_internal\fx\diagnostics.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-14T04:09:28.8537350Z copying torch\onnx\_internal\fx\dynamo_graph_extractor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-14T04:09:28.8555777Z copying torch\onnx\_internal\fx\fx_onnx_interpreter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-14T04:09:28.8584227Z copying torch\onnx\_internal\fx\fx_symbolic_graph_extractor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-14T04:09:28.8598417Z copying torch\onnx\_internal\fx\onnxfunction_dispatcher.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-14T04:09:28.8624203Z copying torch\onnx\_internal\fx\patcher.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-14T04:09:28.8636433Z copying torch\onnx\_internal\fx\registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-14T04:09:28.8650006Z copying torch\onnx\_internal\fx\serialization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-14T04:09:28.8664334Z copying torch\onnx\_internal\fx\type_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-14T04:09:28.8676349Z copying torch\onnx\_internal\fx\_pass.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-14T04:09:28.8689194Z copying torch\onnx\_internal\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-14T04:09:28.8696246Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-03-14T04:09:28.8699395Z copying torch\onnx\_internal\diagnostics\infra\context.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-03-14T04:09:28.8718661Z copying torch\onnx\_internal\diagnostics\infra\decorator.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-03-14T04:09:28.8730353Z copying torch\onnx\_internal\diagnostics\infra\formatter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-03-14T04:09:28.8743410Z copying torch\onnx\_internal\diagnostics\infra\utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-03-14T04:09:28.8754632Z copying torch\onnx\_internal\diagnostics\infra\_infra.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-03-14T04:09:28.8770798Z copying torch\onnx\_internal\diagnostics\infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-03-14T04:09:28.8785978Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.8789096Z copying torch\onnx\_internal\diagnostics\infra\sarif\version.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.8794746Z copying torch\onnx\_internal\diagnostics\infra\sarif\_address.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.8806915Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.8819071Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_change.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.8830874Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_content.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.8846681Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.8858396Z copying torch\onnx\_internal\diagnostics\infra\sarif\_attachment.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.8870363Z copying torch\onnx\_internal\diagnostics\infra\sarif\_code_flow.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.8883198Z copying torch\onnx\_internal\diagnostics\infra\sarif\_configuration_override.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.8894650Z copying torch\onnx\_internal\diagnostics\infra\sarif\_conversion.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.8906815Z copying torch\onnx\_internal\diagnostics\infra\sarif\_edge.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.8918861Z copying torch\onnx\_internal\diagnostics\infra\sarif\_edge_traversal.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.8931621Z copying torch\onnx\_internal\diagnostics\infra\sarif\_exception.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.8944477Z copying torch\onnx\_internal\diagnostics\infra\sarif\_external_properties.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.8957685Z copying torch\onnx\_internal\diagnostics\infra\sarif\_external_property_file_reference.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.8970003Z copying torch\onnx\_internal\diagnostics\infra\sarif\_external_property_file_references.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.8983244Z copying torch\onnx\_internal\diagnostics\infra\sarif\_fix.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.8995352Z copying torch\onnx\_internal\diagnostics\infra\sarif\_graph.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9007429Z copying torch\onnx\_internal\diagnostics\infra\sarif\_graph_traversal.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9021060Z copying torch\onnx\_internal\diagnostics\infra\sarif\_invocation.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9038959Z copying torch\onnx\_internal\diagnostics\infra\sarif\_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9056767Z copying torch\onnx\_internal\diagnostics\infra\sarif\_location_relationship.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9069651Z copying torch\onnx\_internal\diagnostics\infra\sarif\_logical_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9081951Z copying torch\onnx\_internal\diagnostics\infra\sarif\_message.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9096079Z copying torch\onnx\_internal\diagnostics\infra\sarif\_multiformat_message_string.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9108454Z copying torch\onnx\_internal\diagnostics\infra\sarif\_node.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9121287Z copying torch\onnx\_internal\diagnostics\infra\sarif\_notification.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9133429Z copying torch\onnx\_internal\diagnostics\infra\sarif\_physical_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9146360Z copying torch\onnx\_internal\diagnostics\infra\sarif\_property_bag.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9152132Z copying torch\onnx\_internal\diagnostics\infra\sarif\_rectangle.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9164669Z copying torch\onnx\_internal\diagnostics\infra\sarif\_region.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9181268Z copying torch\onnx\_internal\diagnostics\infra\sarif\_replacement.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9193613Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_configuration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9206099Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9218137Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_reference.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9231647Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_relationship.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9243836Z copying torch\onnx\_internal\diagnostics\infra\sarif\_result.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9256379Z copying torch\onnx\_internal\diagnostics\infra\sarif\_result_provenance.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9269023Z copying torch\onnx\_internal\diagnostics\infra\sarif\_run.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9280878Z copying torch\onnx\_internal\diagnostics\infra\sarif\_run_automation_details.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9293522Z copying torch\onnx\_internal\diagnostics\infra\sarif\_sarif_log.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9308431Z copying torch\onnx\_internal\diagnostics\infra\sarif\_special_locations.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9320408Z copying torch\onnx\_internal\diagnostics\infra\sarif\_stack.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9332854Z copying torch\onnx\_internal\diagnostics\infra\sarif\_stack_frame.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9344572Z copying torch\onnx\_internal\diagnostics\infra\sarif\_suppression.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9426194Z copying torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9427581Z copying torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9428749Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9429850Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool_component.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9431005Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool_component_reference.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9433010Z copying torch\onnx\_internal\diagnostics\infra\sarif\_translation_metadata.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9449792Z copying torch\onnx\_internal\diagnostics\infra\sarif\_version_control_details.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9463175Z copying torch\onnx\_internal\diagnostics\infra\sarif\_web_request.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9476232Z copying torch\onnx\_internal\diagnostics\infra\sarif\_web_response.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9489105Z copying torch\onnx\_internal\diagnostics\infra\sarif\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:28.9502884Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib 2025-03-14T04:09:28.9506639Z copying torch\onnx\_internal\exporter\_torchlib\_tensor_typing.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib 2025-03-14T04:09:28.9522354Z copying torch\onnx\_internal\exporter\_torchlib\_torchlib_registry.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib 2025-03-14T04:09:28.9535236Z copying torch\onnx\_internal\exporter\_torchlib\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib 2025-03-14T04:09:28.9542253Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-03-14T04:09:28.9549280Z copying torch\onnx\_internal\exporter\_torchlib\ops\core.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-03-14T04:09:28.9561971Z copying torch\onnx\_internal\exporter\_torchlib\ops\hop.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-03-14T04:09:28.9574365Z copying torch\onnx\_internal\exporter\_torchlib\ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-03-14T04:09:28.9581999Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2025-03-14T04:09:28.9585248Z copying torch\onnx\_internal\fx\analysis\unsupported_nodes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2025-03-14T04:09:28.9598807Z copying torch\onnx\_internal\fx\analysis\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2025-03-14T04:09:28.9608495Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-03-14T04:09:28.9612238Z copying torch\onnx\_internal\fx\passes\decomp.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-03-14T04:09:28.9625249Z copying torch\onnx\_internal\fx\passes\functionalization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-03-14T04:09:28.9638468Z copying torch\onnx\_internal\fx\passes\modularization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-03-14T04:09:28.9665929Z copying torch\onnx\_internal\fx\passes\readability.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-03-14T04:09:28.9682586Z copying torch\onnx\_internal\fx\passes\type_promotion.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-03-14T04:09:28.9723526Z copying torch\onnx\_internal\fx\passes\virtualization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-03-14T04:09:28.9735530Z copying torch\onnx\_internal\fx\passes\_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-03-14T04:09:28.9747821Z copying torch\onnx\_internal\fx\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-03-14T04:09:28.9754958Z creating build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2025-03-14T04:09:28.9758341Z copying torch\optim\_multi_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2025-03-14T04:09:28.9772237Z creating build\lib.win-amd64-cpython-39\torch\package\analyze 2025-03-14T04:09:28.9775692Z copying torch\package\analyze\find_first_use_of_broken_modules.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2025-03-14T04:09:28.9788605Z copying torch\package\analyze\is_from_package.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2025-03-14T04:09:28.9794215Z copying torch\package\analyze\trace_dependencies.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2025-03-14T04:09:28.9810092Z copying torch\package\analyze\__init__.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2025-03-14T04:09:28.9818144Z creating build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-14T04:09:28.9821288Z copying torch\quantization\fx\convert.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-14T04:09:28.9826701Z copying torch\quantization\fx\fuse.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-14T04:09:28.9832395Z copying torch\quantization\fx\fusion_patterns.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-14T04:09:28.9837877Z copying torch\quantization\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-14T04:09:28.9843461Z copying torch\quantization\fx\match_utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-14T04:09:28.9852790Z copying torch\quantization\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-14T04:09:28.9865601Z copying torch\quantization\fx\prepare.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-14T04:09:28.9871679Z copying torch\quantization\fx\quantization_patterns.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-14T04:09:28.9884990Z copying torch\quantization\fx\quantization_types.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-14T04:09:28.9891231Z copying torch\quantization\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-14T04:09:28.9903232Z copying torch\quantization\fx\_equalize.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-14T04:09:28.9915532Z copying torch\quantization\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-14T04:09:28.9923278Z creating build\lib.win-amd64-cpython-39\torch\signal\windows 2025-03-14T04:09:28.9926373Z copying torch\signal\windows\windows.py -> build\lib.win-amd64-cpython-39\torch\signal\windows 2025-03-14T04:09:28.9946798Z copying torch\signal\windows\__init__.py -> build\lib.win-amd64-cpython-39\torch\signal\windows 2025-03-14T04:09:28.9961724Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:28.9968860Z copying torch\testing\_internal\autocast_test_lists.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:28.9989018Z copying torch\testing\_internal\autograd_function_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.0009095Z copying torch\testing\_internal\check_kernel_launches.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.0025842Z copying torch\testing\_internal\common_cuda.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.0038800Z copying torch\testing\_internal\common_device_type.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.0078677Z copying torch\testing\_internal\common_distributed.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.0114522Z copying torch\testing\_internal\common_dist_composable.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.0127443Z copying torch\testing\_internal\common_dtype.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.0139272Z copying torch\testing\_internal\common_fsdp.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.0173310Z copying torch\testing\_internal\common_jit.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.0185919Z copying torch\testing\_internal\common_methods_invocations.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.0692804Z copying torch\testing\_internal\common_mkldnn.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.0704586Z copying torch\testing\_internal\common_modules.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.0801379Z copying torch\testing\_internal\common_nn.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.0881700Z copying torch\testing\_internal\common_optimizers.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.0927103Z copying torch\testing\_internal\common_pruning.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.0940772Z copying torch\testing\_internal\common_quantization.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.0999631Z copying torch\testing\_internal\common_quantized.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.1015005Z copying torch\testing\_internal\common_subclass.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.1029065Z copying torch\testing\_internal\common_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.1138885Z copying torch\testing\_internal\composite_compliance.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.1159620Z copying torch\testing\_internal\custom_op_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.1178854Z copying torch\testing\_internal\custom_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.1190745Z copying torch\testing\_internal\dist_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.1202897Z copying torch\testing\_internal\dynamo_test_failures.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.1215135Z copying torch\testing\_internal\fake_config_module.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.1227099Z copying torch\testing\_internal\fake_config_module2.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.1232810Z copying torch\testing\_internal\fake_config_module3.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.1238556Z copying torch\testing\_internal\hop_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.1256338Z copying torch\testing\_internal\hypothesis_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.1269232Z copying torch\testing\_internal\inductor_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.1282635Z copying torch\testing\_internal\jit_metaprogramming_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.1310455Z copying torch\testing\_internal\jit_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.1337407Z copying torch\testing\_internal\logging_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.1350645Z copying torch\testing\_internal\logging_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.1364003Z copying torch\testing\_internal\quantization_torch_package_models.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.1376363Z copying torch\testing\_internal\static_module.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.1389139Z copying torch\testing\_internal\subclasses.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.1405012Z copying torch\testing\_internal\torchbind_impls.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.1417315Z copying torch\testing\_internal\triton_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.1437260Z copying torch\testing\_internal\two_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.1449736Z copying torch\testing\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-14T04:09:29.1456554Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen 2025-03-14T04:09:29.1459697Z copying torch\testing\_internal\codegen\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen 2025-03-14T04:09:29.1467624Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2025-03-14T04:09:29.1470777Z copying torch\testing\_internal\data\network1.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2025-03-14T04:09:29.1476695Z copying torch\testing\_internal\data\network2.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2025-03-14T04:09:29.1482726Z copying torch\testing\_internal\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2025-03-14T04:09:29.1491459Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-03-14T04:09:29.1494714Z copying torch\testing\_internal\distributed\checkpoint_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-03-14T04:09:29.1507267Z copying torch\testing\_internal\distributed\common_state_dict.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-03-14T04:09:29.1520480Z copying torch\testing\_internal\distributed\ddp_under_dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-03-14T04:09:29.1544733Z copying torch\testing\_internal\distributed\distributed_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-03-14T04:09:29.1738309Z copying torch\testing\_internal\distributed\distributed_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-03-14T04:09:29.1751238Z copying torch\testing\_internal\distributed\fake_pg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-03-14T04:09:29.1763934Z copying torch\testing\_internal\distributed\multi_threaded_pg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-03-14T04:09:29.1784902Z copying torch\testing\_internal\distributed\rpc_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-03-14T04:09:29.1796764Z copying torch\testing\_internal\distributed\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-03-14T04:09:29.1802604Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2025-03-14T04:09:29.1805917Z copying torch\testing\_internal\generated\annotated_fn_args.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2025-03-14T04:09:29.2037752Z copying torch\testing\_internal\generated\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2025-03-14T04:09:29.2044805Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-03-14T04:09:29.2048675Z copying torch\testing\_internal\opinfo\core.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-03-14T04:09:29.2111479Z copying torch\testing\_internal\opinfo\refs.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-03-14T04:09:29.2123457Z copying torch\testing\_internal\opinfo\utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-03-14T04:09:29.2136060Z copying torch\testing\_internal\opinfo\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-03-14T04:09:29.2144666Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-03-14T04:09:29.2148446Z copying torch\testing\_internal\optests\aot_autograd.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-03-14T04:09:29.2161051Z copying torch\testing\_internal\optests\autograd_registration.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-03-14T04:09:29.2173616Z copying torch\testing\_internal\optests\fake_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-03-14T04:09:29.2179289Z copying torch\testing\_internal\optests\generate_tests.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-03-14T04:09:29.2203037Z copying torch\testing\_internal\optests\make_fx.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-03-14T04:09:29.2214893Z copying torch\testing\_internal\optests\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-03-14T04:09:29.2221898Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2025-03-14T04:09:29.2225125Z copying torch\testing\_internal\test_module\future_div.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2025-03-14T04:09:29.2230847Z copying torch\testing\_internal\test_module\no_future_div.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2025-03-14T04:09:29.2236249Z copying torch\testing\_internal\test_module\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2025-03-14T04:09:29.2242219Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn 2025-03-14T04:09:29.2245213Z copying torch\testing\_internal\distributed\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn 2025-03-14T04:09:29.2252023Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-03-14T04:09:29.2255198Z copying torch\testing\_internal\distributed\rpc\dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-03-14T04:09:29.2309434Z copying torch\testing\_internal\distributed\rpc\dist_optimizer_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-03-14T04:09:29.2322259Z copying torch\testing\_internal\distributed\rpc\faulty_agent_rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-03-14T04:09:29.2339620Z copying torch\testing\_internal\distributed\rpc\faulty_rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-03-14T04:09:29.2351674Z copying torch\testing\_internal\distributed\rpc\rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-03-14T04:09:29.2364075Z copying torch\testing\_internal\distributed\rpc\rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-03-14T04:09:29.2469349Z copying torch\testing\_internal\distributed\rpc\tensorpipe_rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-03-14T04:09:29.2482456Z copying torch\testing\_internal\distributed\rpc\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-03-14T04:09:29.2488353Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2025-03-14T04:09:29.2491529Z copying torch\testing\_internal\distributed\_shard\test_common.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2025-03-14T04:09:29.2504311Z copying torch\testing\_internal\distributed\_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2025-03-14T04:09:29.2510743Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2025-03-14T04:09:29.2514005Z copying torch\testing\_internal\distributed\_tensor\common_dtensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2025-03-14T04:09:29.2533947Z copying torch\testing\_internal\distributed\_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2025-03-14T04:09:29.2540072Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2025-03-14T04:09:29.2543705Z copying torch\testing\_internal\distributed\nn\api\remote_module_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2025-03-14T04:09:29.2563508Z copying torch\testing\_internal\distributed\nn\api\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2025-03-14T04:09:29.2570586Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2025-03-14T04:09:29.2573936Z copying torch\testing\_internal\distributed\rpc\examples\parameter_server_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2025-03-14T04:09:29.2587280Z copying torch\testing\_internal\distributed\rpc\examples\reinforcement_learning_rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2025-03-14T04:09:29.2599529Z copying torch\testing\_internal\distributed\rpc\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2025-03-14T04:09:29.2611730Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-03-14T04:09:29.2614965Z copying torch\testing\_internal\distributed\rpc\jit\dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-03-14T04:09:29.2627446Z copying torch\testing\_internal\distributed\rpc\jit\rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-03-14T04:09:29.2653392Z copying torch\testing\_internal\distributed\rpc\jit\rpc_test_faulty.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-03-14T04:09:29.2664975Z copying torch\testing\_internal\distributed\rpc\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-03-14T04:09:29.2673559Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-03-14T04:09:29.2678215Z copying torch\testing\_internal\distributed\_shard\sharded_tensor\_test_ops_common.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-03-14T04:09:29.2694039Z copying torch\testing\_internal\distributed\_shard\sharded_tensor\_test_st_common.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-03-14T04:09:29.2709321Z copying torch\testing\_internal\distributed\_shard\sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-03-14T04:09:29.2727048Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-03-14T04:09:29.2731514Z copying torch\testing\_internal\opinfo\definitions\fft.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-03-14T04:09:29.2753744Z copying torch\testing\_internal\opinfo\definitions\linalg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-03-14T04:09:29.2800843Z copying torch\testing\_internal\opinfo\definitions\nested.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-03-14T04:09:29.2833607Z copying torch\testing\_internal\opinfo\definitions\signal.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-03-14T04:09:29.2846660Z copying torch\testing\_internal\opinfo\definitions\sparse.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-03-14T04:09:29.2872950Z copying torch\testing\_internal\opinfo\definitions\special.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-03-14T04:09:29.2896371Z copying torch\testing\_internal\opinfo\definitions\_masked.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-03-14T04:09:29.2922339Z copying torch\testing\_internal\opinfo\definitions\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-03-14T04:09:29.2928577Z creating build\lib.win-amd64-cpython-39\torch\utils\backcompat 2025-03-14T04:09:29.2931642Z copying torch\utils\backcompat\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\backcompat 2025-03-14T04:09:29.2938134Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark 2025-03-14T04:09:29.2941209Z copying torch\utils\benchmark\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark 2025-03-14T04:09:29.2947884Z creating build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2025-03-14T04:09:29.2950794Z copying torch\utils\bottleneck\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2025-03-14T04:09:29.2955324Z copying torch\utils\bottleneck\__main__.py -> build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2025-03-14T04:09:29.2969305Z creating build\lib.win-amd64-cpython-39\torch\utils\data 2025-03-14T04:09:29.2972383Z copying torch\utils\data\backward_compatibility.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-03-14T04:09:29.2978491Z copying torch\utils\data\dataloader.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-03-14T04:09:29.3022442Z copying torch\utils\data\dataset.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-03-14T04:09:29.3042554Z copying torch\utils\data\distributed.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-03-14T04:09:29.3058494Z copying torch\utils\data\graph.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-03-14T04:09:29.3070189Z copying torch\utils\data\graph_settings.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-03-14T04:09:29.3082711Z copying torch\utils\data\sampler.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-03-14T04:09:29.3095003Z copying torch\utils\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-03-14T04:09:29.3109168Z creating build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-03-14T04:09:29.3112482Z copying torch\utils\hipify\constants.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-03-14T04:09:29.3125320Z copying torch\utils\hipify\cuda_to_hip_mappings.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-03-14T04:09:29.3279258Z copying torch\utils\hipify\hipify_python.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-03-14T04:09:29.3305191Z copying torch\utils\hipify\version.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-03-14T04:09:29.3314969Z copying torch\utils\hipify\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-03-14T04:09:29.3321640Z creating build\lib.win-amd64-cpython-39\torch\utils\jit 2025-03-14T04:09:29.3324626Z copying torch\utils\jit\log_extract.py -> build\lib.win-amd64-cpython-39\torch\utils\jit 2025-03-14T04:09:29.3336435Z copying torch\utils\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\jit 2025-03-14T04:09:29.3342529Z creating build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-03-14T04:09:29.3345232Z copying torch\utils\model_dump\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-03-14T04:09:29.3363778Z copying torch\utils\model_dump\__main__.py -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-03-14T04:09:29.3370423Z creating build\lib.win-amd64-cpython-39\torch\utils\serialization 2025-03-14T04:09:29.3373585Z copying torch\utils\serialization\config.py -> build\lib.win-amd64-cpython-39\torch\utils\serialization 2025-03-14T04:09:29.3379043Z copying torch\utils\serialization\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\serialization 2025-03-14T04:09:29.3386604Z creating build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-03-14T04:09:29.3390248Z copying torch\utils\tensorboard\summary.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-03-14T04:09:29.3415006Z copying torch\utils\tensorboard\writer.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-03-14T04:09:29.3959565Z copying torch\utils\tensorboard\_convert_np.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-03-14T04:09:29.3960341Z copying torch\utils\tensorboard\_embedding.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-03-14T04:09:29.3961107Z copying torch\utils\tensorboard\_onnx_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-03-14T04:09:29.3961869Z copying torch\utils\tensorboard\_proto_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-03-14T04:09:29.3962705Z copying torch\utils\tensorboard\_pytorch_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-03-14T04:09:29.3963516Z copying torch\utils\tensorboard\_utils.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-03-14T04:09:29.3964252Z copying torch\utils\tensorboard\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-03-14T04:09:29.3964831Z creating build\lib.win-amd64-cpython-39\torch\utils\viz 2025-03-14T04:09:29.3985699Z copying torch\utils\viz\_cycles.py -> build\lib.win-amd64-cpython-39\torch\utils\viz 2025-03-14T04:09:29.3986367Z copying torch\utils\viz\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\viz 2025-03-14T04:09:29.3986976Z creating build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2025-03-14T04:09:29.3987659Z copying torch\utils\_strobelight\cli_function_profiler.py -> build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2025-03-14T04:09:29.3988474Z copying torch\utils\_strobelight\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2025-03-14T04:09:29.3989179Z creating build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-03-14T04:09:29.3989739Z copying torch\utils\_sympy\functions.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-03-14T04:09:29.3990406Z copying torch\utils\_sympy\interp.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-03-14T04:09:29.3991053Z copying torch\utils\_sympy\numbers.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-03-14T04:09:29.3991721Z copying torch\utils\_sympy\printers.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-03-14T04:09:29.3992435Z copying torch\utils\_sympy\reference.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-03-14T04:09:29.3993170Z copying torch\utils\_sympy\singleton_int.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-03-14T04:09:29.3993820Z copying torch\utils\_sympy\solve.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-03-14T04:09:29.3994446Z copying torch\utils\_sympy\symbol.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-03-14T04:09:29.3995111Z copying torch\utils\_sympy\value_ranges.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-03-14T04:09:29.3995780Z copying torch\utils\_sympy\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-03-14T04:09:29.3996370Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-03-14T04:09:29.3997197Z copying torch\utils\benchmark\examples\blas_compare_setup.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-03-14T04:09:29.3998159Z copying torch\utils\benchmark\examples\compare.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-03-14T04:09:29.3999046Z copying torch\utils\benchmark\examples\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-03-14T04:09:29.3999912Z copying torch\utils\benchmark\examples\op_benchmark.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-03-14T04:09:29.4000816Z copying torch\utils\benchmark\examples\simple_timeit.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-03-14T04:09:29.4001757Z copying torch\utils\benchmark\examples\spectral_ops_fuzz_test.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-03-14T04:09:29.4002652Z copying torch\utils\benchmark\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-03-14T04:09:29.4004344Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-03-14T04:09:29.4005052Z copying torch\utils\benchmark\op_fuzzers\binary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-03-14T04:09:29.4008183Z copying torch\utils\benchmark\op_fuzzers\sparse_binary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-03-14T04:09:29.4022482Z copying torch\utils\benchmark\op_fuzzers\sparse_unary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-03-14T04:09:29.4036773Z copying torch\utils\benchmark\op_fuzzers\spectral.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-03-14T04:09:29.4054286Z copying torch\utils\benchmark\op_fuzzers\unary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-03-14T04:09:29.4065931Z copying torch\utils\benchmark\op_fuzzers\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-03-14T04:09:29.4073268Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-03-14T04:09:29.4076762Z copying torch\utils\benchmark\utils\common.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-03-14T04:09:29.4089552Z copying torch\utils\benchmark\utils\compare.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-03-14T04:09:29.4102419Z copying torch\utils\benchmark\utils\compile.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-03-14T04:09:29.4115470Z copying torch\utils\benchmark\utils\cpp_jit.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-03-14T04:09:29.4131043Z copying torch\utils\benchmark\utils\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-03-14T04:09:29.4150767Z copying torch\utils\benchmark\utils\sparse_fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-03-14T04:09:29.4168218Z copying torch\utils\benchmark\utils\timer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-03-14T04:09:29.4188800Z copying torch\utils\benchmark\utils\_stubs.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-03-14T04:09:29.4201285Z copying torch\utils\benchmark\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-03-14T04:09:29.4207213Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-14T04:09:29.4210458Z copying torch\utils\benchmark\utils\valgrind_wrapper\timer_interface.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-14T04:09:29.4236059Z copying torch\utils\benchmark\utils\valgrind_wrapper\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-14T04:09:29.4242304Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-03-14T04:09:29.4245328Z copying torch\utils\data\datapipes\datapipe.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-03-14T04:09:29.4265207Z copying torch\utils\data\datapipes\gen_pyi.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-03-14T04:09:29.4278269Z copying torch\utils\data\datapipes\_decorator.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-03-14T04:09:29.4291182Z copying torch\utils\data\datapipes\_hook_iterator.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-03-14T04:09:29.4308225Z copying torch\utils\data\datapipes\_typing.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-03-14T04:09:29.4339342Z copying torch\utils\data\datapipes\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-03-14T04:09:29.4347665Z creating build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-03-14T04:09:29.4350720Z copying torch\utils\data\_utils\collate.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-03-14T04:09:29.4362605Z copying torch\utils\data\_utils\fetch.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-03-14T04:09:29.4375182Z copying torch\utils\data\_utils\pin_memory.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-03-14T04:09:29.4389858Z copying torch\utils\data\_utils\signal_handling.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-03-14T04:09:29.4404066Z copying torch\utils\data\_utils\worker.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-03-14T04:09:29.4420980Z copying torch\utils\data\_utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-03-14T04:09:29.4434211Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-03-14T04:09:29.4438452Z copying torch\utils\data\datapipes\dataframe\dataframes.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-03-14T04:09:29.4451516Z copying torch\utils\data\datapipes\dataframe\dataframe_wrapper.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-03-14T04:09:29.4463845Z copying torch\utils\data\datapipes\dataframe\datapipes.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-03-14T04:09:29.4480803Z copying torch\utils\data\datapipes\dataframe\structures.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-03-14T04:09:29.4493216Z copying torch\utils\data\datapipes\dataframe\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-03-14T04:09:29.4502533Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-14T04:09:29.4505897Z copying torch\utils\data\datapipes\iter\callable.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-14T04:09:29.4517890Z copying torch\utils\data\datapipes\iter\combinatorics.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-14T04:09:29.4530423Z copying torch\utils\data\datapipes\iter\combining.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-14T04:09:29.4552582Z copying torch\utils\data\datapipes\iter\filelister.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-14T04:09:29.4570386Z copying torch\utils\data\datapipes\iter\fileopener.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-14T04:09:29.4583693Z copying torch\utils\data\datapipes\iter\grouping.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-14T04:09:29.4597199Z copying torch\utils\data\datapipes\iter\routeddecoder.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-14T04:09:29.4610641Z copying torch\utils\data\datapipes\iter\selecting.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-14T04:09:29.4621330Z copying torch\utils\data\datapipes\iter\sharding.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-14T04:09:29.4632969Z copying torch\utils\data\datapipes\iter\streamreader.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-14T04:09:29.4644262Z copying torch\utils\data\datapipes\iter\utils.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-14T04:09:29.4655923Z copying torch\utils\data\datapipes\iter\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-14T04:09:29.4670087Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-03-14T04:09:29.4672945Z copying torch\utils\data\datapipes\map\callable.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-03-14T04:09:29.4684241Z copying torch\utils\data\datapipes\map\combinatorics.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-03-14T04:09:29.4695546Z copying torch\utils\data\datapipes\map\combining.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-03-14T04:09:29.4707759Z copying torch\utils\data\datapipes\map\grouping.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-03-14T04:09:29.4721481Z copying torch\utils\data\datapipes\map\utils.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-03-14T04:09:29.4740749Z copying torch\utils\data\datapipes\map\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-03-14T04:09:29.4750652Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-03-14T04:09:29.4753550Z copying torch\utils\data\datapipes\utils\common.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-03-14T04:09:29.4766606Z copying torch\utils\data\datapipes\utils\decoder.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-03-14T04:09:29.4780518Z copying torch\utils\data\datapipes\utils\snapshot.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-03-14T04:09:29.4792816Z copying torch\utils\data\datapipes\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-03-14T04:09:29.4800852Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-14T04:09:29.4803869Z copying torch\_dynamo\backends\common.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-14T04:09:29.4816351Z copying torch\_dynamo\backends\cudagraphs.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-14T04:09:29.4829419Z copying torch\_dynamo\backends\debugging.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-14T04:09:29.4842645Z copying torch\_dynamo\backends\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-14T04:09:29.4867008Z copying torch\_dynamo\backends\inductor.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-14T04:09:29.4878934Z copying torch\_dynamo\backends\onnxrt.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-14T04:09:29.4897245Z copying torch\_dynamo\backends\registry.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-14T04:09:29.4912529Z copying torch\_dynamo\backends\tensorrt.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-14T04:09:29.4918070Z copying torch\_dynamo\backends\torchxla.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-14T04:09:29.4929658Z copying torch\_dynamo\backends\tvm.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-14T04:09:29.4941885Z copying torch\_dynamo\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-14T04:09:29.4948686Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-03-14T04:09:29.4952218Z copying torch\_dynamo\polyfills\builtins.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-03-14T04:09:29.4965839Z copying torch\_dynamo\polyfills\functools.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-03-14T04:09:29.4978475Z copying torch\_dynamo\polyfills\fx.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-03-14T04:09:29.4990291Z copying torch\_dynamo\polyfills\itertools.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-03-14T04:09:29.5013083Z copying torch\_dynamo\polyfills\loader.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-03-14T04:09:29.5024740Z copying torch\_dynamo\polyfills\operator.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-03-14T04:09:29.5037284Z copying torch\_dynamo\polyfills\os.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-03-14T04:09:29.5050882Z copying torch\_dynamo\polyfills\pytree.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-03-14T04:09:29.5064972Z copying torch\_dynamo\polyfills\sys.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-03-14T04:09:29.5071033Z copying torch\_dynamo\polyfills\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-03-14T04:09:29.5085207Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-03-14T04:09:29.5088334Z copying torch\_dynamo\repro\after_aot.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-03-14T04:09:29.5113500Z copying torch\_dynamo\repro\after_dynamo.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-03-14T04:09:29.5132868Z copying torch\_dynamo\repro\aoti.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-03-14T04:09:29.5157233Z copying torch\_dynamo\repro\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-03-14T04:09:29.5166764Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:09:29.5169885Z copying torch\_dynamo\variables\base.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:09:29.5187819Z copying torch\_dynamo\variables\builder.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:09:29.5246806Z copying torch\_dynamo\variables\builtin.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:09:29.5291516Z copying torch\_dynamo\variables\constant.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:09:29.5304738Z copying torch\_dynamo\variables\ctx_manager.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:09:29.5333327Z copying torch\_dynamo\variables\dicts.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:09:29.5358958Z copying torch\_dynamo\variables\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:09:29.5378013Z copying torch\_dynamo\variables\functions.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:09:29.5416435Z copying torch\_dynamo\variables\higher_order_ops.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:09:29.5476339Z copying torch\_dynamo\variables\iter.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:09:29.5495807Z copying torch\_dynamo\variables\lazy.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:09:29.5509284Z copying torch\_dynamo\variables\lists.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:09:29.5536669Z copying torch\_dynamo\variables\misc.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:09:29.5572004Z copying torch\_dynamo\variables\nn_module.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:09:29.5605688Z copying torch\_dynamo\variables\optimizer.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:09:29.5624950Z copying torch\_dynamo\variables\script_object.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:09:29.5639344Z copying torch\_dynamo\variables\sdpa.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:09:29.5652334Z copying torch\_dynamo\variables\tensor.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:09:29.5686891Z copying torch\_dynamo\variables\torch.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:09:29.5722281Z copying torch\_dynamo\variables\torch_function.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:09:29.5741249Z copying torch\_dynamo\variables\user_defined.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:09:29.5779039Z copying torch\_dynamo\variables\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-14T04:09:29.5793951Z creating build\lib.win-amd64-cpython-39\torch\_export\db 2025-03-14T04:09:29.5797486Z copying torch\_export\db\case.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2025-03-14T04:09:29.5810802Z copying torch\_export\db\gen_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2025-03-14T04:09:29.5816946Z copying torch\_export\db\logging.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2025-03-14T04:09:29.5828968Z copying torch\_export\db\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2025-03-14T04:09:29.5838784Z creating build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-14T04:09:29.5842126Z copying torch\_export\passes\add_runtime_assertions_for_constraints_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-14T04:09:29.5855167Z copying torch\_export\passes\collect_tracepoints_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-14T04:09:29.5867933Z copying torch\_export\passes\constant_folding.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-14T04:09:29.5885482Z copying torch\_export\passes\functionalize_side_effectful_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-14T04:09:29.5897815Z copying torch\_export\passes\insert_custom_op_guards.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-14T04:09:29.5910546Z copying torch\_export\passes\lift_constants_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-14T04:09:29.5922754Z copying torch\_export\passes\remove_runtime_assertions.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-14T04:09:29.5935257Z copying torch\_export\passes\replace_autocast_with_hop_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-14T04:09:29.5947940Z copying torch\_export\passes\replace_quantized_ops_with_standard_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-14T04:09:29.5968712Z copying torch\_export\passes\replace_set_grad_with_hop_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-14T04:09:29.5981008Z copying torch\_export\passes\replace_view_ops_with_view_copy_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-14T04:09:29.5993621Z copying torch\_export\passes\replace_with_hop_pass_util.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-14T04:09:29.6006856Z copying torch\_export\passes\_node_metadata_hook.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-14T04:09:29.6018973Z copying torch\_export\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-14T04:09:29.6026895Z creating build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2025-03-14T04:09:29.6030044Z copying torch\_export\pass_infra\node_metadata.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2025-03-14T04:09:29.6043406Z copying torch\_export\pass_infra\proxy_value.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2025-03-14T04:09:29.6055114Z copying torch\_export\pass_infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2025-03-14T04:09:29.6062262Z creating build\lib.win-amd64-cpython-39\torch\_export\serde 2025-03-14T04:09:29.6065280Z copying torch\_export\serde\aoti_schema.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-03-14T04:09:29.6071877Z copying torch\_export\serde\dynamic_shapes.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-03-14T04:09:29.6086284Z copying torch\_export\serde\schema.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-03-14T04:09:29.6100624Z copying torch\_export\serde\schema_check.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-03-14T04:09:29.6126415Z copying torch\_export\serde\serialize.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-03-14T04:09:29.6193133Z copying torch\_export\serde\union.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-03-14T04:09:29.6204493Z copying torch\_export\serde\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-03-14T04:09:29.6217270Z creating build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6220600Z copying torch\_export\db\examples\assume_constant_result.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6226131Z copying torch\_export\db\examples\autograd_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6237736Z copying torch\_export\db\examples\class_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6248251Z copying torch\_export\db\examples\cond_branch_class_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6260418Z copying torch\_export\db\examples\cond_branch_nested_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6276872Z copying torch\_export\db\examples\cond_branch_nonlocal_variables.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6291964Z copying torch\_export\db\examples\cond_closed_over_variable.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6297537Z copying torch\_export\db\examples\cond_operands.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6310636Z copying torch\_export\db\examples\cond_predicate.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6322517Z copying torch\_export\db\examples\constrain_as_size_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6334178Z copying torch\_export\db\examples\constrain_as_value_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6344827Z copying torch\_export\db\examples\decorator.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6350393Z copying torch\_export\db\examples\dictionary.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6356548Z copying torch\_export\db\examples\dynamic_shape_assert.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6362355Z copying torch\_export\db\examples\dynamic_shape_constructor.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6368115Z copying torch\_export\db\examples\dynamic_shape_if_guard.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6374328Z copying torch\_export\db\examples\dynamic_shape_map.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6380776Z copying torch\_export\db\examples\dynamic_shape_round.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6391909Z copying torch\_export\db\examples\dynamic_shape_slicing.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6398179Z copying torch\_export\db\examples\dynamic_shape_view.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6404499Z copying torch\_export\db\examples\fn_with_kwargs.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6416999Z copying torch\_export\db\examples\list_contains.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6423899Z copying torch\_export\db\examples\list_unpack.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6430518Z copying torch\_export\db\examples\model_attr_mutation.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6442871Z copying torch\_export\db\examples\nested_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6449387Z copying torch\_export\db\examples\null_context_manager.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6461159Z copying torch\_export\db\examples\optional_input.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6467307Z copying torch\_export\db\examples\pytree_flatten.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6473591Z copying torch\_export\db\examples\scalar_output.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6480004Z copying torch\_export\db\examples\specialized_attribute.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6486258Z copying torch\_export\db\examples\static_for_loop.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6492490Z copying torch\_export\db\examples\static_if.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6498854Z copying torch\_export\db\examples\tensor_setattr.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6505379Z copying torch\_export\db\examples\type_reflection_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6511864Z copying torch\_export\db\examples\unsupported_operator.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6522591Z copying torch\_export\db\examples\user_input_mutation.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6528964Z copying torch\_export\db\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-14T04:09:29.6543758Z creating build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-03-14T04:09:29.6547061Z copying torch\_functorch\_activation_checkpointing\ac_logging_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-03-14T04:09:29.6559520Z copying torch\_functorch\_activation_checkpointing\graph_info_provider.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-03-14T04:09:29.6572740Z copying torch\_functorch\_activation_checkpointing\knapsack.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-03-14T04:09:29.6590097Z copying torch\_functorch\_activation_checkpointing\knapsack_evaluator.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-03-14T04:09:29.6603432Z copying torch\_functorch\_activation_checkpointing\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-03-14T04:09:29.6612847Z creating build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-14T04:09:29.6616486Z copying torch\_functorch\_aot_autograd\autograd_cache.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-14T04:09:29.6645522Z copying torch\_functorch\_aot_autograd\collect_metadata_analysis.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-14T04:09:29.6673899Z copying torch\_functorch\_aot_autograd\dispatch_and_compile_graph.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-14T04:09:29.6691186Z copying torch\_functorch\_aot_autograd\functional_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-14T04:09:29.6710546Z copying torch\_functorch\_aot_autograd\input_output_analysis.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-14T04:09:29.6730774Z copying torch\_functorch\_aot_autograd\jit_compile_runtime_wrappers.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-14T04:09:29.6763776Z copying torch\_functorch\_aot_autograd\logging_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-14T04:09:29.6776280Z copying torch\_functorch\_aot_autograd\runtime_wrappers.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-14T04:09:29.6825025Z copying torch\_functorch\_aot_autograd\schemas.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-14T04:09:29.6851517Z copying torch\_functorch\_aot_autograd\subclass_parametrization.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-14T04:09:29.6863371Z copying torch\_functorch\_aot_autograd\subclass_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-14T04:09:29.6881433Z copying torch\_functorch\_aot_autograd\traced_function_transforms.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-14T04:09:29.6924400Z copying torch\_functorch\_aot_autograd\utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-14T04:09:29.6956358Z copying torch\_functorch\_aot_autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-14T04:09:29.6963630Z creating build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-03-14T04:09:29.6966821Z copying torch\_inductor\autoheuristic\autoheuristic.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-03-14T04:09:29.6984007Z copying torch\_inductor\autoheuristic\autoheuristic_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-03-14T04:09:29.7005145Z copying torch\_inductor\autoheuristic\learnedheuristic_interface.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-03-14T04:09:29.7029376Z copying torch\_inductor\autoheuristic\learned_heuristic_controller.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-03-14T04:09:29.7210866Z copying torch\_inductor\autoheuristic\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-03-14T04:09:29.7228123Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:09:29.7232698Z copying torch\_inductor\codegen\aoti_hipify_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:09:29.7249204Z copying torch\_inductor\codegen\block_analysis.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:09:29.7262420Z copying torch\_inductor\codegen\common.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:09:29.7338272Z copying torch\_inductor\codegen\cpp.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:09:29.7527867Z copying torch\_inductor\codegen\cpp_bmm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:09:29.7554510Z copying torch\_inductor\codegen\cpp_flex_attention_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:09:29.7591640Z copying torch\_inductor\codegen\cpp_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:09:29.7655018Z copying torch\_inductor\codegen\cpp_grouped_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:09:29.7682014Z copying torch\_inductor\codegen\cpp_micro_gemm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:09:29.7732674Z copying torch\_inductor\codegen\cpp_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:09:29.7748191Z copying torch\_inductor\codegen\cpp_template_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:09:29.7772365Z copying torch\_inductor\codegen\cpp_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:09:29.7809233Z copying torch\_inductor\codegen\cpp_wrapper_cpu.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:09:29.7903231Z copying torch\_inductor\codegen\cpp_wrapper_cpu_array_ref.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:09:29.7944973Z copying torch\_inductor\codegen\cpp_wrapper_gpu.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:09:29.7974777Z copying torch\_inductor\codegen\cpu_device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:09:29.7993297Z copying torch\_inductor\codegen\cuda_combined_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:09:29.8006439Z copying torch\_inductor\codegen\debug_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:09:29.8023875Z copying torch\_inductor\codegen\halide.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:09:29.8077552Z copying torch\_inductor\codegen\memory_planning.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:09:29.8116477Z copying torch\_inductor\codegen\mps.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:09:29.8144324Z copying torch\_inductor\codegen\mps_device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:09:29.8150448Z copying torch\_inductor\codegen\multi_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:09:29.8167819Z copying torch\_inductor\codegen\simd.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:09:29.8242533Z copying torch\_inductor\codegen\simd_kernel_features.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:09:29.8265935Z copying torch\_inductor\codegen\triton.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:09:29.8403961Z copying torch\_inductor\codegen\triton_combo_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:09:29.8445370Z copying torch\_inductor\codegen\triton_split_scan.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:09:29.8463165Z copying torch\_inductor\codegen\triton_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:09:29.8477057Z copying torch\_inductor\codegen\wrapper.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:09:29.8578028Z copying torch\_inductor\codegen\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:09:29.8585336Z creating build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-03-14T04:09:29.8588762Z copying torch\_inductor\compile_worker\subproc_pool.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-03-14T04:09:29.8606064Z copying torch\_inductor\compile_worker\watchdog.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-03-14T04:09:29.8617985Z copying torch\_inductor\compile_worker\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-03-14T04:09:29.8623346Z copying torch\_inductor\compile_worker\__main__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-03-14T04:09:29.8647088Z creating build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:09:29.8651454Z copying torch\_inductor\fx_passes\b2b_gemm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:09:29.8683637Z copying torch\_inductor\fx_passes\binary_folding.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:09:29.8714589Z copying torch\_inductor\fx_passes\ddp_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:09:29.8745461Z copying torch\_inductor\fx_passes\decompose_mem_bound_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:09:29.8768923Z copying torch\_inductor\fx_passes\dedupe_symint_uses.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:09:29.8783291Z copying torch\_inductor\fx_passes\efficient_conv_bn_eval.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:09:29.8800603Z copying torch\_inductor\fx_passes\freezing_patterns.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:09:29.8816443Z copying torch\_inductor\fx_passes\fuse_attention.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:09:29.8842762Z copying torch\_inductor\fx_passes\group_batch_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:09:29.8892248Z copying torch\_inductor\fx_passes\joint_graph.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:09:29.8921517Z copying torch\_inductor\fx_passes\micro_pipeline_tp.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:09:29.8959003Z copying torch\_inductor\fx_passes\misc_patterns.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:09:29.8975668Z copying torch\_inductor\fx_passes\mkldnn_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:09:29.9028451Z copying torch\_inductor\fx_passes\numeric_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:09:29.9049265Z copying torch\_inductor\fx_passes\pad_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:09:29.9079310Z copying torch\_inductor\fx_passes\post_grad.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:09:29.9122037Z copying torch\_inductor\fx_passes\pre_grad.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:09:29.9147640Z copying torch\_inductor\fx_passes\quantization.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:09:29.9259496Z copying torch\_inductor\fx_passes\reinplace.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:09:29.9285483Z copying torch\_inductor\fx_passes\replace_random.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:09:29.9316572Z copying torch\_inductor\fx_passes\split_cat.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:09:29.9407828Z copying torch\_inductor\fx_passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-14T04:09:29.9414815Z creating build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-03-14T04:09:29.9417880Z copying torch\_inductor\kernel\bmm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-03-14T04:09:29.9434025Z copying torch\_inductor\kernel\conv.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-03-14T04:09:29.9459645Z copying torch\_inductor\kernel\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-03-14T04:09:29.9546621Z copying torch\_inductor\kernel\flex_decoding.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-03-14T04:09:29.9577242Z copying torch\_inductor\kernel\mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-03-14T04:09:29.9622589Z copying torch\_inductor\kernel\mm_common.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-03-14T04:09:29.9652242Z copying torch\_inductor\kernel\mm_plus_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-03-14T04:09:29.9675850Z copying torch\_inductor\kernel\mm_scaled.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-03-14T04:09:29.9698541Z copying torch\_inductor\kernel\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-03-14T04:09:29.9709644Z creating build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-03-14T04:09:29.9714367Z copying torch\_inductor\package\build_package.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-03-14T04:09:29.9722733Z copying torch\_inductor\package\package.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-03-14T04:09:29.9744436Z copying torch\_inductor\package\pt2_archive_constants.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-03-14T04:09:29.9749971Z copying torch\_inductor\package\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-03-14T04:09:29.9758989Z creating build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-14T04:09:29.9762187Z copying torch\_inductor\runtime\autotune_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-14T04:09:29.9787320Z copying torch\_inductor\runtime\benchmarking.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-14T04:09:29.9804689Z copying torch\_inductor\runtime\cache_dir_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-14T04:09:29.9816806Z copying torch\_inductor\runtime\compile_tasks.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-14T04:09:29.9842240Z copying torch\_inductor\runtime\coordinate_descent_tuner.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-14T04:09:29.9860123Z copying torch\_inductor\runtime\halide_helpers.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-14T04:09:29.9875836Z copying torch\_inductor\runtime\hints.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-14T04:09:29.9889637Z copying torch\_inductor\runtime\runtime_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-14T04:09:29.9906156Z copying torch\_inductor\runtime\triton_compat.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-14T04:09:29.9919277Z copying torch\_inductor\runtime\triton_helpers.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-14T04:09:29.9947660Z copying torch\_inductor\runtime\triton_heuristics.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-14T04:09:30.0016828Z copying torch\_inductor\runtime\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-14T04:09:30.0023345Z creating build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-03-14T04:09:30.0026511Z copying torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-03-14T04:09:30.0041038Z copying torch\_inductor\autoheuristic\artifacts\_MixedMMH100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-03-14T04:09:30.0055011Z copying torch\_inductor\autoheuristic\artifacts\_MMRankingA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-03-14T04:09:30.0097694Z copying torch\_inductor\autoheuristic\artifacts\_MMRankingH100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-03-14T04:09:30.0131766Z copying torch\_inductor\autoheuristic\artifacts\_PadMMA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-03-14T04:09:30.0143942Z copying torch\_inductor\autoheuristic\artifacts\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-03-14T04:09:30.0150861Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-03-14T04:09:30.0158146Z copying torch\_inductor\codegen\cuda\cuda_cpp_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-03-14T04:09:30.0172612Z copying torch\_inductor\codegen\cuda\cuda_env.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-03-14T04:09:30.0196924Z copying torch\_inductor\codegen\cuda\cuda_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-03-14T04:09:30.0240187Z copying torch\_inductor\codegen\cuda\cuda_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-03-14T04:09:30.0276571Z copying torch\_inductor\codegen\cuda\cutlass_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-03-14T04:09:30.0300527Z copying torch\_inductor\codegen\cuda\device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-03-14T04:09:30.0324230Z copying torch\_inductor\codegen\cuda\gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-03-14T04:09:30.0400614Z copying torch\_inductor\codegen\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-03-14T04:09:30.0408789Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-03-14T04:09:30.0412303Z copying torch\_inductor\codegen\rocm\ck_conv_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-03-14T04:09:30.0441090Z copying torch\_inductor\codegen\rocm\ck_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-03-14T04:09:30.0459190Z copying torch\_inductor\codegen\rocm\ck_universal_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-03-14T04:09:30.0512414Z copying torch\_inductor\codegen\rocm\compile_command.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-03-14T04:09:30.0533918Z copying torch\_inductor\codegen\rocm\rocm_benchmark_request.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-03-14T04:09:30.0551387Z copying torch\_inductor\codegen\rocm\rocm_cpp_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-03-14T04:09:30.0567482Z copying torch\_inductor\codegen\rocm\rocm_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-03-14T04:09:30.0581968Z copying torch\_inductor\codegen\rocm\rocm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-03-14T04:09:30.0600146Z copying torch\_inductor\codegen\rocm\rocm_template_buffer.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-03-14T04:09:30.0620141Z copying torch\_inductor\codegen\rocm\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-03-14T04:09:30.0626123Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2025-03-14T04:09:30.0629424Z copying torch\_inductor\codegen\xpu\device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2025-03-14T04:09:30.0645164Z copying torch\_inductor\codegen\xpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2025-03-14T04:09:30.0651282Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-03-14T04:09:30.0654453Z copying torch\_inductor\codegen\cuda\cutlass_lib_extensions\gemm_operation_extensions.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-03-14T04:09:30.0668659Z copying torch\_inductor\codegen\cuda\cutlass_lib_extensions\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-03-14T04:09:30.0679472Z creating build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:30.0682599Z copying torch\_inductor\fx_passes\serialized_patterns\addmm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:30.0694886Z copying torch\_inductor\fx_passes\serialized_patterns\bmm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:30.0711500Z copying torch\_inductor\fx_passes\serialized_patterns\mm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:30.0741184Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_1.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:30.0759074Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_10.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:30.0772559Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_11.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:30.0789621Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_12.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:30.0804378Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_13.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:30.0822134Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_14.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:30.0839740Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_15.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:30.0863024Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_16.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:30.0989324Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_17.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:30.1021021Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_18.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:30.1071667Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_19.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:30.1090470Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_2.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:30.1108149Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_3.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:30.1127137Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_4.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:30.1144163Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_5.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:30.1158314Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_6.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:30.1185760Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_7.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:30.1201052Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_8.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:30.1219438Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_9.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:30.1232321Z copying torch\_inductor\fx_passes\serialized_patterns\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:30.1238027Z creating build\lib.win-amd64-cpython-39\torch\_numpy\testing 2025-03-14T04:09:30.1241017Z copying torch\_numpy\testing\utils.py -> build\lib.win-amd64-cpython-39\torch\_numpy\testing 2025-03-14T04:09:30.1305057Z copying torch\_numpy\testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\_numpy\testing 2025-03-14T04:09:30.1311632Z creating build\lib.win-amd64-cpython-39\torch\_refs\linalg 2025-03-14T04:09:30.1314766Z copying torch\_refs\linalg\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\linalg 2025-03-14T04:09:30.1330807Z creating build\lib.win-amd64-cpython-39\torch\_refs\nn 2025-03-14T04:09:30.1334205Z copying torch\_refs\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\nn 2025-03-14T04:09:30.1341012Z creating build\lib.win-amd64-cpython-39\torch\_refs\special 2025-03-14T04:09:30.1349868Z copying torch\_refs\special\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\special 2025-03-14T04:09:30.1362972Z creating build\lib.win-amd64-cpython-39\torch\_refs\nn\functional 2025-03-14T04:09:30.1365980Z copying torch\_refs\nn\functional\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\nn\functional 2025-03-14T04:09:30.1408761Z creating build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2025-03-14T04:09:30.1412175Z copying torch\_vendor\packaging\version.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2025-03-14T04:09:30.1441644Z copying torch\_vendor\packaging\_structures.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2025-03-14T04:09:30.1457338Z copying torch\_vendor\packaging\__init__.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2025-03-14T04:09:30.1465189Z creating build\lib.win-amd64-cpython-39\torchgen\aoti 2025-03-14T04:09:30.1468740Z copying torchgen\aoti\fallback_ops.py -> build\lib.win-amd64-cpython-39\torchgen\aoti 2025-03-14T04:09:30.1482095Z copying torchgen\aoti\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\aoti 2025-03-14T04:09:30.1490108Z creating build\lib.win-amd64-cpython-39\torchgen\api 2025-03-14T04:09:30.1493518Z copying torchgen\api\autograd.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-14T04:09:30.1547746Z copying torchgen\api\cpp.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-14T04:09:30.1575043Z copying torchgen\api\dispatcher.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-14T04:09:30.1592191Z copying torchgen\api\functionalization.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-14T04:09:30.1609432Z copying torchgen\api\lazy.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-14T04:09:30.1646715Z copying torchgen\api\meta.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-14T04:09:30.1652605Z copying torchgen\api\native.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-14T04:09:30.1670005Z copying torchgen\api\python.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-14T04:09:30.1723984Z copying torchgen\api\structured.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-14T04:09:30.1736557Z copying torchgen\api\translate.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-14T04:09:30.1761779Z copying torchgen\api\ufunc.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-14T04:09:30.1775662Z copying torchgen\api\unboxing.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-14T04:09:30.1789663Z copying torchgen\api\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-14T04:09:30.1796216Z creating build\lib.win-amd64-cpython-39\torchgen\dest 2025-03-14T04:09:30.1799149Z copying torchgen\dest\lazy_ir.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-03-14T04:09:30.1824388Z copying torchgen\dest\lazy_ts_lowering.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-03-14T04:09:30.1841921Z copying torchgen\dest\native_functions.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-03-14T04:09:30.1859050Z copying torchgen\dest\register_dispatch_key.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-03-14T04:09:30.1916653Z copying torchgen\dest\ufunc.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-03-14T04:09:30.1943962Z copying torchgen\dest\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-03-14T04:09:30.1961876Z creating build\lib.win-amd64-cpython-39\torchgen\executorch 2025-03-14T04:09:30.1965165Z copying torchgen\executorch\model.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2025-03-14T04:09:30.1977665Z copying torchgen\executorch\parse.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2025-03-14T04:09:30.1994823Z copying torchgen\executorch\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2025-03-14T04:09:30.2001668Z creating build\lib.win-amd64-cpython-39\torchgen\operator_versions 2025-03-14T04:09:30.2004925Z copying torchgen\operator_versions\gen_mobile_upgraders.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2025-03-14T04:09:30.2018192Z copying torchgen\operator_versions\gen_mobile_upgraders_constant.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2025-03-14T04:09:30.2024426Z copying torchgen\operator_versions\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2025-03-14T04:09:30.2042200Z creating build\lib.win-amd64-cpython-39\torchgen\selective_build 2025-03-14T04:09:30.2045092Z copying torchgen\selective_build\operator.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2025-03-14T04:09:30.2058846Z copying torchgen\selective_build\selector.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2025-03-14T04:09:30.2072772Z copying torchgen\selective_build\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2025-03-14T04:09:30.2079478Z creating build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-03-14T04:09:30.2087165Z copying torchgen\static_runtime\config.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-03-14T04:09:30.2102593Z copying torchgen\static_runtime\generator.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-03-14T04:09:30.2133725Z copying torchgen\static_runtime\gen_static_runtime_ops.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-03-14T04:09:30.2156099Z copying torchgen\static_runtime\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-03-14T04:09:30.2162743Z creating build\lib.win-amd64-cpython-39\torchgen\api\types 2025-03-14T04:09:30.2166246Z copying torchgen\api\types\signatures.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2025-03-14T04:09:30.2181430Z copying torchgen\api\types\types.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2025-03-14T04:09:30.2198835Z copying torchgen\api\types\types_base.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2025-03-14T04:09:30.2214905Z copying torchgen\api\types\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2025-03-14T04:09:30.2222651Z creating build\lib.win-amd64-cpython-39\torchgen\executorch\api 2025-03-14T04:09:30.2225625Z copying torchgen\executorch\api\custom_ops.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2025-03-14T04:09:30.2239039Z copying torchgen\executorch\api\et_cpp.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2025-03-14T04:09:30.2256723Z copying torchgen\executorch\api\unboxing.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2025-03-14T04:09:30.2272915Z copying torchgen\executorch\api\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2025-03-14T04:09:30.2279507Z creating build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2025-03-14T04:09:30.2282614Z copying torchgen\executorch\api\types\signatures.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2025-03-14T04:09:30.2297220Z copying torchgen\executorch\api\types\types.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2025-03-14T04:09:30.2313845Z copying torchgen\executorch\api\types\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2025-03-14T04:09:30.8002116Z copying torch\return_types.pyi -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:30.8052153Z copying torch\_VF.pyi -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:30.9079950Z copying torch\py.typed -> build\lib.win-amd64-cpython-39\torch 2025-03-14T04:09:30.9084651Z creating build\lib.win-amd64-cpython-39\torch\bin 2025-03-14T04:09:30.9087720Z copying torch\bin\asmjit.dll -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-14T04:09:30.9098366Z copying torch\bin\fbgemm.dll -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-14T04:09:30.9153379Z copying torch\bin\FileStoreTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-14T04:09:30.9163885Z copying torch\bin\ProcessGroupGlooAsyncTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-14T04:09:30.9187824Z copying torch\bin\ProcessGroupGlooTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-14T04:09:30.9199565Z copying torch\bin\protoc.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-14T04:09:30.9237279Z copying torch\bin\TCPStoreTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-14T04:09:30.9248731Z copying torch\bin\test_api.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-14T04:09:30.9340070Z copying torch\bin\test_edge_op_registration.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-14T04:09:30.9350569Z copying torch\bin\test_jit.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-14T04:09:30.9404101Z copying torch\bin\test_lazy.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-14T04:09:30.9441004Z copying torch\bin\test_tensorexpr.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-14T04:09:30.9499004Z copying torch\bin\tutorial_tensorexpr.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-14T04:09:30.9506574Z creating build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9509969Z copying torch\test\apply_utils_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9521427Z copying torch\test\atest.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9532695Z copying torch\test\backend_fallback_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9543404Z copying torch\test\basic.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9566610Z copying torch\test\broadcast_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9577684Z copying torch\test\c10_accumulate_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9588390Z copying torch\test\c10_ArrayRef_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9599128Z copying torch\test\c10_bfloat16_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9609811Z copying torch\test\c10_Bitset_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9620495Z copying torch\test\c10_bit_cast_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9631689Z copying torch\test\c10_CompileTimeFunctionPointer_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9642205Z copying torch\test\c10_complex_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9653589Z copying torch\test\c10_complex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9664575Z copying torch\test\c10_ConstexprCrc_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9674802Z copying torch\test\c10_cow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9685786Z copying torch\test\c10_cuda_CUDAAssertionsTest_1_var_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9696713Z copying torch\test\c10_cuda_CUDAAssertionsTest_catches_stream.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9707871Z copying torch\test\c10_cuda_CUDAAssertionsTest_catches_thread_and_block_and_device.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9738692Z copying torch\test\c10_cuda_CUDAAssertionsTest_from_2_processes.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9749512Z copying torch\test\c10_cuda_CUDAAssertionsTest_multiple_writes_from_blocks_and_threads.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9760181Z copying torch\test\c10_cuda_CUDAAssertionsTest_multiple_writes_from_multiple_blocks.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9770418Z copying torch\test\c10_cuda_CUDAAssertionsTest_multiple_writes_from_same_block.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9780542Z copying torch\test\c10_cuda_CUDATest.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9790275Z copying torch\test\c10_DeadlockDetection_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9808415Z copying torch\test\c10_DeviceGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9818840Z copying torch\test\c10_Device_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9828330Z copying torch\test\c10_DispatchKeySet_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9838357Z copying torch\test\c10_error_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9847672Z copying torch\test\c10_exception_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9857043Z copying torch\test\c10_flags_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9866438Z copying torch\test\c10_generic_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9876719Z copying torch\test\c10_Half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9885879Z copying torch\test\c10_InlineDeviceGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9895321Z copying torch\test\c10_InlineStreamGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9916363Z copying torch\test\c10_intrusive_ptr_benchmark.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9925054Z copying torch\test\c10_intrusive_ptr_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9940790Z copying torch\test\c10_irange_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9950015Z copying torch\test\c10_lazy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9959292Z copying torch\test\c10_LeftRight_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9970418Z copying torch\test\c10_logging_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9980992Z copying torch\test\c10_Metaprogramming_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:30.9991687Z copying torch\test\c10_NetworkFlow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0126357Z copying torch\test\c10_optional_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0127079Z copying torch\test\c10_ordered_preserving_dict_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0127767Z copying torch\test\c10_registry_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0128373Z copying torch\test\c10_Scalar_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0129019Z copying torch\test\c10_SizesAndStrides_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0129676Z copying torch\test\c10_small_vector_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0130283Z copying torch\test\c10_ssize_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0131018Z copying torch\test\c10_StreamGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0131651Z copying torch\test\c10_string_util_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0144476Z copying torch\test\c10_string_view_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0154956Z copying torch\test\c10_SymInt_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0165418Z copying torch\test\c10_Synchronized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0175915Z copying torch\test\c10_tempfile_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0186799Z copying torch\test\c10_ThreadLocal_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0198159Z copying torch\test\c10_typeid_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0209676Z copying torch\test\c10_TypeIndex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0222009Z copying torch\test\c10_TypeList_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0242148Z copying torch\test\c10_TypeTraits_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0253242Z copying torch\test\CppSignature_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0263587Z copying torch\test\cpu_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0274128Z copying torch\test\cpu_generator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0285380Z copying torch\test\cpu_profiling_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0295878Z copying torch\test\cpu_rng_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0308592Z copying torch\test\cuda_allocatorTraceTracker_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0318769Z copying torch\test\cuda_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0328485Z copying torch\test\cuda_apply_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0346652Z copying torch\test\cuda_atomic_ops_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0363505Z copying torch\test\cuda_caching_host_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0374055Z copying torch\test\cuda_complex_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0385529Z copying torch\test\cuda_complex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0396271Z copying torch\test\cuda_cub_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0407847Z copying torch\test\cuda_cudnn_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0419011Z copying torch\test\cuda_device_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0429500Z copying torch\test\cuda_distributions_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0441707Z copying torch\test\cuda_dlconvertor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0452310Z copying torch\test\cuda_generator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0463790Z copying torch\test\cuda_half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0474773Z copying torch\test\cuda_integer_divider_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0485236Z copying torch\test\cuda_optional_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0496489Z copying torch\test\cuda_packedtensoraccessor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0507378Z copying torch\test\cuda_reportMemoryUsage_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0517890Z copying torch\test\cuda_stream_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0537171Z copying torch\test\cuda_vectorized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0547768Z copying torch\test\Dict_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0559889Z copying torch\test\Dimname_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0570353Z copying torch\test\dispatch_key_set_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0581318Z copying torch\test\dlconvertor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0592511Z copying torch\test\extension_backend_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0603341Z copying torch\test\half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0613924Z copying torch\test\IListRef_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0625291Z copying torch\test\inline_container_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0636391Z copying torch\test\ivalue_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0649609Z copying torch\test\KernelFunction_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0661163Z copying torch\test\kernel_function_legacy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0676354Z copying torch\test\kernel_function_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0689926Z copying torch\test\kernel_lambda_legacy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0705167Z copying torch\test\kernel_lambda_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0719552Z copying torch\test\kernel_stackbased_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0730658Z copying torch\test\lazy_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0741836Z copying torch\test\legacy_vmap_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0763181Z copying torch\test\List_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0776756Z copying torch\test\make_boxed_from_unboxed_functor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0789477Z copying torch\test\math_kernel_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0799479Z copying torch\test\MaybeOwned_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0810414Z copying torch\test\memory_format_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0821008Z copying torch\test\memory_overlapping_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0831502Z copying torch\test\mobile_memory_cleanup.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0841808Z copying torch\test\NamedTensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0852293Z copying torch\test\native_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0862486Z copying torch\test\operators_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0872695Z copying torch\test\operator_name_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0882292Z copying torch\test\op_allowlist_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0892252Z copying torch\test\op_registration_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0914986Z copying torch\test\packedtensoraccessor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0925100Z copying torch\test\pow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0936130Z copying torch\test\quantized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0946418Z copying torch\test\reduce_ops_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0956403Z copying torch\test\reportMemoryUsage_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0966292Z copying torch\test\scalar_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0976497Z copying torch\test\scalar_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0986946Z copying torch\test\StorageUtils_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.0996830Z copying torch\test\stride_properties_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.1006874Z copying torch\test\tensor_iterator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.1018537Z copying torch\test\test_parallel.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.1029952Z copying torch\test\thread_init_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.1037925Z copying torch\test\type_ptr_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.1048645Z copying torch\test\type_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.1061033Z copying torch\test\undefined_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.1072088Z copying torch\test\verify_api_visibility.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.1080371Z copying torch\test\weakref_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.1091717Z copying torch\test\wrapdim_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.1103122Z copying torch\test\xla_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-14T04:09:31.1113527Z creating build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:09:31.1116735Z copying torch\_C\_aoti.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:09:31.1130664Z copying torch\_C\_autograd.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:09:31.1146677Z copying torch\_C\_cpu.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:09:31.1153264Z copying torch\_C\_cudnn.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:09:31.1160327Z copying torch\_C\_cusparselt.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:09:31.1180309Z copying torch\_C\_distributed_autograd.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:09:31.1196892Z copying torch\_C\_distributed_c10d.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:09:31.1235762Z copying torch\_C\_distributed_rpc.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:09:31.1254041Z copying torch\_C\_distributed_rpc_testing.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:09:31.1268386Z copying torch\_C\_export.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:09:31.1275232Z copying torch\_C\_functions.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:09:31.1289647Z copying torch\_C\_functorch.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:09:31.1301807Z copying torch\_C\_instruction_counter.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:09:31.1308702Z copying torch\_C\_itt.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:09:31.1315028Z copying torch\_C\_lazy.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:09:31.1338238Z copying torch\_C\_lazy_ts_backend.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:09:31.1344699Z copying torch\_C\_monitor.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:09:31.1356863Z copying torch\_C\_nn.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:09:31.1376337Z copying torch\_C\_nvtx.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:09:31.1382902Z copying torch\_C\_onnx.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:09:31.1395787Z copying torch\_C\_profiler.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:09:31.1414726Z copying torch\_C\_VariableFunctions.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:09:31.2724515Z copying torch\_C\_verbose.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:09:31.2731107Z copying torch\_C\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-14T04:09:31.3027022Z copying torch\jit\_script.pyi -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:09:31.3039807Z copying torch\nn\functional.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-14T04:09:31.3059479Z copying torch\nn\parameter.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-14T04:09:31.3072438Z copying torch\utils\data\datapipes\datapipe.pyi -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-03-14T04:09:31.3096158Z creating build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:31.3098970Z copying torch\lib\shm.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:31.3105177Z copying torch\lib\shm.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:31.3110478Z creating build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:09:31.3113171Z copying torch\include\cpuinfo.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:09:31.3120003Z copying torch\include\dnnl.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:09:31.3126227Z copying torch\include\dnnl_config.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:09:31.3132397Z copying torch\include\dnnl_debug.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:09:31.3138410Z copying torch\include\dnnl_ocl.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:09:31.3153709Z copying torch\include\dnnl_sycl.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:09:31.3159941Z copying torch\include\dnnl_sycl_types.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:09:31.3166028Z copying torch\include\dnnl_threadpool.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:09:31.3172235Z copying torch\include\dnnl_types.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:09:31.3178271Z copying torch\include\dnnl_version.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:09:31.3184503Z copying torch\include\experiments-config.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:09:31.3190391Z copying torch\include\fp16.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:09:31.3196373Z copying torch\include\fxdiv.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:09:31.3202572Z copying torch\include\libshm.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:09:31.3208637Z copying torch\include\psimd.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:09:31.3215203Z copying torch\include\pthreadpool.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:09:31.3222721Z copying torch\include\sleef.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:09:31.3231884Z copying torch\include\xnnpack.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-14T04:09:31.3240714Z creating build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3243870Z copying torch\include\ATen\AccumulateType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3250698Z copying torch\include\ATen\ArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3256991Z copying torch\include\ATen\ATen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3265353Z copying torch\include\ATen\autocast_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3276050Z copying torch\include\ATen\Backend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3292536Z copying torch\include\ATen\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3299315Z copying torch\include\ATen\BlasBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3306336Z copying torch\include\ATen\CachedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3313188Z copying torch\include\ATen\ceil_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3320210Z copying torch\include\ATen\code_template.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3326663Z copying torch\include\ATen\CollapseDims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3333199Z copying torch\include\ATen\CompositeExplicitAutogradFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3340616Z copying torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3347995Z copying torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3354601Z copying torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3361566Z copying torch\include\ATen\CompositeImplicitAutogradFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3368836Z copying torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3376230Z copying torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3383303Z copying torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3398273Z copying torch\include\ATen\Config.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3404383Z copying torch\include\ATen\Context.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3411631Z copying torch\include\ATen\cpp_custom_type_hack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3417963Z copying torch\include\ATen\CPUApplyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3424651Z copying torch\include\ATen\CPUFixedAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3431017Z copying torch\include\ATen\CPUFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3437602Z copying torch\include\ATen\CPUFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3444532Z copying torch\include\ATen\CPUGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3450944Z copying torch\include\ATen\CUDAFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3457315Z copying torch\include\ATen\CUDAFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3473523Z copying torch\include\ATen\Device.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3479558Z copying torch\include\ATen\DeviceAccelerator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3485797Z copying torch\include\ATen\DeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3492084Z copying torch\include\ATen\Dimname.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3497962Z copying torch\include\ATen\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3504465Z copying torch\include\ATen\Dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3512186Z copying torch\include\ATen\Dispatch_v2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3519284Z copying torch\include\ATen\div_rtn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3525648Z copying torch\include\ATen\DLConvertor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3531841Z copying torch\include\ATen\dlpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3538213Z copying torch\include\ATen\DynamicLibrary.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3545071Z copying torch\include\ATen\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3561090Z copying torch\include\ATen\ExpandBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3568176Z copying torch\include\ATen\ExpandUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3576358Z copying torch\include\ATen\Formatting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3583401Z copying torch\include\ATen\FunctionalStorageImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3590541Z copying torch\include\ATen\FunctionalTensorWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3597942Z copying torch\include\ATen\Functions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3606418Z copying torch\include\ATen\FuncTorchTLS.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3613439Z copying torch\include\ATen\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3620285Z copying torch\include\ATen\InferSize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3627383Z copying torch\include\ATen\InitialTensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3643616Z copying torch\include\ATen\jiterator_macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3650662Z copying torch\include\ATen\jit_macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3658388Z copying torch\include\ATen\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3665658Z copying torch\include\ATen\LegacyBatchedFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3672612Z copying torch\include\ATen\LegacyBatchedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3726336Z copying torch\include\ATen\LegacyVmapMode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3733767Z copying torch\include\ATen\LegacyVmapTransforms.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3744243Z copying torch\include\ATen\LinalgBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3752548Z copying torch\include\ATen\MapAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3759737Z copying torch\include\ATen\MatrixRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3784577Z copying torch\include\ATen\MemoryOverlap.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3791326Z copying torch\include\ATen\MetaFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3797587Z copying torch\include\ATen\MetaFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3804572Z copying torch\include\ATen\MethodOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3810900Z copying torch\include\ATen\NamedTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3817016Z copying torch\include\ATen\NamedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3823623Z copying torch\include\ATen\NativeFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3831339Z copying torch\include\ATen\NativeMetaFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3839209Z copying torch\include\ATen\NestedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3854400Z copying torch\include\ATen\NumericUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3860845Z copying torch\include\ATen\OpaqueTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3867546Z copying torch\include\ATen\Operators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3874783Z copying torch\include\ATen\OpMathType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3881172Z copying torch\include\ATen\PadNd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3887170Z copying torch\include\ATen\Parallel-inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3893999Z copying torch\include\ATen\Parallel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3900660Z copying torch\include\ATen\ParallelFuture.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3906881Z copying torch\include\ATen\ParallelNative.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3913071Z copying torch\include\ATen\ParallelOpenMP.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3928650Z copying torch\include\ATen\PTThreadPool.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3934814Z copying torch\include\ATen\PythonTorchFunctionTLS.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3941255Z copying torch\include\ATen\record_function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3948161Z copying torch\include\ATen\RedispatchFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3972812Z copying torch\include\ATen\RegistrationDeclarations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3986997Z copying torch\include\ATen\ROCmFABackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.3993556Z copying torch\include\ATen\SavedTensorHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.4000759Z copying torch\include\ATen\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.4007350Z copying torch\include\ATen\ScalarOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.4014343Z copying torch\include\ATen\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.4021264Z copying torch\include\ATen\SDPBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.4027901Z copying torch\include\ATen\SequenceNumber.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.4034631Z copying torch\include\ATen\SmallVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.4041373Z copying torch\include\ATen\SparseCsrTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.4048895Z copying torch\include\ATen\SparseCsrTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.4056579Z copying torch\include\ATen\SparseTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.4063636Z copying torch\include\ATen\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.4070269Z copying torch\include\ATen\StorageUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.4077140Z copying torch\include\ATen\Tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.4083686Z copying torch\include\ATen\TensorAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.4100347Z copying torch\include\ATen\TensorGeometry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.4107197Z copying torch\include\ATen\TensorIndexing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.4115217Z copying torch\include\ATen\TensorIterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.4123364Z copying torch\include\ATen\TensorIteratorInternal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.4130284Z copying torch\include\ATen\TensorMeta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.4137293Z copying torch\include\ATen\TensorNames.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.4144623Z copying torch\include\ATen\TensorOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.4153128Z copying torch\include\ATen\TensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.4160055Z copying torch\include\ATen\TensorSubclassLikeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.4167852Z copying torch\include\ATen\TensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.4175484Z copying torch\include\ATen\ThreadLocalPythonObjects.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.4188279Z copying torch\include\ATen\ThreadLocalState.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.4192019Z copying torch\include\ATen\TracerMode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.4198870Z copying torch\include\ATen\TypeDefault.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.4205301Z copying torch\include\ATen\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.4212542Z copying torch\include\ATen\Version.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.4219314Z copying torch\include\ATen\VmapGeneratedPlumbing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.4242057Z copying torch\include\ATen\WrapDimUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.4252084Z copying torch\include\ATen\WrapDimUtilsMulti.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-14T04:09:31.4259181Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2025-03-14T04:09:31.4261703Z copying torch\include\ATen\cpu\FlushDenormal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2025-03-14T04:09:31.4268541Z copying torch\include\ATen\cpu\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2025-03-14T04:09:31.4275207Z copying torch\include\ATen\cpu\vml.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2025-03-14T04:09:31.4281478Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-03-14T04:09:31.4285372Z copying torch\include\ATen\cpu\vec\vec128\vec128.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-03-14T04:09:31.4292533Z copying torch\include\ATen\cpu\vec\vec128\vec128_bfloat16_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-03-14T04:09:31.4299526Z copying torch\include\ATen\cpu\vec\vec128\vec128_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-03-14T04:09:31.4306546Z copying torch\include\ATen\cpu\vec\vec128\vec128_float_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-03-14T04:09:31.4323052Z copying torch\include\ATen\cpu\vec\vec128\vec128_half_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-03-14T04:09:31.4330122Z copying torch\include\ATen\cpu\vec\vec128\vec128_reduced_precision_common_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-03-14T04:09:31.4335949Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:09:31.4339352Z copying torch\include\ATen\cpu\vec\vec256\missing_vld1_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:09:31.4345825Z copying torch\include\ATen\cpu\vec\vec256\missing_vst1_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:09:31.4351781Z copying torch\include\ATen\cpu\vec\vec256\vec256.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:09:31.4358135Z copying torch\include\ATen\cpu\vec\vec256\vec256_16bit_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:09:31.4375241Z copying torch\include\ATen\cpu\vec\vec256\vec256_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:09:31.4381817Z copying torch\include\ATen\cpu\vec\vec256\vec256_complex_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:09:31.4388698Z copying torch\include\ATen\cpu\vec\vec256\vec256_complex_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:09:31.4395891Z copying torch\include\ATen\cpu\vec\vec256\vec256_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:09:31.4402978Z copying torch\include\ATen\cpu\vec\vec256\vec256_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:09:31.4409501Z copying torch\include\ATen\cpu\vec\vec256\vec256_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:09:31.4416418Z copying torch\include\ATen\cpu\vec\vec256\vec256_half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:09:31.4422944Z copying torch\include\ATen\cpu\vec\vec256\vec256_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:09:31.4430440Z copying torch\include\ATen\cpu\vec\vec256\vec256_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:09:31.4436985Z copying torch\include\ATen\cpu\vec\vec256\vec256_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:09:31.4443536Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:09:31.4446697Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_bfloat16_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:09:31.4453018Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_common_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:09:31.4459772Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_complex_double_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:09:31.4476026Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_complex_float_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:09:31.4483009Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_double_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:09:31.4489916Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_float_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:09:31.4496781Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_int16_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:09:31.4503976Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_int32_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:09:31.4510766Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_int64_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:09:31.4517262Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_qint32_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:09:31.4523814Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_qint8_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:09:31.4530684Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_quint8_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:09:31.4537740Z copying torch\include\ATen\cpu\vec\vec256\vsx\vsx_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:09:31.4544200Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\zarch 2025-03-14T04:09:31.4546880Z copying torch\include\ATen\cpu\vec\vec256\zarch\vec256_zarch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\zarch 2025-03-14T04:09:31.4553496Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:09:31.4556388Z copying torch\include\ATen\cpu\vec\vec512\vec512.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:09:31.4562726Z copying torch\include\ATen\cpu\vec\vec512\vec512_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:09:31.4570084Z copying torch\include\ATen\cpu\vec\vec512\vec512_complex_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:09:31.4577812Z copying torch\include\ATen\cpu\vec\vec512\vec512_complex_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:09:31.4600281Z copying torch\include\ATen\cpu\vec\vec512\vec512_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:09:31.4607459Z copying torch\include\ATen\cpu\vec\vec512\vec512_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:09:31.4614900Z copying torch\include\ATen\cpu\vec\vec512\vec512_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:09:31.4622595Z copying torch\include\ATen\cpu\vec\vec512\vec512_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:09:31.4631029Z copying torch\include\ATen\cpu\vec\vec512\vec512_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:09:31.4638160Z copying torch\include\ATen\cpu\vec\vec512\vec512_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:09:31.4647142Z copying torch\include\ATen\cpu\vec\functional.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-03-14T04:09:31.4653719Z copying torch\include\ATen\cpu\vec\functional_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-03-14T04:09:31.4676322Z copying torch\include\ATen\cpu\vec\functional_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-03-14T04:09:31.4684103Z copying torch\include\ATen\cpu\vec\intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-03-14T04:09:31.4691006Z copying torch\include\ATen\cpu\vec\vec.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-03-14T04:09:31.4697810Z copying torch\include\ATen\cpu\vec\vec_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-03-14T04:09:31.4705507Z copying torch\include\ATen\cpu\vec\vec_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-03-14T04:09:31.4712243Z copying torch\include\ATen\cpu\vec\vec_half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-03-14T04:09:31.4719656Z copying torch\include\ATen\cpu\vec\vec_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-03-14T04:09:31.4726699Z copying torch\include\ATen\cpu\vec\vec_n.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-03-14T04:09:31.4732812Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-03-14T04:09:31.4735759Z copying torch\include\ATen\cpu\vec\sve\sve_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-03-14T04:09:31.4743019Z copying torch\include\ATen\cpu\vec\sve\vec_common_sve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-03-14T04:09:31.4752768Z copying torch\include\ATen\cpu\vec\sve\vec_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-03-14T04:09:31.4762432Z copying torch\include\ATen\cpu\vec\sve\vec_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-03-14T04:09:31.4780468Z copying torch\include\ATen\cpu\vec\sve\vec_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-03-14T04:09:31.4787996Z copying torch\include\ATen\cpu\vec\sve\vec_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-03-14T04:09:31.4794487Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.4797867Z copying torch\include\ATen\core\alias_info.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.4804775Z copying torch\include\ATen\core\Array.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.4810964Z copying torch\include\ATen\core\ATenGeneral.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.4817624Z copying torch\include\ATen\core\ATenOpList.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.4833555Z copying torch\include\ATen\core\ATen_fwd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.4839829Z copying torch\include\ATen\core\aten_interned_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.4847041Z copying torch\include\ATen\core\ATen_pch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.4853159Z copying torch\include\ATen\core\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.4859222Z copying torch\include\ATen\core\blob.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.4866094Z copying torch\include\ATen\core\builtin_function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.4872509Z copying torch\include\ATen\core\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.4879350Z copying torch\include\ATen\core\CheckMemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.4885622Z copying torch\include\ATen\core\class_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.4892375Z copying torch\include\ATen\core\custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.4899279Z copying torch\include\ATen\core\DeprecatedTypeProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.4906160Z copying torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.4912396Z copying torch\include\ATen\core\Dict.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.4918558Z copying torch\include\ATen\core\Dict_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.4924813Z copying torch\include\ATen\core\Dimname.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.4930940Z copying torch\include\ATen\core\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.4937132Z copying torch\include\ATen\core\DistributionsHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.4943636Z copying torch\include\ATen\core\dynamic_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.4959125Z copying torch\include\ATen\core\enum_tag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.4965045Z copying torch\include\ATen\core\enum_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.4971259Z copying torch\include\ATen\core\Formatting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.4977956Z copying torch\include\ATen\core\function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.4984546Z copying torch\include\ATen\core\functional.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.4991126Z copying torch\include\ATen\core\function_schema.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.4998730Z copying torch\include\ATen\core\function_schema_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5005237Z copying torch\include\ATen\core\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5011832Z copying torch\include\ATen\core\GeneratorForPrivateuseone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5018278Z copying torch\include\ATen\core\grad_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5024508Z copying torch\include\ATen\core\IListRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5040039Z copying torch\include\ATen\core\IListRef_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5046324Z copying torch\include\ATen\core\interned_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5052778Z copying torch\include\ATen\core\interned_strings_class.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5059691Z copying torch\include\ATen\core\ivalue.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5067452Z copying torch\include\ATen\core\ivalue_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5075749Z copying torch\include\ATen\core\ivalue_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5083436Z copying torch\include\ATen\core\jit_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5091398Z copying torch\include\ATen\core\jit_type_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5098967Z copying torch\include\ATen\core\LegacyTypeDispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5105750Z copying torch\include\ATen\core\List.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5114108Z copying torch\include\ATen\core\List_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5121059Z copying torch\include\ATen\core\MT19937RNGEngine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5137307Z copying torch\include\ATen\core\NamedTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5144500Z copying torch\include\ATen\core\NestedIntSymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5151373Z copying torch\include\ATen\core\operator_name.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5158542Z copying torch\include\ATen\core\PhiloxRNGEngine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5165564Z copying torch\include\ATen\core\PythonFallbackKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5173006Z copying torch\include\ATen\core\PythonOpRegistrationTrampoline.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5180138Z copying torch\include\ATen\core\qualified_name.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5187174Z copying torch\include\ATen\core\QuantizerBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5193990Z copying torch\include\ATen\core\Range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5200587Z copying torch\include\ATen\core\Reduction.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5216448Z copying torch\include\ATen\core\rref_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5223722Z copying torch\include\ATen\core\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5230199Z copying torch\include\ATen\core\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5236814Z copying torch\include\ATen\core\stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5243528Z copying torch\include\ATen\core\symbol.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5260372Z copying torch\include\ATen\core\Tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5268845Z copying torch\include\ATen\core\TensorAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5275810Z copying torch\include\ATen\core\TensorBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5283556Z copying torch\include\ATen\core\TensorBody.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5294363Z copying torch\include\ATen\core\TorchDispatchUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5300745Z copying torch\include\ATen\core\TransformationHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5326147Z copying torch\include\ATen\core\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5332070Z copying torch\include\ATen\core\type_factory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5338511Z copying torch\include\ATen\core\type_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5344983Z copying torch\include\ATen\core\UndefinedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5351844Z copying torch\include\ATen\core\UnsafeFromTH.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5358368Z copying torch\include\ATen\core\VariableHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5364680Z copying torch\include\ATen\core\Variadic.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5370936Z copying torch\include\ATen\core\Vitals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-14T04:09:31.5376219Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5379404Z copying torch\include\ATen\cuda\ApplyGridUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5385710Z copying torch\include\ATen\cuda\AsmUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5392007Z copying torch\include\ATen\cuda\Atomic.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5398586Z copying torch\include\ATen\cuda\cub.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5405428Z copying torch\include\ATen\cuda\cub_definitions.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5421442Z copying torch\include\ATen\cuda\CUDAApplyUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5428219Z copying torch\include\ATen\cuda\CUDAGraphsUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5434879Z copying torch\include\ATen\cuda\CUDATensorMethods.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5440931Z copying torch\include\ATen\cuda\DeviceUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5447511Z copying torch\include\ATen\cuda\NumericLimits.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5453715Z copying torch\include\ATen\cuda\PhiloxUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5459775Z copying torch\include\ATen\cuda\ScanUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5466042Z copying torch\include\ATen\cuda\ATenCUDAGeneral.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5472260Z copying torch\include\ATen\cuda\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5478429Z copying torch\include\ATen\cuda\cub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5484568Z copying torch\include\ATen\cuda\CUDABlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5490783Z copying torch\include\ATen\cuda\CUDAConfig.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5497048Z copying torch\include\ATen\cuda\CUDAContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5503623Z copying torch\include\ATen\cuda\CUDAContextLight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5510516Z copying torch\include\ATen\cuda\CUDADataType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5517853Z copying torch\include\ATen\cuda\CUDADevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5533910Z copying torch\include\ATen\cuda\CUDAEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5540937Z copying torch\include\ATen\cuda\CUDAGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5547852Z copying torch\include\ATen\cuda\CUDAGraph.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5555062Z copying torch\include\ATen\cuda\CUDASparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5562275Z copying torch\include\ATen\cuda\CUDASparseBlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5569410Z copying torch\include\ATen\cuda\CUDASparseDescriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5576515Z copying torch\include\ATen\cuda\CUDAUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5583555Z copying torch\include\ATen\cuda\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5590355Z copying torch\include\ATen\cuda\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5606591Z copying torch\include\ATen\cuda\jiterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5613467Z copying torch\include\ATen\cuda\jiterator_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5620795Z copying torch\include\ATen\cuda\llvm_jit_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5628009Z copying torch\include\ATen\cuda\PeerToPeerAccess.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5634580Z copying torch\include\ATen\cuda\PhiloxCudaState.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5641555Z copying torch\include\ATen\cuda\PinnedMemoryAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5648124Z copying torch\include\ATen\cuda\Sleep.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5654693Z copying torch\include\ATen\cuda\ThrustAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-14T04:09:31.5660645Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-03-14T04:09:31.5664056Z copying torch\include\ATen\cuda\detail\IndexUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-03-14T04:09:31.5671019Z copying torch\include\ATen\cuda\detail\IntegerDivider.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-03-14T04:09:31.5677939Z copying torch\include\ATen\cuda\detail\OffsetCalculator.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-03-14T04:09:31.5694260Z copying torch\include\ATen\cuda\detail\PhiloxCudaStateRaw.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-03-14T04:09:31.5701420Z copying torch\include\ATen\cuda\detail\TensorInfo.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-03-14T04:09:31.5708319Z copying torch\include\ATen\cuda\detail\UnpackRaw.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-03-14T04:09:31.5715381Z copying torch\include\ATen\cuda\detail\CUDAHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-03-14T04:09:31.5723364Z copying torch\include\ATen\cuda\detail\DeviceThreadHandles.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-03-14T04:09:31.5730215Z copying torch\include\ATen\cuda\detail\KernelUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-03-14T04:09:31.5737174Z copying torch\include\ATen\cuda\detail\LazyNVRTC.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-03-14T04:09:31.5743044Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-03-14T04:09:31.5746126Z copying torch\include\ATen\cuda\tunable\GemmCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-03-14T04:09:31.5754538Z copying torch\include\ATen\cuda\tunable\GemmHipblaslt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-03-14T04:09:31.5762646Z copying torch\include\ATen\cuda\tunable\GemmRocblas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-03-14T04:09:31.5772224Z copying torch\include\ATen\cuda\tunable\StreamTimer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-03-14T04:09:31.5793913Z copying torch\include\ATen\cuda\tunable\Tunable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-03-14T04:09:31.5801003Z copying torch\include\ATen\cuda\tunable\TunableGemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-03-14T04:09:31.5808170Z copying torch\include\ATen\cuda\tunable\TunableOp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-03-14T04:09:31.5813771Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-03-14T04:09:31.5817401Z copying torch\include\ATen\cudnn\cudnn-wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-03-14T04:09:31.5823576Z copying torch\include\ATen\cudnn\Descriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-03-14T04:09:31.5830311Z copying torch\include\ATen\cudnn\Handle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-03-14T04:09:31.5836864Z copying torch\include\ATen\cudnn\Handles.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-03-14T04:09:31.5842506Z copying torch\include\ATen\cudnn\Types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-03-14T04:09:31.5863876Z copying torch\include\ATen\cudnn\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-03-14T04:09:31.5870937Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-14T04:09:31.5874012Z copying torch\include\ATen\functorch\ADInterpreters.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-14T04:09:31.5880435Z copying torch\include\ATen\functorch\BatchedFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-14T04:09:31.5886802Z copying torch\include\ATen\functorch\BatchedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-14T04:09:31.5905655Z copying torch\include\ATen\functorch\BatchingMetaprogramming.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-14T04:09:31.5912390Z copying torch\include\ATen\functorch\BatchRulesHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-14T04:09:31.5919329Z copying torch\include\ATen\functorch\DynamicLayer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-14T04:09:31.5925735Z copying torch\include\ATen\functorch\FunctionalizeInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-14T04:09:31.5932030Z copying torch\include\ATen\functorch\Interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-14T04:09:31.5947246Z copying torch\include\ATen\functorch\LegacyVmapTransforms.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-14T04:09:31.5954075Z copying torch\include\ATen\functorch\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-14T04:09:31.5960494Z copying torch\include\ATen\functorch\PlumbingHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-14T04:09:31.5966838Z copying torch\include\ATen\functorch\TensorWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-14T04:09:31.5973141Z copying torch\include\ATen\functorch\VmapInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-14T04:09:31.5978552Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.5981434Z copying torch\include\ATen\ops\abs.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.5987566Z copying torch\include\ATen\ops\absolute.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.5994349Z copying torch\include\ATen\ops\absolute_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6000356Z copying torch\include\ATen\ops\absolute_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6087283Z copying torch\include\ATen\ops\absolute_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6093934Z copying torch\include\ATen\ops\abs_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6100568Z copying torch\include\ATen\ops\abs_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6107494Z copying torch\include\ATen\ops\abs_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6114090Z copying torch\include\ATen\ops\abs_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6120356Z copying torch\include\ATen\ops\abs_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6126611Z copying torch\include\ATen\ops\acos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6132859Z copying torch\include\ATen\ops\acosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6140267Z copying torch\include\ATen\ops\acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6146553Z copying torch\include\ATen\ops\acosh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6153145Z copying torch\include\ATen\ops\acosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6159636Z copying torch\include\ATen\ops\acosh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6167695Z copying torch\include\ATen\ops\acosh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6174601Z copying torch\include\ATen\ops\acosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6181770Z copying torch\include\ATen\ops\acosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6189838Z copying torch\include\ATen\ops\acos_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6209594Z copying torch\include\ATen\ops\acos_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6216521Z copying torch\include\ATen\ops\acos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6223918Z copying torch\include\ATen\ops\acos_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6230943Z copying torch\include\ATen\ops\acos_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6238081Z copying torch\include\ATen\ops\acos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6245210Z copying torch\include\ATen\ops\acos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6252218Z copying torch\include\ATen\ops\adaptive_avg_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6262265Z copying torch\include\ATen\ops\adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6272624Z copying torch\include\ATen\ops\adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6293929Z copying torch\include\ATen\ops\adaptive_avg_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6301295Z copying torch\include\ATen\ops\adaptive_avg_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6308460Z copying torch\include\ATen\ops\adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6316292Z copying torch\include\ATen\ops\adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6323158Z copying torch\include\ATen\ops\adaptive_avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6330050Z copying torch\include\ATen\ops\adaptive_avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6337188Z copying torch\include\ATen\ops\adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6343956Z copying torch\include\ATen\ops\adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6362202Z copying torch\include\ATen\ops\adaptive_avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6369584Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6376378Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6383229Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6389843Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6396708Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6403454Z copying torch\include\ATen\ops\adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6410391Z copying torch\include\ATen\ops\adaptive_avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6417842Z copying torch\include\ATen\ops\adaptive_avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6424850Z copying torch\include\ATen\ops\adaptive_avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6431253Z copying torch\include\ATen\ops\adaptive_avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6465618Z copying torch\include\ATen\ops\adaptive_max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6472510Z copying torch\include\ATen\ops\adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6479107Z copying torch\include\ATen\ops\adaptive_max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6485895Z copying torch\include\ATen\ops\adaptive_max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6492591Z copying torch\include\ATen\ops\adaptive_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6499300Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6506526Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6513093Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6519885Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6526907Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6533568Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6550194Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6556994Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6564008Z copying torch\include\ATen\ops\adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6571486Z copying torch\include\ATen\ops\adaptive_max_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6579104Z copying torch\include\ATen\ops\adaptive_max_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6586183Z copying torch\include\ATen\ops\adaptive_max_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6596350Z copying torch\include\ATen\ops\adaptive_max_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6611547Z copying torch\include\ATen\ops\adaptive_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6619131Z copying torch\include\ATen\ops\adaptive_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6626196Z copying torch\include\ATen\ops\adaptive_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6633946Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6642184Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6663549Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6671467Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6678700Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6686380Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6694088Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6701678Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6709438Z copying torch\include\ATen\ops\adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6716672Z copying torch\include\ATen\ops\adaptive_max_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6724624Z copying torch\include\ATen\ops\adaptive_max_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6732197Z copying torch\include\ATen\ops\adaptive_max_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6739896Z copying torch\include\ATen\ops\adaptive_max_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6747216Z copying torch\include\ATen\ops\adaptive_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6755121Z copying torch\include\ATen\ops\adaptive_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6763361Z copying torch\include\ATen\ops\add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6772608Z copying torch\include\ATen\ops\addbmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6781524Z copying torch\include\ATen\ops\addbmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6788995Z copying torch\include\ATen\ops\addbmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6796125Z copying torch\include\ATen\ops\addbmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6803289Z copying torch\include\ATen\ops\addbmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6810906Z copying torch\include\ATen\ops\addbmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6818495Z copying torch\include\ATen\ops\addcdiv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6825323Z copying torch\include\ATen\ops\addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6832005Z copying torch\include\ATen\ops\addcdiv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6839018Z copying torch\include\ATen\ops\addcdiv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6860080Z copying torch\include\ATen\ops\addcdiv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6867145Z copying torch\include\ATen\ops\addcdiv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6874197Z copying torch\include\ATen\ops\addcdiv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6880559Z copying torch\include\ATen\ops\addcdiv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6887483Z copying torch\include\ATen\ops\addcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6894169Z copying torch\include\ATen\ops\addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6900690Z copying torch\include\ATen\ops\addcmul_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6907454Z copying torch\include\ATen\ops\addcmul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6914076Z copying torch\include\ATen\ops\addcmul_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6920976Z copying torch\include\ATen\ops\addcmul_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6936132Z copying torch\include\ATen\ops\addcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6942690Z copying torch\include\ATen\ops\addcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6949103Z copying torch\include\ATen\ops\addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6955676Z copying torch\include\ATen\ops\addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6962046Z copying torch\include\ATen\ops\addmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6968715Z copying torch\include\ATen\ops\addmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6975115Z copying torch\include\ATen\ops\addmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6981720Z copying torch\include\ATen\ops\addmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.6994537Z copying torch\include\ATen\ops\addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7001073Z copying torch\include\ATen\ops\addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7007550Z copying torch\include\ATen\ops\addmv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7014219Z copying torch\include\ATen\ops\addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7094138Z copying torch\include\ATen\ops\addmv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7101857Z copying torch\include\ATen\ops\addmv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7109084Z copying torch\include\ATen\ops\addmv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7116080Z copying torch\include\ATen\ops\addmv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7123196Z copying torch\include\ATen\ops\addmv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7130453Z copying torch\include\ATen\ops\addmv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7138004Z copying torch\include\ATen\ops\addr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7145517Z copying torch\include\ATen\ops\addr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7153057Z copying torch\include\ATen\ops\addr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7161097Z copying torch\include\ATen\ops\addr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7168334Z copying torch\include\ATen\ops\addr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7175756Z copying torch\include\ATen\ops\addr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7182889Z copying torch\include\ATen\ops\add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7190117Z copying torch\include\ATen\ops\add_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7197632Z copying torch\include\ATen\ops\add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7204886Z copying torch\include\ATen\ops\add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7212112Z copying torch\include\ATen\ops\add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7219066Z copying torch\include\ATen\ops\add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7226247Z copying torch\include\ATen\ops\add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7234026Z copying torch\include\ATen\ops\add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7240967Z copying torch\include\ATen\ops\adjoint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7248033Z copying torch\include\ATen\ops\adjoint_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7255257Z copying torch\include\ATen\ops\adjoint_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7262338Z copying torch\include\ATen\ops\adjoint_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7272803Z copying torch\include\ATen\ops\affine_grid_generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7282185Z copying torch\include\ATen\ops\affine_grid_generator_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7289802Z copying torch\include\ATen\ops\affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7297418Z copying torch\include\ATen\ops\affine_grid_generator_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7306104Z copying torch\include\ATen\ops\affine_grid_generator_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7313127Z copying torch\include\ATen\ops\affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7330151Z copying torch\include\ATen\ops\affine_grid_generator_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7337166Z copying torch\include\ATen\ops\affine_grid_generator_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7343951Z copying torch\include\ATen\ops\alias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7350884Z copying torch\include\ATen\ops\alias_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7357415Z copying torch\include\ATen\ops\alias_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7365419Z copying torch\include\ATen\ops\alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7372578Z copying torch\include\ATen\ops\alias_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7379309Z copying torch\include\ATen\ops\alias_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7385853Z copying torch\include\ATen\ops\alias_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7392762Z copying torch\include\ATen\ops\alias_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7399268Z copying torch\include\ATen\ops\alias_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7406827Z copying torch\include\ATen\ops\align_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7413157Z copying torch\include\ATen\ops\align_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7420366Z copying torch\include\ATen\ops\align_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7427047Z copying torch\include\ATen\ops\align_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7434728Z copying torch\include\ATen\ops\align_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7443938Z copying torch\include\ATen\ops\align_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7451306Z copying torch\include\ATen\ops\align_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7457698Z copying torch\include\ATen\ops\align_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7464928Z copying torch\include\ATen\ops\align_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7471243Z copying torch\include\ATen\ops\align_to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7478601Z copying torch\include\ATen\ops\align_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7485172Z copying torch\include\ATen\ops\align_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7491853Z copying torch\include\ATen\ops\all.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7498557Z copying torch\include\ATen\ops\allclose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7505796Z copying torch\include\ATen\ops\allclose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7512240Z copying torch\include\ATen\ops\allclose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7519695Z copying torch\include\ATen\ops\allclose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7527166Z copying torch\include\ATen\ops\all_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7535124Z copying torch\include\ATen\ops\all_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7542806Z copying torch\include\ATen\ops\all_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7549544Z copying torch\include\ATen\ops\all_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7556916Z copying torch\include\ATen\ops\all_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7563381Z copying torch\include\ATen\ops\all_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7569992Z copying torch\include\ATen\ops\all_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7576860Z copying torch\include\ATen\ops\all_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7583690Z copying torch\include\ATen\ops\all_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7590959Z copying torch\include\ATen\ops\alpha_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7598890Z copying torch\include\ATen\ops\alpha_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.7606422Z copying torch\include\ATen\ops\alpha_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9248991Z copying torch\include\ATen\ops\alpha_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9260645Z copying torch\include\ATen\ops\amax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9268525Z copying torch\include\ATen\ops\amax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9275390Z copying torch\include\ATen\ops\amax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9282655Z copying torch\include\ATen\ops\amax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9289294Z copying torch\include\ATen\ops\amax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9296618Z copying torch\include\ATen\ops\amax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9303537Z copying torch\include\ATen\ops\amax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9310160Z copying torch\include\ATen\ops\amax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9316653Z copying torch\include\ATen\ops\amin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9323095Z copying torch\include\ATen\ops\aminmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9330648Z copying torch\include\ATen\ops\aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9337190Z copying torch\include\ATen\ops\aminmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9343894Z copying torch\include\ATen\ops\aminmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9350846Z copying torch\include\ATen\ops\aminmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9357621Z copying torch\include\ATen\ops\aminmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9364100Z copying torch\include\ATen\ops\aminmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9370858Z copying torch\include\ATen\ops\aminmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9378027Z copying torch\include\ATen\ops\amin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9386813Z copying torch\include\ATen\ops\amin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9395034Z copying torch\include\ATen\ops\amin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9404931Z copying torch\include\ATen\ops\amin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9415123Z copying torch\include\ATen\ops\amin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9425326Z copying torch\include\ATen\ops\amin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9433288Z copying torch\include\ATen\ops\amin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9440036Z copying torch\include\ATen\ops\and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9447505Z copying torch\include\ATen\ops\and_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9455035Z copying torch\include\ATen\ops\and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9462217Z copying torch\include\ATen\ops\and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9469056Z copying torch\include\ATen\ops\angle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9476157Z copying torch\include\ATen\ops\angle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9483937Z copying torch\include\ATen\ops\angle_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9491126Z copying torch\include\ATen\ops\angle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9497666Z copying torch\include\ATen\ops\angle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9504729Z copying torch\include\ATen\ops\any.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9511442Z copying torch\include\ATen\ops\any_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9518813Z copying torch\include\ATen\ops\any_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9525687Z copying torch\include\ATen\ops\any_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9532352Z copying torch\include\ATen\ops\any_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9538977Z copying torch\include\ATen\ops\any_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9557030Z copying torch\include\ATen\ops\any_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9563590Z copying torch\include\ATen\ops\any_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9570160Z copying torch\include\ATen\ops\any_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9576713Z copying torch\include\ATen\ops\any_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9583236Z copying torch\include\ATen\ops\arange.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9590027Z copying torch\include\ATen\ops\arange_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9596515Z copying torch\include\ATen\ops\arange_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9603875Z copying torch\include\ATen\ops\arange_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9612391Z copying torch\include\ATen\ops\arange_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9618832Z copying torch\include\ATen\ops\arange_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9626174Z copying torch\include\ATen\ops\arange_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9633772Z copying torch\include\ATen\ops\arccos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9640767Z copying torch\include\ATen\ops\arccosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9647952Z copying torch\include\ATen\ops\arccosh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9654921Z copying torch\include\ATen\ops\arccosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9662028Z copying torch\include\ATen\ops\arccosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9669795Z copying torch\include\ATen\ops\arccos_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9676835Z copying torch\include\ATen\ops\arccos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9684239Z copying torch\include\ATen\ops\arccos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9691420Z copying torch\include\ATen\ops\arcsin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9698230Z copying torch\include\ATen\ops\arcsinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9705542Z copying torch\include\ATen\ops\arcsinh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9713073Z copying torch\include\ATen\ops\arcsinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9720232Z copying torch\include\ATen\ops\arcsinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9727823Z copying torch\include\ATen\ops\arcsin_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9735024Z copying torch\include\ATen\ops\arcsin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9742867Z copying torch\include\ATen\ops\arcsin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9750252Z copying torch\include\ATen\ops\arctan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9757043Z copying torch\include\ATen\ops\arctan2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9764168Z copying torch\include\ATen\ops\arctan2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9819551Z copying torch\include\ATen\ops\arctan2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9820461Z copying torch\include\ATen\ops\arctan2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9821276Z copying torch\include\ATen\ops\arctanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9822186Z copying torch\include\ATen\ops\arctanh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9823077Z copying torch\include\ATen\ops\arctanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9823815Z copying torch\include\ATen\ops\arctanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9824675Z copying torch\include\ATen\ops\arctan_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9828387Z copying torch\include\ATen\ops\arctan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9835579Z copying torch\include\ATen\ops\arctan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9851096Z copying torch\include\ATen\ops\argmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9857882Z copying torch\include\ATen\ops\argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9864551Z copying torch\include\ATen\ops\argmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9871180Z copying torch\include\ATen\ops\argmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9877751Z copying torch\include\ATen\ops\argmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9885164Z copying torch\include\ATen\ops\argmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9892049Z copying torch\include\ATen\ops\argmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9898517Z copying torch\include\ATen\ops\argmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9905255Z copying torch\include\ATen\ops\argmin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9911922Z copying torch\include\ATen\ops\argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9918485Z copying torch\include\ATen\ops\argmin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9925032Z copying torch\include\ATen\ops\argmin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9932030Z copying torch\include\ATen\ops\argmin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9938738Z copying torch\include\ATen\ops\argmin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9945358Z copying torch\include\ATen\ops\argmin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9951875Z copying torch\include\ATen\ops\argmin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9958528Z copying torch\include\ATen\ops\argsort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9965111Z copying torch\include\ATen\ops\argsort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9971876Z copying torch\include\ATen\ops\argsort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9978407Z copying torch\include\ATen\ops\argsort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9985095Z copying torch\include\ATen\ops\argwhere.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9991414Z copying torch\include\ATen\ops\argwhere_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:31.9997775Z copying torch\include\ATen\ops\argwhere_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0004075Z copying torch\include\ATen\ops\argwhere_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0010524Z copying torch\include\ATen\ops\asin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0016816Z copying torch\include\ATen\ops\asinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0023822Z copying torch\include\ATen\ops\asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0030172Z copying torch\include\ATen\ops\asinh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0037082Z copying torch\include\ATen\ops\asinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0043423Z copying torch\include\ATen\ops\asinh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0049726Z copying torch\include\ATen\ops\asinh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0056254Z copying torch\include\ATen\ops\asinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0062909Z copying torch\include\ATen\ops\asinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0069908Z copying torch\include\ATen\ops\asin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0076568Z copying torch\include\ATen\ops\asin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0083214Z copying torch\include\ATen\ops\asin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0090328Z copying torch\include\ATen\ops\asin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0097872Z copying torch\include\ATen\ops\asin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0105059Z copying torch\include\ATen\ops\asin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0111997Z copying torch\include\ATen\ops\asin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0119176Z copying torch\include\ATen\ops\as_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0126925Z copying torch\include\ATen\ops\as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0134408Z copying torch\include\ATen\ops\as_strided_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0143096Z copying torch\include\ATen\ops\as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0151348Z copying torch\include\ATen\ops\as_strided_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0158976Z copying torch\include\ATen\ops\as_strided_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0178034Z copying torch\include\ATen\ops\as_strided_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0186432Z copying torch\include\ATen\ops\as_strided_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0194282Z copying torch\include\ATen\ops\as_strided_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0202235Z copying torch\include\ATen\ops\as_strided_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0210148Z copying torch\include\ATen\ops\as_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0217771Z copying torch\include\ATen\ops\as_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0225065Z copying torch\include\ATen\ops\as_strided_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0233266Z copying torch\include\ATen\ops\as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0240880Z copying torch\include\ATen\ops\as_strided_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0248092Z copying torch\include\ATen\ops\as_strided_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0255470Z copying torch\include\ATen\ops\as_strided_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0262880Z copying torch\include\ATen\ops\atan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0269852Z copying torch\include\ATen\ops\atan2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0278053Z copying torch\include\ATen\ops\atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0287403Z copying torch\include\ATen\ops\atan2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0297523Z copying torch\include\ATen\ops\atan2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0305382Z copying torch\include\ATen\ops\atan2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0312629Z copying torch\include\ATen\ops\atan2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0319829Z copying torch\include\ATen\ops\atan2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0327051Z copying torch\include\ATen\ops\atan2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0334307Z copying torch\include\ATen\ops\atanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0341225Z copying torch\include\ATen\ops\atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0347919Z copying torch\include\ATen\ops\atanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0355151Z copying torch\include\ATen\ops\atanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0362701Z copying torch\include\ATen\ops\atanh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0369141Z copying torch\include\ATen\ops\atanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0375760Z copying torch\include\ATen\ops\atanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0382646Z copying torch\include\ATen\ops\atanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0389988Z copying torch\include\ATen\ops\atan_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0396182Z copying torch\include\ATen\ops\atan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0402944Z copying torch\include\ATen\ops\atan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0410280Z copying torch\include\ATen\ops\atan_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0416762Z copying torch\include\ATen\ops\atan_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0423498Z copying torch\include\ATen\ops\atan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0429969Z copying torch\include\ATen\ops\atan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0436664Z copying torch\include\ATen\ops\atleast_1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0444185Z copying torch\include\ATen\ops\atleast_1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0451167Z copying torch\include\ATen\ops\atleast_1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0458254Z copying torch\include\ATen\ops\atleast_1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0465422Z copying torch\include\ATen\ops\atleast_2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0473125Z copying torch\include\ATen\ops\atleast_2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0480354Z copying torch\include\ATen\ops\atleast_2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0487871Z copying torch\include\ATen\ops\atleast_2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0494903Z copying torch\include\ATen\ops\atleast_3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0502801Z copying torch\include\ATen\ops\atleast_3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0510327Z copying torch\include\ATen\ops\atleast_3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0517208Z copying torch\include\ATen\ops\atleast_3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0524329Z copying torch\include\ATen\ops\avg_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0531601Z copying torch\include\ATen\ops\avg_pool1d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0539286Z copying torch\include\ATen\ops\avg_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0546567Z copying torch\include\ATen\ops\avg_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0553686Z copying torch\include\ATen\ops\avg_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0561025Z copying torch\include\ATen\ops\avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0568592Z copying torch\include\ATen\ops\avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0576597Z copying torch\include\ATen\ops\avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0583788Z copying torch\include\ATen\ops\avg_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0591006Z copying torch\include\ATen\ops\avg_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0598213Z copying torch\include\ATen\ops\avg_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0606270Z copying torch\include\ATen\ops\avg_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0613553Z copying torch\include\ATen\ops\avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0620879Z copying torch\include\ATen\ops\avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0628602Z copying torch\include\ATen\ops\avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0636084Z copying torch\include\ATen\ops\avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0643348Z copying torch\include\ATen\ops\avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0650758Z copying torch\include\ATen\ops\avg_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0658662Z copying torch\include\ATen\ops\avg_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0666291Z copying torch\include\ATen\ops\avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0674154Z copying torch\include\ATen\ops\avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0681124Z copying torch\include\ATen\ops\avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0688329Z copying torch\include\ATen\ops\avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0696535Z copying torch\include\ATen\ops\avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0703793Z copying torch\include\ATen\ops\avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0711442Z copying torch\include\ATen\ops\avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0718687Z copying torch\include\ATen\ops\avg_pool3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0733521Z copying torch\include\ATen\ops\avg_pool3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0741135Z copying torch\include\ATen\ops\avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0758934Z copying torch\include\ATen\ops\avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0767174Z copying torch\include\ATen\ops\avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0774505Z copying torch\include\ATen\ops\avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0781884Z copying torch\include\ATen\ops\avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0789190Z copying torch\include\ATen\ops\avg_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0796570Z copying torch\include\ATen\ops\avg_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0803931Z copying torch\include\ATen\ops\avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0810544Z copying torch\include\ATen\ops\avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0817096Z copying torch\include\ATen\ops\baddbmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0824884Z copying torch\include\ATen\ops\baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0831302Z copying torch\include\ATen\ops\baddbmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0837947Z copying torch\include\ATen\ops\baddbmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0844467Z copying torch\include\ATen\ops\baddbmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0851885Z copying torch\include\ATen\ops\baddbmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0858515Z copying torch\include\ATen\ops\baddbmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0865078Z copying torch\include\ATen\ops\baddbmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0871698Z copying torch\include\ATen\ops\bartlett_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0879244Z copying torch\include\ATen\ops\bartlett_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0885722Z copying torch\include\ATen\ops\bartlett_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0892360Z copying torch\include\ATen\ops\bartlett_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0898581Z copying torch\include\ATen\ops\batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0905208Z copying torch\include\ATen\ops\batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0914648Z copying torch\include\ATen\ops\batch_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0923535Z copying torch\include\ATen\ops\batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0935438Z copying torch\include\ATen\ops\batch_norm_backward_elemt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0944312Z copying torch\include\ATen\ops\batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0952130Z copying torch\include\ATen\ops\batch_norm_backward_elemt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0959309Z copying torch\include\ATen\ops\batch_norm_backward_elemt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0967013Z copying torch\include\ATen\ops\batch_norm_backward_elemt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0978040Z copying torch\include\ATen\ops\batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0982276Z copying torch\include\ATen\ops\batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0989475Z copying torch\include\ATen\ops\batch_norm_backward_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.0997878Z copying torch\include\ATen\ops\batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1005123Z copying torch\include\ATen\ops\batch_norm_backward_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1012360Z copying torch\include\ATen\ops\batch_norm_backward_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1019867Z copying torch\include\ATen\ops\batch_norm_backward_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1028182Z copying torch\include\ATen\ops\batch_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1035227Z copying torch\include\ATen\ops\batch_norm_elemt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1042540Z copying torch\include\ATen\ops\batch_norm_elemt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1049780Z copying torch\include\ATen\ops\batch_norm_elemt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1057406Z copying torch\include\ATen\ops\batch_norm_elemt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1065208Z copying torch\include\ATen\ops\batch_norm_gather_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1072698Z copying torch\include\ATen\ops\batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1080025Z copying torch\include\ATen\ops\batch_norm_gather_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1088356Z copying torch\include\ATen\ops\batch_norm_gather_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1095749Z copying torch\include\ATen\ops\batch_norm_gather_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1103497Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1111850Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1119260Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1126688Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1133598Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1140841Z copying torch\include\ATen\ops\batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1147456Z copying torch\include\ATen\ops\batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1154921Z copying torch\include\ATen\ops\batch_norm_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1161852Z copying torch\include\ATen\ops\batch_norm_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1168550Z copying torch\include\ATen\ops\batch_norm_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1176292Z copying torch\include\ATen\ops\batch_norm_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1182988Z copying torch\include\ATen\ops\batch_norm_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1189730Z copying torch\include\ATen\ops\batch_norm_update_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1197862Z copying torch\include\ATen\ops\batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1205022Z copying torch\include\ATen\ops\batch_norm_update_stats_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1211883Z copying torch\include\ATen\ops\batch_norm_update_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1218579Z copying torch\include\ATen\ops\batch_norm_update_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1225405Z copying torch\include\ATen\ops\batch_norm_update_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1231943Z copying torch\include\ATen\ops\bernoulli.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1239783Z copying torch\include\ATen\ops\bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1246489Z copying torch\include\ATen\ops\bernoulli_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1253531Z copying torch\include\ATen\ops\bernoulli_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1260458Z copying torch\include\ATen\ops\bernoulli_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1281459Z copying torch\include\ATen\ops\bernoulli_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1287990Z copying torch\include\ATen\ops\bernoulli_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1294474Z copying torch\include\ATen\ops\bernoulli_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1301401Z copying torch\include\ATen\ops\bilinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1308030Z copying torch\include\ATen\ops\bilinear_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1314268Z copying torch\include\ATen\ops\bilinear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1320529Z copying torch\include\ATen\ops\bilinear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1327098Z copying torch\include\ATen\ops\binary_cross_entropy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1333581Z copying torch\include\ATen\ops\binary_cross_entropy_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1341316Z copying torch\include\ATen\ops\binary_cross_entropy_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1348145Z copying torch\include\ATen\ops\binary_cross_entropy_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1354929Z copying torch\include\ATen\ops\binary_cross_entropy_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1361706Z copying torch\include\ATen\ops\binary_cross_entropy_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1368473Z copying torch\include\ATen\ops\binary_cross_entropy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1375477Z copying torch\include\ATen\ops\binary_cross_entropy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1381914Z copying torch\include\ATen\ops\binary_cross_entropy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1388851Z copying torch\include\ATen\ops\binary_cross_entropy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1395816Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1402806Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1409451Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1416112Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1422817Z copying torch\include\ATen\ops\bincount.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1429624Z copying torch\include\ATen\ops\bincount_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1436121Z copying torch\include\ATen\ops\bincount_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1443358Z copying torch\include\ATen\ops\bincount_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1457869Z copying torch\include\ATen\ops\bincount_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1465833Z copying torch\include\ATen\ops\bincount_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1480244Z copying torch\include\ATen\ops\binomial.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1488360Z copying torch\include\ATen\ops\binomial_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1495576Z copying torch\include\ATen\ops\binomial_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1503245Z copying torch\include\ATen\ops\binomial_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1510526Z copying torch\include\ATen\ops\binomial_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1517570Z copying torch\include\ATen\ops\binomial_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1524649Z copying torch\include\ATen\ops\bitwise_and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1532321Z copying torch\include\ATen\ops\bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1539876Z copying torch\include\ATen\ops\bitwise_and_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1547313Z copying torch\include\ATen\ops\bitwise_and_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1554641Z copying torch\include\ATen\ops\bitwise_and_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1561825Z copying torch\include\ATen\ops\bitwise_and_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1569628Z copying torch\include\ATen\ops\bitwise_and_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1578636Z copying torch\include\ATen\ops\bitwise_and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1586367Z copying torch\include\ATen\ops\bitwise_and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1594018Z copying torch\include\ATen\ops\bitwise_left_shift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1601860Z copying torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1609120Z copying torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1616423Z copying torch\include\ATen\ops\bitwise_left_shift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1624394Z copying torch\include\ATen\ops\bitwise_left_shift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1631452Z copying torch\include\ATen\ops\bitwise_left_shift_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1638807Z copying torch\include\ATen\ops\bitwise_left_shift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1647052Z copying torch\include\ATen\ops\bitwise_left_shift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1654662Z copying torch\include\ATen\ops\bitwise_left_shift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1661988Z copying torch\include\ATen\ops\bitwise_not.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1669535Z copying torch\include\ATen\ops\bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1676823Z copying torch\include\ATen\ops\bitwise_not_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1684621Z copying torch\include\ATen\ops\bitwise_not_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1691636Z copying torch\include\ATen\ops\bitwise_not_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1699033Z copying torch\include\ATen\ops\bitwise_not_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1706168Z copying torch\include\ATen\ops\bitwise_not_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1713813Z copying torch\include\ATen\ops\bitwise_not_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1721150Z copying torch\include\ATen\ops\bitwise_or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1728636Z copying torch\include\ATen\ops\bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1735939Z copying torch\include\ATen\ops\bitwise_or_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1743991Z copying torch\include\ATen\ops\bitwise_or_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1751290Z copying torch\include\ATen\ops\bitwise_or_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1758969Z copying torch\include\ATen\ops\bitwise_or_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1766317Z copying torch\include\ATen\ops\bitwise_or_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1773922Z copying torch\include\ATen\ops\bitwise_or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1781204Z copying torch\include\ATen\ops\bitwise_or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1788643Z copying torch\include\ATen\ops\bitwise_right_shift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1795820Z copying torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1803354Z copying torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1810194Z copying torch\include\ATen\ops\bitwise_right_shift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1817642Z copying torch\include\ATen\ops\bitwise_right_shift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1824411Z copying torch\include\ATen\ops\bitwise_right_shift_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1831165Z copying torch\include\ATen\ops\bitwise_right_shift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1837992Z copying torch\include\ATen\ops\bitwise_right_shift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1845394Z copying torch\include\ATen\ops\bitwise_right_shift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1852130Z copying torch\include\ATen\ops\bitwise_xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1859319Z copying torch\include\ATen\ops\bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1866227Z copying torch\include\ATen\ops\bitwise_xor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1872831Z copying torch\include\ATen\ops\bitwise_xor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1879678Z copying torch\include\ATen\ops\bitwise_xor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1886727Z copying torch\include\ATen\ops\bitwise_xor_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1893404Z copying torch\include\ATen\ops\bitwise_xor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1900468Z copying torch\include\ATen\ops\bitwise_xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1907541Z copying torch\include\ATen\ops\bitwise_xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1914279Z copying torch\include\ATen\ops\blackman_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1921065Z copying torch\include\ATen\ops\blackman_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1927835Z copying torch\include\ATen\ops\blackman_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1934389Z copying torch\include\ATen\ops\blackman_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1941028Z copying torch\include\ATen\ops\block_diag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1948269Z copying torch\include\ATen\ops\block_diag_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1954737Z copying torch\include\ATen\ops\block_diag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1961113Z copying torch\include\ATen\ops\block_diag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1967545Z copying torch\include\ATen\ops\bmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1974118Z copying torch\include\ATen\ops\bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1981119Z copying torch\include\ATen\ops\bmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1988563Z copying torch\include\ATen\ops\bmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.1994688Z copying torch\include\ATen\ops\bmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2000805Z copying torch\include\ATen\ops\bmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2007394Z copying torch\include\ATen\ops\bmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2014320Z copying torch\include\ATen\ops\bmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2020589Z copying torch\include\ATen\ops\broadcast_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2027770Z copying torch\include\ATen\ops\broadcast_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2034440Z copying torch\include\ATen\ops\broadcast_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2040734Z copying torch\include\ATen\ops\broadcast_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2047256Z copying torch\include\ATen\ops\broadcast_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2054131Z copying torch\include\ATen\ops\broadcast_to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2060788Z copying torch\include\ATen\ops\broadcast_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2067252Z copying torch\include\ATen\ops\broadcast_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2073909Z copying torch\include\ATen\ops\bucketize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2080744Z copying torch\include\ATen\ops\bucketize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2087264Z copying torch\include\ATen\ops\bucketize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2093885Z copying torch\include\ATen\ops\bucketize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2101360Z copying torch\include\ATen\ops\bucketize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2108530Z copying torch\include\ATen\ops\bucketize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2115764Z copying torch\include\ATen\ops\can_cast.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2122658Z copying torch\include\ATen\ops\can_cast_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2130496Z copying torch\include\ATen\ops\can_cast_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2137371Z copying torch\include\ATen\ops\can_cast_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2144652Z copying torch\include\ATen\ops\cartesian_prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2152010Z copying torch\include\ATen\ops\cartesian_prod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2159238Z copying torch\include\ATen\ops\cartesian_prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2166486Z copying torch\include\ATen\ops\cartesian_prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2173711Z copying torch\include\ATen\ops\cat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2181265Z copying torch\include\ATen\ops\cat_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2188427Z copying torch\include\ATen\ops\cat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2195810Z copying torch\include\ATen\ops\cat_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2203096Z copying torch\include\ATen\ops\cat_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2210133Z copying torch\include\ATen\ops\cat_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2217053Z copying torch\include\ATen\ops\cat_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2224160Z copying torch\include\ATen\ops\cat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2231502Z copying torch\include\ATen\ops\cat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2238662Z copying torch\include\ATen\ops\cauchy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2245957Z copying torch\include\ATen\ops\cauchy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2253020Z copying torch\include\ATen\ops\cauchy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2261002Z copying torch\include\ATen\ops\cauchy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2268568Z copying torch\include\ATen\ops\cauchy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2289381Z copying torch\include\ATen\ops\cauchy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2299482Z copying torch\include\ATen\ops\cauchy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2309204Z copying torch\include\ATen\ops\ccol_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2316563Z copying torch\include\ATen\ops\ccol_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2323722Z copying torch\include\ATen\ops\ccol_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2331614Z copying torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2339041Z copying torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2346359Z copying torch\include\ATen\ops\ccol_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2353301Z copying torch\include\ATen\ops\ccol_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2366707Z copying torch\include\ATen\ops\ccol_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2373048Z copying torch\include\ATen\ops\ccol_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2379604Z copying torch\include\ATen\ops\cdist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2386082Z copying torch\include\ATen\ops\cdist_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2393205Z copying torch\include\ATen\ops\cdist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2399969Z copying torch\include\ATen\ops\cdist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2406460Z copying torch\include\ATen\ops\ceil.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2413422Z copying torch\include\ATen\ops\ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2419863Z copying torch\include\ATen\ops\ceil_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2426561Z copying torch\include\ATen\ops\ceil_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2433599Z copying torch\include\ATen\ops\ceil_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2439910Z copying torch\include\ATen\ops\ceil_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2446319Z copying torch\include\ATen\ops\ceil_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2453440Z copying torch\include\ATen\ops\ceil_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2459868Z copying torch\include\ATen\ops\celu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2466699Z copying torch\include\ATen\ops\celu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2473061Z copying torch\include\ATen\ops\celu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2479509Z copying torch\include\ATen\ops\celu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2485779Z copying torch\include\ATen\ops\chain_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2492536Z copying torch\include\ATen\ops\chain_matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2499188Z copying torch\include\ATen\ops\chain_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2505575Z copying torch\include\ATen\ops\chain_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2511997Z copying torch\include\ATen\ops\chalf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2519361Z copying torch\include\ATen\ops\chalf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2525906Z copying torch\include\ATen\ops\chalf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2532294Z copying torch\include\ATen\ops\chalf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2538807Z copying torch\include\ATen\ops\channel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2545726Z copying torch\include\ATen\ops\channel_shuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2553013Z copying torch\include\ATen\ops\channel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2561192Z copying torch\include\ATen\ops\channel_shuffle_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2568466Z copying torch\include\ATen\ops\channel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2575188Z copying torch\include\ATen\ops\channel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2581998Z copying torch\include\ATen\ops\cholesky.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2588553Z copying torch\include\ATen\ops\cholesky_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2595329Z copying torch\include\ATen\ops\cholesky_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2602005Z copying torch\include\ATen\ops\cholesky_inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2608889Z copying torch\include\ATen\ops\cholesky_inverse_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2616891Z copying torch\include\ATen\ops\cholesky_inverse_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2624347Z copying torch\include\ATen\ops\cholesky_inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2631906Z copying torch\include\ATen\ops\cholesky_inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2638943Z copying torch\include\ATen\ops\cholesky_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2645751Z copying torch\include\ATen\ops\cholesky_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2653601Z copying torch\include\ATen\ops\cholesky_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2661312Z copying torch\include\ATen\ops\cholesky_solve_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2669044Z copying torch\include\ATen\ops\cholesky_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2675911Z copying torch\include\ATen\ops\cholesky_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2682574Z copying torch\include\ATen\ops\choose_qparams_optimized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2690108Z copying torch\include\ATen\ops\choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2696657Z copying torch\include\ATen\ops\choose_qparams_optimized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2703440Z copying torch\include\ATen\ops\choose_qparams_optimized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2709949Z copying torch\include\ATen\ops\chunk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2717484Z copying torch\include\ATen\ops\chunk_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2724031Z copying torch\include\ATen\ops\chunk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2730933Z copying torch\include\ATen\ops\chunk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2737504Z copying torch\include\ATen\ops\clamp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2744240Z copying torch\include\ATen\ops\clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2750652Z copying torch\include\ATen\ops\clamp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2757216Z copying torch\include\ATen\ops\clamp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2763644Z copying torch\include\ATen\ops\clamp_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2771334Z copying torch\include\ATen\ops\clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2777906Z copying torch\include\ATen\ops\clamp_max_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2784807Z copying torch\include\ATen\ops\clamp_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2791261Z copying torch\include\ATen\ops\clamp_max_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2797778Z copying torch\include\ATen\ops\clamp_max_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2804816Z copying torch\include\ATen\ops\clamp_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2811748Z copying torch\include\ATen\ops\clamp_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2818114Z copying torch\include\ATen\ops\clamp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2825203Z copying torch\include\ATen\ops\clamp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2831721Z copying torch\include\ATen\ops\clamp_min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2838853Z copying torch\include\ATen\ops\clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2851432Z copying torch\include\ATen\ops\clamp_min_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2858032Z copying torch\include\ATen\ops\clamp_min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2864728Z copying torch\include\ATen\ops\clamp_min_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2871587Z copying torch\include\ATen\ops\clamp_min_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2878214Z copying torch\include\ATen\ops\clamp_min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2884711Z copying torch\include\ATen\ops\clamp_min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2891254Z copying torch\include\ATen\ops\clamp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2897772Z copying torch\include\ATen\ops\clamp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2904366Z copying torch\include\ATen\ops\clip.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2911099Z copying torch\include\ATen\ops\clip_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2917530Z copying torch\include\ATen\ops\clip_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2925262Z copying torch\include\ATen\ops\clip_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2933988Z copying torch\include\ATen\ops\clone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2943075Z copying torch\include\ATen\ops\clone_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2950483Z copying torch\include\ATen\ops\clone_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2960520Z copying torch\include\ATen\ops\clone_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2970530Z copying torch\include\ATen\ops\coalesce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2980329Z copying torch\include\ATen\ops\coalesce_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2988070Z copying torch\include\ATen\ops\coalesce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.2995300Z copying torch\include\ATen\ops\coalesce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3002915Z copying torch\include\ATen\ops\col2im.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3010171Z copying torch\include\ATen\ops\col2im_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3016934Z copying torch\include\ATen\ops\col2im_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3024054Z copying torch\include\ATen\ops\col2im_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3030581Z copying torch\include\ATen\ops\col2im_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3037695Z copying torch\include\ATen\ops\column_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3044497Z copying torch\include\ATen\ops\column_stack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3051151Z copying torch\include\ATen\ops\column_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3057477Z copying torch\include\ATen\ops\column_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3064495Z copying torch\include\ATen\ops\col_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3071621Z copying torch\include\ATen\ops\col_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3078296Z copying torch\include\ATen\ops\col_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3085349Z copying torch\include\ATen\ops\col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3091965Z copying torch\include\ATen\ops\col_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3098825Z copying torch\include\ATen\ops\col_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3106021Z copying torch\include\ATen\ops\col_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3112631Z copying torch\include\ATen\ops\col_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3119004Z copying torch\include\ATen\ops\col_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3126132Z copying torch\include\ATen\ops\combinations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3133009Z copying torch\include\ATen\ops\combinations_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3139616Z copying torch\include\ATen\ops\combinations_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3146284Z copying torch\include\ATen\ops\combinations_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3152758Z copying torch\include\ATen\ops\complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3159346Z copying torch\include\ATen\ops\complex_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3165791Z copying torch\include\ATen\ops\complex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3172356Z copying torch\include\ATen\ops\complex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3178976Z copying torch\include\ATen\ops\complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3185629Z copying torch\include\ATen\ops\complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3192707Z copying torch\include\ATen\ops\concat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3199387Z copying torch\include\ATen\ops\concatenate.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3206191Z copying torch\include\ATen\ops\concatenate_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3212782Z copying torch\include\ATen\ops\concatenate_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3219320Z copying torch\include\ATen\ops\concatenate_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3226782Z copying torch\include\ATen\ops\concat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3233311Z copying torch\include\ATen\ops\concat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3239866Z copying torch\include\ATen\ops\concat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3246619Z copying torch\include\ATen\ops\conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3252955Z copying torch\include\ATen\ops\conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3259442Z copying torch\include\ATen\ops\conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3265691Z copying torch\include\ATen\ops\conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3272028Z copying torch\include\ATen\ops\conj_physical.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3278888Z copying torch\include\ATen\ops\conj_physical_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3285705Z copying torch\include\ATen\ops\conj_physical_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3292398Z copying torch\include\ATen\ops\conj_physical_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3299187Z copying torch\include\ATen\ops\conj_physical_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3305855Z copying torch\include\ATen\ops\conj_physical_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3312496Z copying torch\include\ATen\ops\conj_physical_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3319137Z copying torch\include\ATen\ops\constant_pad_nd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3326498Z copying torch\include\ATen\ops\constant_pad_nd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3333162Z copying torch\include\ATen\ops\constant_pad_nd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3340150Z copying torch\include\ATen\ops\constant_pad_nd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3346751Z copying torch\include\ATen\ops\contiguous.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3366996Z copying torch\include\ATen\ops\contiguous_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3373868Z copying torch\include\ATen\ops\contiguous_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3380330Z copying torch\include\ATen\ops\contiguous_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3386859Z copying torch\include\ATen\ops\conv1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3393467Z copying torch\include\ATen\ops\conv1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3400074Z copying torch\include\ATen\ops\conv1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3406477Z copying torch\include\ATen\ops\conv1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3413120Z copying torch\include\ATen\ops\conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3419883Z copying torch\include\ATen\ops\conv2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3426950Z copying torch\include\ATen\ops\conv2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3436834Z copying torch\include\ATen\ops\conv2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3444895Z copying torch\include\ATen\ops\conv3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3452469Z copying torch\include\ATen\ops\conv3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3460320Z copying torch\include\ATen\ops\conv3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3467388Z copying torch\include\ATen\ops\conv3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3474669Z copying torch\include\ATen\ops\convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3482190Z copying torch\include\ATen\ops\convolution_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3489958Z copying torch\include\ATen\ops\convolution_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3497202Z copying torch\include\ATen\ops\convolution_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3505140Z copying torch\include\ATen\ops\convolution_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3512944Z copying torch\include\ATen\ops\convolution_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3520239Z copying torch\include\ATen\ops\convolution_backward_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3534011Z copying torch\include\ATen\ops\convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3541958Z copying torch\include\ATen\ops\convolution_backward_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3549436Z copying torch\include\ATen\ops\convolution_backward_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3557176Z copying torch\include\ATen\ops\convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3564350Z copying torch\include\ATen\ops\convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3572123Z copying torch\include\ATen\ops\convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3580112Z copying torch\include\ATen\ops\convolution_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3587838Z copying torch\include\ATen\ops\convolution_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3596096Z copying torch\include\ATen\ops\convolution_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3603540Z copying torch\include\ATen\ops\convolution_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3611123Z copying torch\include\ATen\ops\conv_depthwise3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3618650Z copying torch\include\ATen\ops\conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3626446Z copying torch\include\ATen\ops\conv_depthwise3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3633764Z copying torch\include\ATen\ops\conv_depthwise3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3640939Z copying torch\include\ATen\ops\conv_depthwise3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3648637Z copying torch\include\ATen\ops\conv_tbc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3655821Z copying torch\include\ATen\ops\conv_tbc_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3663888Z copying torch\include\ATen\ops\conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3671020Z copying torch\include\ATen\ops\conv_tbc_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3678339Z copying torch\include\ATen\ops\conv_tbc_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3686329Z copying torch\include\ATen\ops\conv_tbc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3693602Z copying torch\include\ATen\ops\conv_tbc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3701024Z copying torch\include\ATen\ops\conv_tbc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3708378Z copying torch\include\ATen\ops\conv_transpose1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3716302Z copying torch\include\ATen\ops\conv_transpose1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3723710Z copying torch\include\ATen\ops\conv_transpose1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3737038Z copying torch\include\ATen\ops\conv_transpose1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3744202Z copying torch\include\ATen\ops\conv_transpose2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3751892Z copying torch\include\ATen\ops\conv_transpose2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3758637Z copying torch\include\ATen\ops\conv_transpose2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3765613Z copying torch\include\ATen\ops\conv_transpose2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3772951Z copying torch\include\ATen\ops\conv_transpose3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3780202Z copying torch\include\ATen\ops\conv_transpose3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3786919Z copying torch\include\ATen\ops\conv_transpose3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3793495Z copying torch\include\ATen\ops\conv_transpose3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3800805Z copying torch\include\ATen\ops\copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3807202Z copying torch\include\ATen\ops\copysign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3813959Z copying torch\include\ATen\ops\copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3820956Z copying torch\include\ATen\ops\copysign_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3827445Z copying torch\include\ATen\ops\copysign_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3834208Z copying torch\include\ATen\ops\copysign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3840872Z copying torch\include\ATen\ops\copysign_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3847585Z copying torch\include\ATen\ops\copysign_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3854869Z copying torch\include\ATen\ops\copysign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3862028Z copying torch\include\ATen\ops\copysign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3869865Z copying torch\include\ATen\ops\copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3876987Z copying torch\include\ATen\ops\copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3883716Z copying torch\include\ATen\ops\copy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3890455Z copying torch\include\ATen\ops\copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3896899Z copying torch\include\ATen\ops\copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3903355Z copying torch\include\ATen\ops\copy_sparse_to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3910482Z copying torch\include\ATen\ops\copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3917548Z copying torch\include\ATen\ops\copy_sparse_to_sparse_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3924350Z copying torch\include\ATen\ops\copy_sparse_to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3931087Z copying torch\include\ATen\ops\copy_sparse_to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3938273Z copying torch\include\ATen\ops\corrcoef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3947822Z copying torch\include\ATen\ops\corrcoef_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3954369Z copying torch\include\ATen\ops\corrcoef_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3961172Z copying torch\include\ATen\ops\corrcoef_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3967401Z copying torch\include\ATen\ops\cos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3973864Z copying torch\include\ATen\ops\cosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3981716Z copying torch\include\ATen\ops\cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3988976Z copying torch\include\ATen\ops\cosh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.3995706Z copying torch\include\ATen\ops\cosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4002427Z copying torch\include\ATen\ops\cosh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4009008Z copying torch\include\ATen\ops\cosh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4015739Z copying torch\include\ATen\ops\cosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4022366Z copying torch\include\ATen\ops\cosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4028802Z copying torch\include\ATen\ops\cosine_embedding_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4035725Z copying torch\include\ATen\ops\cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4042329Z copying torch\include\ATen\ops\cosine_embedding_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4049024Z copying torch\include\ATen\ops\cosine_embedding_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4055786Z copying torch\include\ATen\ops\cosine_similarity.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4063706Z copying torch\include\ATen\ops\cosine_similarity_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4070377Z copying torch\include\ATen\ops\cosine_similarity_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4076870Z copying torch\include\ATen\ops\cosine_similarity_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4083858Z copying torch\include\ATen\ops\cos_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4090408Z copying torch\include\ATen\ops\cos_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4096869Z copying torch\include\ATen\ops\cos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4103581Z copying torch\include\ATen\ops\cos_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4109758Z copying torch\include\ATen\ops\cos_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4116412Z copying torch\include\ATen\ops\cos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4122819Z copying torch\include\ATen\ops\cos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4129143Z copying torch\include\ATen\ops\count_nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4135916Z copying torch\include\ATen\ops\count_nonzero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4142757Z copying torch\include\ATen\ops\count_nonzero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4149351Z copying torch\include\ATen\ops\count_nonzero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4156130Z copying torch\include\ATen\ops\count_nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4163846Z copying torch\include\ATen\ops\count_nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4171106Z copying torch\include\ATen\ops\cov.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4178186Z copying torch\include\ATen\ops\cov_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4186117Z copying torch\include\ATen\ops\cov_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4193182Z copying torch\include\ATen\ops\cov_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4200435Z copying torch\include\ATen\ops\cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4207619Z copying torch\include\ATen\ops\cross_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4214936Z copying torch\include\ATen\ops\cross_entropy_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4222664Z copying torch\include\ATen\ops\cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4230041Z copying torch\include\ATen\ops\cross_entropy_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4237473Z copying torch\include\ATen\ops\cross_entropy_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4244709Z copying torch\include\ATen\ops\cross_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4252402Z copying torch\include\ATen\ops\cross_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4260237Z copying torch\include\ATen\ops\crow_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4267811Z copying torch\include\ATen\ops\crow_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4275021Z copying torch\include\ATen\ops\crow_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4283332Z copying torch\include\ATen\ops\crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4291272Z copying torch\include\ATen\ops\crow_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4298809Z copying torch\include\ATen\ops\crow_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4307753Z copying torch\include\ATen\ops\crow_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4316529Z copying torch\include\ATen\ops\crow_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4326896Z copying torch\include\ATen\ops\crow_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4335195Z copying torch\include\ATen\ops\ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4342730Z copying torch\include\ATen\ops\ctc_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4350631Z copying torch\include\ATen\ops\ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4358448Z copying torch\include\ATen\ops\ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4421884Z copying torch\include\ATen\ops\cudnn_affine_grid_generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4610145Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4619078Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4626930Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4634560Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4648028Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4656174Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4663768Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4672043Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4679485Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4686934Z copying torch\include\ATen\ops\cudnn_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4694606Z copying torch\include\ATen\ops\cudnn_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4703441Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4711365Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4718590Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4726707Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4734439Z copying torch\include\ATen\ops\cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4742414Z copying torch\include\ATen\ops\cudnn_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4750351Z copying torch\include\ATen\ops\cudnn_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4758257Z copying torch\include\ATen\ops\cudnn_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4765882Z copying torch\include\ATen\ops\cudnn_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4773969Z copying torch\include\ATen\ops\cudnn_convolution_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4782058Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4789532Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4798162Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4806304Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4816104Z copying torch\include\ATen\ops\cudnn_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4825278Z copying torch\include\ATen\ops\cudnn_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4833936Z copying torch\include\ATen\ops\cudnn_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4844413Z copying torch\include\ATen\ops\cudnn_convolution_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4853425Z copying torch\include\ATen\ops\cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4862345Z copying torch\include\ATen\ops\cudnn_convolution_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4869943Z copying torch\include\ATen\ops\cudnn_convolution_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4877475Z copying torch\include\ATen\ops\cudnn_convolution_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4884473Z copying torch\include\ATen\ops\cudnn_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4892395Z copying torch\include\ATen\ops\cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4899603Z copying torch\include\ATen\ops\cudnn_convolution_transpose_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4907248Z copying torch\include\ATen\ops\cudnn_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4914186Z copying torch\include\ATen\ops\cudnn_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4921062Z copying torch\include\ATen\ops\cudnn_grid_sampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4927944Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4936053Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4943861Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4950846Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4957551Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4965505Z copying torch\include\ATen\ops\cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4972648Z copying torch\include\ATen\ops\cudnn_grid_sampler_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4979621Z copying torch\include\ATen\ops\cudnn_grid_sampler_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4987580Z copying torch\include\ATen\ops\cudnn_grid_sampler_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.4994410Z copying torch\include\ATen\ops\cudnn_is_acceptable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5001602Z copying torch\include\ATen\ops\cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5008428Z copying torch\include\ATen\ops\cudnn_is_acceptable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5015268Z copying torch\include\ATen\ops\cudnn_is_acceptable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5022100Z copying torch\include\ATen\ops\cummax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5028699Z copying torch\include\ATen\ops\cummaxmin_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5035726Z copying torch\include\ATen\ops\cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5042714Z copying torch\include\ATen\ops\cummaxmin_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5049334Z copying torch\include\ATen\ops\cummaxmin_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5056120Z copying torch\include\ATen\ops\cummax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5062960Z copying torch\include\ATen\ops\cummax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5069688Z copying torch\include\ATen\ops\cummax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5076255Z copying torch\include\ATen\ops\cummax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5082833Z copying torch\include\ATen\ops\cummin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5090392Z copying torch\include\ATen\ops\cummin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5097001Z copying torch\include\ATen\ops\cummin_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5103835Z copying torch\include\ATen\ops\cummin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5110766Z copying torch\include\ATen\ops\cummin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5134750Z copying torch\include\ATen\ops\cumprod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5141062Z copying torch\include\ATen\ops\cumprod_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5148059Z copying torch\include\ATen\ops\cumprod_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5154612Z copying torch\include\ATen\ops\cumprod_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5160951Z copying torch\include\ATen\ops\cumprod_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5168030Z copying torch\include\ATen\ops\cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5174936Z copying torch\include\ATen\ops\cumprod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5181784Z copying torch\include\ATen\ops\cumprod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5189139Z copying torch\include\ATen\ops\cumprod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5195848Z copying torch\include\ATen\ops\cumprod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5202578Z copying torch\include\ATen\ops\cumprod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5209243Z copying torch\include\ATen\ops\cumprod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5215849Z copying torch\include\ATen\ops\cumprod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5222632Z copying torch\include\ATen\ops\cumsum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5229485Z copying torch\include\ATen\ops\cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5236303Z copying torch\include\ATen\ops\cumsum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5242946Z copying torch\include\ATen\ops\cumsum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5249458Z copying torch\include\ATen\ops\cumsum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5256462Z copying torch\include\ATen\ops\cumsum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5263312Z copying torch\include\ATen\ops\cumsum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5269966Z copying torch\include\ATen\ops\cumsum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5276620Z copying torch\include\ATen\ops\cumsum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5283503Z copying torch\include\ATen\ops\cumulative_trapezoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5291142Z copying torch\include\ATen\ops\cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5298298Z copying torch\include\ATen\ops\cumulative_trapezoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5305710Z copying torch\include\ATen\ops\cumulative_trapezoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5313270Z copying torch\include\ATen\ops\data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5322992Z copying torch\include\ATen\ops\data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5330414Z copying torch\include\ATen\ops\data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5340774Z copying torch\include\ATen\ops\data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5351056Z copying torch\include\ATen\ops\deg2rad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5361094Z copying torch\include\ATen\ops\deg2rad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5369968Z copying torch\include\ATen\ops\deg2rad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5378205Z copying torch\include\ATen\ops\deg2rad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5385604Z copying torch\include\ATen\ops\dense_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5393230Z copying torch\include\ATen\ops\dense_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5400373Z copying torch\include\ATen\ops\dense_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5407743Z copying torch\include\ATen\ops\dense_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5414919Z copying torch\include\ATen\ops\dequantize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5421757Z copying torch\include\ATen\ops\dequantize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5428835Z copying torch\include\ATen\ops\dequantize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5436030Z copying torch\include\ATen\ops\dequantize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5442677Z copying torch\include\ATen\ops\dequantize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5449844Z copying torch\include\ATen\ops\dequantize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5456748Z copying torch\include\ATen\ops\det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5463839Z copying torch\include\ATen\ops\detach.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5470632Z copying torch\include\ATen\ops\detach_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5477019Z copying torch\include\ATen\ops\detach_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5484049Z copying torch\include\ATen\ops\detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5490849Z copying torch\include\ATen\ops\detach_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5497380Z copying torch\include\ATen\ops\detach_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5560199Z copying torch\include\ATen\ops\detach_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5561140Z copying torch\include\ATen\ops\detach_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5561973Z copying torch\include\ATen\ops\detach_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5562823Z copying torch\include\ATen\ops\det_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5563684Z copying torch\include\ATen\ops\det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5564437Z copying torch\include\ATen\ops\det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5565124Z copying torch\include\ATen\ops\diag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5565814Z copying torch\include\ATen\ops\diagflat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5566677Z copying torch\include\ATen\ops\diagflat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5567618Z copying torch\include\ATen\ops\diagflat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5569824Z copying torch\include\ATen\ops\diagflat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5576363Z copying torch\include\ATen\ops\diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5583031Z copying torch\include\ATen\ops\diagonal_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5590110Z copying torch\include\ATen\ops\diagonal_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5596773Z copying torch\include\ATen\ops\diagonal_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5603517Z copying torch\include\ATen\ops\diagonal_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5610606Z copying torch\include\ATen\ops\diagonal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5617428Z copying torch\include\ATen\ops\diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5624615Z copying torch\include\ATen\ops\diagonal_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5632418Z copying torch\include\ATen\ops\diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5639664Z copying torch\include\ATen\ops\diagonal_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5647031Z copying torch\include\ATen\ops\diagonal_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5655013Z copying torch\include\ATen\ops\diagonal_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5662425Z copying torch\include\ATen\ops\diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5669634Z copying torch\include\ATen\ops\diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5676959Z copying torch\include\ATen\ops\diagonal_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5685132Z copying torch\include\ATen\ops\diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5692643Z copying torch\include\ATen\ops\diagonal_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5700168Z copying torch\include\ATen\ops\diagonal_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5707698Z copying torch\include\ATen\ops\diagonal_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5715564Z copying torch\include\ATen\ops\diag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5722517Z copying torch\include\ATen\ops\diag_embed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5730205Z copying torch\include\ATen\ops\diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5737797Z copying torch\include\ATen\ops\diag_embed_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5746157Z copying torch\include\ATen\ops\diag_embed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5753234Z copying torch\include\ATen\ops\diag_embed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5760345Z copying torch\include\ATen\ops\diag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5767516Z copying torch\include\ATen\ops\diag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5774688Z copying torch\include\ATen\ops\diff.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5782044Z copying torch\include\ATen\ops\diff_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5789497Z copying torch\include\ATen\ops\diff_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5796570Z copying torch\include\ATen\ops\diff_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5804450Z copying torch\include\ATen\ops\digamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5812054Z copying torch\include\ATen\ops\digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5820462Z copying torch\include\ATen\ops\digamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5830752Z copying torch\include\ATen\ops\digamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5839158Z copying torch\include\ATen\ops\digamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5846412Z copying torch\include\ATen\ops\digamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5853707Z copying torch\include\ATen\ops\digamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5861016Z copying torch\include\ATen\ops\digamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5867866Z copying torch\include\ATen\ops\dist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5875117Z copying torch\include\ATen\ops\dist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5881483Z copying torch\include\ATen\ops\dist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5888661Z copying torch\include\ATen\ops\dist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5894967Z copying torch\include\ATen\ops\div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5901383Z copying torch\include\ATen\ops\divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5907872Z copying torch\include\ATen\ops\divide_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5914439Z copying torch\include\ATen\ops\divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5921808Z copying torch\include\ATen\ops\divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5928762Z copying torch\include\ATen\ops\div_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5935324Z copying torch\include\ATen\ops\div_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5941824Z copying torch\include\ATen\ops\div_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5948482Z copying torch\include\ATen\ops\div_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5954881Z copying torch\include\ATen\ops\div_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5961179Z copying torch\include\ATen\ops\div_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5968223Z copying torch\include\ATen\ops\div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5974778Z copying torch\include\ATen\ops\div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5981356Z copying torch\include\ATen\ops\dot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5987812Z copying torch\include\ATen\ops\dot_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.5994248Z copying torch\include\ATen\ops\dot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6000842Z copying torch\include\ATen\ops\dot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6007260Z copying torch\include\ATen\ops\dot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6013749Z copying torch\include\ATen\ops\dot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6020057Z copying torch\include\ATen\ops\dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6026860Z copying torch\include\ATen\ops\dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6033314Z copying torch\include\ATen\ops\dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6039555Z copying torch\include\ATen\ops\dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6046075Z copying torch\include\ATen\ops\dsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6052735Z copying torch\include\ATen\ops\dsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6059156Z copying torch\include\ATen\ops\dsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6065736Z copying torch\include\ATen\ops\dsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6072547Z copying torch\include\ATen\ops\dstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6079384Z copying torch\include\ATen\ops\dstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6085873Z copying torch\include\ATen\ops\dstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6092068Z copying torch\include\ATen\ops\dstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6098559Z copying torch\include\ATen\ops\einsum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6105211Z copying torch\include\ATen\ops\einsum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6111677Z copying torch\include\ATen\ops\einsum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6118086Z copying torch\include\ATen\ops\einsum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6126081Z copying torch\include\ATen\ops\elu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6133165Z copying torch\include\ATen\ops\elu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6140748Z copying torch\include\ATen\ops\elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6147859Z copying torch\include\ATen\ops\elu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6155534Z copying torch\include\ATen\ops\elu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6162779Z copying torch\include\ATen\ops\elu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6170587Z copying torch\include\ATen\ops\elu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6177660Z copying torch\include\ATen\ops\elu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6185798Z copying torch\include\ATen\ops\elu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6193566Z copying torch\include\ATen\ops\elu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6200443Z copying torch\include\ATen\ops\elu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6208164Z copying torch\include\ATen\ops\elu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6215504Z copying torch\include\ATen\ops\elu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6222477Z copying torch\include\ATen\ops\elu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6229608Z copying torch\include\ATen\ops\elu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6236871Z copying torch\include\ATen\ops\elu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6243690Z copying torch\include\ATen\ops\embedding.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6251386Z copying torch\include\ATen\ops\embedding_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6259115Z copying torch\include\ATen\ops\embedding_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6266405Z copying torch\include\ATen\ops\embedding_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6273592Z copying torch\include\ATen\ops\embedding_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6281048Z copying torch\include\ATen\ops\embedding_bag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6288849Z copying torch\include\ATen\ops\embedding_bag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6296159Z copying torch\include\ATen\ops\embedding_bag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6303502Z copying torch\include\ATen\ops\embedding_bag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6311418Z copying torch\include\ATen\ops\embedding_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6319698Z copying torch\include\ATen\ops\embedding_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6330794Z copying torch\include\ATen\ops\embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6339177Z copying torch\include\ATen\ops\embedding_dense_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6348077Z copying torch\include\ATen\ops\embedding_dense_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6355646Z copying torch\include\ATen\ops\embedding_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6363138Z copying torch\include\ATen\ops\embedding_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6369727Z copying torch\include\ATen\ops\embedding_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6377126Z copying torch\include\ATen\ops\embedding_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6383936Z copying torch\include\ATen\ops\embedding_renorm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6399103Z copying torch\include\ATen\ops\embedding_renorm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6406147Z copying torch\include\ATen\ops\embedding_renorm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6412788Z copying torch\include\ATen\ops\embedding_renorm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6419924Z copying torch\include\ATen\ops\embedding_renorm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6426635Z copying torch\include\ATen\ops\embedding_renorm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6433286Z copying torch\include\ATen\ops\embedding_renorm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6440220Z copying torch\include\ATen\ops\embedding_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6447357Z copying torch\include\ATen\ops\embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6454017Z copying torch\include\ATen\ops\embedding_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6460807Z copying torch\include\ATen\ops\embedding_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6467308Z copying torch\include\ATen\ops\empty.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6474067Z copying torch\include\ATen\ops\empty_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6481146Z copying torch\include\ATen\ops\empty_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6487504Z copying torch\include\ATen\ops\empty_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6494215Z copying torch\include\ATen\ops\empty_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6500797Z copying torch\include\ATen\ops\empty_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6507708Z copying torch\include\ATen\ops\empty_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6514156Z copying torch\include\ATen\ops\empty_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6520833Z copying torch\include\ATen\ops\empty_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6527524Z copying torch\include\ATen\ops\empty_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6534711Z copying torch\include\ATen\ops\empty_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6541453Z copying torch\include\ATen\ops\empty_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6548250Z copying torch\include\ATen\ops\empty_permuted.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6555220Z copying torch\include\ATen\ops\empty_permuted_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6561860Z copying torch\include\ATen\ops\empty_permuted_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6568456Z copying torch\include\ATen\ops\empty_permuted_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6575126Z copying torch\include\ATen\ops\empty_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6582109Z copying torch\include\ATen\ops\empty_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6589041Z copying torch\include\ATen\ops\empty_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6595654Z copying torch\include\ATen\ops\empty_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6602793Z copying torch\include\ATen\ops\empty_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6610190Z copying torch\include\ATen\ops\empty_strided_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6616718Z copying torch\include\ATen\ops\empty_strided_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6623536Z copying torch\include\ATen\ops\empty_strided_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6630500Z copying torch\include\ATen\ops\empty_strided_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6637270Z copying torch\include\ATen\ops\empty_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6644065Z copying torch\include\ATen\ops\empty_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6650638Z copying torch\include\ATen\ops\eq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6657070Z copying torch\include\ATen\ops\equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6663442Z copying torch\include\ATen\ops\equal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6670101Z copying torch\include\ATen\ops\equal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6676854Z copying torch\include\ATen\ops\equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6683803Z copying torch\include\ATen\ops\equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6690960Z copying torch\include\ATen\ops\eq_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6697663Z copying torch\include\ATen\ops\eq_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6704431Z copying torch\include\ATen\ops\eq_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6711177Z copying torch\include\ATen\ops\eq_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6718443Z copying torch\include\ATen\ops\eq_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6725946Z copying torch\include\ATen\ops\eq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6733039Z copying torch\include\ATen\ops\eq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6740339Z copying torch\include\ATen\ops\erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6747506Z copying torch\include\ATen\ops\erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6755238Z copying torch\include\ATen\ops\erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6779218Z copying torch\include\ATen\ops\erfc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6786420Z copying torch\include\ATen\ops\erfc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6793498Z copying torch\include\ATen\ops\erfc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6801106Z copying torch\include\ATen\ops\erfc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6808169Z copying torch\include\ATen\ops\erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6815316Z copying torch\include\ATen\ops\erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6824606Z copying torch\include\ATen\ops\erfinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6834978Z copying torch\include\ATen\ops\erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6842388Z copying torch\include\ATen\ops\erfinv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6849977Z copying torch\include\ATen\ops\erfinv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6857221Z copying torch\include\ATen\ops\erfinv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6864714Z copying torch\include\ATen\ops\erfinv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6871788Z copying torch\include\ATen\ops\erfinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6878889Z copying torch\include\ATen\ops\erfinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6885837Z copying torch\include\ATen\ops\erf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6892840Z copying torch\include\ATen\ops\erf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6899452Z copying torch\include\ATen\ops\erf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6906739Z copying torch\include\ATen\ops\erf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6912705Z copying torch\include\ATen\ops\erf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6919547Z copying torch\include\ATen\ops\erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6926537Z copying torch\include\ATen\ops\erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6933716Z copying torch\include\ATen\ops\exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6939912Z copying torch\include\ATen\ops\exp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6946624Z copying torch\include\ATen\ops\exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6952958Z copying torch\include\ATen\ops\exp2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6959968Z copying torch\include\ATen\ops\exp2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6966205Z copying torch\include\ATen\ops\exp2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6972950Z copying torch\include\ATen\ops\exp2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6979527Z copying torch\include\ATen\ops\exp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6985998Z copying torch\include\ATen\ops\exp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6992549Z copying torch\include\ATen\ops\expand.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.6999396Z copying torch\include\ATen\ops\expand_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7005913Z copying torch\include\ATen\ops\expand_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7012391Z copying torch\include\ATen\ops\expand_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7018626Z copying torch\include\ATen\ops\expand_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7025577Z copying torch\include\ATen\ops\expand_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7032049Z copying torch\include\ATen\ops\expand_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7039388Z copying torch\include\ATen\ops\expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7046166Z copying torch\include\ATen\ops\expand_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7052720Z copying torch\include\ATen\ops\expand_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7059501Z copying torch\include\ATen\ops\expand_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7066152Z copying torch\include\ATen\ops\expand_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7072453Z copying torch\include\ATen\ops\expand_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7078966Z copying torch\include\ATen\ops\expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7085804Z copying torch\include\ATen\ops\expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7092287Z copying torch\include\ATen\ops\expm1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7098890Z copying torch\include\ATen\ops\expm1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7105601Z copying torch\include\ATen\ops\expm1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7112003Z copying torch\include\ATen\ops\expm1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7118585Z copying torch\include\ATen\ops\expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7125561Z copying torch\include\ATen\ops\expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7133119Z copying torch\include\ATen\ops\exponential.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7141042Z copying torch\include\ATen\ops\exponential_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7148349Z copying torch\include\ATen\ops\exponential_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7155544Z copying torch\include\ATen\ops\exponential_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7163436Z copying torch\include\ATen\ops\exponential_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7170946Z copying torch\include\ATen\ops\exponential_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7178349Z copying torch\include\ATen\ops\exponential_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7186077Z copying torch\include\ATen\ops\exp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7193168Z copying torch\include\ATen\ops\exp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7200667Z copying torch\include\ATen\ops\exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7207892Z copying torch\include\ATen\ops\exp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7214624Z copying torch\include\ATen\ops\exp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7221863Z copying torch\include\ATen\ops\exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7228795Z copying torch\include\ATen\ops\exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7236010Z copying torch\include\ATen\ops\eye.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7243366Z copying torch\include\ATen\ops\eye_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7251048Z copying torch\include\ATen\ops\eye_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7258078Z copying torch\include\ATen\ops\eye_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7265315Z copying torch\include\ATen\ops\eye_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7272753Z copying torch\include\ATen\ops\eye_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7280720Z copying torch\include\ATen\ops\eye_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7290593Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7301185Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7309961Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7318116Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7325862Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7333483Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7341541Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7348614Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7356401Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7363406Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7370660Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7377620Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7384552Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7394651Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7402858Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7410651Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7418664Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7426797Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7433982Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7441572Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7450245Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7457433Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7464776Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7472364Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7479349Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7486841Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7494067Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7501568Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7508727Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7515772Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7522569Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7529709Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7536633Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7543990Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7551195Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7558013Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7565354Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7572675Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7580264Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7587603Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7594814Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7601854Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7608856Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7616034Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7623652Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7630750Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7638010Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7645145Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7653921Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7661825Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7669233Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7677260Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7684752Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7692485Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7700555Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7708000Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7715426Z copying torch\include\ATen\ops\feature_alpha_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7723010Z copying torch\include\ATen\ops\feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7730747Z copying torch\include\ATen\ops\feature_alpha_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7738574Z copying torch\include\ATen\ops\feature_alpha_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7746297Z copying torch\include\ATen\ops\feature_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7754262Z copying torch\include\ATen\ops\feature_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7761804Z copying torch\include\ATen\ops\feature_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7769023Z copying torch\include\ATen\ops\feature_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7776195Z copying torch\include\ATen\ops\fft_fft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7783884Z copying torch\include\ATen\ops\fft_fft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7791512Z copying torch\include\ATen\ops\fft_fft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7798531Z copying torch\include\ATen\ops\fft_fft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7805968Z copying torch\include\ATen\ops\fft_fft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7813341Z copying torch\include\ATen\ops\fft_fftfreq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7821780Z copying torch\include\ATen\ops\fft_fftfreq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7829326Z copying torch\include\ATen\ops\fft_fftfreq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7837146Z copying torch\include\ATen\ops\fft_fftfreq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7844527Z copying torch\include\ATen\ops\fft_fftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7852045Z copying torch\include\ATen\ops\fft_fftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7858844Z copying torch\include\ATen\ops\fft_fftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7866315Z copying torch\include\ATen\ops\fft_fftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7872995Z copying torch\include\ATen\ops\fft_fftshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7880709Z copying torch\include\ATen\ops\fft_fftshift_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7887512Z copying torch\include\ATen\ops\fft_fftshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7893885Z copying torch\include\ATen\ops\fft_fftshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7900796Z copying torch\include\ATen\ops\fft_fft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7907708Z copying torch\include\ATen\ops\fft_fft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7914819Z copying torch\include\ATen\ops\fft_fft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7921422Z copying torch\include\ATen\ops\fft_hfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7927673Z copying torch\include\ATen\ops\fft_hfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7934536Z copying torch\include\ATen\ops\fft_hfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7941103Z copying torch\include\ATen\ops\fft_hfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7948034Z copying torch\include\ATen\ops\fft_hfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7954582Z copying torch\include\ATen\ops\fft_hfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7961510Z copying torch\include\ATen\ops\fft_hfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7969364Z copying torch\include\ATen\ops\fft_hfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7976315Z copying torch\include\ATen\ops\fft_hfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7983385Z copying torch\include\ATen\ops\fft_hfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7989912Z copying torch\include\ATen\ops\fft_hfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.7996402Z copying torch\include\ATen\ops\fft_hfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8002996Z copying torch\include\ATen\ops\fft_ifft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8009270Z copying torch\include\ATen\ops\fft_ifft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8016301Z copying torch\include\ATen\ops\fft_ifft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8022899Z copying torch\include\ATen\ops\fft_ifft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8029410Z copying torch\include\ATen\ops\fft_ifft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8036011Z copying torch\include\ATen\ops\fft_ifftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8043021Z copying torch\include\ATen\ops\fft_ifftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8049628Z copying torch\include\ATen\ops\fft_ifftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8056384Z copying torch\include\ATen\ops\fft_ifftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8064135Z copying torch\include\ATen\ops\fft_ifftshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8072419Z copying torch\include\ATen\ops\fft_ifftshift_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8079248Z copying torch\include\ATen\ops\fft_ifftshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8086408Z copying torch\include\ATen\ops\fft_ifftshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8094405Z copying torch\include\ATen\ops\fft_ifft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8101659Z copying torch\include\ATen\ops\fft_ifft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8108848Z copying torch\include\ATen\ops\fft_ifft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8116051Z copying torch\include\ATen\ops\fft_ihfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8123623Z copying torch\include\ATen\ops\fft_ihfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8131720Z copying torch\include\ATen\ops\fft_ihfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8138806Z copying torch\include\ATen\ops\fft_ihfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8146149Z copying torch\include\ATen\ops\fft_ihfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8153695Z copying torch\include\ATen\ops\fft_ihfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8168288Z copying torch\include\ATen\ops\fft_ihfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8175784Z copying torch\include\ATen\ops\fft_ihfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8183623Z copying torch\include\ATen\ops\fft_ihfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8191334Z copying torch\include\ATen\ops\fft_ihfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8198492Z copying torch\include\ATen\ops\fft_ihfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8205711Z copying torch\include\ATen\ops\fft_ihfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8212871Z copying torch\include\ATen\ops\fft_irfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8220981Z copying torch\include\ATen\ops\fft_irfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8228548Z copying torch\include\ATen\ops\fft_irfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8235819Z copying torch\include\ATen\ops\fft_irfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8243002Z copying torch\include\ATen\ops\fft_irfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8250707Z copying torch\include\ATen\ops\fft_irfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8258455Z copying torch\include\ATen\ops\fft_irfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8265607Z copying torch\include\ATen\ops\fft_irfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8272836Z copying torch\include\ATen\ops\fft_irfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8280751Z copying torch\include\ATen\ops\fft_irfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8288152Z copying torch\include\ATen\ops\fft_irfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8295359Z copying torch\include\ATen\ops\fft_irfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8302638Z copying torch\include\ATen\ops\fft_rfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8309542Z copying torch\include\ATen\ops\fft_rfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8317495Z copying torch\include\ATen\ops\fft_rfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8325598Z copying torch\include\ATen\ops\fft_rfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8334192Z copying torch\include\ATen\ops\fft_rfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8341607Z copying torch\include\ATen\ops\fft_rfftfreq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8349838Z copying torch\include\ATen\ops\fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8357638Z copying torch\include\ATen\ops\fft_rfftfreq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8364302Z copying torch\include\ATen\ops\fft_rfftfreq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8371556Z copying torch\include\ATen\ops\fft_rfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8378424Z copying torch\include\ATen\ops\fft_rfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8385941Z copying torch\include\ATen\ops\fft_rfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8392675Z copying torch\include\ATen\ops\fft_rfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8399813Z copying torch\include\ATen\ops\fft_rfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8406481Z copying torch\include\ATen\ops\fft_rfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8413683Z copying torch\include\ATen\ops\fft_rfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8421208Z copying torch\include\ATen\ops\fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8427772Z copying torch\include\ATen\ops\fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8434266Z copying torch\include\ATen\ops\fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8440808Z copying torch\include\ATen\ops\fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8447448Z copying torch\include\ATen\ops\fill_diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8454331Z copying torch\include\ATen\ops\fill_diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8460950Z copying torch\include\ATen\ops\fill_diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8467267Z copying torch\include\ATen\ops\fill_diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8474623Z copying torch\include\ATen\ops\fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8481524Z copying torch\include\ATen\ops\fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8488459Z copying torch\include\ATen\ops\fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8494710Z copying torch\include\ATen\ops\fix.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8501537Z copying torch\include\ATen\ops\fix_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8508130Z copying torch\include\ATen\ops\fix_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8514612Z copying torch\include\ATen\ops\fix_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8521064Z copying torch\include\ATen\ops\flatten.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8527954Z copying torch\include\ATen\ops\flatten_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8534456Z copying torch\include\ATen\ops\flatten_dense_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8541418Z copying torch\include\ATen\ops\flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8548007Z copying torch\include\ATen\ops\flatten_dense_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8561004Z copying torch\include\ATen\ops\flatten_dense_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8568191Z copying torch\include\ATen\ops\flatten_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8574881Z copying torch\include\ATen\ops\flatten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8581590Z copying torch\include\ATen\ops\flip.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8594018Z copying torch\include\ATen\ops\fliplr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8600311Z copying torch\include\ATen\ops\fliplr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8606940Z copying torch\include\ATen\ops\fliplr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8613176Z copying torch\include\ATen\ops\fliplr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8620007Z copying torch\include\ATen\ops\flipud.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8626361Z copying torch\include\ATen\ops\flipud_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8632831Z copying torch\include\ATen\ops\flipud_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8639682Z copying torch\include\ATen\ops\flipud_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8647676Z copying torch\include\ATen\ops\flip_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8654683Z copying torch\include\ATen\ops\flip_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8662004Z copying torch\include\ATen\ops\flip_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8669635Z copying torch\include\ATen\ops\flip_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8676987Z copying torch\include\ATen\ops\flip_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8683985Z copying torch\include\ATen\ops\float_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8691427Z copying torch\include\ATen\ops\float_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8698492Z copying torch\include\ATen\ops\float_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8705757Z copying torch\include\ATen\ops\float_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8713386Z copying torch\include\ATen\ops\floor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8720764Z copying torch\include\ATen\ops\floor_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8728094Z copying torch\include\ATen\ops\floor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8735330Z copying torch\include\ATen\ops\floor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8743318Z copying torch\include\ATen\ops\floor_divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8750784Z copying torch\include\ATen\ops\floor_divide_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8758033Z copying torch\include\ATen\ops\floor_divide_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8765268Z copying torch\include\ATen\ops\floor_divide_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8773436Z copying torch\include\ATen\ops\floor_divide_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8781401Z copying torch\include\ATen\ops\floor_divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8788346Z copying torch\include\ATen\ops\floor_divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8795554Z copying torch\include\ATen\ops\floor_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8802757Z copying torch\include\ATen\ops\floor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8810436Z copying torch\include\ATen\ops\floor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8817725Z copying torch\include\ATen\ops\floor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8824994Z copying torch\include\ATen\ops\fmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8834972Z copying torch\include\ATen\ops\fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8845344Z copying torch\include\ATen\ops\fmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8852728Z copying torch\include\ATen\ops\fmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8860124Z copying torch\include\ATen\ops\fmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8867488Z copying torch\include\ATen\ops\fmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8874675Z copying torch\include\ATen\ops\fmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8881777Z copying torch\include\ATen\ops\fmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8891177Z copying torch\include\ATen\ops\fmin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8897831Z copying torch\include\ATen\ops\fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8905022Z copying torch\include\ATen\ops\fmin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8911387Z copying torch\include\ATen\ops\fmin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8917900Z copying torch\include\ATen\ops\fmin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8942541Z copying torch\include\ATen\ops\fmin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8949108Z copying torch\include\ATen\ops\fmin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8955830Z copying torch\include\ATen\ops\fmin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8961966Z copying torch\include\ATen\ops\fmod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8968671Z copying torch\include\ATen\ops\fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8975258Z copying torch\include\ATen\ops\fmod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8982559Z copying torch\include\ATen\ops\fmod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8989214Z copying torch\include\ATen\ops\fmod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.8995765Z copying torch\include\ATen\ops\fmod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9002268Z copying torch\include\ATen\ops\fmod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9008869Z copying torch\include\ATen\ops\fmod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9015389Z copying torch\include\ATen\ops\fmod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9021979Z copying torch\include\ATen\ops\frac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9028364Z copying torch\include\ATen\ops\fractional_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9034949Z copying torch\include\ATen\ops\fractional_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9042182Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9048752Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9055940Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9063110Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9069979Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9076728Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9083456Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9090593Z copying torch\include\ATen\ops\fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9097479Z copying torch\include\ATen\ops\fractional_max_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9110615Z copying torch\include\ATen\ops\fractional_max_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9117346Z copying torch\include\ATen\ops\fractional_max_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9124389Z copying torch\include\ATen\ops\fractional_max_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9131125Z copying torch\include\ATen\ops\fractional_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9138498Z copying torch\include\ATen\ops\fractional_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9145867Z copying torch\include\ATen\ops\fractional_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9153513Z copying torch\include\ATen\ops\fractional_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9161552Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9169062Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9176679Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9183995Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9192466Z copying torch\include\ATen\ops\fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9199782Z copying torch\include\ATen\ops\fractional_max_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9207335Z copying torch\include\ATen\ops\fractional_max_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9224005Z copying torch\include\ATen\ops\fractional_max_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9231694Z copying torch\include\ATen\ops\fractional_max_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9239159Z copying torch\include\ATen\ops\fractional_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9246921Z copying torch\include\ATen\ops\fractional_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9254382Z copying torch\include\ATen\ops\frac_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9262027Z copying torch\include\ATen\ops\frac_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9269554Z copying torch\include\ATen\ops\frac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9276832Z copying torch\include\ATen\ops\frac_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9283865Z copying torch\include\ATen\ops\frac_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9291091Z copying torch\include\ATen\ops\frac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9298501Z copying torch\include\ATen\ops\frac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9305700Z copying torch\include\ATen\ops\frexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9312950Z copying torch\include\ATen\ops\frexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9320107Z copying torch\include\ATen\ops\frexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9327215Z copying torch\include\ATen\ops\frexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9337103Z copying torch\include\ATen\ops\frexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9347568Z copying torch\include\ATen\ops\frexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9355101Z copying torch\include\ATen\ops\frobenius_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9362704Z copying torch\include\ATen\ops\frobenius_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9370184Z copying torch\include\ATen\ops\frobenius_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9377834Z copying torch\include\ATen\ops\frobenius_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9385251Z copying torch\include\ATen\ops\from_blob.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9392202Z copying torch\include\ATen\ops\from_file.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9399408Z copying torch\include\ATen\ops\from_file_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9406347Z copying torch\include\ATen\ops\from_file_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9413205Z copying torch\include\ATen\ops\from_file_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9419846Z copying torch\include\ATen\ops\from_file_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9426527Z copying torch\include\ATen\ops\full.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9433845Z copying torch\include\ATen\ops\full_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9440425Z copying torch\include\ATen\ops\full_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9447276Z copying torch\include\ATen\ops\full_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9453693Z copying torch\include\ATen\ops\full_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9460435Z copying torch\include\ATen\ops\full_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9467220Z copying torch\include\ATen\ops\full_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9473688Z copying torch\include\ATen\ops\full_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9480202Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9487456Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9494113Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9501192Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9507997Z copying torch\include\ATen\ops\gather.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9514845Z copying torch\include\ATen\ops\gather_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9521635Z copying torch\include\ATen\ops\gather_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9528216Z copying torch\include\ATen\ops\gather_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9534939Z copying torch\include\ATen\ops\gather_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9542060Z copying torch\include\ATen\ops\gather_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9548900Z copying torch\include\ATen\ops\gather_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9555795Z copying torch\include\ATen\ops\gather_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9562450Z copying torch\include\ATen\ops\gather_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9569042Z copying torch\include\ATen\ops\gather_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9575801Z copying torch\include\ATen\ops\gather_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9582497Z copying torch\include\ATen\ops\gather_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9589036Z copying torch\include\ATen\ops\gather_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9595665Z copying torch\include\ATen\ops\gcd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9602820Z copying torch\include\ATen\ops\gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9609454Z copying torch\include\ATen\ops\gcd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9616154Z copying torch\include\ATen\ops\gcd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9622762Z copying torch\include\ATen\ops\gcd_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9628959Z copying torch\include\ATen\ops\gcd_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9635451Z copying torch\include\ATen\ops\gcd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9642473Z copying torch\include\ATen\ops\gcd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9649264Z copying torch\include\ATen\ops\ge.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9656062Z copying torch\include\ATen\ops\gelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9663681Z copying torch\include\ATen\ops\gelu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9671397Z copying torch\include\ATen\ops\gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9678394Z copying torch\include\ATen\ops\gelu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9685671Z copying torch\include\ATen\ops\gelu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9693219Z copying torch\include\ATen\ops\gelu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9701066Z copying torch\include\ATen\ops\gelu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9708294Z copying torch\include\ATen\ops\gelu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9716460Z copying torch\include\ATen\ops\gelu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9724549Z copying torch\include\ATen\ops\gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9731600Z copying torch\include\ATen\ops\gelu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9738817Z copying torch\include\ATen\ops\gelu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9746144Z copying torch\include\ATen\ops\gelu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9753742Z copying torch\include\ATen\ops\gelu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9761494Z copying torch\include\ATen\ops\gelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9769136Z copying torch\include\ATen\ops\gelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9776022Z copying torch\include\ATen\ops\geometric.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9784442Z copying torch\include\ATen\ops\geometric_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9791285Z copying torch\include\ATen\ops\geometric_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9798610Z copying torch\include\ATen\ops\geometric_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9805857Z copying torch\include\ATen\ops\geometric_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9813401Z copying torch\include\ATen\ops\geometric_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9821027Z copying torch\include\ATen\ops\geometric_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9828443Z copying torch\include\ATen\ops\geqrf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9835870Z copying torch\include\ATen\ops\geqrf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9845074Z copying torch\include\ATen\ops\geqrf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9855447Z copying torch\include\ATen\ops\geqrf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9863868Z copying torch\include\ATen\ops\geqrf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9871077Z copying torch\include\ATen\ops\ger.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9878359Z copying torch\include\ATen\ops\ger_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9886355Z copying torch\include\ATen\ops\ger_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9902203Z copying torch\include\ATen\ops\ger_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9908925Z copying torch\include\ATen\ops\ge_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9916045Z copying torch\include\ATen\ops\ge_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9922656Z copying torch\include\ATen\ops\ge_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9929347Z copying torch\include\ATen\ops\ge_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9935732Z copying torch\include\ATen\ops\ge_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9942357Z copying torch\include\ATen\ops\ge_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9949472Z copying torch\include\ATen\ops\ge_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9955507Z copying torch\include\ATen\ops\glu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9962222Z copying torch\include\ATen\ops\glu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9968622Z copying torch\include\ATen\ops\glu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9975203Z copying torch\include\ATen\ops\glu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9981801Z copying torch\include\ATen\ops\glu_backward_jvp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9989364Z copying torch\include\ATen\ops\glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:32.9996094Z copying torch\include\ATen\ops\glu_backward_jvp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0003493Z copying torch\include\ATen\ops\glu_backward_jvp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0010297Z copying torch\include\ATen\ops\glu_backward_jvp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0017117Z copying torch\include\ATen\ops\glu_backward_jvp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0024212Z copying torch\include\ATen\ops\glu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0030592Z copying torch\include\ATen\ops\glu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0037673Z copying torch\include\ATen\ops\glu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0044128Z copying torch\include\ATen\ops\glu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0050800Z copying torch\include\ATen\ops\glu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0057610Z copying torch\include\ATen\ops\glu_jvp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0064277Z copying torch\include\ATen\ops\glu_jvp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0070796Z copying torch\include\ATen\ops\glu_jvp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0077350Z copying torch\include\ATen\ops\glu_jvp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0083989Z copying torch\include\ATen\ops\glu_jvp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0090457Z copying torch\include\ATen\ops\glu_jvp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0097018Z copying torch\include\ATen\ops\glu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0103894Z copying torch\include\ATen\ops\glu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0111213Z copying torch\include\ATen\ops\glu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0118300Z copying torch\include\ATen\ops\glu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0125195Z copying torch\include\ATen\ops\gradient.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0132465Z copying torch\include\ATen\ops\gradient_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0140118Z copying torch\include\ATen\ops\gradient_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0147708Z copying torch\include\ATen\ops\gradient_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0155232Z copying torch\include\ATen\ops\greater.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0163674Z copying torch\include\ATen\ops\greater_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0170912Z copying torch\include\ATen\ops\greater_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0178372Z copying torch\include\ATen\ops\greater_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0185539Z copying torch\include\ATen\ops\greater_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0193145Z copying torch\include\ATen\ops\greater_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0200644Z copying torch\include\ATen\ops\greater_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0207966Z copying torch\include\ATen\ops\greater_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0215291Z copying torch\include\ATen\ops\grid_sampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0222830Z copying torch\include\ATen\ops\grid_sampler_2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0230263Z copying torch\include\ATen\ops\grid_sampler_2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0237948Z copying torch\include\ATen\ops\grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0245149Z copying torch\include\ATen\ops\grid_sampler_2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0252523Z copying torch\include\ATen\ops\grid_sampler_2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0260537Z copying torch\include\ATen\ops\grid_sampler_2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0268086Z copying torch\include\ATen\ops\grid_sampler_2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0275684Z copying torch\include\ATen\ops\grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0283124Z copying torch\include\ATen\ops\grid_sampler_2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0290843Z copying torch\include\ATen\ops\grid_sampler_2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0298017Z copying torch\include\ATen\ops\grid_sampler_2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0305421Z copying torch\include\ATen\ops\grid_sampler_2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0312747Z copying torch\include\ATen\ops\grid_sampler_3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0320628Z copying torch\include\ATen\ops\grid_sampler_3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0328329Z copying torch\include\ATen\ops\grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0337859Z copying torch\include\ATen\ops\grid_sampler_3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0348592Z copying torch\include\ATen\ops\grid_sampler_3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0357786Z copying torch\include\ATen\ops\grid_sampler_3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0365280Z copying torch\include\ATen\ops\grid_sampler_3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0373342Z copying torch\include\ATen\ops\grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0381335Z copying torch\include\ATen\ops\grid_sampler_3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0388216Z copying torch\include\ATen\ops\grid_sampler_3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0395731Z copying torch\include\ATen\ops\grid_sampler_3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0402442Z copying torch\include\ATen\ops\grid_sampler_3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0410171Z copying torch\include\ATen\ops\grid_sampler_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0417107Z copying torch\include\ATen\ops\grid_sampler_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0424253Z copying torch\include\ATen\ops\grid_sampler_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0430923Z copying torch\include\ATen\ops\group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0437775Z copying torch\include\ATen\ops\group_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0444988Z copying torch\include\ATen\ops\group_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0451638Z copying torch\include\ATen\ops\group_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0458282Z copying torch\include\ATen\ops\gru.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0464698Z copying torch\include\ATen\ops\gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0471444Z copying torch\include\ATen\ops\gru_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0478034Z copying torch\include\ATen\ops\gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0484503Z copying torch\include\ATen\ops\gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0491680Z copying torch\include\ATen\ops\gru_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0498186Z copying torch\include\ATen\ops\gru_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0504682Z copying torch\include\ATen\ops\gru_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0510982Z copying torch\include\ATen\ops\gt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0517684Z copying torch\include\ATen\ops\gt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0524256Z copying torch\include\ATen\ops\gt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0530810Z copying torch\include\ATen\ops\gt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0537293Z copying torch\include\ATen\ops\gt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0543920Z copying torch\include\ATen\ops\gt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0550361Z copying torch\include\ATen\ops\gt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0557238Z copying torch\include\ATen\ops\gt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0564042Z copying torch\include\ATen\ops\hamming_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0570823Z copying torch\include\ATen\ops\hamming_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0577540Z copying torch\include\ATen\ops\hamming_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0584249Z copying torch\include\ATen\ops\hamming_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0590910Z copying torch\include\ATen\ops\hann_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0597911Z copying torch\include\ATen\ops\hann_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0604338Z copying torch\include\ATen\ops\hann_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0611069Z copying torch\include\ATen\ops\hann_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0618293Z copying torch\include\ATen\ops\hardshrink.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0625185Z copying torch\include\ATen\ops\hardshrink_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0632264Z copying torch\include\ATen\ops\hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0638748Z copying torch\include\ATen\ops\hardshrink_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0645984Z copying torch\include\ATen\ops\hardshrink_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0653795Z copying torch\include\ATen\ops\hardshrink_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0661489Z copying torch\include\ATen\ops\hardshrink_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0669068Z copying torch\include\ATen\ops\hardshrink_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0676270Z copying torch\include\ATen\ops\hardshrink_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0684849Z copying torch\include\ATen\ops\hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0692150Z copying torch\include\ATen\ops\hardshrink_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0699436Z copying torch\include\ATen\ops\hardshrink_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0706760Z copying torch\include\ATen\ops\hardshrink_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0714556Z copying torch\include\ATen\ops\hardshrink_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0722037Z copying torch\include\ATen\ops\hardshrink_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0729333Z copying torch\include\ATen\ops\hardshrink_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0736557Z copying torch\include\ATen\ops\hardsigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0744377Z copying torch\include\ATen\ops\hardsigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0752158Z copying torch\include\ATen\ops\hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0759446Z copying torch\include\ATen\ops\hardsigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0766935Z copying torch\include\ATen\ops\hardsigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0774691Z copying torch\include\ATen\ops\hardsigmoid_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0782647Z copying torch\include\ATen\ops\hardsigmoid_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0789957Z copying torch\include\ATen\ops\hardsigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0797344Z copying torch\include\ATen\ops\hardsigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0805519Z copying torch\include\ATen\ops\hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0812917Z copying torch\include\ATen\ops\hardsigmoid_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0820479Z copying torch\include\ATen\ops\hardsigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0827838Z copying torch\include\ATen\ops\hardsigmoid_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0835643Z copying torch\include\ATen\ops\hardsigmoid_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0844392Z copying torch\include\ATen\ops\hardsigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0854963Z copying torch\include\ATen\ops\hardsigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0862988Z copying torch\include\ATen\ops\hardswish.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0870889Z copying torch\include\ATen\ops\hardswish_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0878853Z copying torch\include\ATen\ops\hardswish_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0886218Z copying torch\include\ATen\ops\hardswish_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0893127Z copying torch\include\ATen\ops\hardswish_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0900691Z copying torch\include\ATen\ops\hardswish_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0907459Z copying torch\include\ATen\ops\hardswish_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0914894Z copying torch\include\ATen\ops\hardswish_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0921948Z copying torch\include\ATen\ops\hardswish_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0928665Z copying torch\include\ATen\ops\hardswish_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0935360Z copying torch\include\ATen\ops\hardswish_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0942715Z copying torch\include\ATen\ops\hardswish_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0949546Z copying torch\include\ATen\ops\hardtanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0956440Z copying torch\include\ATen\ops\hardtanh_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0963862Z copying torch\include\ATen\ops\hardtanh_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0970950Z copying torch\include\ATen\ops\hardtanh_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0977768Z copying torch\include\ATen\ops\hardtanh_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0984527Z copying torch\include\ATen\ops\hardtanh_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0991174Z copying torch\include\ATen\ops\hardtanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.0998331Z copying torch\include\ATen\ops\hardtanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1005162Z copying torch\include\ATen\ops\hardtanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1011770Z copying torch\include\ATen\ops\hardtanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1018400Z copying torch\include\ATen\ops\hardtanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1025722Z copying torch\include\ATen\ops\heaviside.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1032801Z copying torch\include\ATen\ops\heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1080167Z copying torch\include\ATen\ops\heaviside_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1081126Z copying torch\include\ATen\ops\heaviside_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1082396Z copying torch\include\ATen\ops\heaviside_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1089046Z copying torch\include\ATen\ops\heaviside_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1095657Z copying torch\include\ATen\ops\heaviside_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1102374Z copying torch\include\ATen\ops\heaviside_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1109221Z copying torch\include\ATen\ops\hinge_embedding_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1116119Z copying torch\include\ATen\ops\hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1122764Z copying torch\include\ATen\ops\hinge_embedding_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1129402Z copying torch\include\ATen\ops\hinge_embedding_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1135922Z copying torch\include\ATen\ops\histc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1142283Z copying torch\include\ATen\ops\histc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1148959Z copying torch\include\ATen\ops\histc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1157308Z copying torch\include\ATen\ops\histc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1164268Z copying torch\include\ATen\ops\histc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1171424Z copying torch\include\ATen\ops\histogram.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1178482Z copying torch\include\ATen\ops\histogramdd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1186432Z copying torch\include\ATen\ops\histogramdd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1194169Z copying torch\include\ATen\ops\histogramdd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1201115Z copying torch\include\ATen\ops\histogramdd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1208357Z copying torch\include\ATen\ops\histogram_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1215616Z copying torch\include\ATen\ops\histogram_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1223376Z copying torch\include\ATen\ops\histogram_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1230617Z copying torch\include\ATen\ops\hsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1243817Z copying torch\include\ATen\ops\hsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1247019Z copying torch\include\ATen\ops\hsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1254874Z copying torch\include\ATen\ops\hsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1262312Z copying torch\include\ATen\ops\hspmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1269482Z copying torch\include\ATen\ops\hspmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1276732Z copying torch\include\ATen\ops\hspmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1283988Z copying torch\include\ATen\ops\hstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1291076Z copying torch\include\ATen\ops\hstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1298518Z copying torch\include\ATen\ops\hstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1305547Z copying torch\include\ATen\ops\hstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1312715Z copying torch\include\ATen\ops\huber_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1319875Z copying torch\include\ATen\ops\huber_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1327386Z copying torch\include\ATen\ops\huber_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1335140Z copying torch\include\ATen\ops\huber_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1343768Z copying torch\include\ATen\ops\huber_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1353833Z copying torch\include\ATen\ops\huber_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1362795Z copying torch\include\ATen\ops\huber_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1371187Z copying torch\include\ATen\ops\huber_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1379103Z copying torch\include\ATen\ops\huber_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1387258Z copying torch\include\ATen\ops\huber_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1394675Z copying torch\include\ATen\ops\huber_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1401776Z copying torch\include\ATen\ops\hypot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1409068Z copying torch\include\ATen\ops\hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1415600Z copying torch\include\ATen\ops\hypot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1422998Z copying torch\include\ATen\ops\hypot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1429676Z copying torch\include\ATen\ops\hypot_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1436289Z copying torch\include\ATen\ops\hypot_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1443034Z copying torch\include\ATen\ops\hypot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1449600Z copying torch\include\ATen\ops\hypot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1456588Z copying torch\include\ATen\ops\i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1463389Z copying torch\include\ATen\ops\i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1469800Z copying torch\include\ATen\ops\i0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1476263Z copying torch\include\ATen\ops\i0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1482815Z copying torch\include\ATen\ops\i0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1488940Z copying torch\include\ATen\ops\i0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1495797Z copying torch\include\ATen\ops\i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1502467Z copying torch\include\ATen\ops\i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1508735Z copying torch\include\ATen\ops\igamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1514921Z copying torch\include\ATen\ops\igammac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1521677Z copying torch\include\ATen\ops\igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1528612Z copying torch\include\ATen\ops\igammac_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1535279Z copying torch\include\ATen\ops\igammac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1541856Z copying torch\include\ATen\ops\igammac_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1548733Z copying torch\include\ATen\ops\igammac_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1555415Z copying torch\include\ATen\ops\igammac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1562103Z copying torch\include\ATen\ops\igammac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1568971Z copying torch\include\ATen\ops\igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1575455Z copying torch\include\ATen\ops\igamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1582164Z copying torch\include\ATen\ops\igamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1595252Z copying torch\include\ATen\ops\igamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1601889Z copying torch\include\ATen\ops\igamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1608703Z copying torch\include\ATen\ops\igamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1615260Z copying torch\include\ATen\ops\igamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1621906Z copying torch\include\ATen\ops\im2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1628384Z copying torch\include\ATen\ops\im2col_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1634968Z copying torch\include\ATen\ops\im2col_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1641455Z copying torch\include\ATen\ops\im2col_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1647948Z copying torch\include\ATen\ops\im2col_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1655143Z copying torch\include\ATen\ops\imag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1663849Z copying torch\include\ATen\ops\imag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1671361Z copying torch\include\ATen\ops\imag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1677657Z copying torch\include\ATen\ops\imag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1683745Z copying torch\include\ATen\ops\index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1690096Z copying torch\include\ATen\ops\index_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1697165Z copying torch\include\ATen\ops\index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1704117Z copying torch\include\ATen\ops\index_add_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1710851Z copying torch\include\ATen\ops\index_add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1717475Z copying torch\include\ATen\ops\index_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1724045Z copying torch\include\ATen\ops\index_add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1730722Z copying torch\include\ATen\ops\index_add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1737402Z copying torch\include\ATen\ops\index_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1744144Z copying torch\include\ATen\ops\index_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1751598Z copying torch\include\ATen\ops\index_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1758859Z copying torch\include\ATen\ops\index_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1766007Z copying torch\include\ATen\ops\index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1772686Z copying torch\include\ATen\ops\index_copy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1779833Z copying torch\include\ATen\ops\index_copy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1786888Z copying torch\include\ATen\ops\index_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1793555Z copying torch\include\ATen\ops\index_copy_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1800261Z copying torch\include\ATen\ops\index_copy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1807147Z copying torch\include\ATen\ops\index_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1813804Z copying torch\include\ATen\ops\index_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1820663Z copying torch\include\ATen\ops\index_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1827382Z copying torch\include\ATen\ops\index_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1833985Z copying torch\include\ATen\ops\index_fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1840926Z copying torch\include\ATen\ops\index_fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1847809Z copying torch\include\ATen\ops\index_fill_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1854559Z copying torch\include\ATen\ops\index_fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1861987Z copying torch\include\ATen\ops\index_fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1868670Z copying torch\include\ATen\ops\index_fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1875374Z copying torch\include\ATen\ops\index_fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1881990Z copying torch\include\ATen\ops\index_fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1888624Z copying torch\include\ATen\ops\index_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1895399Z copying torch\include\ATen\ops\index_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1902408Z copying torch\include\ATen\ops\index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1909195Z copying torch\include\ATen\ops\index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1915807Z copying torch\include\ATen\ops\index_put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1922668Z copying torch\include\ATen\ops\index_put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1929369Z copying torch\include\ATen\ops\index_put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1935969Z copying torch\include\ATen\ops\index_put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1942707Z copying torch\include\ATen\ops\index_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1949844Z copying torch\include\ATen\ops\index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1956797Z copying torch\include\ATen\ops\index_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1964066Z copying torch\include\ATen\ops\index_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1970711Z copying torch\include\ATen\ops\index_reduce_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1977460Z copying torch\include\ATen\ops\index_reduce_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1984264Z copying torch\include\ATen\ops\index_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1990967Z copying torch\include\ATen\ops\index_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.1997629Z copying torch\include\ATen\ops\index_select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2004935Z copying torch\include\ATen\ops\index_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2012032Z copying torch\include\ATen\ops\index_select_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2018733Z copying torch\include\ATen\ops\index_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2025505Z copying torch\include\ATen\ops\index_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2032469Z copying torch\include\ATen\ops\index_select_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2039658Z copying torch\include\ATen\ops\index_select_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2046661Z copying torch\include\ATen\ops\index_select_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2060613Z copying torch\include\ATen\ops\index_select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2067332Z copying torch\include\ATen\ops\index_select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2073917Z copying torch\include\ATen\ops\indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2080398Z copying torch\include\ATen\ops\indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2086808Z copying torch\include\ATen\ops\indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2093906Z copying torch\include\ATen\ops\indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2100995Z copying torch\include\ATen\ops\indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2107741Z copying torch\include\ATen\ops\indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2114445Z copying torch\include\ATen\ops\indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2121069Z copying torch\include\ATen\ops\indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2127703Z copying torch\include\ATen\ops\indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2134507Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2141601Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2148602Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2155629Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2163016Z copying torch\include\ATen\ops\inner.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2169699Z copying torch\include\ATen\ops\inner_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2176050Z copying torch\include\ATen\ops\inner_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2182830Z copying torch\include\ATen\ops\inner_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2189607Z copying torch\include\ATen\ops\instance_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2196362Z copying torch\include\ATen\ops\instance_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2202810Z copying torch\include\ATen\ops\instance_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2209456Z copying torch\include\ATen\ops\instance_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2216105Z copying torch\include\ATen\ops\int_repr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2222817Z copying torch\include\ATen\ops\int_repr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2229261Z copying torch\include\ATen\ops\int_repr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2235950Z copying torch\include\ATen\ops\int_repr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2242783Z copying torch\include\ATen\ops\inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2249444Z copying torch\include\ATen\ops\inverse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2255910Z copying torch\include\ATen\ops\inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2262813Z copying torch\include\ATen\ops\inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2269622Z copying torch\include\ATen\ops\isclose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2275986Z copying torch\include\ATen\ops\isclose_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2282399Z copying torch\include\ATen\ops\isclose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2288924Z copying torch\include\ATen\ops\isclose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2295680Z copying torch\include\ATen\ops\isfinite.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2302526Z copying torch\include\ATen\ops\isfinite_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2309112Z copying torch\include\ATen\ops\isfinite_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2315393Z copying torch\include\ATen\ops\isfinite_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2321983Z copying torch\include\ATen\ops\isin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2328288Z copying torch\include\ATen\ops\isinf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2334783Z copying torch\include\ATen\ops\isinf_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2341530Z copying torch\include\ATen\ops\isinf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2348046Z copying torch\include\ATen\ops\isinf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2355024Z copying torch\include\ATen\ops\isin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2364017Z copying torch\include\ATen\ops\isin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2371956Z copying torch\include\ATen\ops\isin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2382298Z copying torch\include\ATen\ops\isin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2392615Z copying torch\include\ATen\ops\isin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2402722Z copying torch\include\ATen\ops\isin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2411915Z copying torch\include\ATen\ops\isin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2418873Z copying torch\include\ATen\ops\isnan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2426222Z copying torch\include\ATen\ops\isnan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2433330Z copying torch\include\ATen\ops\isnan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2440603Z copying torch\include\ATen\ops\isnan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2447941Z copying torch\include\ATen\ops\isnan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2454503Z copying torch\include\ATen\ops\isnan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2461458Z copying torch\include\ATen\ops\isneginf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2470280Z copying torch\include\ATen\ops\isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2477937Z copying torch\include\ATen\ops\isneginf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2485864Z copying torch\include\ATen\ops\isneginf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2494225Z copying torch\include\ATen\ops\isneginf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2502101Z copying torch\include\ATen\ops\isneginf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2509854Z copying torch\include\ATen\ops\isneginf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2517140Z copying torch\include\ATen\ops\isneginf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2523980Z copying torch\include\ATen\ops\isposinf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2531006Z copying torch\include\ATen\ops\isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2537825Z copying torch\include\ATen\ops\isposinf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2544645Z copying torch\include\ATen\ops\isposinf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2551356Z copying torch\include\ATen\ops\isposinf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2557830Z copying torch\include\ATen\ops\isposinf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2564715Z copying torch\include\ATen\ops\isposinf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2571477Z copying torch\include\ATen\ops\isposinf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2578541Z copying torch\include\ATen\ops\isreal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2585491Z copying torch\include\ATen\ops\isreal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2591927Z copying torch\include\ATen\ops\isreal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2598234Z copying torch\include\ATen\ops\isreal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2604944Z copying torch\include\ATen\ops\istft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2611871Z copying torch\include\ATen\ops\istft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2618687Z copying torch\include\ATen\ops\istft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2625457Z copying torch\include\ATen\ops\istft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2632414Z copying torch\include\ATen\ops\is_coalesced.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2639032Z copying torch\include\ATen\ops\is_coalesced_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2645572Z copying torch\include\ATen\ops\is_coalesced_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2652087Z copying torch\include\ATen\ops\is_coalesced_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2661105Z copying torch\include\ATen\ops\is_complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2669718Z copying torch\include\ATen\ops\is_complex_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2679938Z copying torch\include\ATen\ops\is_complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2690444Z copying torch\include\ATen\ops\is_complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2701309Z copying torch\include\ATen\ops\is_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2709606Z copying torch\include\ATen\ops\is_conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2716745Z copying torch\include\ATen\ops\is_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2723703Z copying torch\include\ATen\ops\is_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2731608Z copying torch\include\ATen\ops\is_distributed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2739121Z copying torch\include\ATen\ops\is_distributed_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2747497Z copying torch\include\ATen\ops\is_distributed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2753831Z copying torch\include\ATen\ops\is_distributed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2761299Z copying torch\include\ATen\ops\is_floating_point.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2768858Z copying torch\include\ATen\ops\is_floating_point_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2775744Z copying torch\include\ATen\ops\is_floating_point_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2782494Z copying torch\include\ATen\ops\is_floating_point_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2789672Z copying torch\include\ATen\ops\is_inference.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2797077Z copying torch\include\ATen\ops\is_inference_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2803810Z copying torch\include\ATen\ops\is_inference_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2810221Z copying torch\include\ATen\ops\is_inference_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2816708Z copying torch\include\ATen\ops\is_leaf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2823381Z copying torch\include\ATen\ops\is_leaf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2830331Z copying torch\include\ATen\ops\is_leaf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2836732Z copying torch\include\ATen\ops\is_leaf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2843901Z copying torch\include\ATen\ops\is_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2850556Z copying torch\include\ATen\ops\is_neg_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2856925Z copying torch\include\ATen\ops\is_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2863642Z copying torch\include\ATen\ops\is_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2871447Z copying torch\include\ATen\ops\is_nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2878423Z copying torch\include\ATen\ops\is_nonzero_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2885039Z copying torch\include\ATen\ops\is_nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2891383Z copying torch\include\ATen\ops\is_nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2898514Z copying torch\include\ATen\ops\is_pinned.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2905995Z copying torch\include\ATen\ops\is_pinned_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2912777Z copying torch\include\ATen\ops\is_pinned_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2919495Z copying torch\include\ATen\ops\is_pinned_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2925988Z copying torch\include\ATen\ops\is_same_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2932773Z copying torch\include\ATen\ops\is_same_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2939679Z copying torch\include\ATen\ops\is_same_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2948270Z copying torch\include\ATen\ops\is_same_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2957647Z copying torch\include\ATen\ops\is_set_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2967383Z copying torch\include\ATen\ops\is_set_to_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2977795Z copying torch\include\ATen\ops\is_set_to_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2988504Z copying torch\include\ATen\ops\is_set_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.2996540Z copying torch\include\ATen\ops\is_set_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3003785Z copying torch\include\ATen\ops\is_signed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3011869Z copying torch\include\ATen\ops\is_signed_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3019514Z copying torch\include\ATen\ops\is_signed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3026189Z copying torch\include\ATen\ops\is_signed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3033823Z copying torch\include\ATen\ops\is_vulkan_available.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3041040Z copying torch\include\ATen\ops\is_vulkan_available_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3048084Z copying torch\include\ATen\ops\is_vulkan_available_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3054548Z copying torch\include\ATen\ops\is_vulkan_available_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3061352Z copying torch\include\ATen\ops\item.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3068292Z copying torch\include\ATen\ops\item_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3075294Z copying torch\include\ATen\ops\item_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3082063Z copying torch\include\ATen\ops\item_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3088451Z copying torch\include\ATen\ops\kaiser_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3095435Z copying torch\include\ATen\ops\kaiser_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3102240Z copying torch\include\ATen\ops\kaiser_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3109136Z copying torch\include\ATen\ops\kaiser_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3115984Z copying torch\include\ATen\ops\kl_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3123704Z copying torch\include\ATen\ops\kl_div_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3129695Z copying torch\include\ATen\ops\kl_div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3136613Z copying torch\include\ATen\ops\kl_div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3143193Z copying torch\include\ATen\ops\kron.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3150124Z copying torch\include\ATen\ops\kron_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3157157Z copying torch\include\ATen\ops\kron_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3163678Z copying torch\include\ATen\ops\kron_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3169968Z copying torch\include\ATen\ops\kthvalue.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3177138Z copying torch\include\ATen\ops\kthvalue_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3184286Z copying torch\include\ATen\ops\kthvalue_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3190853Z copying torch\include\ATen\ops\kthvalue_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3197553Z copying torch\include\ATen\ops\kthvalue_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3204342Z copying torch\include\ATen\ops\kthvalue_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3211111Z copying torch\include\ATen\ops\kthvalue_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3218076Z copying torch\include\ATen\ops\l1_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3225016Z copying torch\include\ATen\ops\l1_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3231836Z copying torch\include\ATen\ops\l1_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3238741Z copying torch\include\ATen\ops\l1_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3246655Z copying torch\include\ATen\ops\layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3254376Z copying torch\include\ATen\ops\layer_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3262012Z copying torch\include\ATen\ops\layer_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3269639Z copying torch\include\ATen\ops\layer_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3277002Z copying torch\include\ATen\ops\lcm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3284629Z copying torch\include\ATen\ops\lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3291846Z copying torch\include\ATen\ops\lcm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3300477Z copying torch\include\ATen\ops\lcm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3307735Z copying torch\include\ATen\ops\lcm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3314838Z copying torch\include\ATen\ops\lcm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3321981Z copying torch\include\ATen\ops\lcm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3329846Z copying torch\include\ATen\ops\lcm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3336819Z copying torch\include\ATen\ops\ldexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3344615Z copying torch\include\ATen\ops\ldexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3351771Z copying torch\include\ATen\ops\ldexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3361865Z copying torch\include\ATen\ops\ldexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3369529Z copying torch\include\ATen\ops\le.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3379564Z copying torch\include\ATen\ops\leaky_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3390404Z copying torch\include\ATen\ops\leaky_relu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3398065Z copying torch\include\ATen\ops\leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3405634Z copying torch\include\ATen\ops\leaky_relu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3413293Z copying torch\include\ATen\ops\leaky_relu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3421358Z copying torch\include\ATen\ops\leaky_relu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3429181Z copying torch\include\ATen\ops\leaky_relu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3436055Z copying torch\include\ATen\ops\leaky_relu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3465265Z copying torch\include\ATen\ops\leaky_relu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3473157Z copying torch\include\ATen\ops\leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3480530Z copying torch\include\ATen\ops\leaky_relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3487353Z copying torch\include\ATen\ops\leaky_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3493972Z copying torch\include\ATen\ops\leaky_relu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3500949Z copying torch\include\ATen\ops\leaky_relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3507924Z copying torch\include\ATen\ops\leaky_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3515183Z copying torch\include\ATen\ops\leaky_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3522075Z copying torch\include\ATen\ops\lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3528817Z copying torch\include\ATen\ops\lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3535477Z copying torch\include\ATen\ops\lerp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3542215Z copying torch\include\ATen\ops\lerp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3548873Z copying torch\include\ATen\ops\lerp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3555739Z copying torch\include\ATen\ops\lerp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3562641Z copying torch\include\ATen\ops\lerp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3569135Z copying torch\include\ATen\ops\lerp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3575584Z copying torch\include\ATen\ops\less.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3582397Z copying torch\include\ATen\ops\less_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3588893Z copying torch\include\ATen\ops\less_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3595973Z copying torch\include\ATen\ops\less_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3602625Z copying torch\include\ATen\ops\less_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3609354Z copying torch\include\ATen\ops\less_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3616244Z copying torch\include\ATen\ops\less_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3622844Z copying torch\include\ATen\ops\less_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3629646Z copying torch\include\ATen\ops\le_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3636346Z copying torch\include\ATen\ops\le_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3643207Z copying torch\include\ATen\ops\le_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3649888Z copying torch\include\ATen\ops\le_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3656415Z copying torch\include\ATen\ops\le_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3664263Z copying torch\include\ATen\ops\le_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3671233Z copying torch\include\ATen\ops\le_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3678421Z copying torch\include\ATen\ops\lgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3686162Z copying torch\include\ATen\ops\lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3693803Z copying torch\include\ATen\ops\lgamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3701275Z copying torch\include\ATen\ops\lgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3709402Z copying torch\include\ATen\ops\lgamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3716635Z copying torch\include\ATen\ops\lgamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3724250Z copying torch\include\ATen\ops\lgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3731520Z copying torch\include\ATen\ops\lgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3739247Z copying torch\include\ATen\ops\lift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3746986Z copying torch\include\ATen\ops\lift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3753974Z copying torch\include\ATen\ops\lift_fresh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3761503Z copying torch\include\ATen\ops\lift_fresh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3769092Z copying torch\include\ATen\ops\lift_fresh_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3777438Z copying torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3785051Z copying torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3792683Z copying torch\include\ATen\ops\lift_fresh_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3800535Z copying torch\include\ATen\ops\lift_fresh_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3807895Z copying torch\include\ATen\ops\lift_fresh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3819700Z copying torch\include\ATen\ops\lift_fresh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3824260Z copying torch\include\ATen\ops\lift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3831290Z copying torch\include\ATen\ops\lift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3839084Z copying torch\include\ATen\ops\linalg_cholesky.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3846755Z copying torch\include\ATen\ops\linalg_cholesky_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3854115Z copying torch\include\ATen\ops\linalg_cholesky_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3865350Z copying torch\include\ATen\ops\linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3875490Z copying torch\include\ATen\ops\linalg_cholesky_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3883254Z copying torch\include\ATen\ops\linalg_cholesky_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3890421Z copying torch\include\ATen\ops\linalg_cholesky_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3898211Z copying torch\include\ATen\ops\linalg_cholesky_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3906045Z copying torch\include\ATen\ops\linalg_cholesky_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3913461Z copying torch\include\ATen\ops\linalg_cholesky_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3920630Z copying torch\include\ATen\ops\linalg_cholesky_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3928017Z copying torch\include\ATen\ops\linalg_cholesky_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3934810Z copying torch\include\ATen\ops\linalg_cond.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3942073Z copying torch\include\ATen\ops\linalg_cond_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3948766Z copying torch\include\ATen\ops\linalg_cond_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3955617Z copying torch\include\ATen\ops\linalg_cond_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3962847Z copying torch\include\ATen\ops\linalg_cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3970036Z copying torch\include\ATen\ops\linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3976676Z copying torch\include\ATen\ops\linalg_cross_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3983656Z copying torch\include\ATen\ops\linalg_cross_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3990735Z copying torch\include\ATen\ops\linalg_cross_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.3997657Z copying torch\include\ATen\ops\linalg_cross_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4004552Z copying torch\include\ATen\ops\linalg_cross_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4011299Z copying torch\include\ATen\ops\linalg_cross_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4018572Z copying torch\include\ATen\ops\linalg_det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4025941Z copying torch\include\ATen\ops\linalg_det_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4032611Z copying torch\include\ATen\ops\linalg_det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4039162Z copying torch\include\ATen\ops\linalg_det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4045952Z copying torch\include\ATen\ops\linalg_diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4053772Z copying torch\include\ATen\ops\linalg_diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4060624Z copying torch\include\ATen\ops\linalg_diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4067091Z copying torch\include\ATen\ops\linalg_diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4073671Z copying torch\include\ATen\ops\linalg_eig.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4080322Z copying torch\include\ATen\ops\linalg_eigh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4087337Z copying torch\include\ATen\ops\linalg_eigh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4094980Z copying torch\include\ATen\ops\linalg_eigh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4102058Z copying torch\include\ATen\ops\linalg_eigh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4108952Z copying torch\include\ATen\ops\linalg_eigvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4115901Z copying torch\include\ATen\ops\linalg_eigvalsh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4123158Z copying torch\include\ATen\ops\linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4130160Z copying torch\include\ATen\ops\linalg_eigvalsh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4137055Z copying torch\include\ATen\ops\linalg_eigvalsh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4144419Z copying torch\include\ATen\ops\linalg_eigvals_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4151755Z copying torch\include\ATen\ops\linalg_eigvals_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4158747Z copying torch\include\ATen\ops\linalg_eigvals_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4166259Z copying torch\include\ATen\ops\linalg_eigvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4173093Z copying torch\include\ATen\ops\linalg_eigvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4180070Z copying torch\include\ATen\ops\linalg_eig_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4187108Z copying torch\include\ATen\ops\linalg_eig_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4194052Z copying torch\include\ATen\ops\linalg_eig_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4201258Z copying torch\include\ATen\ops\linalg_eig_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4208268Z copying torch\include\ATen\ops\linalg_householder_product.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4215356Z copying torch\include\ATen\ops\linalg_householder_product_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4222949Z copying torch\include\ATen\ops\linalg_householder_product_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4229870Z copying torch\include\ATen\ops\linalg_householder_product_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4236861Z copying torch\include\ATen\ops\linalg_householder_product_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4244261Z copying torch\include\ATen\ops\linalg_inv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4251964Z copying torch\include\ATen\ops\linalg_inv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4258714Z copying torch\include\ATen\ops\linalg_inv_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4266113Z copying torch\include\ATen\ops\linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4272854Z copying torch\include\ATen\ops\linalg_inv_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4279899Z copying torch\include\ATen\ops\linalg_inv_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4286974Z copying torch\include\ATen\ops\linalg_inv_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4293913Z copying torch\include\ATen\ops\linalg_inv_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4300870Z copying torch\include\ATen\ops\linalg_inv_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4307835Z copying torch\include\ATen\ops\linalg_inv_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4314780Z copying torch\include\ATen\ops\linalg_inv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4321410Z copying torch\include\ATen\ops\linalg_inv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4328659Z copying torch\include\ATen\ops\linalg_ldl_factor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4335833Z copying torch\include\ATen\ops\linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4344099Z copying torch\include\ATen\ops\linalg_ldl_factor_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4351548Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4358490Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4365488Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4375407Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4383379Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4390803Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4398541Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4405712Z copying torch\include\ATen\ops\linalg_ldl_factor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4413274Z copying torch\include\ATen\ops\linalg_ldl_factor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4420145Z copying torch\include\ATen\ops\linalg_ldl_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4428126Z copying torch\include\ATen\ops\linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4435113Z copying torch\include\ATen\ops\linalg_ldl_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4442059Z copying torch\include\ATen\ops\linalg_ldl_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4448853Z copying torch\include\ATen\ops\linalg_ldl_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4455873Z copying torch\include\ATen\ops\linalg_ldl_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4463573Z copying torch\include\ATen\ops\linalg_ldl_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4470255Z copying torch\include\ATen\ops\linalg_ldl_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4477921Z copying torch\include\ATen\ops\linalg_lstsq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4484940Z copying torch\include\ATen\ops\linalg_lstsq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4491693Z copying torch\include\ATen\ops\linalg_lstsq_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4498478Z copying torch\include\ATen\ops\linalg_lstsq_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4505723Z copying torch\include\ATen\ops\linalg_lstsq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4512502Z copying torch\include\ATen\ops\linalg_lstsq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4519872Z copying torch\include\ATen\ops\linalg_lu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4527095Z copying torch\include\ATen\ops\linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4533959Z copying torch\include\ATen\ops\linalg_lu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4540908Z copying torch\include\ATen\ops\linalg_lu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4547759Z copying torch\include\ATen\ops\linalg_lu_factor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4554839Z copying torch\include\ATen\ops\linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4561644Z copying torch\include\ATen\ops\linalg_lu_factor_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4568871Z copying torch\include\ATen\ops\linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4575819Z copying torch\include\ATen\ops\linalg_lu_factor_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4582641Z copying torch\include\ATen\ops\linalg_lu_factor_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4589561Z copying torch\include\ATen\ops\linalg_lu_factor_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4596474Z copying torch\include\ATen\ops\linalg_lu_factor_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4602973Z copying torch\include\ATen\ops\linalg_lu_factor_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4609591Z copying torch\include\ATen\ops\linalg_lu_factor_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4617212Z copying torch\include\ATen\ops\linalg_lu_factor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4624970Z copying torch\include\ATen\ops\linalg_lu_factor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4649780Z copying torch\include\ATen\ops\linalg_lu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4657204Z copying torch\include\ATen\ops\linalg_lu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4664623Z copying torch\include\ATen\ops\linalg_lu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4672212Z copying torch\include\ATen\ops\linalg_lu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4680386Z copying torch\include\ATen\ops\linalg_lu_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4687875Z copying torch\include\ATen\ops\linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4695326Z copying torch\include\ATen\ops\linalg_lu_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4703304Z copying torch\include\ATen\ops\linalg_lu_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4710734Z copying torch\include\ATen\ops\linalg_lu_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4718102Z copying torch\include\ATen\ops\linalg_lu_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4726194Z copying torch\include\ATen\ops\linalg_lu_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4734053Z copying torch\include\ATen\ops\linalg_lu_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4741883Z copying torch\include\ATen\ops\linalg_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4749464Z copying torch\include\ATen\ops\linalg_matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4757237Z copying torch\include\ATen\ops\linalg_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4764766Z copying torch\include\ATen\ops\linalg_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4772708Z copying torch\include\ATen\ops\linalg_matrix_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4780689Z copying torch\include\ATen\ops\linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4789000Z copying torch\include\ATen\ops\linalg_matrix_exp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4796521Z copying torch\include\ATen\ops\linalg_matrix_exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4803950Z copying torch\include\ATen\ops\linalg_matrix_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4811778Z copying torch\include\ATen\ops\linalg_matrix_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4819162Z copying torch\include\ATen\ops\linalg_matrix_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4826903Z copying torch\include\ATen\ops\linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4834180Z copying torch\include\ATen\ops\linalg_matrix_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4842243Z copying torch\include\ATen\ops\linalg_matrix_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4849634Z copying torch\include\ATen\ops\linalg_matrix_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4857399Z copying torch\include\ATen\ops\linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4866359Z copying torch\include\ATen\ops\linalg_matrix_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4875765Z copying torch\include\ATen\ops\linalg_matrix_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4883918Z copying torch\include\ATen\ops\linalg_matrix_rank.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4892028Z copying torch\include\ATen\ops\linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4899814Z copying torch\include\ATen\ops\linalg_matrix_rank_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4907210Z copying torch\include\ATen\ops\linalg_matrix_rank_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4914702Z copying torch\include\ATen\ops\linalg_multi_dot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4921859Z copying torch\include\ATen\ops\linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4928571Z copying torch\include\ATen\ops\linalg_multi_dot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4936365Z copying torch\include\ATen\ops\linalg_multi_dot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4943369Z copying torch\include\ATen\ops\linalg_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4950465Z copying torch\include\ATen\ops\linalg_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4957175Z copying torch\include\ATen\ops\linalg_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4964820Z copying torch\include\ATen\ops\linalg_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4971595Z copying torch\include\ATen\ops\linalg_pinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4978917Z copying torch\include\ATen\ops\linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4985975Z copying torch\include\ATen\ops\linalg_pinv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.4993311Z copying torch\include\ATen\ops\linalg_pinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5000079Z copying torch\include\ATen\ops\linalg_pinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5007025Z copying torch\include\ATen\ops\linalg_pinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5013998Z copying torch\include\ATen\ops\linalg_qr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5022197Z copying torch\include\ATen\ops\linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5028897Z copying torch\include\ATen\ops\linalg_qr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5036751Z copying torch\include\ATen\ops\linalg_qr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5043418Z copying torch\include\ATen\ops\linalg_qr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5050602Z copying torch\include\ATen\ops\linalg_qr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5058041Z copying torch\include\ATen\ops\linalg_qr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5064920Z copying torch\include\ATen\ops\linalg_qr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5071671Z copying torch\include\ATen\ops\linalg_slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5078806Z copying torch\include\ATen\ops\linalg_slogdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5085683Z copying torch\include\ATen\ops\linalg_slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5092538Z copying torch\include\ATen\ops\linalg_slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5099350Z copying torch\include\ATen\ops\linalg_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5106632Z copying torch\include\ATen\ops\linalg_solve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5113456Z copying torch\include\ATen\ops\linalg_solve_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5121277Z copying torch\include\ATen\ops\linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5128413Z copying torch\include\ATen\ops\linalg_solve_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5136115Z copying torch\include\ATen\ops\linalg_solve_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5143813Z copying torch\include\ATen\ops\linalg_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5151158Z copying torch\include\ATen\ops\linalg_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5158531Z copying torch\include\ATen\ops\linalg_solve_triangular.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5166277Z copying torch\include\ATen\ops\linalg_solve_triangular_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5174044Z copying torch\include\ATen\ops\linalg_solve_triangular_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5181620Z copying torch\include\ATen\ops\linalg_solve_triangular_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5189200Z copying torch\include\ATen\ops\linalg_solve_triangular_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5196937Z copying torch\include\ATen\ops\linalg_svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5204369Z copying torch\include\ATen\ops\linalg_svdvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5212023Z copying torch\include\ATen\ops\linalg_svdvals_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5219547Z copying torch\include\ATen\ops\linalg_svdvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5227319Z copying torch\include\ATen\ops\linalg_svdvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5234961Z copying torch\include\ATen\ops\linalg_svd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5242473Z copying torch\include\ATen\ops\linalg_svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5249729Z copying torch\include\ATen\ops\linalg_svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5257553Z copying torch\include\ATen\ops\linalg_tensorinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5265509Z copying torch\include\ATen\ops\linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5272786Z copying torch\include\ATen\ops\linalg_tensorinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5281125Z copying torch\include\ATen\ops\linalg_tensorinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5288732Z copying torch\include\ATen\ops\linalg_tensorsolve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5296454Z copying torch\include\ATen\ops\linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5304037Z copying torch\include\ATen\ops\linalg_tensorsolve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5311747Z copying torch\include\ATen\ops\linalg_tensorsolve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5319122Z copying torch\include\ATen\ops\linalg_vander.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5327152Z copying torch\include\ATen\ops\linalg_vander_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5335436Z copying torch\include\ATen\ops\linalg_vander_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5342827Z copying torch\include\ATen\ops\linalg_vander_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5350111Z copying torch\include\ATen\ops\linalg_vecdot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5358074Z copying torch\include\ATen\ops\linalg_vecdot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5392130Z copying torch\include\ATen\ops\linalg_vecdot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5399560Z copying torch\include\ATen\ops\linalg_vecdot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5407022Z copying torch\include\ATen\ops\linalg_vector_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5414853Z copying torch\include\ATen\ops\linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5422415Z copying torch\include\ATen\ops\linalg_vector_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5429240Z copying torch\include\ATen\ops\linalg_vector_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5436681Z copying torch\include\ATen\ops\linalg_vector_norm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5443652Z copying torch\include\ATen\ops\linalg_vector_norm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5450552Z copying torch\include\ATen\ops\linalg_vector_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5457272Z copying torch\include\ATen\ops\linalg_vector_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5465148Z copying torch\include\ATen\ops\linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5471758Z copying torch\include\ATen\ops\linear_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5478591Z copying torch\include\ATen\ops\linear_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5485104Z copying torch\include\ATen\ops\linear_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5491788Z copying torch\include\ATen\ops\linear_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5498854Z copying torch\include\ATen\ops\linear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5505905Z copying torch\include\ATen\ops\linear_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5512805Z copying torch\include\ATen\ops\linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5520110Z copying torch\include\ATen\ops\linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5526893Z copying torch\include\ATen\ops\linspace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5533752Z copying torch\include\ATen\ops\linspace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5540567Z copying torch\include\ATen\ops\linspace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5547391Z copying torch\include\ATen\ops\linspace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5554132Z copying torch\include\ATen\ops\linspace_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5561039Z copying torch\include\ATen\ops\linspace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5567752Z copying torch\include\ATen\ops\linspace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5574514Z copying torch\include\ATen\ops\log.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5580918Z copying torch\include\ATen\ops\log10.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5587622Z copying torch\include\ATen\ops\log10_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5594106Z copying torch\include\ATen\ops\log10_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5600767Z copying torch\include\ATen\ops\log10_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5607372Z copying torch\include\ATen\ops\log10_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5614077Z copying torch\include\ATen\ops\log10_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5622043Z copying torch\include\ATen\ops\log10_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5628613Z copying torch\include\ATen\ops\log10_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5635194Z copying torch\include\ATen\ops\log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5642024Z copying torch\include\ATen\ops\log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5648473Z copying torch\include\ATen\ops\log1p_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5654989Z copying torch\include\ATen\ops\log1p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5661901Z copying torch\include\ATen\ops\log1p_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5668499Z copying torch\include\ATen\ops\log1p_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5675221Z copying torch\include\ATen\ops\log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5681914Z copying torch\include\ATen\ops\log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5688632Z copying torch\include\ATen\ops\log2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5695365Z copying torch\include\ATen\ops\log2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5702050Z copying torch\include\ATen\ops\log2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5708671Z copying torch\include\ATen\ops\log2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5715914Z copying torch\include\ATen\ops\log2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5723045Z copying torch\include\ATen\ops\log2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5730248Z copying torch\include\ATen\ops\log2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5742952Z copying torch\include\ATen\ops\log2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5749800Z copying torch\include\ATen\ops\logaddexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5757466Z copying torch\include\ATen\ops\logaddexp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5765481Z copying torch\include\ATen\ops\logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5772656Z copying torch\include\ATen\ops\logaddexp2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5780575Z copying torch\include\ATen\ops\logaddexp2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5788123Z copying torch\include\ATen\ops\logaddexp2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5795448Z copying torch\include\ATen\ops\logaddexp2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5802816Z copying torch\include\ATen\ops\logaddexp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5810069Z copying torch\include\ATen\ops\logaddexp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5818311Z copying torch\include\ATen\ops\logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5825671Z copying torch\include\ATen\ops\logaddexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5833265Z copying torch\include\ATen\ops\logaddexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5841134Z copying torch\include\ATen\ops\logaddexp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5848567Z copying torch\include\ATen\ops\logaddexp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5855925Z copying torch\include\ATen\ops\logaddexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5863669Z copying torch\include\ATen\ops\logaddexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5873617Z copying torch\include\ATen\ops\logcumsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5884524Z copying torch\include\ATen\ops\logcumsumexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5895134Z copying torch\include\ATen\ops\logcumsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5904487Z copying torch\include\ATen\ops\logcumsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5912343Z copying torch\include\ATen\ops\logcumsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5920139Z copying torch\include\ATen\ops\logdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5927610Z copying torch\include\ATen\ops\logdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5934161Z copying torch\include\ATen\ops\logdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5941421Z copying torch\include\ATen\ops\logdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5948288Z copying torch\include\ATen\ops\logical_and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5956233Z copying torch\include\ATen\ops\logical_and_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5962921Z copying torch\include\ATen\ops\logical_and_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5969685Z copying torch\include\ATen\ops\logical_and_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5976495Z copying torch\include\ATen\ops\logical_and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5983601Z copying torch\include\ATen\ops\logical_and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5990741Z copying torch\include\ATen\ops\logical_not.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.5997842Z copying torch\include\ATen\ops\logical_not_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6004707Z copying torch\include\ATen\ops\logical_not_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6011495Z copying torch\include\ATen\ops\logical_not_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6018249Z copying torch\include\ATen\ops\logical_not_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6025660Z copying torch\include\ATen\ops\logical_not_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6032457Z copying torch\include\ATen\ops\logical_or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6039467Z copying torch\include\ATen\ops\logical_or_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6046111Z copying torch\include\ATen\ops\logical_or_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6053052Z copying torch\include\ATen\ops\logical_or_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6059929Z copying torch\include\ATen\ops\logical_or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6066658Z copying torch\include\ATen\ops\logical_or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6073363Z copying torch\include\ATen\ops\logical_xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6080450Z copying torch\include\ATen\ops\logical_xor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6087075Z copying torch\include\ATen\ops\logical_xor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6094072Z copying torch\include\ATen\ops\logical_xor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6101104Z copying torch\include\ATen\ops\logical_xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6107788Z copying torch\include\ATen\ops\logical_xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6114474Z copying torch\include\ATen\ops\logit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6120880Z copying torch\include\ATen\ops\logit_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6127988Z copying torch\include\ATen\ops\logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6135136Z copying torch\include\ATen\ops\logit_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6141995Z copying torch\include\ATen\ops\logit_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6148863Z copying torch\include\ATen\ops\logit_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6155755Z copying torch\include\ATen\ops\logit_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6162423Z copying torch\include\ATen\ops\logit_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6169573Z copying torch\include\ATen\ops\logit_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6176677Z copying torch\include\ATen\ops\logit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6184324Z copying torch\include\ATen\ops\logit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6192044Z copying torch\include\ATen\ops\logit_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6199684Z copying torch\include\ATen\ops\logit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6206852Z copying torch\include\ATen\ops\logit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6214064Z copying torch\include\ATen\ops\logspace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6222028Z copying torch\include\ATen\ops\logspace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6229419Z copying torch\include\ATen\ops\logspace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6236661Z copying torch\include\ATen\ops\logspace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6244394Z copying torch\include\ATen\ops\logspace_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6251375Z copying torch\include\ATen\ops\logspace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6258618Z copying torch\include\ATen\ops\logspace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6265671Z copying torch\include\ATen\ops\logsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6273876Z copying torch\include\ATen\ops\logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6281516Z copying torch\include\ATen\ops\logsumexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6289049Z copying torch\include\ATen\ops\logsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6296509Z copying torch\include\ATen\ops\logsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6304377Z copying torch\include\ATen\ops\logsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6312255Z copying torch\include\ATen\ops\log_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6319324Z copying torch\include\ATen\ops\log_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6326610Z copying torch\include\ATen\ops\log_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6334224Z copying torch\include\ATen\ops\log_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6341161Z copying torch\include\ATen\ops\log_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6350716Z copying torch\include\ATen\ops\log_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6358012Z copying torch\include\ATen\ops\log_normal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6366047Z copying torch\include\ATen\ops\log_normal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6375464Z copying torch\include\ATen\ops\log_normal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6385976Z copying torch\include\ATen\ops\log_normal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6394392Z copying torch\include\ATen\ops\log_normal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6401832Z copying torch\include\ATen\ops\log_normal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6409232Z copying torch\include\ATen\ops\log_normal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6416734Z copying torch\include\ATen\ops\log_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6423805Z copying torch\include\ATen\ops\log_sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6430737Z copying torch\include\ATen\ops\log_sigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6437379Z copying torch\include\ATen\ops\log_sigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6444790Z copying torch\include\ATen\ops\log_sigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6452324Z copying torch\include\ATen\ops\log_sigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6458905Z copying torch\include\ATen\ops\log_sigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6465964Z copying torch\include\ATen\ops\log_sigmoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6473826Z copying torch\include\ATen\ops\log_sigmoid_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6480787Z copying torch\include\ATen\ops\log_sigmoid_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6487624Z copying torch\include\ATen\ops\log_sigmoid_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6495831Z copying torch\include\ATen\ops\log_sigmoid_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6502216Z copying torch\include\ATen\ops\log_sigmoid_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6509071Z copying torch\include\ATen\ops\log_sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6515714Z copying torch\include\ATen\ops\log_sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6524104Z copying torch\include\ATen\ops\log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6531214Z copying torch\include\ATen\ops\log_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6538072Z copying torch\include\ATen\ops\log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6545073Z copying torch\include\ATen\ops\log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6553024Z copying torch\include\ATen\ops\log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6559723Z copying torch\include\ATen\ops\lshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6566367Z copying torch\include\ATen\ops\lshift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6573501Z copying torch\include\ATen\ops\lshift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6581029Z copying torch\include\ATen\ops\lshift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6587940Z copying torch\include\ATen\ops\lshift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6594688Z copying torch\include\ATen\ops\lshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6601654Z copying torch\include\ATen\ops\lshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6609404Z copying torch\include\ATen\ops\lstm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6615742Z copying torch\include\ATen\ops\lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6622902Z copying torch\include\ATen\ops\lstm_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6631510Z copying torch\include\ATen\ops\lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6643644Z copying torch\include\ATen\ops\lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6646469Z copying torch\include\ATen\ops\lstm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6655097Z copying torch\include\ATen\ops\lstm_mps_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6662840Z copying torch\include\ATen\ops\lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6670114Z copying torch\include\ATen\ops\lstm_mps_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6677792Z copying torch\include\ATen\ops\lstm_mps_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6686649Z copying torch\include\ATen\ops\lstm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6693598Z copying torch\include\ATen\ops\lstm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6700566Z copying torch\include\ATen\ops\lt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6709141Z copying torch\include\ATen\ops\lt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6716414Z copying torch\include\ATen\ops\lt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6723998Z copying torch\include\ATen\ops\lt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6731191Z copying torch\include\ATen\ops\lt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6739526Z copying torch\include\ATen\ops\lt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6747035Z copying torch\include\ATen\ops\lt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6754116Z copying torch\include\ATen\ops\lt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6761034Z copying torch\include\ATen\ops\lu_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6769749Z copying torch\include\ATen\ops\lu_solve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6776980Z copying torch\include\ATen\ops\lu_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6784265Z copying torch\include\ATen\ops\lu_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6791339Z copying torch\include\ATen\ops\lu_unpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6799494Z copying torch\include\ATen\ops\lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6807898Z copying torch\include\ATen\ops\lu_unpack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6815255Z copying torch\include\ATen\ops\lu_unpack_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6822627Z copying torch\include\ATen\ops\lu_unpack_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6830540Z copying torch\include\ATen\ops\lu_unpack_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6838854Z copying torch\include\ATen\ops\lu_unpack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6845961Z copying torch\include\ATen\ops\lu_unpack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6853492Z copying torch\include\ATen\ops\margin_ranking_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6861631Z copying torch\include\ATen\ops\margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6869602Z copying torch\include\ATen\ops\margin_ranking_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6878727Z copying torch\include\ATen\ops\margin_ranking_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6887396Z copying torch\include\ATen\ops\masked_fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6896008Z copying torch\include\ATen\ops\masked_fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6904991Z copying torch\include\ATen\ops\masked_fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6912538Z copying torch\include\ATen\ops\masked_fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6920245Z copying torch\include\ATen\ops\masked_fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6926972Z copying torch\include\ATen\ops\masked_fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6934447Z copying torch\include\ATen\ops\masked_fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.6999847Z copying torch\include\ATen\ops\masked_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7007048Z copying torch\include\ATen\ops\masked_scatter_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7207015Z copying torch\include\ATen\ops\masked_scatter_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7214490Z copying torch\include\ATen\ops\masked_scatter_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7222417Z copying torch\include\ATen\ops\masked_scatter_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7230159Z copying torch\include\ATen\ops\masked_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7237955Z copying torch\include\ATen\ops\masked_scatter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7245344Z copying torch\include\ATen\ops\masked_scatter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7253143Z copying torch\include\ATen\ops\masked_scatter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7265486Z copying torch\include\ATen\ops\masked_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7273819Z copying torch\include\ATen\ops\masked_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7281124Z copying torch\include\ATen\ops\masked_select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7290733Z copying torch\include\ATen\ops\masked_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7301790Z copying torch\include\ATen\ops\masked_select_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7310458Z copying torch\include\ATen\ops\masked_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7320784Z copying torch\include\ATen\ops\masked_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7328715Z copying torch\include\ATen\ops\masked_select_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7336303Z copying torch\include\ATen\ops\masked_select_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7344216Z copying torch\include\ATen\ops\masked_select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7351424Z copying torch\include\ATen\ops\masked_select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7358853Z copying torch\include\ATen\ops\matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7365473Z copying torch\include\ATen\ops\matmul_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7372989Z copying torch\include\ATen\ops\matmul_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7380054Z copying torch\include\ATen\ops\matmul_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7387345Z copying torch\include\ATen\ops\matmul_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7394709Z copying torch\include\ATen\ops\matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7401535Z copying torch\include\ATen\ops\matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7409891Z copying torch\include\ATen\ops\matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7420201Z copying torch\include\ATen\ops\matrix_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7430346Z copying torch\include\ATen\ops\matrix_exp_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7441753Z copying torch\include\ATen\ops\matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7453121Z copying torch\include\ATen\ops\matrix_exp_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7461104Z copying torch\include\ATen\ops\matrix_exp_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7469638Z copying torch\include\ATen\ops\matrix_exp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7477668Z copying torch\include\ATen\ops\matrix_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7485664Z copying torch\include\ATen\ops\matrix_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7496108Z copying torch\include\ATen\ops\matrix_H.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7506174Z copying torch\include\ATen\ops\matrix_H_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7516831Z copying torch\include\ATen\ops\matrix_H_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7526489Z copying torch\include\ATen\ops\matrix_H_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7534445Z copying torch\include\ATen\ops\matrix_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7597530Z copying torch\include\ATen\ops\matrix_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7604829Z copying torch\include\ATen\ops\matrix_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7611679Z copying torch\include\ATen\ops\matrix_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7618208Z copying torch\include\ATen\ops\max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7624919Z copying torch\include\ATen\ops\maximum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7632150Z copying torch\include\ATen\ops\maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7645622Z copying torch\include\ATen\ops\maximum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7652282Z copying torch\include\ATen\ops\maximum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7659545Z copying torch\include\ATen\ops\maximum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7666430Z copying torch\include\ATen\ops\maximum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7673154Z copying torch\include\ATen\ops\maximum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7679840Z copying torch\include\ATen\ops\maximum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7687141Z copying torch\include\ATen\ops\max_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7693894Z copying torch\include\ATen\ops\max_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7700820Z copying torch\include\ATen\ops\max_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7707430Z copying torch\include\ATen\ops\max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7713915Z copying torch\include\ATen\ops\max_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7720319Z copying torch\include\ATen\ops\max_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7726945Z copying torch\include\ATen\ops\max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7733662Z copying torch\include\ATen\ops\max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7740229Z copying torch\include\ATen\ops\max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7747178Z copying torch\include\ATen\ops\max_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7753784Z copying torch\include\ATen\ops\max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7761339Z copying torch\include\ATen\ops\max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7769060Z copying torch\include\ATen\ops\max_pool1d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7776834Z copying torch\include\ATen\ops\max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7784438Z copying torch\include\ATen\ops\max_pool1d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7791720Z copying torch\include\ATen\ops\max_pool1d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7799697Z copying torch\include\ATen\ops\max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7806879Z copying torch\include\ATen\ops\max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7814469Z copying torch\include\ATen\ops\max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7821914Z copying torch\include\ATen\ops\max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7829741Z copying torch\include\ATen\ops\max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7837471Z copying torch\include\ATen\ops\max_pool2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7844739Z copying torch\include\ATen\ops\max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7851775Z copying torch\include\ATen\ops\max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7859833Z copying torch\include\ATen\ops\max_pool2d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7867495Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7875352Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7885775Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7896420Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7907694Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7915680Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7923409Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7931236Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7939234Z copying torch\include\ATen\ops\max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7946814Z copying torch\include\ATen\ops\max_pool2d_with_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7953709Z copying torch\include\ATen\ops\max_pool2d_with_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7961069Z copying torch\include\ATen\ops\max_pool2d_with_indices_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7968510Z copying torch\include\ATen\ops\max_pool2d_with_indices_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7975308Z copying torch\include\ATen\ops\max_pool2d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7982263Z copying torch\include\ATen\ops\max_pool2d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7988951Z copying torch\include\ATen\ops\max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.7996641Z copying torch\include\ATen\ops\max_pool3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8003443Z copying torch\include\ATen\ops\max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8010147Z copying torch\include\ATen\ops\max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8017198Z copying torch\include\ATen\ops\max_pool3d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8024257Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8031589Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8038983Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8045972Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8052846Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8060102Z copying torch\include\ATen\ops\max_pool3d_with_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8067113Z copying torch\include\ATen\ops\max_pool3d_with_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8073928Z copying torch\include\ATen\ops\max_pool3d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8080742Z copying torch\include\ATen\ops\max_pool3d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8087441Z copying torch\include\ATen\ops\max_unpool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8094284Z copying torch\include\ATen\ops\max_unpool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8101164Z copying torch\include\ATen\ops\max_unpool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8108042Z copying torch\include\ATen\ops\max_unpool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8114795Z copying torch\include\ATen\ops\max_unpool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8121516Z copying torch\include\ATen\ops\max_unpool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8128342Z copying torch\include\ATen\ops\max_unpool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8135300Z copying torch\include\ATen\ops\max_unpool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8142275Z copying torch\include\ATen\ops\max_unpool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8149143Z copying torch\include\ATen\ops\max_unpool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8155981Z copying torch\include\ATen\ops\mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8162661Z copying torch\include\ATen\ops\mean_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8176814Z copying torch\include\ATen\ops\mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8184114Z copying torch\include\ATen\ops\mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8191193Z copying torch\include\ATen\ops\mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8198498Z copying torch\include\ATen\ops\mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8205845Z copying torch\include\ATen\ops\mean_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8213291Z copying torch\include\ATen\ops\mean_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8221092Z copying torch\include\ATen\ops\mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8228440Z copying torch\include\ATen\ops\mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8235337Z copying torch\include\ATen\ops\median.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8242483Z copying torch\include\ATen\ops\median_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8249912Z copying torch\include\ATen\ops\median_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8257323Z copying torch\include\ATen\ops\median_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8264882Z copying torch\include\ATen\ops\median_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8272283Z copying torch\include\ATen\ops\median_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8279532Z copying torch\include\ATen\ops\median_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8287516Z copying torch\include\ATen\ops\meshgrid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8294876Z copying torch\include\ATen\ops\meshgrid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8302241Z copying torch\include\ATen\ops\meshgrid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8309619Z copying torch\include\ATen\ops\meshgrid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8317269Z copying torch\include\ATen\ops\mH.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8324299Z copying torch\include\ATen\ops\mH_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8331657Z copying torch\include\ATen\ops\mH_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8338493Z copying torch\include\ATen\ops\mH_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8345406Z copying torch\include\ATen\ops\min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8352682Z copying torch\include\ATen\ops\minimum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8360251Z copying torch\include\ATen\ops\minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8367326Z copying torch\include\ATen\ops\minimum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8374608Z copying torch\include\ATen\ops\minimum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8382438Z copying torch\include\ATen\ops\minimum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8392781Z copying torch\include\ATen\ops\minimum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8401859Z copying torch\include\ATen\ops\minimum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8411836Z copying torch\include\ATen\ops\minimum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8420638Z copying torch\include\ATen\ops\min_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8427984Z copying torch\include\ATen\ops\min_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8435373Z copying torch\include\ATen\ops\min_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8443114Z copying torch\include\ATen\ops\min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8450129Z copying torch\include\ATen\ops\min_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8457165Z copying torch\include\ATen\ops\min_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8464420Z copying torch\include\ATen\ops\min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8471701Z copying torch\include\ATen\ops\min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8478187Z copying torch\include\ATen\ops\miopen_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8484864Z copying torch\include\ATen\ops\miopen_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8491893Z copying torch\include\ATen\ops\miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8498788Z copying torch\include\ATen\ops\miopen_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8506499Z copying torch\include\ATen\ops\miopen_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8513253Z copying torch\include\ATen\ops\miopen_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8520448Z copying torch\include\ATen\ops\miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8527145Z copying torch\include\ATen\ops\miopen_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8534357Z copying torch\include\ATen\ops\miopen_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8541747Z copying torch\include\ATen\ops\miopen_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8548440Z copying torch\include\ATen\ops\miopen_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8555346Z copying torch\include\ATen\ops\miopen_convolution_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8562240Z copying torch\include\ATen\ops\miopen_convolution_add_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8569129Z copying torch\include\ATen\ops\miopen_convolution_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8575922Z copying torch\include\ATen\ops\miopen_convolution_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8584220Z copying torch\include\ATen\ops\miopen_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8591213Z copying torch\include\ATen\ops\miopen_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8598391Z copying torch\include\ATen\ops\miopen_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8605309Z copying torch\include\ATen\ops\miopen_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8611795Z copying torch\include\ATen\ops\miopen_convolution_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8618858Z copying torch\include\ATen\ops\miopen_convolution_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8625810Z copying torch\include\ATen\ops\miopen_convolution_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8632804Z copying torch\include\ATen\ops\miopen_convolution_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8639605Z copying torch\include\ATen\ops\miopen_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8646911Z copying torch\include\ATen\ops\miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8654155Z copying torch\include\ATen\ops\miopen_convolution_transpose_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8661601Z copying torch\include\ATen\ops\miopen_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8669318Z copying torch\include\ATen\ops\miopen_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8676730Z copying torch\include\ATen\ops\miopen_depthwise_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8684578Z copying torch\include\ATen\ops\miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8691910Z copying torch\include\ATen\ops\miopen_depthwise_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8700232Z copying torch\include\ATen\ops\miopen_depthwise_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8707388Z copying torch\include\ATen\ops\miopen_depthwise_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8714321Z copying torch\include\ATen\ops\miopen_rnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8721729Z copying torch\include\ATen\ops\miopen_rnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8728656Z copying torch\include\ATen\ops\miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8742516Z copying torch\include\ATen\ops\miopen_rnn_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8745375Z copying torch\include\ATen\ops\miopen_rnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8752384Z copying torch\include\ATen\ops\miopen_rnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8760334Z copying torch\include\ATen\ops\miopen_rnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8767201Z copying torch\include\ATen\ops\miopen_rnn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8774184Z copying torch\include\ATen\ops\miopen_rnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8781302Z copying torch\include\ATen\ops\miopen_rnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8795566Z copying torch\include\ATen\ops\mish.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8802511Z copying torch\include\ATen\ops\mish_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8810470Z copying torch\include\ATen\ops\mish_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8818438Z copying torch\include\ATen\ops\mish_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8825814Z copying torch\include\ATen\ops\mish_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8833123Z copying torch\include\ATen\ops\mish_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8840439Z copying torch\include\ATen\ops\mish_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8848616Z copying torch\include\ATen\ops\mish_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8855726Z copying torch\include\ATen\ops\mish_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8863132Z copying torch\include\ATen\ops\mish_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8870352Z copying torch\include\ATen\ops\mish_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8878007Z copying torch\include\ATen\ops\mish_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8885750Z copying torch\include\ATen\ops\mish_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8894402Z copying torch\include\ATen\ops\mish_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8902896Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8912513Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8920863Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8928632Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8936159Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8943904Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8951405Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8958412Z copying torch\include\ATen\ops\mkldnn_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8965531Z copying torch\include\ATen\ops\mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8973477Z copying torch\include\ATen\ops\mkldnn_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8980621Z copying torch\include\ATen\ops\mkldnn_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8987071Z copying torch\include\ATen\ops\mkldnn_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.8993824Z copying torch\include\ATen\ops\mkldnn_linear_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9009117Z copying torch\include\ATen\ops\mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9015863Z copying torch\include\ATen\ops\mkldnn_linear_backward_input.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9023635Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9030290Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9037021Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9044204Z copying torch\include\ATen\ops\mkldnn_linear_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9051050Z copying torch\include\ATen\ops\mkldnn_linear_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9057872Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9065515Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9072158Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9079003Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9086036Z copying torch\include\ATen\ops\mkldnn_linear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9092794Z copying torch\include\ATen\ops\mkldnn_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9099843Z copying torch\include\ATen\ops\mkldnn_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9113521Z copying torch\include\ATen\ops\mkldnn_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9120373Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9127642Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9134389Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9141373Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9148346Z copying torch\include\ATen\ops\mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9155581Z copying torch\include\ATen\ops\mkldnn_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9162110Z copying torch\include\ATen\ops\mkldnn_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9168960Z copying torch\include\ATen\ops\mkldnn_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9175831Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9183020Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9189754Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9196861Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9204504Z copying torch\include\ATen\ops\mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9212157Z copying torch\include\ATen\ops\mkldnn_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9220009Z copying torch\include\ATen\ops\mkldnn_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9227367Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9235235Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9243324Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9250720Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9258130Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9266554Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9274635Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9282307Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9289726Z copying torch\include\ATen\ops\mkldnn_rnn_layer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9297605Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9305538Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9312982Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9320885Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9328587Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9336217Z copying torch\include\ATen\ops\mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9343640Z copying torch\include\ATen\ops\mkldnn_rnn_layer_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9351682Z copying torch\include\ATen\ops\mkldnn_rnn_layer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9359065Z copying torch\include\ATen\ops\mkldnn_rnn_layer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9366430Z copying torch\include\ATen\ops\mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9373715Z copying torch\include\ATen\ops\mm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9381629Z copying torch\include\ATen\ops\mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9388922Z copying torch\include\ATen\ops\mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9397949Z copying torch\include\ATen\ops\mm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9407446Z copying torch\include\ATen\ops\mm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9415399Z copying torch\include\ATen\ops\mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9422776Z copying torch\include\ATen\ops\mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9429871Z copying torch\include\ATen\ops\mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9437072Z copying torch\include\ATen\ops\mode_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9444086Z copying torch\include\ATen\ops\mode_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9451200Z copying torch\include\ATen\ops\mode_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9457775Z copying torch\include\ATen\ops\mode_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9465165Z copying torch\include\ATen\ops\mode_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9471719Z copying torch\include\ATen\ops\mode_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9478018Z copying torch\include\ATen\ops\moveaxis.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9484651Z copying torch\include\ATen\ops\moveaxis_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9491456Z copying torch\include\ATen\ops\moveaxis_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9498559Z copying torch\include\ATen\ops\moveaxis_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9505273Z copying torch\include\ATen\ops\movedim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9511849Z copying torch\include\ATen\ops\movedim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9518279Z copying torch\include\ATen\ops\movedim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9524794Z copying torch\include\ATen\ops\movedim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9531557Z copying torch\include\ATen\ops\mps_convolution_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9538514Z copying torch\include\ATen\ops\mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9545833Z copying torch\include\ATen\ops\mps_convolution_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9553484Z copying torch\include\ATen\ops\mps_convolution_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9560222Z copying torch\include\ATen\ops\mps_convolution_transpose_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9567453Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9574307Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9581560Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9588180Z copying torch\include\ATen\ops\mse_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9594691Z copying torch\include\ATen\ops\mse_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9601491Z copying torch\include\ATen\ops\mse_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9608336Z copying torch\include\ATen\ops\mse_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9615047Z copying torch\include\ATen\ops\mse_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9621912Z copying torch\include\ATen\ops\mse_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9629132Z copying torch\include\ATen\ops\mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9635889Z copying torch\include\ATen\ops\mse_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9642691Z copying torch\include\ATen\ops\mse_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9649791Z copying torch\include\ATen\ops\mse_loss_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9657528Z copying torch\include\ATen\ops\mse_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9665059Z copying torch\include\ATen\ops\mse_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9672362Z copying torch\include\ATen\ops\mse_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9680406Z copying torch\include\ATen\ops\msort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9687485Z copying torch\include\ATen\ops\msort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9694643Z copying torch\include\ATen\ops\msort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9701881Z copying torch\include\ATen\ops\msort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9708958Z copying torch\include\ATen\ops\mT.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9716477Z copying torch\include\ATen\ops\mT_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9723574Z copying torch\include\ATen\ops\mT_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9730517Z copying torch\include\ATen\ops\mT_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9737546Z copying torch\include\ATen\ops\mul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9744721Z copying torch\include\ATen\ops\multilabel_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9752716Z copying torch\include\ATen\ops\multilabel_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9760672Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9768024Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9775359Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9783468Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9791330Z copying torch\include\ATen\ops\multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9798700Z copying torch\include\ATen\ops\multilabel_margin_loss_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9807114Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9814657Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9822291Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9829990Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9837738Z copying torch\include\ATen\ops\multilabel_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9845221Z copying torch\include\ATen\ops\multilabel_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9852492Z copying torch\include\ATen\ops\multinomial.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9859945Z copying torch\include\ATen\ops\multinomial_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9867744Z copying torch\include\ATen\ops\multinomial_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9875381Z copying torch\include\ATen\ops\multinomial_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9883013Z copying torch\include\ATen\ops\multinomial_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9890336Z copying torch\include\ATen\ops\multiply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9898542Z copying torch\include\ATen\ops\multiply_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9909319Z copying torch\include\ATen\ops\multiply_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9917683Z copying torch\include\ATen\ops\multiply_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9924956Z copying torch\include\ATen\ops\multi_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9932791Z copying torch\include\ATen\ops\multi_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9940807Z copying torch\include\ATen\ops\multi_margin_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9947798Z copying torch\include\ATen\ops\multi_margin_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9955267Z copying torch\include\ATen\ops\multi_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9962219Z copying torch\include\ATen\ops\multi_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9969728Z copying torch\include\ATen\ops\multi_margin_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9976547Z copying torch\include\ATen\ops\multi_margin_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9983487Z copying torch\include\ATen\ops\multi_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9990391Z copying torch\include\ATen\ops\multi_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:33.9997674Z copying torch\include\ATen\ops\mul_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0005084Z copying torch\include\ATen\ops\mul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0011454Z copying torch\include\ATen\ops\mul_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0018036Z copying torch\include\ATen\ops\mul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0024742Z copying torch\include\ATen\ops\mul_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0030950Z copying torch\include\ATen\ops\mul_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0037790Z copying torch\include\ATen\ops\mul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0078090Z copying torch\include\ATen\ops\mul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0085013Z copying torch\include\ATen\ops\mv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0091938Z copying torch\include\ATen\ops\mvlgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0099120Z copying torch\include\ATen\ops\mvlgamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0106249Z copying torch\include\ATen\ops\mvlgamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0114328Z copying torch\include\ATen\ops\mvlgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0121775Z copying torch\include\ATen\ops\mvlgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0129133Z copying torch\include\ATen\ops\mvlgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0136669Z copying torch\include\ATen\ops\mv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0144136Z copying torch\include\ATen\ops\mv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0151456Z copying torch\include\ATen\ops\mv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0158340Z copying torch\include\ATen\ops\nanmean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0165508Z copying torch\include\ATen\ops\nanmean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0172508Z copying torch\include\ATen\ops\nanmean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0180672Z copying torch\include\ATen\ops\nanmean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0188078Z copying torch\include\ATen\ops\nanmedian.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0195482Z copying torch\include\ATen\ops\nanmedian_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0203464Z copying torch\include\ATen\ops\nanmedian_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0210760Z copying torch\include\ATen\ops\nanmedian_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0217972Z copying torch\include\ATen\ops\nanmedian_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0225523Z copying torch\include\ATen\ops\nanmedian_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0232849Z copying torch\include\ATen\ops\nanmedian_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0240744Z copying torch\include\ATen\ops\nanquantile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0248271Z copying torch\include\ATen\ops\nanquantile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0255436Z copying torch\include\ATen\ops\nanquantile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0262796Z copying torch\include\ATen\ops\nanquantile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0270418Z copying torch\include\ATen\ops\nansum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0277515Z copying torch\include\ATen\ops\nansum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0284790Z copying torch\include\ATen\ops\nansum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0291999Z copying torch\include\ATen\ops\nansum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0299465Z copying torch\include\ATen\ops\nansum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0307111Z copying torch\include\ATen\ops\nan_to_num.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0314669Z copying torch\include\ATen\ops\nan_to_num_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0321905Z copying torch\include\ATen\ops\nan_to_num_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0329268Z copying torch\include\ATen\ops\nan_to_num_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0337091Z copying torch\include\ATen\ops\nan_to_num_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0344639Z copying torch\include\ATen\ops\nan_to_num_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0352118Z copying torch\include\ATen\ops\narrow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0359285Z copying torch\include\ATen\ops\narrow_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0367016Z copying torch\include\ATen\ops\narrow_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0374706Z copying torch\include\ATen\ops\narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0381899Z copying torch\include\ATen\ops\narrow_copy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0389217Z copying torch\include\ATen\ops\narrow_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0397565Z copying torch\include\ATen\ops\narrow_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0405057Z copying torch\include\ATen\ops\narrow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0411759Z copying torch\include\ATen\ops\narrow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0419654Z copying torch\include\ATen\ops\native_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0425974Z copying torch\include\ATen\ops\native_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0433790Z copying torch\include\ATen\ops\native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0440683Z copying torch\include\ATen\ops\native_batch_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0447479Z copying torch\include\ATen\ops\native_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0454524Z copying torch\include\ATen\ops\native_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0461867Z copying torch\include\ATen\ops\native_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0468924Z copying torch\include\ATen\ops\native_batch_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0475760Z copying torch\include\ATen\ops\native_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0482621Z copying torch\include\ATen\ops\native_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0489514Z copying torch\include\ATen\ops\native_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0496492Z copying torch\include\ATen\ops\native_channel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0503729Z copying torch\include\ATen\ops\native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0510530Z copying torch\include\ATen\ops\native_channel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0517619Z copying torch\include\ATen\ops\native_channel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0525140Z copying torch\include\ATen\ops\native_channel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0531906Z copying torch\include\ATen\ops\native_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0538890Z copying torch\include\ATen\ops\native_dropout_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0546350Z copying torch\include\ATen\ops\native_dropout_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0553146Z copying torch\include\ATen\ops\native_dropout_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0560361Z copying torch\include\ATen\ops\native_dropout_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0567233Z copying torch\include\ATen\ops\native_dropout_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0574037Z copying torch\include\ATen\ops\native_dropout_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0581371Z copying torch\include\ATen\ops\native_dropout_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0588224Z copying torch\include\ATen\ops\native_dropout_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0594990Z copying torch\include\ATen\ops\native_dropout_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0602131Z copying torch\include\ATen\ops\native_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0608600Z copying torch\include\ATen\ops\native_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0615366Z copying torch\include\ATen\ops\native_group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0622441Z copying torch\include\ATen\ops\native_group_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0629967Z copying torch\include\ATen\ops\native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0636812Z copying torch\include\ATen\ops\native_group_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0643649Z copying torch\include\ATen\ops\native_group_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0650939Z copying torch\include\ATen\ops\native_group_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0657813Z copying torch\include\ATen\ops\native_group_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0665032Z copying torch\include\ATen\ops\native_group_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0672046Z copying torch\include\ATen\ops\native_group_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0678922Z copying torch\include\ATen\ops\native_group_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0685658Z copying torch\include\ATen\ops\native_group_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0692797Z copying torch\include\ATen\ops\native_group_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0699834Z copying torch\include\ATen\ops\native_layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0706745Z copying torch\include\ATen\ops\native_layer_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0714546Z copying torch\include\ATen\ops\native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0722502Z copying torch\include\ATen\ops\native_layer_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0730289Z copying torch\include\ATen\ops\native_layer_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0737861Z copying torch\include\ATen\ops\native_layer_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0745079Z copying torch\include\ATen\ops\native_layer_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0753263Z copying torch\include\ATen\ops\native_layer_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0761057Z copying torch\include\ATen\ops\native_layer_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0768448Z copying torch\include\ATen\ops\native_layer_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0775876Z copying torch\include\ATen\ops\native_layer_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0784110Z copying torch\include\ATen\ops\native_layer_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0791203Z copying torch\include\ATen\ops\native_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0798989Z copying torch\include\ATen\ops\native_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0806573Z copying torch\include\ATen\ops\native_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0814034Z copying torch\include\ATen\ops\native_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0821404Z copying torch\include\ATen\ops\ne.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0828392Z copying torch\include\ATen\ops\neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0835575Z copying torch\include\ATen\ops\negative.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0843392Z copying torch\include\ATen\ops\negative_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0850509Z copying torch\include\ATen\ops\negative_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0857706Z copying torch\include\ATen\ops\negative_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0865626Z copying torch\include\ATen\ops\neg_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0872960Z copying torch\include\ATen\ops\neg_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0880314Z copying torch\include\ATen\ops\neg_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0887497Z copying torch\include\ATen\ops\neg_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0894150Z copying torch\include\ATen\ops\neg_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0901400Z copying torch\include\ATen\ops\neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0908932Z copying torch\include\ATen\ops\neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0919545Z copying torch\include\ATen\ops\nested_to_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0928912Z copying torch\include\ATen\ops\nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0936247Z copying torch\include\ATen\ops\nested_to_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0944099Z copying torch\include\ATen\ops\nested_to_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0951643Z copying torch\include\ATen\ops\new_empty.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0958533Z copying torch\include\ATen\ops\new_empty_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0965820Z copying torch\include\ATen\ops\new_empty_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0972690Z copying torch\include\ATen\ops\new_empty_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0980342Z copying torch\include\ATen\ops\new_empty_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0987587Z copying torch\include\ATen\ops\new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.0994499Z copying torch\include\ATen\ops\new_empty_strided_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1001460Z copying torch\include\ATen\ops\new_empty_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1008140Z copying torch\include\ATen\ops\new_empty_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1015526Z copying torch\include\ATen\ops\new_full.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1022510Z copying torch\include\ATen\ops\new_full_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1029049Z copying torch\include\ATen\ops\new_full_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1036255Z copying torch\include\ATen\ops\new_full_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1042970Z copying torch\include\ATen\ops\new_ones.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1049721Z copying torch\include\ATen\ops\new_ones_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1056296Z copying torch\include\ATen\ops\new_ones_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1063653Z copying torch\include\ATen\ops\new_ones_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1070446Z copying torch\include\ATen\ops\new_zeros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1077304Z copying torch\include\ATen\ops\new_zeros_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1083948Z copying torch\include\ATen\ops\new_zeros_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1090602Z copying torch\include\ATen\ops\new_zeros_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1097154Z copying torch\include\ATen\ops\nextafter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1104289Z copying torch\include\ATen\ops\nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1110856Z copying torch\include\ATen\ops\nextafter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1117824Z copying torch\include\ATen\ops\nextafter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1124324Z copying torch\include\ATen\ops\nextafter_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1131221Z copying torch\include\ATen\ops\nextafter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1137919Z copying torch\include\ATen\ops\nextafter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1144734Z copying torch\include\ATen\ops\nextafter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1151804Z copying torch\include\ATen\ops\ne_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1158240Z copying torch\include\ATen\ops\ne_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1165288Z copying torch\include\ATen\ops\ne_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1179514Z copying torch\include\ATen\ops\ne_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1181303Z copying torch\include\ATen\ops\ne_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1188296Z copying torch\include\ATen\ops\ne_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1194773Z copying torch\include\ATen\ops\ne_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1201104Z copying torch\include\ATen\ops\nll_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1207445Z copying torch\include\ATen\ops\nll_loss2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1214165Z copying torch\include\ATen\ops\nll_loss2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1221562Z copying torch\include\ATen\ops\nll_loss2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1228831Z copying torch\include\ATen\ops\nll_loss2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1235667Z copying torch\include\ATen\ops\nll_loss2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1242538Z copying torch\include\ATen\ops\nll_loss2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1249540Z copying torch\include\ATen\ops\nll_loss2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1256158Z copying torch\include\ATen\ops\nll_loss2d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1263332Z copying torch\include\ATen\ops\nll_loss2d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1270106Z copying torch\include\ATen\ops\nll_loss2d_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1277020Z copying torch\include\ATen\ops\nll_loss2d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1283823Z copying torch\include\ATen\ops\nll_loss2d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1290539Z copying torch\include\ATen\ops\nll_loss2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1297177Z copying torch\include\ATen\ops\nll_loss2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1304110Z copying torch\include\ATen\ops\nll_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1311375Z copying torch\include\ATen\ops\nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1318503Z copying torch\include\ATen\ops\nll_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1325752Z copying torch\include\ATen\ops\nll_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1332467Z copying torch\include\ATen\ops\nll_loss_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1339351Z copying torch\include\ATen\ops\nll_loss_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1346170Z copying torch\include\ATen\ops\nll_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1353000Z copying torch\include\ATen\ops\nll_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1359975Z copying torch\include\ATen\ops\nll_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1367123Z copying torch\include\ATen\ops\nll_loss_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1374056Z copying torch\include\ATen\ops\nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1380850Z copying torch\include\ATen\ops\nll_loss_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1387677Z copying torch\include\ATen\ops\nll_loss_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1394537Z copying torch\include\ATen\ops\nll_loss_forward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1401492Z copying torch\include\ATen\ops\nll_loss_forward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1408547Z copying torch\include\ATen\ops\nll_loss_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1415387Z copying torch\include\ATen\ops\nll_loss_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1422998Z copying torch\include\ATen\ops\nll_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1429648Z copying torch\include\ATen\ops\nll_loss_nd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1437127Z copying torch\include\ATen\ops\nll_loss_nd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1443741Z copying torch\include\ATen\ops\nll_loss_nd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1450464Z copying torch\include\ATen\ops\nll_loss_nd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1457538Z copying torch\include\ATen\ops\nll_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1464385Z copying torch\include\ATen\ops\nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1470742Z copying torch\include\ATen\ops\nonzero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1477787Z copying torch\include\ATen\ops\nonzero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1484172Z copying torch\include\ATen\ops\nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1490753Z copying torch\include\ATen\ops\nonzero_numpy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1497753Z copying torch\include\ATen\ops\nonzero_numpy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1504972Z copying torch\include\ATen\ops\nonzero_numpy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1511404Z copying torch\include\ATen\ops\nonzero_numpy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1518048Z copying torch\include\ATen\ops\nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1527153Z copying torch\include\ATen\ops\nonzero_static.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1535111Z copying torch\include\ATen\ops\nonzero_static_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1545662Z copying torch\include\ATen\ops\nonzero_static_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1556538Z copying torch\include\ATen\ops\nonzero_static_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1564172Z copying torch\include\ATen\ops\nonzero_static_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1573336Z copying torch\include\ATen\ops\norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1581976Z copying torch\include\ATen\ops\normal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1589360Z copying torch\include\ATen\ops\normal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1596540Z copying torch\include\ATen\ops\normal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1603759Z copying torch\include\ATen\ops\normal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1611451Z copying torch\include\ATen\ops\normal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1619021Z copying torch\include\ATen\ops\normal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1626252Z copying torch\include\ATen\ops\normal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1634545Z copying torch\include\ATen\ops\norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1642045Z copying torch\include\ATen\ops\norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1649691Z copying torch\include\ATen\ops\norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1657107Z copying torch\include\ATen\ops\norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1664377Z copying torch\include\ATen\ops\norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1672232Z copying torch\include\ATen\ops\norm_except_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1679969Z copying torch\include\ATen\ops\norm_except_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1687356Z copying torch\include\ATen\ops\norm_except_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1694265Z copying torch\include\ATen\ops\norm_except_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1702240Z copying torch\include\ATen\ops\norm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1709558Z copying torch\include\ATen\ops\norm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1717184Z copying torch\include\ATen\ops\norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1724514Z copying torch\include\ATen\ops\norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1731467Z copying torch\include\ATen\ops\not_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1738613Z copying torch\include\ATen\ops\not_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1745590Z copying torch\include\ATen\ops\not_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1752787Z copying torch\include\ATen\ops\not_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1759509Z copying torch\include\ATen\ops\nuclear_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1766762Z copying torch\include\ATen\ops\nuclear_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1773350Z copying torch\include\ATen\ops\nuclear_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1780744Z copying torch\include\ATen\ops\nuclear_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1787850Z copying torch\include\ATen\ops\numpy_T.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1794271Z copying torch\include\ATen\ops\numpy_T_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1800763Z copying torch\include\ATen\ops\numpy_T_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1807093Z copying torch\include\ATen\ops\numpy_T_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1813996Z copying torch\include\ATen\ops\ones.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1820702Z copying torch\include\ATen\ops\ones_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1827276Z copying torch\include\ATen\ops\ones_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1834781Z copying torch\include\ATen\ops\ones_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1841377Z copying torch\include\ATen\ops\ones_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1848085Z copying torch\include\ATen\ops\ones_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1854922Z copying torch\include\ATen\ops\ones_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1862147Z copying torch\include\ATen\ops\ones_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1868407Z copying torch\include\ATen\ops\one_hot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1875371Z copying torch\include\ATen\ops\one_hot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1881396Z copying torch\include\ATen\ops\one_hot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1887686Z copying torch\include\ATen\ops\one_hot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1894368Z copying torch\include\ATen\ops\or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1900850Z copying torch\include\ATen\ops\orgqr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1907463Z copying torch\include\ATen\ops\orgqr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1913965Z copying torch\include\ATen\ops\orgqr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1920547Z copying torch\include\ATen\ops\orgqr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1927719Z copying torch\include\ATen\ops\ormqr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1933867Z copying torch\include\ATen\ops\ormqr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1944301Z copying torch\include\ATen\ops\ormqr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1951927Z copying torch\include\ATen\ops\ormqr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1962362Z copying torch\include\ATen\ops\ormqr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1972897Z copying torch\include\ATen\ops\or_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1982994Z copying torch\include\ATen\ops\or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1992798Z copying torch\include\ATen\ops\or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.1999827Z copying torch\include\ATen\ops\outer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2007111Z copying torch\include\ATen\ops\outer_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2014185Z copying torch\include\ATen\ops\outer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2021610Z copying torch\include\ATen\ops\outer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2028926Z copying torch\include\ATen\ops\output_nr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2035503Z copying torch\include\ATen\ops\output_nr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2042053Z copying torch\include\ATen\ops\output_nr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2049203Z copying torch\include\ATen\ops\output_nr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2055754Z copying torch\include\ATen\ops\pad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2062419Z copying torch\include\ATen\ops\pad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2069416Z copying torch\include\ATen\ops\pad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2076382Z copying torch\include\ATen\ops\pad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2082921Z copying torch\include\ATen\ops\pad_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2089885Z copying torch\include\ATen\ops\pad_sequence_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2096447Z copying torch\include\ATen\ops\pad_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2103172Z copying torch\include\ATen\ops\pad_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2109816Z copying torch\include\ATen\ops\pairwise_distance.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2116742Z copying torch\include\ATen\ops\pairwise_distance_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2123512Z copying torch\include\ATen\ops\pairwise_distance_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2130706Z copying torch\include\ATen\ops\pairwise_distance_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2137516Z copying torch\include\ATen\ops\pdist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2144082Z copying torch\include\ATen\ops\pdist_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2150690Z copying torch\include\ATen\ops\pdist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2157033Z copying torch\include\ATen\ops\pdist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2163646Z copying torch\include\ATen\ops\permute.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2170072Z copying torch\include\ATen\ops\permute_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2176884Z copying torch\include\ATen\ops\permute_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2184959Z copying torch\include\ATen\ops\permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2191707Z copying torch\include\ATen\ops\permute_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2198307Z copying torch\include\ATen\ops\permute_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2205168Z copying torch\include\ATen\ops\permute_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2211777Z copying torch\include\ATen\ops\permute_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2218397Z copying torch\include\ATen\ops\permute_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2225137Z copying torch\include\ATen\ops\pinverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2232594Z copying torch\include\ATen\ops\pinverse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2239099Z copying torch\include\ATen\ops\pinverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2245349Z copying torch\include\ATen\ops\pinverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2251907Z copying torch\include\ATen\ops\pin_memory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2258941Z copying torch\include\ATen\ops\pin_memory_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2265884Z copying torch\include\ATen\ops\pin_memory_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2272439Z copying torch\include\ATen\ops\pin_memory_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2279196Z copying torch\include\ATen\ops\pixel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2286272Z copying torch\include\ATen\ops\pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2292996Z copying torch\include\ATen\ops\pixel_shuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2299675Z copying torch\include\ATen\ops\pixel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2306380Z copying torch\include\ATen\ops\pixel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2313497Z copying torch\include\ATen\ops\pixel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2319923Z copying torch\include\ATen\ops\pixel_unshuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2327343Z copying torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2334961Z copying torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2342611Z copying torch\include\ATen\ops\pixel_unshuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2349929Z copying torch\include\ATen\ops\pixel_unshuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2357274Z copying torch\include\ATen\ops\pixel_unshuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2364719Z copying torch\include\ATen\ops\poisson.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2372456Z copying torch\include\ATen\ops\poisson_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2379759Z copying torch\include\ATen\ops\poisson_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2387033Z copying torch\include\ATen\ops\poisson_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2394242Z copying torch\include\ATen\ops\poisson_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2402146Z copying torch\include\ATen\ops\poisson_nll_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2410259Z copying torch\include\ATen\ops\poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2419528Z copying torch\include\ATen\ops\poisson_nll_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2430190Z copying torch\include\ATen\ops\poisson_nll_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2440381Z copying torch\include\ATen\ops\poisson_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2450754Z copying torch\include\ATen\ops\polar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2458276Z copying torch\include\ATen\ops\polar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2466181Z copying torch\include\ATen\ops\polar_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2473618Z copying torch\include\ATen\ops\polar_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2480936Z copying torch\include\ATen\ops\polar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2487649Z copying torch\include\ATen\ops\polar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2495343Z copying torch\include\ATen\ops\polygamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2502667Z copying torch\include\ATen\ops\polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2510057Z copying torch\include\ATen\ops\polygamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2516769Z copying torch\include\ATen\ops\polygamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2523474Z copying torch\include\ATen\ops\polygamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2530134Z copying torch\include\ATen\ops\polygamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2537938Z copying torch\include\ATen\ops\polygamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2545047Z copying torch\include\ATen\ops\polygamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2551751Z copying torch\include\ATen\ops\polygamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2558372Z copying torch\include\ATen\ops\positive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2564780Z copying torch\include\ATen\ops\positive_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2571827Z copying torch\include\ATen\ops\positive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2578286Z copying torch\include\ATen\ops\positive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2584908Z copying torch\include\ATen\ops\pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2591675Z copying torch\include\ATen\ops\pow_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2598313Z copying torch\include\ATen\ops\pow_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2604933Z copying torch\include\ATen\ops\pow_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2611465Z copying torch\include\ATen\ops\pow_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2617806Z copying torch\include\ATen\ops\pow_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2624549Z copying torch\include\ATen\ops\pow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2631118Z copying torch\include\ATen\ops\pow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2637581Z copying torch\include\ATen\ops\prelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2643971Z copying torch\include\ATen\ops\prelu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2650809Z copying torch\include\ATen\ops\prelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2657076Z copying torch\include\ATen\ops\prelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2663745Z copying torch\include\ATen\ops\prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2670498Z copying torch\include\ATen\ops\prod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2677194Z copying torch\include\ATen\ops\prod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2684379Z copying torch\include\ATen\ops\prod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2691109Z copying torch\include\ATen\ops\prod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2697782Z copying torch\include\ATen\ops\prod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2704643Z copying torch\include\ATen\ops\prod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2711350Z copying torch\include\ATen\ops\prod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2717889Z copying torch\include\ATen\ops\prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2724721Z copying torch\include\ATen\ops\prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2731737Z copying torch\include\ATen\ops\promote_types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2738603Z copying torch\include\ATen\ops\promote_types_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2745479Z copying torch\include\ATen\ops\promote_types_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2752049Z copying torch\include\ATen\ops\promote_types_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2758640Z copying torch\include\ATen\ops\put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2765279Z copying torch\include\ATen\ops\put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2772817Z copying torch\include\ATen\ops\put_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2779484Z copying torch\include\ATen\ops\put_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2786108Z copying torch\include\ATen\ops\put_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2793019Z copying torch\include\ATen\ops\put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2799809Z copying torch\include\ATen\ops\put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2806078Z copying torch\include\ATen\ops\qr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2812667Z copying torch\include\ATen\ops\qr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2819130Z copying torch\include\ATen\ops\qr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2825679Z copying torch\include\ATen\ops\qr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2832010Z copying torch\include\ATen\ops\qscheme.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2838217Z copying torch\include\ATen\ops\qscheme_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2844570Z copying torch\include\ATen\ops\qscheme_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2851360Z copying torch\include\ATen\ops\quantile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2858083Z copying torch\include\ATen\ops\quantile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2864819Z copying torch\include\ATen\ops\quantile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2881735Z copying torch\include\ATen\ops\quantile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2882642Z copying torch\include\ATen\ops\quantized_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2885383Z copying torch\include\ATen\ops\quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2892037Z copying torch\include\ATen\ops\quantized_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2899084Z copying torch\include\ATen\ops\quantized_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2906084Z copying torch\include\ATen\ops\quantized_gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2913169Z copying torch\include\ATen\ops\quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2919876Z copying torch\include\ATen\ops\quantized_gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2927293Z copying torch\include\ATen\ops\quantized_gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2933988Z copying torch\include\ATen\ops\quantized_lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2941121Z copying torch\include\ATen\ops\quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2948071Z copying torch\include\ATen\ops\quantized_lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2954835Z copying torch\include\ATen\ops\quantized_lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2961586Z copying torch\include\ATen\ops\quantized_max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2968813Z copying torch\include\ATen\ops\quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2975648Z copying torch\include\ATen\ops\quantized_max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2982500Z copying torch\include\ATen\ops\quantized_max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2989405Z copying torch\include\ATen\ops\quantized_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.2996535Z copying torch\include\ATen\ops\quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3003278Z copying torch\include\ATen\ops\quantized_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3010057Z copying torch\include\ATen\ops\quantized_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3016790Z copying torch\include\ATen\ops\quantized_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3024518Z copying torch\include\ATen\ops\quantized_max_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3035463Z copying torch\include\ATen\ops\quantized_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3043810Z copying torch\include\ATen\ops\quantized_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3055335Z copying torch\include\ATen\ops\quantized_rnn_relu_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3066069Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3073951Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3081703Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3089048Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3096839Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3104331Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3111966Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3119305Z copying torch\include\ATen\ops\quantize_per_channel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3127037Z copying torch\include\ATen\ops\quantize_per_channel_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3134785Z copying torch\include\ATen\ops\quantize_per_channel_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3142709Z copying torch\include\ATen\ops\quantize_per_channel_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3149970Z copying torch\include\ATen\ops\quantize_per_channel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3157300Z copying torch\include\ATen\ops\quantize_per_channel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3164873Z copying torch\include\ATen\ops\quantize_per_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3172797Z copying torch\include\ATen\ops\quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3180207Z copying torch\include\ATen\ops\quantize_per_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3187676Z copying torch\include\ATen\ops\quantize_per_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3195580Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3202863Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3210213Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3217124Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3225006Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3231889Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3238648Z copying torch\include\ATen\ops\quantize_per_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3245450Z copying torch\include\ATen\ops\quantize_per_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3252115Z copying torch\include\ATen\ops\q_per_channel_axis.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3259269Z copying torch\include\ATen\ops\q_per_channel_axis_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3265762Z copying torch\include\ATen\ops\q_per_channel_axis_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3272601Z copying torch\include\ATen\ops\q_per_channel_scales.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3279682Z copying torch\include\ATen\ops\q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3286443Z copying torch\include\ATen\ops\q_per_channel_scales_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3293126Z copying torch\include\ATen\ops\q_per_channel_scales_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3300209Z copying torch\include\ATen\ops\q_per_channel_zero_points.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3307431Z copying torch\include\ATen\ops\q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3315330Z copying torch\include\ATen\ops\q_per_channel_zero_points_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3322072Z copying torch\include\ATen\ops\q_per_channel_zero_points_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3328525Z copying torch\include\ATen\ops\q_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3334747Z copying torch\include\ATen\ops\q_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3341252Z copying torch\include\ATen\ops\q_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3347801Z copying torch\include\ATen\ops\q_zero_point.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3354381Z copying torch\include\ATen\ops\q_zero_point_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3361157Z copying torch\include\ATen\ops\q_zero_point_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3367757Z copying torch\include\ATen\ops\rad2deg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3374464Z copying torch\include\ATen\ops\rad2deg_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3380980Z copying torch\include\ATen\ops\rad2deg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3387505Z copying torch\include\ATen\ops\rad2deg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3394042Z copying torch\include\ATen\ops\rand.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3400777Z copying torch\include\ATen\ops\randint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3407971Z copying torch\include\ATen\ops\randint_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3415418Z copying torch\include\ATen\ops\randint_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3422376Z copying torch\include\ATen\ops\randint_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3429034Z copying torch\include\ATen\ops\randint_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3435730Z copying torch\include\ATen\ops\randint_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3442657Z copying torch\include\ATen\ops\randint_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3449128Z copying torch\include\ATen\ops\randint_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3455713Z copying torch\include\ATen\ops\randn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3462914Z copying torch\include\ATen\ops\randn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3470228Z copying torch\include\ATen\ops\randn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3476427Z copying torch\include\ATen\ops\randn_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3483304Z copying torch\include\ATen\ops\randn_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3490278Z copying torch\include\ATen\ops\randn_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3496890Z copying torch\include\ATen\ops\randn_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3504539Z copying torch\include\ATen\ops\randn_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3511855Z copying torch\include\ATen\ops\randn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3519147Z copying torch\include\ATen\ops\randn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3526612Z copying torch\include\ATen\ops\random.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3533495Z copying torch\include\ATen\ops\random_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3541146Z copying torch\include\ATen\ops\random_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3548602Z copying torch\include\ATen\ops\random_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3555979Z copying torch\include\ATen\ops\random_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3563226Z copying torch\include\ATen\ops\random_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3570000Z copying torch\include\ATen\ops\random_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3577249Z copying torch\include\ATen\ops\randperm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3584258Z copying torch\include\ATen\ops\randperm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3591115Z copying torch\include\ATen\ops\randperm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3597834Z copying torch\include\ATen\ops\randperm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3605225Z copying torch\include\ATen\ops\randperm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3611935Z copying torch\include\ATen\ops\randperm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3618806Z copying torch\include\ATen\ops\rand_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3625856Z copying torch\include\ATen\ops\rand_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3632161Z copying torch\include\ATen\ops\rand_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3639875Z copying torch\include\ATen\ops\rand_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3649493Z copying torch\include\ATen\ops\rand_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3655915Z copying torch\include\ATen\ops\rand_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3662794Z copying torch\include\ATen\ops\rand_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3669271Z copying torch\include\ATen\ops\rand_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3675732Z copying torch\include\ATen\ops\range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3682354Z copying torch\include\ATen\ops\range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3689629Z copying torch\include\ATen\ops\range_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3696985Z copying torch\include\ATen\ops\range_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3703774Z copying torch\include\ATen\ops\range_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3710478Z copying torch\include\ATen\ops\range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3717136Z copying torch\include\ATen\ops\range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3724004Z copying torch\include\ATen\ops\ravel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3730419Z copying torch\include\ATen\ops\ravel_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3737219Z copying torch\include\ATen\ops\ravel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3743749Z copying torch\include\ATen\ops\ravel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3750413Z copying torch\include\ATen\ops\real.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3756731Z copying torch\include\ATen\ops\real_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3763196Z copying torch\include\ATen\ops\real_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3769569Z copying torch\include\ATen\ops\real_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3775932Z copying torch\include\ATen\ops\reciprocal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3783364Z copying torch\include\ATen\ops\reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3790253Z copying torch\include\ATen\ops\reciprocal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3797209Z copying torch\include\ATen\ops\reciprocal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3805123Z copying torch\include\ATen\ops\reciprocal_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3812595Z copying torch\include\ATen\ops\reciprocal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3819834Z copying torch\include\ATen\ops\reciprocal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3827079Z copying torch\include\ATen\ops\reciprocal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3834794Z copying torch\include\ATen\ops\record_stream.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3842009Z copying torch\include\ATen\ops\record_stream_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3849823Z copying torch\include\ATen\ops\record_stream_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3856832Z copying torch\include\ATen\ops\record_stream_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3864222Z copying torch\include\ATen\ops\refine_names.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3872103Z copying torch\include\ATen\ops\refine_names_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3879378Z copying torch\include\ATen\ops\refine_names_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3886355Z copying torch\include\ATen\ops\refine_names_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3893874Z copying torch\include\ATen\ops\reflection_pad1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3901737Z copying torch\include\ATen\ops\reflection_pad1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3909690Z copying torch\include\ATen\ops\reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3916963Z copying torch\include\ATen\ops\reflection_pad1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3927208Z copying torch\include\ATen\ops\reflection_pad1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3937866Z copying torch\include\ATen\ops\reflection_pad1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3948060Z copying torch\include\ATen\ops\reflection_pad1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3955537Z copying torch\include\ATen\ops\reflection_pad1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3963110Z copying torch\include\ATen\ops\reflection_pad1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3971743Z copying torch\include\ATen\ops\reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3978503Z copying torch\include\ATen\ops\reflection_pad1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3986306Z copying torch\include\ATen\ops\reflection_pad1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.3993196Z copying torch\include\ATen\ops\reflection_pad1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4000823Z copying torch\include\ATen\ops\reflection_pad1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4007665Z copying torch\include\ATen\ops\reflection_pad1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4014495Z copying torch\include\ATen\ops\reflection_pad1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4021408Z copying torch\include\ATen\ops\reflection_pad2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4028225Z copying torch\include\ATen\ops\reflection_pad2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4036325Z copying torch\include\ATen\ops\reflection_pad2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4043215Z copying torch\include\ATen\ops\reflection_pad2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4050219Z copying torch\include\ATen\ops\reflection_pad2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4057331Z copying torch\include\ATen\ops\reflection_pad2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4064166Z copying torch\include\ATen\ops\reflection_pad2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4070970Z copying torch\include\ATen\ops\reflection_pad2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4078435Z copying torch\include\ATen\ops\reflection_pad2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4085257Z copying torch\include\ATen\ops\reflection_pad2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4092068Z copying torch\include\ATen\ops\reflection_pad3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4098986Z copying torch\include\ATen\ops\reflection_pad3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4106477Z copying torch\include\ATen\ops\reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4113448Z copying torch\include\ATen\ops\reflection_pad3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4120679Z copying torch\include\ATen\ops\reflection_pad3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4128034Z copying torch\include\ATen\ops\reflection_pad3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4135067Z copying torch\include\ATen\ops\reflection_pad3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4142332Z copying torch\include\ATen\ops\reflection_pad3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4149329Z copying torch\include\ATen\ops\reflection_pad3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4156500Z copying torch\include\ATen\ops\reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4163710Z copying torch\include\ATen\ops\reflection_pad3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4170569Z copying torch\include\ATen\ops\reflection_pad3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4177310Z copying torch\include\ATen\ops\reflection_pad3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4184270Z copying torch\include\ATen\ops\reflection_pad3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4191096Z copying torch\include\ATen\ops\reflection_pad3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4197828Z copying torch\include\ATen\ops\reflection_pad3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4204499Z copying torch\include\ATen\ops\relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4211072Z copying torch\include\ATen\ops\relu6.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4217741Z copying torch\include\ATen\ops\relu6_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4224340Z copying torch\include\ATen\ops\relu6_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4230732Z copying torch\include\ATen\ops\relu6_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4265292Z copying torch\include\ATen\ops\relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4272503Z copying torch\include\ATen\ops\relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4280175Z copying torch\include\ATen\ops\relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4287394Z copying torch\include\ATen\ops\relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4294698Z copying torch\include\ATen\ops\relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4301980Z copying torch\include\ATen\ops\relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4308803Z copying torch\include\ATen\ops\remainder.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4316738Z copying torch\include\ATen\ops\remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4324139Z copying torch\include\ATen\ops\remainder_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4331541Z copying torch\include\ATen\ops\remainder_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4338815Z copying torch\include\ATen\ops\remainder_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4346870Z copying torch\include\ATen\ops\remainder_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4354201Z copying torch\include\ATen\ops\remainder_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4361566Z copying torch\include\ATen\ops\remainder_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4368756Z copying torch\include\ATen\ops\remainder_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4376636Z copying torch\include\ATen\ops\rename.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4383685Z copying torch\include\ATen\ops\rename_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4390801Z copying torch\include\ATen\ops\rename_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4397923Z copying torch\include\ATen\ops\rename_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4405620Z copying torch\include\ATen\ops\renorm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4413750Z copying torch\include\ATen\ops\renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4421032Z copying torch\include\ATen\ops\renorm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4430506Z copying torch\include\ATen\ops\renorm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4440747Z copying torch\include\ATen\ops\renorm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4448695Z copying torch\include\ATen\ops\renorm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4456342Z copying torch\include\ATen\ops\renorm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4464082Z copying torch\include\ATen\ops\renorm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4471360Z copying torch\include\ATen\ops\repeat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4478149Z copying torch\include\ATen\ops\repeat_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4485268Z copying torch\include\ATen\ops\repeat_interleave.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4492299Z copying torch\include\ATen\ops\repeat_interleave_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4499942Z copying torch\include\ATen\ops\repeat_interleave_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4507515Z copying torch\include\ATen\ops\repeat_interleave_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4514473Z copying torch\include\ATen\ops\repeat_interleave_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4521223Z copying torch\include\ATen\ops\repeat_interleave_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4528138Z copying torch\include\ATen\ops\repeat_interleave_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4534804Z copying torch\include\ATen\ops\repeat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4541650Z copying torch\include\ATen\ops\repeat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4548414Z copying torch\include\ATen\ops\replication_pad1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4555190Z copying torch\include\ATen\ops\replication_pad1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4563268Z copying torch\include\ATen\ops\replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4570244Z copying torch\include\ATen\ops\replication_pad1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4577934Z copying torch\include\ATen\ops\replication_pad1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4584882Z copying torch\include\ATen\ops\replication_pad1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4591861Z copying torch\include\ATen\ops\replication_pad1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4598972Z copying torch\include\ATen\ops\replication_pad1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4605817Z copying torch\include\ATen\ops\replication_pad1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4613032Z copying torch\include\ATen\ops\replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4619793Z copying torch\include\ATen\ops\replication_pad1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4626770Z copying torch\include\ATen\ops\replication_pad1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4633554Z copying torch\include\ATen\ops\replication_pad1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4640843Z copying torch\include\ATen\ops\replication_pad1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4647374Z copying torch\include\ATen\ops\replication_pad1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4654125Z copying torch\include\ATen\ops\replication_pad1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4660979Z copying torch\include\ATen\ops\replication_pad2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4668025Z copying torch\include\ATen\ops\replication_pad2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4675370Z copying torch\include\ATen\ops\replication_pad2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4682756Z copying torch\include\ATen\ops\replication_pad2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4689887Z copying torch\include\ATen\ops\replication_pad2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4696652Z copying torch\include\ATen\ops\replication_pad2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4704133Z copying torch\include\ATen\ops\replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4710671Z copying torch\include\ATen\ops\replication_pad2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4717463Z copying torch\include\ATen\ops\replication_pad2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4724571Z copying torch\include\ATen\ops\replication_pad2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4732705Z copying torch\include\ATen\ops\replication_pad2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4740813Z copying torch\include\ATen\ops\replication_pad2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4748282Z copying torch\include\ATen\ops\replication_pad2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4755642Z copying torch\include\ATen\ops\replication_pad3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4763290Z copying torch\include\ATen\ops\replication_pad3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4771441Z copying torch\include\ATen\ops\replication_pad3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4779278Z copying torch\include\ATen\ops\replication_pad3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4786776Z copying torch\include\ATen\ops\replication_pad3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4794391Z copying torch\include\ATen\ops\replication_pad3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4802587Z copying torch\include\ATen\ops\replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4810171Z copying torch\include\ATen\ops\replication_pad3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4817470Z copying torch\include\ATen\ops\replication_pad3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4825713Z copying torch\include\ATen\ops\replication_pad3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4833441Z copying torch\include\ATen\ops\replication_pad3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4840676Z copying torch\include\ATen\ops\replication_pad3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4848442Z copying torch\include\ATen\ops\replication_pad3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4856031Z copying torch\include\ATen\ops\requires_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4863495Z copying torch\include\ATen\ops\requires_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4870997Z copying torch\include\ATen\ops\requires_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4878328Z copying torch\include\ATen\ops\requires_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4885865Z copying torch\include\ATen\ops\reshape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4892782Z copying torch\include\ATen\ops\reshape_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4900273Z copying torch\include\ATen\ops\reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4907710Z copying torch\include\ATen\ops\reshape_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4915575Z copying torch\include\ATen\ops\reshape_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4923172Z copying torch\include\ATen\ops\reshape_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4932884Z copying torch\include\ATen\ops\reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4943873Z copying torch\include\ATen\ops\reshape_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4951561Z copying torch\include\ATen\ops\reshape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4960029Z copying torch\include\ATen\ops\reshape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4967494Z copying torch\include\ATen\ops\resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4974881Z copying torch\include\ATen\ops\resize_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4981538Z copying torch\include\ATen\ops\resize_as_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4989209Z copying torch\include\ATen\ops\resize_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.4995882Z copying torch\include\ATen\ops\resize_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5003294Z copying torch\include\ATen\ops\resize_as_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5010475Z copying torch\include\ATen\ops\resize_as_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5017309Z copying torch\include\ATen\ops\resize_as_sparse_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5024200Z copying torch\include\ATen\ops\resize_as_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5032160Z copying torch\include\ATen\ops\resize_as_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5039231Z copying torch\include\ATen\ops\resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5045909Z copying torch\include\ATen\ops\resize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5052635Z copying torch\include\ATen\ops\resize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5059476Z copying torch\include\ATen\ops\resize_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5066223Z copying torch\include\ATen\ops\resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5072971Z copying torch\include\ATen\ops\resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5080076Z copying torch\include\ATen\ops\resolve_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5087529Z copying torch\include\ATen\ops\resolve_conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5094205Z copying torch\include\ATen\ops\resolve_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5100710Z copying torch\include\ATen\ops\resolve_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5107428Z copying torch\include\ATen\ops\resolve_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5114813Z copying torch\include\ATen\ops\resolve_neg_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5121529Z copying torch\include\ATen\ops\resolve_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5128054Z copying torch\include\ATen\ops\resolve_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5134944Z copying torch\include\ATen\ops\result_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5141899Z copying torch\include\ATen\ops\result_type_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5148468Z copying torch\include\ATen\ops\result_type_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5156029Z copying torch\include\ATen\ops\result_type_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5162389Z copying torch\include\ATen\ops\retains_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5169006Z copying torch\include\ATen\ops\retains_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5175637Z copying torch\include\ATen\ops\retains_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5182587Z copying torch\include\ATen\ops\retains_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5190167Z copying torch\include\ATen\ops\retain_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5197864Z copying torch\include\ATen\ops\retain_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5204721Z copying torch\include\ATen\ops\retain_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5212166Z copying torch\include\ATen\ops\retain_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5220077Z copying torch\include\ATen\ops\rms_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5227385Z copying torch\include\ATen\ops\rms_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5234573Z copying torch\include\ATen\ops\rms_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5241955Z copying torch\include\ATen\ops\rms_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5249403Z copying torch\include\ATen\ops\rnn_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5256557Z copying torch\include\ATen\ops\rnn_relu_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5264240Z copying torch\include\ATen\ops\rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5271236Z copying torch\include\ATen\ops\rnn_relu_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5278372Z copying torch\include\ATen\ops\rnn_relu_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5286483Z copying torch\include\ATen\ops\rnn_relu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5293977Z copying torch\include\ATen\ops\rnn_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5301424Z copying torch\include\ATen\ops\rnn_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5308418Z copying torch\include\ATen\ops\rnn_tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5315522Z copying torch\include\ATen\ops\rnn_tanh_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5323241Z copying torch\include\ATen\ops\rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5330480Z copying torch\include\ATen\ops\rnn_tanh_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5337935Z copying torch\include\ATen\ops\rnn_tanh_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5345640Z copying torch\include\ATen\ops\rnn_tanh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5353274Z copying torch\include\ATen\ops\rnn_tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5360562Z copying torch\include\ATen\ops\rnn_tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5367882Z copying torch\include\ATen\ops\roll.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5375134Z copying torch\include\ATen\ops\roll_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5382922Z copying torch\include\ATen\ops\roll_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5390217Z copying torch\include\ATen\ops\roll_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5397435Z copying torch\include\ATen\ops\roll_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5405142Z copying torch\include\ATen\ops\roll_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5411799Z copying torch\include\ATen\ops\rot90.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5419442Z copying torch\include\ATen\ops\rot90_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5426823Z copying torch\include\ATen\ops\rot90_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5435936Z copying torch\include\ATen\ops\rot90_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5444283Z copying torch\include\ATen\ops\round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5451939Z copying torch\include\ATen\ops\round_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5459426Z copying torch\include\ATen\ops\round_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5467138Z copying torch\include\ATen\ops\round_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5473718Z copying torch\include\ATen\ops\round_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5481330Z copying torch\include\ATen\ops\round_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5488736Z copying torch\include\ATen\ops\round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5496290Z copying torch\include\ATen\ops\round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5503332Z copying torch\include\ATen\ops\row_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5509734Z copying torch\include\ATen\ops\row_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5516360Z copying torch\include\ATen\ops\row_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5523806Z copying torch\include\ATen\ops\row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5530692Z copying torch\include\ATen\ops\row_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5537414Z copying torch\include\ATen\ops\row_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5544124Z copying torch\include\ATen\ops\row_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5550995Z copying torch\include\ATen\ops\row_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5557446Z copying torch\include\ATen\ops\row_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5564390Z copying torch\include\ATen\ops\row_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5571316Z copying torch\include\ATen\ops\row_stack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5577945Z copying torch\include\ATen\ops\row_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5584483Z copying torch\include\ATen\ops\row_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5591189Z copying torch\include\ATen\ops\rrelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5597873Z copying torch\include\ATen\ops\rrelu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5604278Z copying torch\include\ATen\ops\rrelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5611514Z copying torch\include\ATen\ops\rrelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5618573Z copying torch\include\ATen\ops\rrelu_with_noise.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5625280Z copying torch\include\ATen\ops\rrelu_with_noise_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5632466Z copying torch\include\ATen\ops\rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5639380Z copying torch\include\ATen\ops\rrelu_with_noise_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5646180Z copying torch\include\ATen\ops\rrelu_with_noise_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5653174Z copying torch\include\ATen\ops\rrelu_with_noise_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5660214Z copying torch\include\ATen\ops\rrelu_with_noise_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5666976Z copying torch\include\ATen\ops\rrelu_with_noise_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5673824Z copying torch\include\ATen\ops\rrelu_with_noise_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5680705Z copying torch\include\ATen\ops\rrelu_with_noise_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5687444Z copying torch\include\ATen\ops\rrelu_with_noise_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5694250Z copying torch\include\ATen\ops\rshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5701003Z copying torch\include\ATen\ops\rshift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5707744Z copying torch\include\ATen\ops\rshift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5714354Z copying torch\include\ATen\ops\rshift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5721074Z copying torch\include\ATen\ops\rshift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5727771Z copying torch\include\ATen\ops\rshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5734435Z copying torch\include\ATen\ops\rshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5742256Z copying torch\include\ATen\ops\rsqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5749996Z copying torch\include\ATen\ops\rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5757515Z copying torch\include\ATen\ops\rsqrt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5776058Z copying torch\include\ATen\ops\rsqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5783718Z copying torch\include\ATen\ops\rsqrt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5791323Z copying torch\include\ATen\ops\rsqrt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5798624Z copying torch\include\ATen\ops\rsqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5805802Z copying torch\include\ATen\ops\rsqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5813335Z copying torch\include\ATen\ops\rsub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5820838Z copying torch\include\ATen\ops\rsub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5828118Z copying torch\include\ATen\ops\rsub_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5835312Z copying torch\include\ATen\ops\rsub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5857066Z copying torch\include\ATen\ops\rsub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5864383Z copying torch\include\ATen\ops\rsub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5871285Z copying torch\include\ATen\ops\scalar_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5879163Z copying torch\include\ATen\ops\scalar_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5886428Z copying torch\include\ATen\ops\scalar_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5893629Z copying torch\include\ATen\ops\scalar_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5901378Z copying torch\include\ATen\ops\scaled_dot_product_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5909207Z copying torch\include\ATen\ops\scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5916676Z copying torch\include\ATen\ops\scaled_dot_product_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5924003Z copying torch\include\ATen\ops\scaled_dot_product_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5931569Z copying torch\include\ATen\ops\scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5941513Z copying torch\include\ATen\ops\scatter_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5951327Z copying torch\include\ATen\ops\scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5958886Z copying torch\include\ATen\ops\scatter_add_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5966264Z copying torch\include\ATen\ops\scatter_add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5974111Z copying torch\include\ATen\ops\scatter_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5981320Z copying torch\include\ATen\ops\scatter_add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5988849Z copying torch\include\ATen\ops\scatter_add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.5995642Z copying torch\include\ATen\ops\scatter_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6003455Z copying torch\include\ATen\ops\scatter_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6010548Z copying torch\include\ATen\ops\scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6017375Z copying torch\include\ATen\ops\scatter_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6024258Z copying torch\include\ATen\ops\scatter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6030945Z copying torch\include\ATen\ops\scatter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6038406Z copying torch\include\ATen\ops\scatter_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6045077Z copying torch\include\ATen\ops\scatter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6052423Z copying torch\include\ATen\ops\scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6059696Z copying torch\include\ATen\ops\scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6066537Z copying torch\include\ATen\ops\scatter_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6073772Z copying torch\include\ATen\ops\scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6080485Z copying torch\include\ATen\ops\scatter_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6087218Z copying torch\include\ATen\ops\scatter_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6094818Z copying torch\include\ATen\ops\scatter_reduce_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6101812Z copying torch\include\ATen\ops\scatter_reduce_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6113449Z copying torch\include\ATen\ops\scatter_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6117775Z copying torch\include\ATen\ops\scatter_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6124434Z copying torch\include\ATen\ops\searchsorted.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6131318Z copying torch\include\ATen\ops\searchsorted_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6137990Z copying torch\include\ATen\ops\searchsorted_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6144810Z copying torch\include\ATen\ops\searchsorted_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6152143Z copying torch\include\ATen\ops\searchsorted_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6158791Z copying torch\include\ATen\ops\segment_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6165633Z copying torch\include\ATen\ops\segment_reduce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6172103Z copying torch\include\ATen\ops\segment_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6178794Z copying torch\include\ATen\ops\segment_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6185518Z copying torch\include\ATen\ops\segment_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6193363Z copying torch\include\ATen\ops\segment_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6200290Z copying torch\include\ATen\ops\select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6206687Z copying torch\include\ATen\ops\select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6213797Z copying torch\include\ATen\ops\select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6220905Z copying torch\include\ATen\ops\select_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6227535Z copying torch\include\ATen\ops\select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6234312Z copying torch\include\ATen\ops\select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6241573Z copying torch\include\ATen\ops\select_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6248381Z copying torch\include\ATen\ops\select_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6254934Z copying torch\include\ATen\ops\select_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6262208Z copying torch\include\ATen\ops\select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6269115Z copying torch\include\ATen\ops\select_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6275725Z copying torch\include\ATen\ops\select_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6282505Z copying torch\include\ATen\ops\select_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6289570Z copying torch\include\ATen\ops\select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6296833Z copying torch\include\ATen\ops\select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6304759Z copying torch\include\ATen\ops\select_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6312683Z copying torch\include\ATen\ops\select_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6320112Z copying torch\include\ATen\ops\select_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6327891Z copying torch\include\ATen\ops\select_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6335686Z copying torch\include\ATen\ops\select_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6343036Z copying torch\include\ATen\ops\selu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6350202Z copying torch\include\ATen\ops\selu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6357330Z copying torch\include\ATen\ops\selu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6364632Z copying torch\include\ATen\ops\selu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6372027Z copying torch\include\ATen\ops\set.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6379326Z copying torch\include\ATen\ops\set_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6386497Z copying torch\include\ATen\ops\set_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6394200Z copying torch\include\ATen\ops\set_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6401525Z copying torch\include\ATen\ops\set_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6408612Z copying torch\include\ATen\ops\set_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6415769Z copying torch\include\ATen\ops\set_data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6422724Z copying torch\include\ATen\ops\set_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6429874Z copying torch\include\ATen\ops\set_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6438060Z copying torch\include\ATen\ops\set_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6448426Z copying torch\include\ATen\ops\set_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6458490Z copying torch\include\ATen\ops\set_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6466049Z copying torch\include\ATen\ops\sgn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6473568Z copying torch\include\ATen\ops\sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6480687Z copying torch\include\ATen\ops\sgn_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6488110Z copying torch\include\ATen\ops\sgn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6494630Z copying torch\include\ATen\ops\sgn_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6501565Z copying torch\include\ATen\ops\sgn_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.6508620Z copying torch\include\ATen\ops\sgn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9125882Z copying torch\include\ATen\ops\sgn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9133124Z copying torch\include\ATen\ops\sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9141615Z copying torch\include\ATen\ops\sigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9150327Z copying torch\include\ATen\ops\sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9158440Z copying torch\include\ATen\ops\sigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9166403Z copying torch\include\ATen\ops\sigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9174963Z copying torch\include\ATen\ops\sigmoid_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9184812Z copying torch\include\ATen\ops\sigmoid_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9194057Z copying torch\include\ATen\ops\sigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9202988Z copying torch\include\ATen\ops\sigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9212302Z copying torch\include\ATen\ops\sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9221641Z copying torch\include\ATen\ops\sigmoid_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9230742Z copying torch\include\ATen\ops\sigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9239743Z copying torch\include\ATen\ops\sigmoid_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9248127Z copying torch\include\ATen\ops\sigmoid_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9258048Z copying torch\include\ATen\ops\sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9266539Z copying torch\include\ATen\ops\sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9275710Z copying torch\include\ATen\ops\sign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9284170Z copying torch\include\ATen\ops\signbit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9292073Z copying torch\include\ATen\ops\signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9300996Z copying torch\include\ATen\ops\signbit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9309925Z copying torch\include\ATen\ops\signbit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9318800Z copying torch\include\ATen\ops\signbit_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9327126Z copying torch\include\ATen\ops\signbit_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9335783Z copying torch\include\ATen\ops\signbit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9344480Z copying torch\include\ATen\ops\signbit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9353350Z copying torch\include\ATen\ops\sign_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9362217Z copying torch\include\ATen\ops\sign_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9370711Z copying torch\include\ATen\ops\sign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9379203Z copying torch\include\ATen\ops\sign_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9387538Z copying torch\include\ATen\ops\sign_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9395809Z copying torch\include\ATen\ops\sign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9404353Z copying torch\include\ATen\ops\sign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9412274Z copying torch\include\ATen\ops\silu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9420188Z copying torch\include\ATen\ops\silu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9429780Z copying torch\include\ATen\ops\silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9438263Z copying torch\include\ATen\ops\silu_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9446147Z copying torch\include\ATen\ops\silu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9454145Z copying torch\include\ATen\ops\silu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9462854Z copying torch\include\ATen\ops\silu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9471227Z copying torch\include\ATen\ops\silu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9479016Z copying torch\include\ATen\ops\silu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9487139Z copying torch\include\ATen\ops\silu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9495477Z copying torch\include\ATen\ops\silu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9503029Z copying torch\include\ATen\ops\silu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9510549Z copying torch\include\ATen\ops\silu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9517898Z copying torch\include\ATen\ops\silu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9525103Z copying torch\include\ATen\ops\silu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9532390Z copying torch\include\ATen\ops\silu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9539777Z copying torch\include\ATen\ops\silu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9547002Z copying torch\include\ATen\ops\sin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9554317Z copying torch\include\ATen\ops\sinc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9561824Z copying torch\include\ATen\ops\sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9569847Z copying torch\include\ATen\ops\sinc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9578401Z copying torch\include\ATen\ops\sinc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9585927Z copying torch\include\ATen\ops\sinc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9593025Z copying torch\include\ATen\ops\sinc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9600379Z copying torch\include\ATen\ops\sinc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9607860Z copying torch\include\ATen\ops\sinc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9615190Z copying torch\include\ATen\ops\sinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9622940Z copying torch\include\ATen\ops\sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9630081Z copying torch\include\ATen\ops\sinh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9637751Z copying torch\include\ATen\ops\sinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9645404Z copying torch\include\ATen\ops\sinh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9652604Z copying torch\include\ATen\ops\sinh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9660689Z copying torch\include\ATen\ops\sinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9668190Z copying torch\include\ATen\ops\sinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9675587Z copying torch\include\ATen\ops\sin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9682816Z copying torch\include\ATen\ops\sin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9690175Z copying torch\include\ATen\ops\sin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9697392Z copying torch\include\ATen\ops\sin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9704624Z copying torch\include\ATen\ops\sin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9712013Z copying torch\include\ATen\ops\sin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9719287Z copying torch\include\ATen\ops\sin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9726275Z copying torch\include\ATen\ops\size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9734024Z copying torch\include\ATen\ops\size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9741349Z copying torch\include\ATen\ops\size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9748159Z copying torch\include\ATen\ops\size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9755611Z copying torch\include\ATen\ops\slice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9762326Z copying torch\include\ATen\ops\slice_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9769903Z copying torch\include\ATen\ops\slice_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9777004Z copying torch\include\ATen\ops\slice_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9784792Z copying torch\include\ATen\ops\slice_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9792339Z copying torch\include\ATen\ops\slice_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9799572Z copying torch\include\ATen\ops\slice_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9807517Z copying torch\include\ATen\ops\slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9815018Z copying torch\include\ATen\ops\slice_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9826507Z copying torch\include\ATen\ops\slice_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9833784Z copying torch\include\ATen\ops\slice_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9841514Z copying torch\include\ATen\ops\slice_inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9849062Z copying torch\include\ATen\ops\slice_inverse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9856533Z copying torch\include\ATen\ops\slice_inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9864122Z copying torch\include\ATen\ops\slice_inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9871373Z copying torch\include\ATen\ops\slice_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9878482Z copying torch\include\ATen\ops\slice_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9885828Z copying torch\include\ATen\ops\slice_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9893738Z copying torch\include\ATen\ops\slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9901191Z copying torch\include\ATen\ops\slice_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9908428Z copying torch\include\ATen\ops\slice_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9915659Z copying torch\include\ATen\ops\slice_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9922877Z copying torch\include\ATen\ops\slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9929973Z copying torch\include\ATen\ops\slogdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9936803Z copying torch\include\ATen\ops\slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9944224Z copying torch\include\ATen\ops\slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9951576Z copying torch\include\ATen\ops\slow_conv3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9959268Z copying torch\include\ATen\ops\slow_conv3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9966624Z copying torch\include\ATen\ops\slow_conv3d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9974409Z copying torch\include\ATen\ops\slow_conv3d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9982565Z copying torch\include\ATen\ops\slow_conv3d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9990770Z copying torch\include\ATen\ops\slow_conv3d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:34.9998709Z copying torch\include\ATen\ops\slow_conv3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0006058Z copying torch\include\ATen\ops\slow_conv3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0013426Z copying torch\include\ATen\ops\slow_conv_dilated2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0021172Z copying torch\include\ATen\ops\slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0028591Z copying torch\include\ATen\ops\slow_conv_dilated2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0035953Z copying torch\include\ATen\ops\slow_conv_dilated2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0043503Z copying torch\include\ATen\ops\slow_conv_dilated2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0050587Z copying torch\include\ATen\ops\slow_conv_dilated2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0058099Z copying torch\include\ATen\ops\slow_conv_dilated3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0065922Z copying torch\include\ATen\ops\slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0072837Z copying torch\include\ATen\ops\slow_conv_dilated3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0079881Z copying torch\include\ATen\ops\slow_conv_dilated3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0086985Z copying torch\include\ATen\ops\slow_conv_dilated3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0094311Z copying torch\include\ATen\ops\slow_conv_dilated3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0101411Z copying torch\include\ATen\ops\slow_conv_transpose2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0108829Z copying torch\include\ATen\ops\slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0115694Z copying torch\include\ATen\ops\slow_conv_transpose2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0122682Z copying torch\include\ATen\ops\slow_conv_transpose2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0130287Z copying torch\include\ATen\ops\slow_conv_transpose2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0137152Z copying torch\include\ATen\ops\slow_conv_transpose2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0144481Z copying torch\include\ATen\ops\slow_conv_transpose2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0151517Z copying torch\include\ATen\ops\slow_conv_transpose2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0158287Z copying torch\include\ATen\ops\slow_conv_transpose3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0165599Z copying torch\include\ATen\ops\slow_conv_transpose3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0172586Z copying torch\include\ATen\ops\slow_conv_transpose3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0179814Z copying torch\include\ATen\ops\slow_conv_transpose3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0187640Z copying torch\include\ATen\ops\slow_conv_transpose3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0194479Z copying torch\include\ATen\ops\smm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0201043Z copying torch\include\ATen\ops\smm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0207697Z copying torch\include\ATen\ops\smm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0214227Z copying torch\include\ATen\ops\smm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0220915Z copying torch\include\ATen\ops\smooth_l1_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0227980Z copying torch\include\ATen\ops\smooth_l1_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0235233Z copying torch\include\ATen\ops\smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0242692Z copying torch\include\ATen\ops\smooth_l1_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0250225Z copying torch\include\ATen\ops\smooth_l1_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0258356Z copying torch\include\ATen\ops\smooth_l1_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0266036Z copying torch\include\ATen\ops\smooth_l1_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0274624Z copying torch\include\ATen\ops\smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0282078Z copying torch\include\ATen\ops\smooth_l1_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0289819Z copying torch\include\ATen\ops\smooth_l1_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0298021Z copying torch\include\ATen\ops\smooth_l1_loss_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0306109Z copying torch\include\ATen\ops\smooth_l1_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0313599Z copying torch\include\ATen\ops\smooth_l1_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0321479Z copying torch\include\ATen\ops\smooth_l1_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0328865Z copying torch\include\ATen\ops\softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0336593Z copying torch\include\ATen\ops\softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0344369Z copying torch\include\ATen\ops\softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0351608Z copying torch\include\ATen\ops\softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0359514Z copying torch\include\ATen\ops\softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0367810Z copying torch\include\ATen\ops\softplus.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0374779Z copying torch\include\ATen\ops\softplus_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0382702Z copying torch\include\ATen\ops\softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0390181Z copying torch\include\ATen\ops\softplus_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0397833Z copying torch\include\ATen\ops\softplus_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0405110Z copying torch\include\ATen\ops\softplus_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0412691Z copying torch\include\ATen\ops\softplus_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0420372Z copying torch\include\ATen\ops\softplus_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0428191Z copying torch\include\ATen\ops\softplus_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0435863Z copying torch\include\ATen\ops\softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0443041Z copying torch\include\ATen\ops\softplus_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0450884Z copying torch\include\ATen\ops\softplus_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0458294Z copying torch\include\ATen\ops\softplus_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0467462Z copying torch\include\ATen\ops\softplus_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0482633Z copying torch\include\ATen\ops\softplus_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0491056Z copying torch\include\ATen\ops\softplus_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0498553Z copying torch\include\ATen\ops\softshrink.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0505772Z copying torch\include\ATen\ops\softshrink_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0513726Z copying torch\include\ATen\ops\softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0520426Z copying torch\include\ATen\ops\softshrink_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0528069Z copying torch\include\ATen\ops\softshrink_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0534960Z copying torch\include\ATen\ops\softshrink_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0542252Z copying torch\include\ATen\ops\softshrink_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0549314Z copying torch\include\ATen\ops\softshrink_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0556091Z copying torch\include\ATen\ops\softshrink_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0563914Z copying torch\include\ATen\ops\softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0570627Z copying torch\include\ATen\ops\softshrink_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0577433Z copying torch\include\ATen\ops\softshrink_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0584400Z copying torch\include\ATen\ops\softshrink_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0591270Z copying torch\include\ATen\ops\softshrink_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0598000Z copying torch\include\ATen\ops\softshrink_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0604738Z copying torch\include\ATen\ops\softshrink_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0611545Z copying torch\include\ATen\ops\soft_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0619033Z copying torch\include\ATen\ops\soft_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0626346Z copying torch\include\ATen\ops\soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0633296Z copying torch\include\ATen\ops\soft_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0640109Z copying torch\include\ATen\ops\soft_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0647068Z copying torch\include\ATen\ops\soft_margin_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0653851Z copying torch\include\ATen\ops\soft_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0660852Z copying torch\include\ATen\ops\soft_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0667573Z copying torch\include\ATen\ops\sort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0674508Z copying torch\include\ATen\ops\sort_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0681449Z copying torch\include\ATen\ops\sort_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0688333Z copying torch\include\ATen\ops\sort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0694913Z copying torch\include\ATen\ops\sort_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0701769Z copying torch\include\ATen\ops\sort_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0708505Z copying torch\include\ATen\ops\sort_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0715101Z copying torch\include\ATen\ops\sort_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0721784Z copying torch\include\ATen\ops\sort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0728538Z copying torch\include\ATen\ops\sort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0735280Z copying torch\include\ATen\ops\sparse_bsc_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0742296Z copying torch\include\ATen\ops\sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0748958Z copying torch\include\ATen\ops\sparse_bsc_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0755686Z copying torch\include\ATen\ops\sparse_bsc_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0762533Z copying torch\include\ATen\ops\sparse_bsr_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0769742Z copying torch\include\ATen\ops\sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0776666Z copying torch\include\ATen\ops\sparse_bsr_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0784540Z copying torch\include\ATen\ops\sparse_bsr_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0792011Z copying torch\include\ATen\ops\sparse_compressed_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0799860Z copying torch\include\ATen\ops\sparse_compressed_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0807126Z copying torch\include\ATen\ops\sparse_compressed_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0815055Z copying torch\include\ATen\ops\sparse_compressed_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0822843Z copying torch\include\ATen\ops\sparse_coo_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0830510Z copying torch\include\ATen\ops\sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0838853Z copying torch\include\ATen\ops\sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0846237Z copying torch\include\ATen\ops\sparse_coo_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0853573Z copying torch\include\ATen\ops\sparse_coo_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0861213Z copying torch\include\ATen\ops\sparse_csc_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0869471Z copying torch\include\ATen\ops\sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0876784Z copying torch\include\ATen\ops\sparse_csc_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0884218Z copying torch\include\ATen\ops\sparse_csc_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0891698Z copying torch\include\ATen\ops\sparse_csr_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0899838Z copying torch\include\ATen\ops\sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0907325Z copying torch\include\ATen\ops\sparse_csr_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0914835Z copying torch\include\ATen\ops\sparse_csr_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0922463Z copying torch\include\ATen\ops\sparse_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0930156Z copying torch\include\ATen\ops\sparse_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0937331Z copying torch\include\ATen\ops\sparse_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0944652Z copying torch\include\ATen\ops\sparse_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0952236Z copying torch\include\ATen\ops\sparse_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0960116Z copying torch\include\ATen\ops\sparse_mask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0967277Z copying torch\include\ATen\ops\sparse_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0977430Z copying torch\include\ATen\ops\sparse_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0987490Z copying torch\include\ATen\ops\sparse_resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.0995097Z copying torch\include\ATen\ops\sparse_resize_and_clear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1002965Z copying torch\include\ATen\ops\sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1010384Z copying torch\include\ATen\ops\sparse_resize_and_clear_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1017823Z copying torch\include\ATen\ops\sparse_resize_and_clear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1025843Z copying torch\include\ATen\ops\sparse_resize_and_clear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1032797Z copying torch\include\ATen\ops\sparse_resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1039958Z copying torch\include\ATen\ops\sparse_resize_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1047046Z copying torch\include\ATen\ops\sparse_resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1053761Z copying torch\include\ATen\ops\sparse_resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1060530Z copying torch\include\ATen\ops\sparse_sampled_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1067529Z copying torch\include\ATen\ops\sparse_sampled_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1075249Z copying torch\include\ATen\ops\sparse_sampled_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1081934Z copying torch\include\ATen\ops\special_airy_ai.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1089064Z copying torch\include\ATen\ops\special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1095808Z copying torch\include\ATen\ops\special_airy_ai_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1102466Z copying torch\include\ATen\ops\special_airy_ai_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1109136Z copying torch\include\ATen\ops\special_airy_ai_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1122118Z copying torch\include\ATen\ops\special_airy_ai_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1129122Z copying torch\include\ATen\ops\special_airy_ai_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1135769Z copying torch\include\ATen\ops\special_airy_ai_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1142566Z copying torch\include\ATen\ops\special_bessel_j0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1149731Z copying torch\include\ATen\ops\special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1156487Z copying torch\include\ATen\ops\special_bessel_j0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1163314Z copying torch\include\ATen\ops\special_bessel_j0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1203153Z copying torch\include\ATen\ops\special_bessel_j0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1209906Z copying torch\include\ATen\ops\special_bessel_j0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1216601Z copying torch\include\ATen\ops\special_bessel_j0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1223440Z copying torch\include\ATen\ops\special_bessel_j0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1230694Z copying torch\include\ATen\ops\special_bessel_j1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1237954Z copying torch\include\ATen\ops\special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1244846Z copying torch\include\ATen\ops\special_bessel_j1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1251656Z copying torch\include\ATen\ops\special_bessel_j1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1258503Z copying torch\include\ATen\ops\special_bessel_j1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1265406Z copying torch\include\ATen\ops\special_bessel_j1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1272260Z copying torch\include\ATen\ops\special_bessel_j1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1279547Z copying torch\include\ATen\ops\special_bessel_j1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1286928Z copying torch\include\ATen\ops\special_bessel_y0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1294272Z copying torch\include\ATen\ops\special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1301467Z copying torch\include\ATen\ops\special_bessel_y0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1308296Z copying torch\include\ATen\ops\special_bessel_y0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1315062Z copying torch\include\ATen\ops\special_bessel_y0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1321914Z copying torch\include\ATen\ops\special_bessel_y0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1328818Z copying torch\include\ATen\ops\special_bessel_y0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1335814Z copying torch\include\ATen\ops\special_bessel_y0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1343303Z copying torch\include\ATen\ops\special_bessel_y1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1350600Z copying torch\include\ATen\ops\special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1357382Z copying torch\include\ATen\ops\special_bessel_y1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1364315Z copying torch\include\ATen\ops\special_bessel_y1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1371181Z copying torch\include\ATen\ops\special_bessel_y1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1378231Z copying torch\include\ATen\ops\special_bessel_y1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1385969Z copying torch\include\ATen\ops\special_bessel_y1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1392497Z copying torch\include\ATen\ops\special_bessel_y1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1399824Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1407208Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1414103Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1421327Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1428264Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1435154Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1442159Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1455025Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1456548Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1463559Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1470963Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1478146Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1486635Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1504269Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1515128Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1526347Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1535347Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1543185Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1551719Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1559953Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1566984Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1575075Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1585028Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1592373Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1599351Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1606347Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1613147Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1621013Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1629121Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1636361Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1643381Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1650491Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1657247Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1664503Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1672034Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1678946Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1685754Z copying torch\include\ATen\ops\special_digamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1692917Z copying torch\include\ATen\ops\special_digamma_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1699677Z copying torch\include\ATen\ops\special_digamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1706802Z copying torch\include\ATen\ops\special_digamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1713590Z copying torch\include\ATen\ops\special_entr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1720840Z copying torch\include\ATen\ops\special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1727596Z copying torch\include\ATen\ops\special_entr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1734612Z copying torch\include\ATen\ops\special_entr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1741492Z copying torch\include\ATen\ops\special_entr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1748505Z copying torch\include\ATen\ops\special_entr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1755179Z copying torch\include\ATen\ops\special_entr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1761943Z copying torch\include\ATen\ops\special_entr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1768605Z copying torch\include\ATen\ops\special_erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1776611Z copying torch\include\ATen\ops\special_erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1783939Z copying torch\include\ATen\ops\special_erfcx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1791794Z copying torch\include\ATen\ops\special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1799159Z copying torch\include\ATen\ops\special_erfcx_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1807192Z copying torch\include\ATen\ops\special_erfcx_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1814582Z copying torch\include\ATen\ops\special_erfcx_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1822356Z copying torch\include\ATen\ops\special_erfcx_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1830141Z copying torch\include\ATen\ops\special_erfcx_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1837977Z copying torch\include\ATen\ops\special_erfcx_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1845634Z copying torch\include\ATen\ops\special_erfc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1853133Z copying torch\include\ATen\ops\special_erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1860812Z copying torch\include\ATen\ops\special_erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1868214Z copying torch\include\ATen\ops\special_erfinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1875887Z copying torch\include\ATen\ops\special_erfinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1883114Z copying torch\include\ATen\ops\special_erfinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1890453Z copying torch\include\ATen\ops\special_erfinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1898539Z copying torch\include\ATen\ops\special_erf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1906087Z copying torch\include\ATen\ops\special_erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1913147Z copying torch\include\ATen\ops\special_erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1920791Z copying torch\include\ATen\ops\special_exp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1928759Z copying torch\include\ATen\ops\special_exp2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1935963Z copying torch\include\ATen\ops\special_exp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1943334Z copying torch\include\ATen\ops\special_exp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1951137Z copying torch\include\ATen\ops\special_expit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1958949Z copying torch\include\ATen\ops\special_expit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1966383Z copying torch\include\ATen\ops\special_expit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1973467Z copying torch\include\ATen\ops\special_expit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1983805Z copying torch\include\ATen\ops\special_expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.1992716Z copying torch\include\ATen\ops\special_expm1_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2000393Z copying torch\include\ATen\ops\special_expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2007782Z copying torch\include\ATen\ops\special_expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2016045Z copying torch\include\ATen\ops\special_gammainc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2023034Z copying torch\include\ATen\ops\special_gammaincc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2030790Z copying torch\include\ATen\ops\special_gammaincc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2037811Z copying torch\include\ATen\ops\special_gammaincc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2045068Z copying torch\include\ATen\ops\special_gammaincc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2052430Z copying torch\include\ATen\ops\special_gammainc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2059586Z copying torch\include\ATen\ops\special_gammainc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2066420Z copying torch\include\ATen\ops\special_gammainc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2073649Z copying torch\include\ATen\ops\special_gammaln.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2081955Z copying torch\include\ATen\ops\special_gammaln_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2088784Z copying torch\include\ATen\ops\special_gammaln_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2095615Z copying torch\include\ATen\ops\special_gammaln_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2102712Z copying torch\include\ATen\ops\special_hermite_polynomial_h.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2109584Z copying torch\include\ATen\ops\special_hermite_polynomial_he.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2117167Z copying torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2124219Z copying torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2131463Z copying torch\include\ATen\ops\special_hermite_polynomial_he_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2138299Z copying torch\include\ATen\ops\special_hermite_polynomial_he_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2145614Z copying torch\include\ATen\ops\special_hermite_polynomial_he_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2152737Z copying torch\include\ATen\ops\special_hermite_polynomial_he_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2159617Z copying torch\include\ATen\ops\special_hermite_polynomial_he_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2166515Z copying torch\include\ATen\ops\special_hermite_polynomial_he_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2173899Z copying torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2181049Z copying torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2188120Z copying torch\include\ATen\ops\special_hermite_polynomial_h_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2195170Z copying torch\include\ATen\ops\special_hermite_polynomial_h_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2201967Z copying torch\include\ATen\ops\special_hermite_polynomial_h_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2209038Z copying torch\include\ATen\ops\special_hermite_polynomial_h_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2216228Z copying torch\include\ATen\ops\special_hermite_polynomial_h_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2223450Z copying torch\include\ATen\ops\special_hermite_polynomial_h_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2230486Z copying torch\include\ATen\ops\special_i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2239276Z copying torch\include\ATen\ops\special_i0e.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2249781Z copying torch\include\ATen\ops\special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2259657Z copying torch\include\ATen\ops\special_i0e_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2269752Z copying torch\include\ATen\ops\special_i0e_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2279793Z copying torch\include\ATen\ops\special_i0e_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2290116Z copying torch\include\ATen\ops\special_i0e_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2298205Z copying torch\include\ATen\ops\special_i0e_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2312771Z copying torch\include\ATen\ops\special_i0e_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2321082Z copying torch\include\ATen\ops\special_i0_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2328738Z copying torch\include\ATen\ops\special_i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2336616Z copying torch\include\ATen\ops\special_i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2344312Z copying torch\include\ATen\ops\special_i1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2351818Z copying torch\include\ATen\ops\special_i1e.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2360194Z copying torch\include\ATen\ops\special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2367719Z copying torch\include\ATen\ops\special_i1e_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2375704Z copying torch\include\ATen\ops\special_i1e_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2383501Z copying torch\include\ATen\ops\special_i1e_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2391120Z copying torch\include\ATen\ops\special_i1e_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2398442Z copying torch\include\ATen\ops\special_i1e_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2406331Z copying torch\include\ATen\ops\special_i1e_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2415100Z copying torch\include\ATen\ops\special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2422280Z copying torch\include\ATen\ops\special_i1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2429798Z copying torch\include\ATen\ops\special_i1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2437214Z copying torch\include\ATen\ops\special_i1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2445489Z copying torch\include\ATen\ops\special_i1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2453080Z copying torch\include\ATen\ops\special_i1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2460859Z copying torch\include\ATen\ops\special_i1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2468878Z copying torch\include\ATen\ops\special_laguerre_polynomial_l.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2478690Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2488710Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2496439Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2504479Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2512448Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2519849Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2527833Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2534727Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2542474Z copying torch\include\ATen\ops\special_legendre_polynomial_p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2550010Z copying torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2557636Z copying torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2565109Z copying torch\include\ATen\ops\special_legendre_polynomial_p_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2572802Z copying torch\include\ATen\ops\special_legendre_polynomial_p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2580047Z copying torch\include\ATen\ops\special_legendre_polynomial_p_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2587162Z copying torch\include\ATen\ops\special_legendre_polynomial_p_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2594392Z copying torch\include\ATen\ops\special_legendre_polynomial_p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2601548Z copying torch\include\ATen\ops\special_legendre_polynomial_p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2608721Z copying torch\include\ATen\ops\special_log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2615885Z copying torch\include\ATen\ops\special_log1p_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2622969Z copying torch\include\ATen\ops\special_log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2632049Z copying torch\include\ATen\ops\special_log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2641159Z copying torch\include\ATen\ops\special_logit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2650600Z copying torch\include\ATen\ops\special_logit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2661569Z copying torch\include\ATen\ops\special_logit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2673014Z copying torch\include\ATen\ops\special_logit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2683672Z copying torch\include\ATen\ops\special_logsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2692642Z copying torch\include\ATen\ops\special_logsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2700739Z copying torch\include\ATen\ops\special_logsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2708680Z copying torch\include\ATen\ops\special_logsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2716353Z copying torch\include\ATen\ops\special_log_ndtr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2724334Z copying torch\include\ATen\ops\special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2731097Z copying torch\include\ATen\ops\special_log_ndtr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2738224Z copying torch\include\ATen\ops\special_log_ndtr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2746449Z copying torch\include\ATen\ops\special_log_ndtr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2753489Z copying torch\include\ATen\ops\special_log_ndtr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2760424Z copying torch\include\ATen\ops\special_log_ndtr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2767841Z copying torch\include\ATen\ops\special_log_ndtr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2775346Z copying torch\include\ATen\ops\special_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2782760Z copying torch\include\ATen\ops\special_log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2790053Z copying torch\include\ATen\ops\special_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2796839Z copying torch\include\ATen\ops\special_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2803739Z copying torch\include\ATen\ops\special_modified_bessel_i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2811133Z copying torch\include\ATen\ops\special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2818378Z copying torch\include\ATen\ops\special_modified_bessel_i0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2826449Z copying torch\include\ATen\ops\special_modified_bessel_i0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2833647Z copying torch\include\ATen\ops\special_modified_bessel_i0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2840616Z copying torch\include\ATen\ops\special_modified_bessel_i0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2848132Z copying torch\include\ATen\ops\special_modified_bessel_i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2855299Z copying torch\include\ATen\ops\special_modified_bessel_i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2862461Z copying torch\include\ATen\ops\special_modified_bessel_i1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2869967Z copying torch\include\ATen\ops\special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2877157Z copying torch\include\ATen\ops\special_modified_bessel_i1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2884097Z copying torch\include\ATen\ops\special_modified_bessel_i1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2891292Z copying torch\include\ATen\ops\special_modified_bessel_i1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2898334Z copying torch\include\ATen\ops\special_modified_bessel_i1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2905393Z copying torch\include\ATen\ops\special_modified_bessel_i1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2912557Z copying torch\include\ATen\ops\special_modified_bessel_i1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2919715Z copying torch\include\ATen\ops\special_modified_bessel_k0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2928822Z copying torch\include\ATen\ops\special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2938882Z copying torch\include\ATen\ops\special_modified_bessel_k0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2950262Z copying torch\include\ATen\ops\special_modified_bessel_k0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2961935Z copying torch\include\ATen\ops\special_modified_bessel_k0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2972685Z copying torch\include\ATen\ops\special_modified_bessel_k0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2980716Z copying torch\include\ATen\ops\special_modified_bessel_k0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2988159Z copying torch\include\ATen\ops\special_modified_bessel_k0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.2996656Z copying torch\include\ATen\ops\special_modified_bessel_k1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3004628Z copying torch\include\ATen\ops\special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3012433Z copying torch\include\ATen\ops\special_modified_bessel_k1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3020223Z copying torch\include\ATen\ops\special_modified_bessel_k1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3028171Z copying torch\include\ATen\ops\special_modified_bessel_k1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3035851Z copying torch\include\ATen\ops\special_modified_bessel_k1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3042806Z copying torch\include\ATen\ops\special_modified_bessel_k1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3049789Z copying torch\include\ATen\ops\special_modified_bessel_k1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3057783Z copying torch\include\ATen\ops\special_multigammaln.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3065340Z copying torch\include\ATen\ops\special_multigammaln_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3072990Z copying torch\include\ATen\ops\special_multigammaln_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3079700Z copying torch\include\ATen\ops\special_multigammaln_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3086367Z copying torch\include\ATen\ops\special_ndtr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3093255Z copying torch\include\ATen\ops\special_ndtri.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3100602Z copying torch\include\ATen\ops\special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3108095Z copying torch\include\ATen\ops\special_ndtri_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3115916Z copying torch\include\ATen\ops\special_ndtri_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3122686Z copying torch\include\ATen\ops\special_ndtri_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3129788Z copying torch\include\ATen\ops\special_ndtri_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3136983Z copying torch\include\ATen\ops\special_ndtri_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3144586Z copying torch\include\ATen\ops\special_ndtri_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3152141Z copying torch\include\ATen\ops\special_ndtr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3158939Z copying torch\include\ATen\ops\special_ndtr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3165512Z copying torch\include\ATen\ops\special_ndtr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3172430Z copying torch\include\ATen\ops\special_polygamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3180013Z copying torch\include\ATen\ops\special_polygamma_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3186861Z copying torch\include\ATen\ops\special_polygamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3193623Z copying torch\include\ATen\ops\special_polygamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3200596Z copying torch\include\ATen\ops\special_psi.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3207554Z copying torch\include\ATen\ops\special_psi_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3214663Z copying torch\include\ATen\ops\special_psi_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3221668Z copying torch\include\ATen\ops\special_psi_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3228405Z copying torch\include\ATen\ops\special_round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3235575Z copying torch\include\ATen\ops\special_round_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3242271Z copying torch\include\ATen\ops\special_round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3249919Z copying torch\include\ATen\ops\special_round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3257079Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3264464Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3271342Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3278514Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3286014Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3293677Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3301389Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3309293Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3316960Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3325340Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3333601Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3341591Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3349096Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3356916Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3365458Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3373334Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3381386Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3389388Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3397275Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3405853Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3413909Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3421784Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3429527Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3437783Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3445886Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3453898Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3462326Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3470205Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3478649Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3487901Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3498972Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3510918Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3519858Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3527868Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3536131Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3544572Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3552166Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3559892Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3567032Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3574594Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3581808Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3588757Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3595992Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3603872Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3611312Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3618785Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3626288Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3633557Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3641452Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3655469Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3662962Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3670798Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3677599Z copying torch\include\ATen\ops\special_sinc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3684778Z copying torch\include\ATen\ops\special_sinc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3691686Z copying torch\include\ATen\ops\special_sinc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3698450Z copying torch\include\ATen\ops\special_sinc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3705875Z copying torch\include\ATen\ops\special_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3712840Z copying torch\include\ATen\ops\special_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3726300Z copying torch\include\ATen\ops\special_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3732952Z copying torch\include\ATen\ops\special_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3740130Z copying torch\include\ATen\ops\special_spherical_bessel_j0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3747433Z copying torch\include\ATen\ops\special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3754235Z copying torch\include\ATen\ops\special_spherical_bessel_j0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3761562Z copying torch\include\ATen\ops\special_spherical_bessel_j0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3768315Z copying torch\include\ATen\ops\special_spherical_bessel_j0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3775234Z copying torch\include\ATen\ops\special_spherical_bessel_j0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3782968Z copying torch\include\ATen\ops\special_spherical_bessel_j0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3790005Z copying torch\include\ATen\ops\special_spherical_bessel_j0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3797388Z copying torch\include\ATen\ops\special_xlog1py.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3805011Z copying torch\include\ATen\ops\special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3811984Z copying torch\include\ATen\ops\special_xlog1py_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3818861Z copying torch\include\ATen\ops\special_xlog1py_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3825900Z copying torch\include\ATen\ops\special_xlog1py_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3833005Z copying torch\include\ATen\ops\special_xlog1py_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3839826Z copying torch\include\ATen\ops\special_xlog1py_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3847162Z copying torch\include\ATen\ops\special_xlog1py_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3853950Z copying torch\include\ATen\ops\special_xlog1py_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3860807Z copying torch\include\ATen\ops\special_xlogy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3868240Z copying torch\include\ATen\ops\special_xlogy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3875020Z copying torch\include\ATen\ops\special_xlogy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3881836Z copying torch\include\ATen\ops\special_xlogy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3888661Z copying torch\include\ATen\ops\special_zeta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3896631Z copying torch\include\ATen\ops\special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3904388Z copying torch\include\ATen\ops\special_zeta_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3912352Z copying torch\include\ATen\ops\special_zeta_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3920072Z copying torch\include\ATen\ops\special_zeta_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3927403Z copying torch\include\ATen\ops\special_zeta_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3935122Z copying torch\include\ATen\ops\special_zeta_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3943203Z copying torch\include\ATen\ops\special_zeta_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3951175Z copying torch\include\ATen\ops\special_zeta_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3958441Z copying torch\include\ATen\ops\split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3965711Z copying torch\include\ATen\ops\split_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3973702Z copying torch\include\ATen\ops\split_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3980907Z copying torch\include\ATen\ops\split_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.3990731Z copying torch\include\ATen\ops\split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4001613Z copying torch\include\ATen\ops\split_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4012027Z copying torch\include\ATen\ops\split_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4022088Z copying torch\include\ATen\ops\split_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4029546Z copying torch\include\ATen\ops\split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4037079Z copying torch\include\ATen\ops\split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4044419Z copying torch\include\ATen\ops\split_with_sizes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4052137Z copying torch\include\ATen\ops\split_with_sizes_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4059819Z copying torch\include\ATen\ops\split_with_sizes_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4067345Z copying torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4075201Z copying torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4082137Z copying torch\include\ATen\ops\split_with_sizes_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4089205Z copying torch\include\ATen\ops\split_with_sizes_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4096080Z copying torch\include\ATen\ops\split_with_sizes_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4103301Z copying torch\include\ATen\ops\split_with_sizes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4110586Z copying torch\include\ATen\ops\split_with_sizes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4117239Z copying torch\include\ATen\ops\sqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4124310Z copying torch\include\ATen\ops\sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4130835Z copying torch\include\ATen\ops\sqrt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4137400Z copying torch\include\ATen\ops\sqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4144935Z copying torch\include\ATen\ops\sqrt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4151735Z copying torch\include\ATen\ops\sqrt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4158900Z copying torch\include\ATen\ops\sqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4166056Z copying torch\include\ATen\ops\sqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4172971Z copying torch\include\ATen\ops\square.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4180089Z copying torch\include\ATen\ops\square_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4187246Z copying torch\include\ATen\ops\square_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4194859Z copying torch\include\ATen\ops\square_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4201999Z copying torch\include\ATen\ops\squeeze.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4209225Z copying torch\include\ATen\ops\squeeze_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4216893Z copying torch\include\ATen\ops\squeeze_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4224991Z copying torch\include\ATen\ops\squeeze_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4232521Z copying torch\include\ATen\ops\squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4240345Z copying torch\include\ATen\ops\squeeze_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4247768Z copying torch\include\ATen\ops\squeeze_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4256096Z copying torch\include\ATen\ops\squeeze_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4263123Z copying torch\include\ATen\ops\squeeze_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4270202Z copying torch\include\ATen\ops\squeeze_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4277533Z copying torch\include\ATen\ops\sspaddmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4285307Z copying torch\include\ATen\ops\sspaddmm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4292527Z copying torch\include\ATen\ops\sspaddmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4299718Z copying torch\include\ATen\ops\sspaddmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4307364Z copying torch\include\ATen\ops\sspaddmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4315195Z copying torch\include\ATen\ops\sspaddmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4322228Z copying torch\include\ATen\ops\stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4329439Z copying torch\include\ATen\ops\stack_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4336307Z copying torch\include\ATen\ops\stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4343268Z copying torch\include\ATen\ops\stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4350961Z copying torch\include\ATen\ops\std.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4358056Z copying torch\include\ATen\ops\std_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4365217Z copying torch\include\ATen\ops\std_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4372552Z copying torch\include\ATen\ops\std_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4379950Z copying torch\include\ATen\ops\std_mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4387751Z copying torch\include\ATen\ops\std_mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4395451Z copying torch\include\ATen\ops\std_mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4402470Z copying torch\include\ATen\ops\std_mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4409808Z copying torch\include\ATen\ops\std_mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4417505Z copying torch\include\ATen\ops\std_mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4425017Z copying torch\include\ATen\ops\std_mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4432281Z copying torch\include\ATen\ops\std_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4439190Z copying torch\include\ATen\ops\std_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4446089Z copying torch\include\ATen\ops\stft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4453464Z copying torch\include\ATen\ops\stft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4460935Z copying torch\include\ATen\ops\stft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4467958Z copying torch\include\ATen\ops\stft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4474685Z copying torch\include\ATen\ops\stride.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4481787Z copying torch\include\ATen\ops\stride_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4489650Z copying torch\include\ATen\ops\stride_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4497104Z copying torch\include\ATen\ops\stride_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4504983Z copying torch\include\ATen\ops\sub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4512228Z copying torch\include\ATen\ops\subtract.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4519864Z copying torch\include\ATen\ops\subtract_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4527205Z copying torch\include\ATen\ops\subtract_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4533774Z copying torch\include\ATen\ops\subtract_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4541894Z copying torch\include\ATen\ops\sub_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4548512Z copying torch\include\ATen\ops\sub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4555671Z copying torch\include\ATen\ops\sub_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4562308Z copying torch\include\ATen\ops\sub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4568899Z copying torch\include\ATen\ops\sub_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4574923Z copying torch\include\ATen\ops\sub_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4581577Z copying torch\include\ATen\ops\sub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4588840Z copying torch\include\ATen\ops\sub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4595458Z copying torch\include\ATen\ops\sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4602132Z copying torch\include\ATen\ops\sum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4608943Z copying torch\include\ATen\ops\sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4615587Z copying torch\include\ATen\ops\sum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4622785Z copying torch\include\ATen\ops\sum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4629367Z copying torch\include\ATen\ops\sum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4636255Z copying torch\include\ATen\ops\sum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4643452Z copying torch\include\ATen\ops\sum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4650512Z copying torch\include\ATen\ops\sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4657095Z copying torch\include\ATen\ops\sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4663585Z copying torch\include\ATen\ops\sum_to_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4670642Z copying torch\include\ATen\ops\sum_to_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4677227Z copying torch\include\ATen\ops\sum_to_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4683616Z copying torch\include\ATen\ops\sum_to_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4690255Z copying torch\include\ATen\ops\svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4696790Z copying torch\include\ATen\ops\svd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4703576Z copying torch\include\ATen\ops\svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4710123Z copying torch\include\ATen\ops\svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4716417Z copying torch\include\ATen\ops\swapaxes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4723035Z copying torch\include\ATen\ops\swapaxes_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4729591Z copying torch\include\ATen\ops\swapaxes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4736105Z copying torch\include\ATen\ops\swapaxes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4744562Z copying torch\include\ATen\ops\swapdims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4751795Z copying torch\include\ATen\ops\swapdims_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4759057Z copying torch\include\ATen\ops\swapdims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4766532Z copying torch\include\ATen\ops\swapdims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4774224Z copying torch\include\ATen\ops\sym_constrain_range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4781848Z copying torch\include\ATen\ops\sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4789184Z copying torch\include\ATen\ops\sym_constrain_range_for_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4797222Z copying torch\include\ATen\ops\sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4805083Z copying torch\include\ATen\ops\sym_constrain_range_for_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4812492Z copying torch\include\ATen\ops\sym_constrain_range_for_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4819910Z copying torch\include\ATen\ops\sym_constrain_range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4827773Z copying torch\include\ATen\ops\sym_constrain_range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4835163Z copying torch\include\ATen\ops\sym_numel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4842720Z copying torch\include\ATen\ops\sym_numel_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4850069Z copying torch\include\ATen\ops\sym_numel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4857678Z copying torch\include\ATen\ops\sym_numel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4865092Z copying torch\include\ATen\ops\sym_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4872291Z copying torch\include\ATen\ops\sym_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4879527Z copying torch\include\ATen\ops\sym_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4886625Z copying torch\include\ATen\ops\sym_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4894475Z copying torch\include\ATen\ops\sym_storage_offset.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4902007Z copying torch\include\ATen\ops\sym_storage_offset_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4909490Z copying torch\include\ATen\ops\sym_storage_offset_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4916560Z copying torch\include\ATen\ops\sym_storage_offset_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4924314Z copying torch\include\ATen\ops\sym_stride.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4932122Z copying torch\include\ATen\ops\sym_stride_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4939553Z copying torch\include\ATen\ops\sym_stride_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4946497Z copying torch\include\ATen\ops\sym_stride_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4954214Z copying torch\include\ATen\ops\t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4961013Z copying torch\include\ATen\ops\take.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4967981Z copying torch\include\ATen\ops\take_along_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4975393Z copying torch\include\ATen\ops\take_along_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4982626Z copying torch\include\ATen\ops\take_along_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4990268Z copying torch\include\ATen\ops\take_along_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.4998297Z copying torch\include\ATen\ops\take_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5006434Z copying torch\include\ATen\ops\take_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5015300Z copying torch\include\ATen\ops\take_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5022641Z copying torch\include\ATen\ops\take_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5029440Z copying torch\include\ATen\ops\tan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5036523Z copying torch\include\ATen\ops\tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5043335Z copying torch\include\ATen\ops\tanh_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5051027Z copying torch\include\ATen\ops\tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5057518Z copying torch\include\ATen\ops\tanh_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5064823Z copying torch\include\ATen\ops\tanh_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5071944Z copying torch\include\ATen\ops\tanh_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5078719Z copying torch\include\ATen\ops\tanh_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5085612Z copying torch\include\ATen\ops\tanh_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5092409Z copying torch\include\ATen\ops\tanh_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5100165Z copying torch\include\ATen\ops\tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5106662Z copying torch\include\ATen\ops\tanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5113216Z copying torch\include\ATen\ops\tanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5119967Z copying torch\include\ATen\ops\tanh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5126290Z copying torch\include\ATen\ops\tanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5132748Z copying torch\include\ATen\ops\tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5139229Z copying torch\include\ATen\ops\tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5146037Z copying torch\include\ATen\ops\tan_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5152960Z copying torch\include\ATen\ops\tan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5159813Z copying torch\include\ATen\ops\tan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5166247Z copying torch\include\ATen\ops\tan_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5172502Z copying torch\include\ATen\ops\tan_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5179040Z copying torch\include\ATen\ops\tan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5185650Z copying torch\include\ATen\ops\tan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5191869Z copying torch\include\ATen\ops\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5198253Z copying torch\include\ATen\ops\tensordot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5205098Z copying torch\include\ATen\ops\tensordot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5211507Z copying torch\include\ATen\ops\tensordot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5218048Z copying torch\include\ATen\ops\tensordot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5224939Z copying torch\include\ATen\ops\tensor_split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5231966Z copying torch\include\ATen\ops\tensor_split_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5238496Z copying torch\include\ATen\ops\tensor_split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5245125Z copying torch\include\ATen\ops\tensor_split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5251636Z copying torch\include\ATen\ops\thnn_conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5259154Z copying torch\include\ATen\ops\thnn_conv2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5266806Z copying torch\include\ATen\ops\thnn_conv2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5274241Z copying torch\include\ATen\ops\thnn_conv2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5281429Z copying torch\include\ATen\ops\threshold.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5320236Z copying torch\include\ATen\ops\threshold_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5327780Z copying torch\include\ATen\ops\threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5334909Z copying torch\include\ATen\ops\threshold_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5342934Z copying torch\include\ATen\ops\threshold_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5350227Z copying torch\include\ATen\ops\threshold_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5357983Z copying torch\include\ATen\ops\threshold_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5365299Z copying torch\include\ATen\ops\threshold_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5373003Z copying torch\include\ATen\ops\threshold_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5381915Z copying torch\include\ATen\ops\threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5388882Z copying torch\include\ATen\ops\threshold_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5396568Z copying torch\include\ATen\ops\threshold_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5404139Z copying torch\include\ATen\ops\threshold_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5411437Z copying torch\include\ATen\ops\threshold_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5418633Z copying torch\include\ATen\ops\threshold_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5426394Z copying torch\include\ATen\ops\threshold_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5433734Z copying torch\include\ATen\ops\tile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5440915Z copying torch\include\ATen\ops\tile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5448026Z copying torch\include\ATen\ops\tile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5454891Z copying torch\include\ATen\ops\tile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5461830Z copying torch\include\ATen\ops\to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5469062Z copying torch\include\ATen\ops\topk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5476616Z copying torch\include\ATen\ops\topk_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5483689Z copying torch\include\ATen\ops\topk_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5490846Z copying torch\include\ATen\ops\topk_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5498150Z copying torch\include\ATen\ops\topk_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5505869Z copying torch\include\ATen\ops\topk_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5515570Z copying torch\include\ATen\ops\topk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5522795Z copying torch\include\ATen\ops\topk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5530373Z copying torch\include\ATen\ops\to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5538085Z copying torch\include\ATen\ops\to_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5544931Z copying torch\include\ATen\ops\to_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5552560Z copying torch\include\ATen\ops\to_dense_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5559272Z copying torch\include\ATen\ops\to_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5565696Z copying torch\include\ATen\ops\to_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5573318Z copying torch\include\ATen\ops\to_dense_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5580166Z copying torch\include\ATen\ops\to_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5586727Z copying torch\include\ATen\ops\to_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5593739Z copying torch\include\ATen\ops\to_mkldnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5601120Z copying torch\include\ATen\ops\to_mkldnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5608473Z copying torch\include\ATen\ops\to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5616339Z copying torch\include\ATen\ops\to_mkldnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5622898Z copying torch\include\ATen\ops\to_mkldnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5630165Z copying torch\include\ATen\ops\to_mkldnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5636582Z copying torch\include\ATen\ops\to_mkldnn_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5643058Z copying torch\include\ATen\ops\to_mkldnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5649819Z copying torch\include\ATen\ops\to_mkldnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5657072Z copying torch\include\ATen\ops\to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5663701Z copying torch\include\ATen\ops\to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5670124Z copying torch\include\ATen\ops\to_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5677051Z copying torch\include\ATen\ops\to_padded_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5683863Z copying torch\include\ATen\ops\to_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5690963Z copying torch\include\ATen\ops\to_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5697581Z copying torch\include\ATen\ops\to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5704258Z copying torch\include\ATen\ops\to_sparse_bsc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5710909Z copying torch\include\ATen\ops\to_sparse_bsc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5717358Z copying torch\include\ATen\ops\to_sparse_bsc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5724088Z copying torch\include\ATen\ops\to_sparse_bsc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5730820Z copying torch\include\ATen\ops\to_sparse_bsr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5737458Z copying torch\include\ATen\ops\to_sparse_bsr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5744155Z copying torch\include\ATen\ops\to_sparse_bsr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5750811Z copying torch\include\ATen\ops\to_sparse_bsr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5758456Z copying torch\include\ATen\ops\to_sparse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5765623Z copying torch\include\ATen\ops\to_sparse_csc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5773312Z copying torch\include\ATen\ops\to_sparse_csc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5781034Z copying torch\include\ATen\ops\to_sparse_csc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5788289Z copying torch\include\ATen\ops\to_sparse_csc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5795565Z copying torch\include\ATen\ops\to_sparse_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5802818Z copying torch\include\ATen\ops\to_sparse_csr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5810673Z copying torch\include\ATen\ops\to_sparse_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5817879Z copying torch\include\ATen\ops\to_sparse_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5825461Z copying torch\include\ATen\ops\to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5832651Z copying torch\include\ATen\ops\to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5840069Z copying torch\include\ATen\ops\trace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5847253Z copying torch\include\ATen\ops\trace_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5854936Z copying torch\include\ATen\ops\trace_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5862225Z copying torch\include\ATen\ops\trace_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5869235Z copying torch\include\ATen\ops\trace_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5877278Z copying torch\include\ATen\ops\trace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5884910Z copying torch\include\ATen\ops\trace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5892132Z copying torch\include\ATen\ops\trace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5899355Z copying torch\include\ATen\ops\trace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5907466Z copying torch\include\ATen\ops\trace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5914732Z copying torch\include\ATen\ops\transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5922129Z copying torch\include\ATen\ops\transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5930232Z copying torch\include\ATen\ops\transpose_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5938083Z copying torch\include\ATen\ops\transpose_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5945891Z copying torch\include\ATen\ops\transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5953366Z copying torch\include\ATen\ops\transpose_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5960895Z copying torch\include\ATen\ops\transpose_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5968439Z copying torch\include\ATen\ops\transpose_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5975632Z copying torch\include\ATen\ops\transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5983204Z copying torch\include\ATen\ops\transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5990606Z copying torch\include\ATen\ops\trapezoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.5998371Z copying torch\include\ATen\ops\trapezoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6006867Z copying torch\include\ATen\ops\trapezoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6017158Z copying torch\include\ATen\ops\trapezoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6026363Z copying torch\include\ATen\ops\trapz.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6033829Z copying torch\include\ATen\ops\trapz_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6041120Z copying torch\include\ATen\ops\trapz_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6048421Z copying torch\include\ATen\ops\trapz_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6055674Z copying torch\include\ATen\ops\triangular_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6063523Z copying torch\include\ATen\ops\triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6070530Z copying torch\include\ATen\ops\triangular_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6077357Z copying torch\include\ATen\ops\triangular_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6084267Z copying torch\include\ATen\ops\triangular_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6091285Z copying torch\include\ATen\ops\triangular_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6098059Z copying torch\include\ATen\ops\triangular_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6105058Z copying torch\include\ATen\ops\triangular_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6112252Z copying torch\include\ATen\ops\tril.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6118999Z copying torch\include\ATen\ops\tril_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6125536Z copying torch\include\ATen\ops\tril_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6132094Z copying torch\include\ATen\ops\tril_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6138810Z copying torch\include\ATen\ops\tril_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6145847Z copying torch\include\ATen\ops\tril_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6152651Z copying torch\include\ATen\ops\tril_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6162163Z copying torch\include\ATen\ops\tril_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6169054Z copying torch\include\ATen\ops\tril_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6175893Z copying torch\include\ATen\ops\tril_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6182331Z copying torch\include\ATen\ops\tril_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6188914Z copying torch\include\ATen\ops\tril_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6195643Z copying torch\include\ATen\ops\tril_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6202166Z copying torch\include\ATen\ops\tril_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6208543Z copying torch\include\ATen\ops\triplet_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6215462Z copying torch\include\ATen\ops\triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6222090Z copying torch\include\ATen\ops\triplet_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6228757Z copying torch\include\ATen\ops\triplet_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6235407Z copying torch\include\ATen\ops\triu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6242270Z copying torch\include\ATen\ops\triu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6248690Z copying torch\include\ATen\ops\triu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6255307Z copying torch\include\ATen\ops\triu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6262623Z copying torch\include\ATen\ops\triu_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6269857Z copying torch\include\ATen\ops\triu_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6276303Z copying torch\include\ATen\ops\triu_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6282934Z copying torch\include\ATen\ops\triu_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6290044Z copying torch\include\ATen\ops\triu_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6296757Z copying torch\include\ATen\ops\triu_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6303640Z copying torch\include\ATen\ops\triu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6310260Z copying torch\include\ATen\ops\triu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6316752Z copying torch\include\ATen\ops\triu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6323145Z copying torch\include\ATen\ops\triu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6329437Z copying torch\include\ATen\ops\true_divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6336421Z copying torch\include\ATen\ops\true_divide_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6343290Z copying torch\include\ATen\ops\true_divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6349812Z copying torch\include\ATen\ops\true_divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6356391Z copying torch\include\ATen\ops\trunc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6363788Z copying torch\include\ATen\ops\trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6370960Z copying torch\include\ATen\ops\trunc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6378181Z copying torch\include\ATen\ops\trunc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6385505Z copying torch\include\ATen\ops\trunc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6393214Z copying torch\include\ATen\ops\trunc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6400450Z copying torch\include\ATen\ops\trunc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6407714Z copying torch\include\ATen\ops\trunc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6414996Z copying torch\include\ATen\ops\type_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6422372Z copying torch\include\ATen\ops\type_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6429704Z copying torch\include\ATen\ops\type_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6436788Z copying torch\include\ATen\ops\type_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6444330Z copying torch\include\ATen\ops\t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6451761Z copying torch\include\ATen\ops\t_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6459646Z copying torch\include\ATen\ops\t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6467041Z copying torch\include\ATen\ops\t_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6473970Z copying torch\include\ATen\ops\t_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6480930Z copying torch\include\ATen\ops\t_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6487995Z copying torch\include\ATen\ops\t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6494919Z copying torch\include\ATen\ops\t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6502006Z copying torch\include\ATen\ops\unbind.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6510502Z copying torch\include\ATen\ops\unbind_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6520970Z copying torch\include\ATen\ops\unbind_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6531113Z copying torch\include\ATen\ops\unbind_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6541693Z copying torch\include\ATen\ops\unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6549551Z copying torch\include\ATen\ops\unbind_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6556826Z copying torch\include\ATen\ops\unbind_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6564404Z copying torch\include\ATen\ops\unbind_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6571710Z copying torch\include\ATen\ops\unbind_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6579052Z copying torch\include\ATen\ops\unbind_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6585811Z copying torch\include\ATen\ops\unflatten.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6592732Z copying torch\include\ATen\ops\unflatten_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6600365Z copying torch\include\ATen\ops\unflatten_dense_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6607410Z copying torch\include\ATen\ops\unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6614328Z copying torch\include\ATen\ops\unflatten_dense_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6620866Z copying torch\include\ATen\ops\unflatten_dense_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6628240Z copying torch\include\ATen\ops\unflatten_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6634924Z copying torch\include\ATen\ops\unflatten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6641629Z copying torch\include\ATen\ops\unfold.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6647763Z copying torch\include\ATen\ops\unfold_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6654696Z copying torch\include\ATen\ops\unfold_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6662186Z copying torch\include\ATen\ops\unfold_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6669065Z copying torch\include\ATen\ops\unfold_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6675629Z copying torch\include\ATen\ops\unfold_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6682411Z copying torch\include\ATen\ops\unfold_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6689068Z copying torch\include\ATen\ops\unfold_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6696146Z copying torch\include\ATen\ops\unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6703219Z copying torch\include\ATen\ops\unfold_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6709869Z copying torch\include\ATen\ops\unfold_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6716641Z copying torch\include\ATen\ops\unfold_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6723382Z copying torch\include\ATen\ops\unfold_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6730182Z copying torch\include\ATen\ops\unfold_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6736901Z copying torch\include\ATen\ops\unfold_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6743706Z copying torch\include\ATen\ops\unfold_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6750134Z copying torch\include\ATen\ops\unfold_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6757393Z copying torch\include\ATen\ops\uniform.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6763950Z copying torch\include\ATen\ops\uniform_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6770571Z copying torch\include\ATen\ops\uniform_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6777229Z copying torch\include\ATen\ops\uniform_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6784006Z copying torch\include\ATen\ops\uniform_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6790574Z copying torch\include\ATen\ops\uniform_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6797776Z copying torch\include\ATen\ops\uniform_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6804749Z copying torch\include\ATen\ops\unique_consecutive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6811685Z copying torch\include\ATen\ops\unique_consecutive_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6818974Z copying torch\include\ATen\ops\unique_consecutive_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6826610Z copying torch\include\ATen\ops\unique_consecutive_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6834051Z copying torch\include\ATen\ops\unique_consecutive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6841216Z copying torch\include\ATen\ops\unique_consecutive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6848964Z copying torch\include\ATen\ops\unique_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6856940Z copying torch\include\ATen\ops\unique_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6864244Z copying torch\include\ATen\ops\unique_dim_consecutive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6872260Z copying torch\include\ATen\ops\unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6879815Z copying torch\include\ATen\ops\unique_dim_consecutive_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6887217Z copying torch\include\ATen\ops\unique_dim_consecutive_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6894751Z copying torch\include\ATen\ops\unique_dim_consecutive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6902787Z copying torch\include\ATen\ops\unique_dim_consecutive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6910345Z copying torch\include\ATen\ops\unique_dim_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6917807Z copying torch\include\ATen\ops\unique_dim_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6925259Z copying torch\include\ATen\ops\unique_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6932943Z copying torch\include\ATen\ops\unique_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6940571Z copying torch\include\ATen\ops\unsafe_chunk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6948379Z copying torch\include\ATen\ops\unsafe_chunk_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6955578Z copying torch\include\ATen\ops\unsafe_chunk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6963125Z copying torch\include\ATen\ops\unsafe_chunk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6970512Z copying torch\include\ATen\ops\unsafe_split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6978109Z copying torch\include\ATen\ops\unsafe_split_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6985635Z copying torch\include\ATen\ops\unsafe_split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.6993909Z copying torch\include\ATen\ops\unsafe_split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7001398Z copying torch\include\ATen\ops\unsafe_split_with_sizes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7009343Z copying torch\include\ATen\ops\unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7017526Z copying torch\include\ATen\ops\unsafe_split_with_sizes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7027742Z copying torch\include\ATen\ops\unsafe_split_with_sizes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7037526Z copying torch\include\ATen\ops\unsqueeze.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7045261Z copying torch\include\ATen\ops\unsqueeze_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7052530Z copying torch\include\ATen\ops\unsqueeze_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7060643Z copying torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7068181Z copying torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7075583Z copying torch\include\ATen\ops\unsqueeze_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7082350Z copying torch\include\ATen\ops\unsqueeze_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7089805Z copying torch\include\ATen\ops\unsqueeze_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7096619Z copying torch\include\ATen\ops\unsqueeze_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7103573Z copying torch\include\ATen\ops\upsample_bicubic2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7111080Z copying torch\include\ATen\ops\upsample_bicubic2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7118199Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7125466Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7132449Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7139285Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7146609Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7153985Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7160778Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7168850Z copying torch\include\ATen\ops\upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7175770Z copying torch\include\ATen\ops\upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7183345Z copying torch\include\ATen\ops\upsample_bicubic2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7190227Z copying torch\include\ATen\ops\upsample_bicubic2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7197037Z copying torch\include\ATen\ops\upsample_bicubic2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7203850Z copying torch\include\ATen\ops\upsample_bicubic2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7210690Z copying torch\include\ATen\ops\upsample_bicubic2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7217554Z copying torch\include\ATen\ops\upsample_bicubic2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7224475Z copying torch\include\ATen\ops\upsample_bilinear2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7231812Z copying torch\include\ATen\ops\upsample_bilinear2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7239109Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7245860Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7252735Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7259534Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7266765Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7273661Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7281281Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7354281Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7355503Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7356708Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7357727Z copying torch\include\ATen\ops\upsample_bilinear2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7358647Z copying torch\include\ATen\ops\upsample_bilinear2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7359629Z copying torch\include\ATen\ops\upsample_bilinear2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7360513Z copying torch\include\ATen\ops\upsample_bilinear2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7361405Z copying torch\include\ATen\ops\upsample_bilinear2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7362314Z copying torch\include\ATen\ops\upsample_bilinear2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7363127Z copying torch\include\ATen\ops\upsample_linear1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7363957Z copying torch\include\ATen\ops\upsample_linear1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7365756Z copying torch\include\ATen\ops\upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7372232Z copying torch\include\ATen\ops\upsample_linear1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7379454Z copying torch\include\ATen\ops\upsample_linear1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7389332Z copying torch\include\ATen\ops\upsample_linear1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7399078Z copying torch\include\ATen\ops\upsample_linear1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7409791Z copying torch\include\ATen\ops\upsample_linear1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7420558Z copying torch\include\ATen\ops\upsample_linear1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7431556Z copying torch\include\ATen\ops\upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7439846Z copying torch\include\ATen\ops\upsample_linear1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7447865Z copying torch\include\ATen\ops\upsample_linear1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7455280Z copying torch\include\ATen\ops\upsample_linear1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7462890Z copying torch\include\ATen\ops\upsample_linear1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7470389Z copying torch\include\ATen\ops\upsample_linear1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7477229Z copying torch\include\ATen\ops\upsample_linear1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7484256Z copying torch\include\ATen\ops\upsample_linear1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7491611Z copying torch\include\ATen\ops\upsample_nearest1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7498490Z copying torch\include\ATen\ops\upsample_nearest1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7505955Z copying torch\include\ATen\ops\upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7512985Z copying torch\include\ATen\ops\upsample_nearest1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7520680Z copying torch\include\ATen\ops\upsample_nearest1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7527516Z copying torch\include\ATen\ops\upsample_nearest1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7534834Z copying torch\include\ATen\ops\upsample_nearest1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7541759Z copying torch\include\ATen\ops\upsample_nearest1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7548548Z copying torch\include\ATen\ops\upsample_nearest1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7556124Z copying torch\include\ATen\ops\upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7562622Z copying torch\include\ATen\ops\upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7569612Z copying torch\include\ATen\ops\upsample_nearest1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7577240Z copying torch\include\ATen\ops\upsample_nearest1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7584168Z copying torch\include\ATen\ops\upsample_nearest1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7591077Z copying torch\include\ATen\ops\upsample_nearest1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7598101Z copying torch\include\ATen\ops\upsample_nearest1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7605351Z copying torch\include\ATen\ops\upsample_nearest1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7612482Z copying torch\include\ATen\ops\upsample_nearest2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7619477Z copying torch\include\ATen\ops\upsample_nearest2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7626876Z copying torch\include\ATen\ops\upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7633713Z copying torch\include\ATen\ops\upsample_nearest2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7640714Z copying torch\include\ATen\ops\upsample_nearest2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7647480Z copying torch\include\ATen\ops\upsample_nearest2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7654623Z copying torch\include\ATen\ops\upsample_nearest2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7661657Z copying torch\include\ATen\ops\upsample_nearest2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7668807Z copying torch\include\ATen\ops\upsample_nearest2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7676158Z copying torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7683158Z copying torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7690380Z copying torch\include\ATen\ops\upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7697363Z copying torch\include\ATen\ops\upsample_nearest2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7704352Z copying torch\include\ATen\ops\upsample_nearest2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7711165Z copying torch\include\ATen\ops\upsample_nearest2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7718048Z copying torch\include\ATen\ops\upsample_nearest2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7724865Z copying torch\include\ATen\ops\upsample_nearest2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7731861Z copying torch\include\ATen\ops\upsample_nearest2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7738795Z copying torch\include\ATen\ops\upsample_nearest3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7745882Z copying torch\include\ATen\ops\upsample_nearest3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7753254Z copying torch\include\ATen\ops\upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7760151Z copying torch\include\ATen\ops\upsample_nearest3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7768055Z copying torch\include\ATen\ops\upsample_nearest3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7775439Z copying torch\include\ATen\ops\upsample_nearest3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7782726Z copying torch\include\ATen\ops\upsample_nearest3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7790230Z copying torch\include\ATen\ops\upsample_nearest3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7796988Z copying torch\include\ATen\ops\upsample_nearest3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7804308Z copying torch\include\ATen\ops\upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7811427Z copying torch\include\ATen\ops\upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7818089Z copying torch\include\ATen\ops\upsample_nearest3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7825821Z copying torch\include\ATen\ops\upsample_nearest3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7834309Z copying torch\include\ATen\ops\upsample_nearest3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7842678Z copying torch\include\ATen\ops\upsample_nearest3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7850875Z copying torch\include\ATen\ops\upsample_nearest3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7858583Z copying torch\include\ATen\ops\upsample_nearest3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7866140Z copying torch\include\ATen\ops\upsample_trilinear3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7873973Z copying torch\include\ATen\ops\upsample_trilinear3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7882408Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7890422Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7898340Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7906574Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7914088Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7921630Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7929726Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7937512Z copying torch\include\ATen\ops\upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7945298Z copying torch\include\ATen\ops\upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7953913Z copying torch\include\ATen\ops\upsample_trilinear3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7961455Z copying torch\include\ATen\ops\upsample_trilinear3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7975831Z copying torch\include\ATen\ops\upsample_trilinear3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7984012Z copying torch\include\ATen\ops\upsample_trilinear3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7991603Z copying torch\include\ATen\ops\upsample_trilinear3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.7999451Z copying torch\include\ATen\ops\upsample_trilinear3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8007133Z copying torch\include\ATen\ops\values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8015367Z copying torch\include\ATen\ops\values_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8025007Z copying torch\include\ATen\ops\values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8032922Z copying torch\include\ATen\ops\values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8040489Z copying torch\include\ATen\ops\values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8048242Z copying torch\include\ATen\ops\values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8055250Z copying torch\include\ATen\ops\values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8063096Z copying torch\include\ATen\ops\values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8069689Z copying torch\include\ATen\ops\values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8077313Z copying torch\include\ATen\ops\value_selecting_reduction_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8084395Z copying torch\include\ATen\ops\value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8091210Z copying torch\include\ATen\ops\value_selecting_reduction_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8098224Z copying torch\include\ATen\ops\value_selecting_reduction_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8104844Z copying torch\include\ATen\ops\vander.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8112122Z copying torch\include\ATen\ops\vander_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8118750Z copying torch\include\ATen\ops\vander_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8125166Z copying torch\include\ATen\ops\vander_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8131964Z copying torch\include\ATen\ops\var.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8138616Z copying torch\include\ATen\ops\var_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8145347Z copying torch\include\ATen\ops\var_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8151945Z copying torch\include\ATen\ops\var_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8158484Z copying torch\include\ATen\ops\var_mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8165776Z copying torch\include\ATen\ops\var_mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8173166Z copying torch\include\ATen\ops\var_mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8180375Z copying torch\include\ATen\ops\var_mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8188260Z copying torch\include\ATen\ops\var_mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8195924Z copying torch\include\ATen\ops\var_mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8203094Z copying torch\include\ATen\ops\var_mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8210393Z copying torch\include\ATen\ops\var_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8217496Z copying torch\include\ATen\ops\var_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8224825Z copying torch\include\ATen\ops\vdot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8232077Z copying torch\include\ATen\ops\vdot_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8239171Z copying torch\include\ATen\ops\vdot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8246337Z copying torch\include\ATen\ops\vdot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8253743Z copying torch\include\ATen\ops\vdot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8261343Z copying torch\include\ATen\ops\vdot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8268324Z copying torch\include\ATen\ops\view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8275082Z copying torch\include\ATen\ops\view_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8281886Z copying torch\include\ATen\ops\view_as_complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8289187Z copying torch\include\ATen\ops\view_as_complex_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8297331Z copying torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8305017Z copying torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8312466Z copying torch\include\ATen\ops\view_as_complex_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8319822Z copying torch\include\ATen\ops\view_as_complex_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8327827Z copying torch\include\ATen\ops\view_as_complex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8335206Z copying torch\include\ATen\ops\view_as_complex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8343057Z copying torch\include\ATen\ops\view_as_complex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8350955Z copying torch\include\ATen\ops\view_as_complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8358076Z copying torch\include\ATen\ops\view_as_complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8365691Z copying torch\include\ATen\ops\view_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8372850Z copying torch\include\ATen\ops\view_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8380021Z copying torch\include\ATen\ops\view_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8388017Z copying torch\include\ATen\ops\view_as_real.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8395130Z copying torch\include\ATen\ops\view_as_real_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8402957Z copying torch\include\ATen\ops\view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8411070Z copying torch\include\ATen\ops\view_as_real_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8418603Z copying torch\include\ATen\ops\view_as_real_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8425910Z copying torch\include\ATen\ops\view_as_real_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8433331Z copying torch\include\ATen\ops\view_as_real_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8441030Z copying torch\include\ATen\ops\view_as_real_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8448835Z copying torch\include\ATen\ops\view_as_real_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8456457Z copying torch\include\ATen\ops\view_as_real_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8463524Z copying torch\include\ATen\ops\view_as_real_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8471406Z copying torch\include\ATen\ops\view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8478747Z copying torch\include\ATen\ops\view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8486381Z copying torch\include\ATen\ops\view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8493682Z copying torch\include\ATen\ops\view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8501274Z copying torch\include\ATen\ops\view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8509200Z copying torch\include\ATen\ops\view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8516599Z copying torch\include\ATen\ops\view_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8526350Z copying torch\include\ATen\ops\view_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8535499Z copying torch\include\ATen\ops\view_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8545001Z copying torch\include\ATen\ops\view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8553864Z copying torch\include\ATen\ops\view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8560787Z copying torch\include\ATen\ops\vsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8568598Z copying torch\include\ATen\ops\vsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8576163Z copying torch\include\ATen\ops\vsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8583319Z copying torch\include\ATen\ops\vsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8590472Z copying torch\include\ATen\ops\vstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8597071Z copying torch\include\ATen\ops\vstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8604415Z copying torch\include\ATen\ops\vstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8611137Z copying torch\include\ATen\ops\vstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8624708Z copying torch\include\ATen\ops\where.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8632064Z copying torch\include\ATen\ops\where_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8638749Z copying torch\include\ATen\ops\where_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8645303Z copying torch\include\ATen\ops\where_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8651880Z copying torch\include\ATen\ops\where_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8658394Z copying torch\include\ATen\ops\where_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8664963Z copying torch\include\ATen\ops\xlogy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8671734Z copying torch\include\ATen\ops\xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8678317Z copying torch\include\ATen\ops\xlogy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8685085Z copying torch\include\ATen\ops\xlogy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8691851Z copying torch\include\ATen\ops\xlogy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8698461Z copying torch\include\ATen\ops\xlogy_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8705222Z copying torch\include\ATen\ops\xlogy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8711847Z copying torch\include\ATen\ops\xlogy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8718431Z copying torch\include\ATen\ops\xlogy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8724927Z copying torch\include\ATen\ops\xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8731481Z copying torch\include\ATen\ops\xor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8738092Z copying torch\include\ATen\ops\xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8744683Z copying torch\include\ATen\ops\xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8750935Z copying torch\include\ATen\ops\zero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8757124Z copying torch\include\ATen\ops\zeros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8763788Z copying torch\include\ATen\ops\zeros_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8770582Z copying torch\include\ATen\ops\zeros_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8777504Z copying torch\include\ATen\ops\zeros_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8784489Z copying torch\include\ATen\ops\zeros_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8791175Z copying torch\include\ATen\ops\zeros_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8797800Z copying torch\include\ATen\ops\zeros_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8804381Z copying torch\include\ATen\ops\zeros_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8811036Z copying torch\include\ATen\ops\zeros_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8818129Z copying torch\include\ATen\ops\zero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8824830Z copying torch\include\ATen\ops\zero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8831508Z copying torch\include\ATen\ops\zero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8838449Z copying torch\include\ATen\ops\zero_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8845075Z copying torch\include\ATen\ops\zero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8851676Z copying torch\include\ATen\ops\zero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8859344Z copying torch\include\ATen\ops\_adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8866712Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8874891Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8882487Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8890252Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8897818Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8905766Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8913392Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8920688Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8928903Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8936450Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8944104Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8951449Z copying torch\include\ATen\ops\_adaptive_avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8959354Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8967196Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8974994Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8982949Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8990498Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.8998021Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9005826Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9013930Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9021586Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9031663Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9041748Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9049209Z copying torch\include\ATen\ops\_addmm_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9056933Z copying torch\include\ATen\ops\_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9065100Z copying torch\include\ATen\ops\_addmm_activation_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9072064Z copying torch\include\ATen\ops\_addmm_activation_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9079356Z copying torch\include\ATen\ops\_addmm_activation_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9086281Z copying torch\include\ATen\ops\_addmm_activation_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9093774Z copying torch\include\ATen\ops\_addmm_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9100726Z copying torch\include\ATen\ops\_addmm_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9107462Z copying torch\include\ATen\ops\_add_batch_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9114607Z copying torch\include\ATen\ops\_add_batch_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9121285Z copying torch\include\ATen\ops\_add_batch_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9128425Z copying torch\include\ATen\ops\_add_batch_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9135060Z copying torch\include\ATen\ops\_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9142076Z copying torch\include\ATen\ops\_add_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9148692Z copying torch\include\ATen\ops\_add_relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9155566Z copying torch\include\ATen\ops\_add_relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9162519Z copying torch\include\ATen\ops\_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9169308Z copying torch\include\ATen\ops\_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9176589Z copying torch\include\ATen\ops\_aminmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9183312Z copying torch\include\ATen\ops\_aminmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9190018Z copying torch\include\ATen\ops\_aminmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9196729Z copying torch\include\ATen\ops\_aminmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9203335Z copying torch\include\ATen\ops\_aminmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9210027Z copying torch\include\ATen\ops\_aminmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9217147Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9224404Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9231298Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9238275Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9245771Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9252877Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9259669Z copying torch\include\ATen\ops\_amp_update_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9267143Z copying torch\include\ATen\ops\_amp_update_scale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9273816Z copying torch\include\ATen\ops\_amp_update_scale_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9280598Z copying torch\include\ATen\ops\_amp_update_scale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9288028Z copying torch\include\ATen\ops\_amp_update_scale_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9294614Z copying torch\include\ATen\ops\_amp_update_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9301748Z copying torch\include\ATen\ops\_amp_update_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9308436Z copying torch\include\ATen\ops\_assert_async.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9315203Z copying torch\include\ATen\ops\_assert_async_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9321869Z copying torch\include\ATen\ops\_assert_async_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9328469Z copying torch\include\ATen\ops\_assert_async_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9335851Z copying torch\include\ATen\ops\_assert_async_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9343266Z copying torch\include\ATen\ops\_assert_scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9351652Z copying torch\include\ATen\ops\_assert_scalar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9358510Z copying torch\include\ATen\ops\_assert_scalar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9365229Z copying torch\include\ATen\ops\_assert_scalar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9372238Z copying torch\include\ATen\ops\_assert_tensor_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9379666Z copying torch\include\ATen\ops\_assert_tensor_metadata_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9386805Z copying torch\include\ATen\ops\_assert_tensor_metadata_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9393794Z copying torch\include\ATen\ops\_assert_tensor_metadata_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9401434Z copying torch\include\ATen\ops\_assert_tensor_metadata_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9408310Z copying torch\include\ATen\ops\_autocast_to_full_precision.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9415137Z copying torch\include\ATen\ops\_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9422190Z copying torch\include\ATen\ops\_autocast_to_full_precision_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9430165Z copying torch\include\ATen\ops\_autocast_to_full_precision_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9437678Z copying torch\include\ATen\ops\_autocast_to_reduced_precision.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9445173Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9452508Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9460529Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9468132Z copying torch\include\ATen\ops\_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9475421Z copying torch\include\ATen\ops\_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9482522Z copying torch\include\ATen\ops\_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9490195Z copying torch\include\ATen\ops\_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9497049Z copying torch\include\ATen\ops\_batch_norm_impl_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9503862Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9511099Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9518250Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9525156Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9561551Z copying torch\include\ATen\ops\_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9568904Z copying torch\include\ATen\ops\_batch_norm_impl_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9575790Z copying torch\include\ATen\ops\_batch_norm_impl_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9583556Z copying torch\include\ATen\ops\_batch_norm_no_update.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9590509Z copying torch\include\ATen\ops\_batch_norm_no_update_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9598149Z copying torch\include\ATen\ops\_batch_norm_no_update_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9605116Z copying torch\include\ATen\ops\_batch_norm_no_update_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9611878Z copying torch\include\ATen\ops\_batch_norm_with_update.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9618917Z copying torch\include\ATen\ops\_batch_norm_with_update_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9626688Z copying torch\include\ATen\ops\_batch_norm_with_update_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9633716Z copying torch\include\ATen\ops\_batch_norm_with_update_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9640472Z copying torch\include\ATen\ops\_batch_norm_with_update_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9647951Z copying torch\include\ATen\ops\_batch_norm_with_update_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9654575Z copying torch\include\ATen\ops\_cast_Byte.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9661520Z copying torch\include\ATen\ops\_cast_Byte_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9668127Z copying torch\include\ATen\ops\_cast_Byte_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9674675Z copying torch\include\ATen\ops\_cast_Byte_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9681904Z copying torch\include\ATen\ops\_cast_Char.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9689494Z copying torch\include\ATen\ops\_cast_Char_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9697163Z copying torch\include\ATen\ops\_cast_Char_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9704666Z copying torch\include\ATen\ops\_cast_Char_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9712231Z copying torch\include\ATen\ops\_cast_Double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9719794Z copying torch\include\ATen\ops\_cast_Double_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9727300Z copying torch\include\ATen\ops\_cast_Double_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9734690Z copying torch\include\ATen\ops\_cast_Double_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9742245Z copying torch\include\ATen\ops\_cast_Float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9749783Z copying torch\include\ATen\ops\_cast_Float_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9757031Z copying torch\include\ATen\ops\_cast_Float_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9764184Z copying torch\include\ATen\ops\_cast_Float_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9771828Z copying torch\include\ATen\ops\_cast_Half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9779728Z copying torch\include\ATen\ops\_cast_Half_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9786924Z copying torch\include\ATen\ops\_cast_Half_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9793802Z copying torch\include\ATen\ops\_cast_Half_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9801606Z copying torch\include\ATen\ops\_cast_Int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9809279Z copying torch\include\ATen\ops\_cast_Int_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9816502Z copying torch\include\ATen\ops\_cast_Int_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9823677Z copying torch\include\ATen\ops\_cast_Int_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9831449Z copying torch\include\ATen\ops\_cast_Long.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9839334Z copying torch\include\ATen\ops\_cast_Long_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9846605Z copying torch\include\ATen\ops\_cast_Long_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9853744Z copying torch\include\ATen\ops\_cast_Long_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9861397Z copying torch\include\ATen\ops\_cast_Short.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9869093Z copying torch\include\ATen\ops\_cast_Short_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9876266Z copying torch\include\ATen\ops\_cast_Short_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9883177Z copying torch\include\ATen\ops\_cast_Short_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9890612Z copying torch\include\ATen\ops\_cdist_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9898530Z copying torch\include\ATen\ops\_cdist_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9905910Z copying torch\include\ATen\ops\_cdist_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9913290Z copying torch\include\ATen\ops\_cdist_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9920619Z copying torch\include\ATen\ops\_cdist_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9928378Z copying torch\include\ATen\ops\_cdist_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9935912Z copying torch\include\ATen\ops\_cdist_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9943714Z copying torch\include\ATen\ops\_cdist_forward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9951063Z copying torch\include\ATen\ops\_cdist_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9958746Z copying torch\include\ATen\ops\_cdist_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9965999Z copying torch\include\ATen\ops\_cdist_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9973642Z copying torch\include\ATen\ops\_cdist_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9981418Z copying torch\include\ATen\ops\_cholesky_solve_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9989498Z copying torch\include\ATen\ops\_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:35.9996831Z copying torch\include\ATen\ops\_cholesky_solve_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0004106Z copying torch\include\ATen\ops\_cholesky_solve_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0012132Z copying torch\include\ATen\ops\_cholesky_solve_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0019550Z copying torch\include\ATen\ops\_cholesky_solve_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0026467Z copying torch\include\ATen\ops\_choose_qparams_per_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0034259Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0040869Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0048116Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0054759Z copying torch\include\ATen\ops\_chunk_cat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0061738Z copying torch\include\ATen\ops\_chunk_cat_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0068399Z copying torch\include\ATen\ops\_chunk_cat_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0076323Z copying torch\include\ATen\ops\_chunk_cat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0086639Z copying torch\include\ATen\ops\_chunk_cat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0094552Z copying torch\include\ATen\ops\_coalesce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0104808Z copying torch\include\ATen\ops\_coalesced.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0115453Z copying torch\include\ATen\ops\_coalesced_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0125664Z copying torch\include\ATen\ops\_coalesced_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0135459Z copying torch\include\ATen\ops\_coalesced_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0142996Z copying torch\include\ATen\ops\_coalesced_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0150953Z copying torch\include\ATen\ops\_coalesce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0158454Z copying torch\include\ATen\ops\_coalesce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0165631Z copying torch\include\ATen\ops\_coalesce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0173329Z copying torch\include\ATen\ops\_compute_linear_combination.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0180548Z copying torch\include\ATen\ops\_compute_linear_combination_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0187655Z copying torch\include\ATen\ops\_compute_linear_combination_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0194584Z copying torch\include\ATen\ops\_compute_linear_combination_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0201268Z copying torch\include\ATen\ops\_compute_linear_combination_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0208141Z copying torch\include\ATen\ops\_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0214645Z copying torch\include\ATen\ops\_conj_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0221159Z copying torch\include\ATen\ops\_conj_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0228220Z copying torch\include\ATen\ops\_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0235296Z copying torch\include\ATen\ops\_conj_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0242649Z copying torch\include\ATen\ops\_conj_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0249017Z copying torch\include\ATen\ops\_conj_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0255694Z copying torch\include\ATen\ops\_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0262360Z copying torch\include\ATen\ops\_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0269068Z copying torch\include\ATen\ops\_conj_physical.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0276041Z copying torch\include\ATen\ops\_conj_physical_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0282641Z copying torch\include\ATen\ops\_conj_physical_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0289545Z copying torch\include\ATen\ops\_conj_physical_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0296390Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0303654Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0310266Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0317312Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0324242Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0331267Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0338680Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0346412Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0353783Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0362140Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0370103Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0377531Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0385197Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0393404Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0401355Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0408736Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0416321Z copying torch\include\ATen\ops\_convert_weight_to_int4pack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0424091Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0431661Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0439174Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0447409Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0454741Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0462369Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0469584Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0477572Z copying torch\include\ATen\ops\_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0485315Z copying torch\include\ATen\ops\_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0493150Z copying torch\include\ATen\ops\_convolution_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0500678Z copying torch\include\ATen\ops\_convolution_double_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0508738Z copying torch\include\ATen\ops\_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0516771Z copying torch\include\ATen\ops\_convolution_double_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0524155Z copying torch\include\ATen\ops\_convolution_double_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0532053Z copying torch\include\ATen\ops\_convolution_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0541437Z copying torch\include\ATen\ops\_convolution_mode_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0551994Z copying torch\include\ATen\ops\_convolution_mode_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0562583Z copying torch\include\ATen\ops\_convolution_mode_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0570925Z copying torch\include\ATen\ops\_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0578722Z copying torch\include\ATen\ops\_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0586703Z copying torch\include\ATen\ops\_conv_depthwise2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0594347Z copying torch\include\ATen\ops\_conv_depthwise2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0601342Z copying torch\include\ATen\ops\_conv_depthwise2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0608833Z copying torch\include\ATen\ops\_conv_depthwise2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0615551Z copying torch\include\ATen\ops\_copy_from.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0623241Z copying torch\include\ATen\ops\_copy_from_and_resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0630190Z copying torch\include\ATen\ops\_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0636851Z copying torch\include\ATen\ops\_copy_from_and_resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0643772Z copying torch\include\ATen\ops\_copy_from_and_resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0651906Z copying torch\include\ATen\ops\_copy_from_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0658770Z copying torch\include\ATen\ops\_copy_from_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0665387Z copying torch\include\ATen\ops\_copy_from_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0672344Z copying torch\include\ATen\ops\_cslt_compress.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0679105Z copying torch\include\ATen\ops\_cslt_compress_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0686134Z copying torch\include\ATen\ops\_cslt_compress_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0692730Z copying torch\include\ATen\ops\_cslt_compress_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0699472Z copying torch\include\ATen\ops\_cslt_sparse_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0706694Z copying torch\include\ATen\ops\_cslt_sparse_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0713500Z copying torch\include\ATen\ops\_cslt_sparse_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0720284Z copying torch\include\ATen\ops\_cslt_sparse_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0727184Z copying torch\include\ATen\ops\_cslt_sparse_mm_search.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0734331Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0741492Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0749143Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0755960Z copying torch\include\ATen\ops\_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0762589Z copying torch\include\ATen\ops\_ctc_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0769501Z copying torch\include\ATen\ops\_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0776485Z copying torch\include\ATen\ops\_ctc_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0783762Z copying torch\include\ATen\ops\_ctc_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0791926Z copying torch\include\ATen\ops\_ctc_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0798367Z copying torch\include\ATen\ops\_ctc_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0806206Z copying torch\include\ATen\ops\_ctc_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0812893Z copying torch\include\ATen\ops\_ctc_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0819819Z copying torch\include\ATen\ops\_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0826655Z copying torch\include\ATen\ops\_ctc_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0833694Z copying torch\include\ATen\ops\_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0841016Z copying torch\include\ATen\ops\_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0848542Z copying torch\include\ATen\ops\_cudnn_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0855940Z copying torch\include\ATen\ops\_cudnn_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0864117Z copying torch\include\ATen\ops\_cudnn_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0871612Z copying torch\include\ATen\ops\_cudnn_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0878892Z copying torch\include\ATen\ops\_cudnn_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0887189Z copying torch\include\ATen\ops\_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0894897Z copying torch\include\ATen\ops\_cudnn_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0902771Z copying torch\include\ATen\ops\_cudnn_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0910718Z copying torch\include\ATen\ops\_cudnn_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0918996Z copying torch\include\ATen\ops\_cudnn_init_dropout_state.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0926744Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0934781Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0942779Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0950197Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0957676Z copying torch\include\ATen\ops\_cudnn_rnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0965677Z copying torch\include\ATen\ops\_cudnn_rnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0974323Z copying torch\include\ATen\ops\_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0982378Z copying torch\include\ATen\ops\_cudnn_rnn_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0990591Z copying torch\include\ATen\ops\_cudnn_rnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.0998479Z copying torch\include\ATen\ops\_cudnn_rnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1006555Z copying torch\include\ATen\ops\_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1014227Z copying torch\include\ATen\ops\_cudnn_rnn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1022246Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1030027Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1038559Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1047457Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1058275Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1068733Z copying torch\include\ATen\ops\_cudnn_rnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1077146Z copying torch\include\ATen\ops\_cudnn_rnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1084933Z copying torch\include\ATen\ops\_cufft_clear_plan_cache.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1093101Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1100387Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1108040Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1115723Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1129157Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1136064Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1143392Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1150371Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1158371Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1164993Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1172170Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1179929Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1187638Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1195033Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1202036Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1209298Z copying torch\include\ATen\ops\_cummax_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1216564Z copying torch\include\ATen\ops\_cummax_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1223649Z copying torch\include\ATen\ops\_cummax_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1230737Z copying torch\include\ATen\ops\_cummax_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1237533Z copying torch\include\ATen\ops\_cummax_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1244474Z copying torch\include\ATen\ops\_cummin_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1251462Z copying torch\include\ATen\ops\_cummin_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1258110Z copying torch\include\ATen\ops\_cummin_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1265261Z copying torch\include\ATen\ops\_cummin_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1272149Z copying torch\include\ATen\ops\_cummin_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1279447Z copying torch\include\ATen\ops\_debug_has_internal_overlap.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1286317Z copying torch\include\ATen\ops\_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1292885Z copying torch\include\ATen\ops\_debug_has_internal_overlap_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1299701Z copying torch\include\ATen\ops\_debug_has_internal_overlap_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1306402Z copying torch\include\ATen\ops\_dimI.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1312719Z copying torch\include\ATen\ops\_dimI_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1319523Z copying torch\include\ATen\ops\_dimI_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1326357Z copying torch\include\ATen\ops\_dimV.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1332713Z copying torch\include\ATen\ops\_dimV_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1339308Z copying torch\include\ATen\ops\_dimV_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1347861Z copying torch\include\ATen\ops\_dim_arange.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1355453Z copying torch\include\ATen\ops\_dim_arange_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1362681Z copying torch\include\ATen\ops\_dim_arange_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1370232Z copying torch\include\ATen\ops\_dim_arange_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1378235Z copying torch\include\ATen\ops\_dirichlet_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1386159Z copying torch\include\ATen\ops\_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1393433Z copying torch\include\ATen\ops\_dirichlet_grad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1401225Z copying torch\include\ATen\ops\_dirichlet_grad_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1409206Z copying torch\include\ATen\ops\_dirichlet_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1416541Z copying torch\include\ATen\ops\_dirichlet_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1424914Z copying torch\include\ATen\ops\_dyn_quant_matmul_4bit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1432707Z copying torch\include\ATen\ops\_dyn_quant_matmul_4bit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1440356Z copying torch\include\ATen\ops\_dyn_quant_matmul_4bit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1448206Z copying torch\include\ATen\ops\_dyn_quant_matmul_4bit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1455912Z copying torch\include\ATen\ops\_dyn_quant_pack_4bit_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1463456Z copying torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1470886Z copying torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1479111Z copying torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1487748Z copying torch\include\ATen\ops\_efficientzerotensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1495435Z copying torch\include\ATen\ops\_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1503569Z copying torch\include\ATen\ops\_efficientzerotensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1511064Z copying torch\include\ATen\ops\_efficientzerotensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1518368Z copying torch\include\ATen\ops\_efficientzerotensor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1526075Z copying torch\include\ATen\ops\_efficientzerotensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1535322Z copying torch\include\ATen\ops\_efficientzerotensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1546111Z copying torch\include\ATen\ops\_efficient_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1554420Z copying torch\include\ATen\ops\_efficient_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1562819Z copying torch\include\ATen\ops\_efficient_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1571230Z copying torch\include\ATen\ops\_efficient_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1580850Z copying torch\include\ATen\ops\_efficient_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1589025Z copying torch\include\ATen\ops\_efficient_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1595959Z copying torch\include\ATen\ops\_efficient_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1603768Z copying torch\include\ATen\ops\_efficient_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1610617Z copying torch\include\ATen\ops\_embedding_bag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1617355Z copying torch\include\ATen\ops\_embedding_bag_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1625117Z copying torch\include\ATen\ops\_embedding_bag_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1632826Z copying torch\include\ATen\ops\_embedding_bag_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1640555Z copying torch\include\ATen\ops\_embedding_bag_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1647489Z copying torch\include\ATen\ops\_embedding_bag_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1654768Z copying torch\include\ATen\ops\_embedding_bag_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1662044Z copying torch\include\ATen\ops\_embedding_bag_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1668893Z copying torch\include\ATen\ops\_embedding_bag_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1676226Z copying torch\include\ATen\ops\_embedding_bag_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1683449Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1690878Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1698099Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1705180Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1712217Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1719293Z copying torch\include\ATen\ops\_embedding_bag_forward_only.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1726372Z copying torch\include\ATen\ops\_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1733161Z copying torch\include\ATen\ops\_embedding_bag_forward_only_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1740533Z copying torch\include\ATen\ops\_embedding_bag_forward_only_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1747365Z copying torch\include\ATen\ops\_embedding_bag_forward_only_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1754780Z copying torch\include\ATen\ops\_embedding_bag_forward_only_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1761693Z copying torch\include\ATen\ops\_embedding_bag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1768269Z copying torch\include\ATen\ops\_embedding_bag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1775346Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1782811Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1790192Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1797497Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1804450Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1811572Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1818427Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1826106Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1833045Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1840217Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1848170Z copying torch\include\ATen\ops\_empty_affine_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1855116Z copying torch\include\ATen\ops\_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1862493Z copying torch\include\ATen\ops\_empty_affine_quantized_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1869896Z copying torch\include\ATen\ops\_empty_affine_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1876565Z copying torch\include\ATen\ops\_empty_affine_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1884032Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1891384Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1898483Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1906060Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1913164Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1920136Z copying torch\include\ATen\ops\_euclidean_dist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1927660Z copying torch\include\ATen\ops\_euclidean_dist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1934654Z copying torch\include\ATen\ops\_euclidean_dist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1941834Z copying torch\include\ATen\ops\_euclidean_dist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1949365Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1956693Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1963652Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1970708Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1978209Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1985984Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.1993076Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2000314Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2007329Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2014524Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2021680Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2028756Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2035871Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2043580Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2051965Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2062922Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2074089Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2085512Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2095715Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2104248Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2113225Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2121127Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2128877Z copying torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2137664Z copying torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2144733Z copying torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2153207Z copying torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2161098Z copying torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2168657Z copying torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2175440Z copying torch\include\ATen\ops\_fft_c2c.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2182727Z copying torch\include\ATen\ops\_fft_c2c_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2190401Z copying torch\include\ATen\ops\_fft_c2c_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2197367Z copying torch\include\ATen\ops\_fft_c2c_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2204394Z copying torch\include\ATen\ops\_fft_c2c_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2211069Z copying torch\include\ATen\ops\_fft_c2r.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2217764Z copying torch\include\ATen\ops\_fft_c2r_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2224934Z copying torch\include\ATen\ops\_fft_c2r_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2232570Z copying torch\include\ATen\ops\_fft_c2r_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2239755Z copying torch\include\ATen\ops\_fft_c2r_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2246821Z copying torch\include\ATen\ops\_fft_r2c.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2253365Z copying torch\include\ATen\ops\_fft_r2c_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2260424Z copying torch\include\ATen\ops\_fft_r2c_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2267244Z copying torch\include\ATen\ops\_fft_r2c_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2274383Z copying torch\include\ATen\ops\_fft_r2c_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2281374Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2288707Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2295667Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2302493Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2309539Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2316399Z copying torch\include\ATen\ops\_flash_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2323432Z copying torch\include\ATen\ops\_flash_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2330693Z copying torch\include\ATen\ops\_flash_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2338528Z copying torch\include\ATen\ops\_flash_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2345658Z copying torch\include\ATen\ops\_flash_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2352890Z copying torch\include\ATen\ops\_flash_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2359637Z copying torch\include\ATen\ops\_flash_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2366668Z copying torch\include\ATen\ops\_flash_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2373278Z copying torch\include\ATen\ops\_foobar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2379930Z copying torch\include\ATen\ops\_foobar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2386814Z copying torch\include\ATen\ops\_foobar_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2393515Z copying torch\include\ATen\ops\_foobar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2400504Z copying torch\include\ATen\ops\_foobar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2407317Z copying torch\include\ATen\ops\_foreach_abs.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2414733Z copying torch\include\ATen\ops\_foreach_abs_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2421532Z copying torch\include\ATen\ops\_foreach_abs_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2428220Z copying torch\include\ATen\ops\_foreach_abs_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2435807Z copying torch\include\ATen\ops\_foreach_abs_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2442534Z copying torch\include\ATen\ops\_foreach_acos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2450018Z copying torch\include\ATen\ops\_foreach_acos_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2457106Z copying torch\include\ATen\ops\_foreach_acos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2463974Z copying torch\include\ATen\ops\_foreach_acos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2470739Z copying torch\include\ATen\ops\_foreach_acos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2477511Z copying torch\include\ATen\ops\_foreach_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2485140Z copying torch\include\ATen\ops\_foreach_addcdiv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2492885Z copying torch\include\ATen\ops\_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2500143Z copying torch\include\ATen\ops\_foreach_addcdiv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2507031Z copying torch\include\ATen\ops\_foreach_addcdiv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2514152Z copying torch\include\ATen\ops\_foreach_addcdiv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2522018Z copying torch\include\ATen\ops\_foreach_addcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2528946Z copying torch\include\ATen\ops\_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2536438Z copying torch\include\ATen\ops\_foreach_addcmul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2543599Z copying torch\include\ATen\ops\_foreach_addcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2550726Z copying torch\include\ATen\ops\_foreach_addcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2557847Z copying torch\include\ATen\ops\_foreach_add_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2564517Z copying torch\include\ATen\ops\_foreach_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2571311Z copying torch\include\ATen\ops\_foreach_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2578393Z copying torch\include\ATen\ops\_foreach_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2585283Z copying torch\include\ATen\ops\_foreach_asin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2592649Z copying torch\include\ATen\ops\_foreach_asin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2600116Z copying torch\include\ATen\ops\_foreach_asin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2606869Z copying torch\include\ATen\ops\_foreach_asin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2613770Z copying torch\include\ATen\ops\_foreach_asin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2620651Z copying torch\include\ATen\ops\_foreach_atan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2627622Z copying torch\include\ATen\ops\_foreach_atan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2635627Z copying torch\include\ATen\ops\_foreach_atan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2645383Z copying torch\include\ATen\ops\_foreach_atan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2654824Z copying torch\include\ATen\ops\_foreach_atan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2665247Z copying torch\include\ATen\ops\_foreach_ceil.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2676897Z copying torch\include\ATen\ops\_foreach_ceil_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2687324Z copying torch\include\ATen\ops\_foreach_ceil_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2696114Z copying torch\include\ATen\ops\_foreach_ceil_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2704056Z copying torch\include\ATen\ops\_foreach_ceil_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2711849Z copying torch\include\ATen\ops\_foreach_clamp_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2720187Z copying torch\include\ATen\ops\_foreach_clamp_max_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2727445Z copying torch\include\ATen\ops\_foreach_clamp_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2734917Z copying torch\include\ATen\ops\_foreach_clamp_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2742073Z copying torch\include\ATen\ops\_foreach_clamp_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2749795Z copying torch\include\ATen\ops\_foreach_clamp_min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2756989Z copying torch\include\ATen\ops\_foreach_clamp_min_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2765287Z copying torch\include\ATen\ops\_foreach_clamp_min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2772495Z copying torch\include\ATen\ops\_foreach_clamp_min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2779655Z copying torch\include\ATen\ops\_foreach_clamp_min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2786602Z copying torch\include\ATen\ops\_foreach_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2794395Z copying torch\include\ATen\ops\_foreach_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2803003Z copying torch\include\ATen\ops\_foreach_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2809863Z copying torch\include\ATen\ops\_foreach_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2816756Z copying torch\include\ATen\ops\_foreach_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2824341Z copying torch\include\ATen\ops\_foreach_cos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2831241Z copying torch\include\ATen\ops\_foreach_cosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2838813Z copying torch\include\ATen\ops\_foreach_cosh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2845860Z copying torch\include\ATen\ops\_foreach_cosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2853287Z copying torch\include\ATen\ops\_foreach_cosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2860528Z copying torch\include\ATen\ops\_foreach_cosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2868272Z copying torch\include\ATen\ops\_foreach_cos_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2875393Z copying torch\include\ATen\ops\_foreach_cos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2882905Z copying torch\include\ATen\ops\_foreach_cos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2889999Z copying torch\include\ATen\ops\_foreach_cos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2897158Z copying torch\include\ATen\ops\_foreach_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2904938Z copying torch\include\ATen\ops\_foreach_div_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2912415Z copying torch\include\ATen\ops\_foreach_div_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2919818Z copying torch\include\ATen\ops\_foreach_div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2928061Z copying torch\include\ATen\ops\_foreach_div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2936985Z copying torch\include\ATen\ops\_foreach_erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2948029Z copying torch\include\ATen\ops\_foreach_erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2959303Z copying torch\include\ATen\ops\_foreach_erfc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2970212Z copying torch\include\ATen\ops\_foreach_erfc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2980075Z copying torch\include\ATen\ops\_foreach_erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2988602Z copying torch\include\ATen\ops\_foreach_erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.2996601Z copying torch\include\ATen\ops\_foreach_erf_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3004122Z copying torch\include\ATen\ops\_foreach_erf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3012068Z copying torch\include\ATen\ops\_foreach_erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3020050Z copying torch\include\ATen\ops\_foreach_erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3026864Z copying torch\include\ATen\ops\_foreach_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3034804Z copying torch\include\ATen\ops\_foreach_expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3042652Z copying torch\include\ATen\ops\_foreach_expm1_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3049857Z copying torch\include\ATen\ops\_foreach_expm1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3056680Z copying torch\include\ATen\ops\_foreach_expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3064319Z copying torch\include\ATen\ops\_foreach_expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3071624Z copying torch\include\ATen\ops\_foreach_exp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3078903Z copying torch\include\ATen\ops\_foreach_exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3086501Z copying torch\include\ATen\ops\_foreach_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3093125Z copying torch\include\ATen\ops\_foreach_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3100156Z copying torch\include\ATen\ops\_foreach_floor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3107528Z copying torch\include\ATen\ops\_foreach_floor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3114785Z copying torch\include\ATen\ops\_foreach_floor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3122493Z copying torch\include\ATen\ops\_foreach_floor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3129241Z copying torch\include\ATen\ops\_foreach_floor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3136555Z copying torch\include\ATen\ops\_foreach_frac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3144344Z copying torch\include\ATen\ops\_foreach_frac_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3151212Z copying torch\include\ATen\ops\_foreach_frac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3158169Z copying torch\include\ATen\ops\_foreach_frac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3166252Z copying torch\include\ATen\ops\_foreach_frac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3173530Z copying torch\include\ATen\ops\_foreach_lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3180678Z copying torch\include\ATen\ops\_foreach_lerp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3187848Z copying torch\include\ATen\ops\_foreach_lerp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3195550Z copying torch\include\ATen\ops\_foreach_lerp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3202556Z copying torch\include\ATen\ops\_foreach_lerp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3209307Z copying torch\include\ATen\ops\_foreach_lgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3216557Z copying torch\include\ATen\ops\_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3223997Z copying torch\include\ATen\ops\_foreach_lgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3231296Z copying torch\include\ATen\ops\_foreach_lgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3238404Z copying torch\include\ATen\ops\_foreach_lgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3246193Z copying torch\include\ATen\ops\_foreach_log.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3253599Z copying torch\include\ATen\ops\_foreach_log10.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3261267Z copying torch\include\ATen\ops\_foreach_log10_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3268022Z copying torch\include\ATen\ops\_foreach_log10_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3275134Z copying torch\include\ATen\ops\_foreach_log10_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3282286Z copying torch\include\ATen\ops\_foreach_log10_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3289646Z copying torch\include\ATen\ops\_foreach_log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3296778Z copying torch\include\ATen\ops\_foreach_log1p_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3304053Z copying torch\include\ATen\ops\_foreach_log1p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3311353Z copying torch\include\ATen\ops\_foreach_log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3318401Z copying torch\include\ATen\ops\_foreach_log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3325236Z copying torch\include\ATen\ops\_foreach_log2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3332503Z copying torch\include\ATen\ops\_foreach_log2_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3340179Z copying torch\include\ATen\ops\_foreach_log2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3347427Z copying torch\include\ATen\ops\_foreach_log2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3355084Z copying torch\include\ATen\ops\_foreach_log2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3363215Z copying torch\include\ATen\ops\_foreach_log_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3371158Z copying torch\include\ATen\ops\_foreach_log_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3378953Z copying torch\include\ATen\ops\_foreach_log_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3386925Z copying torch\include\ATen\ops\_foreach_log_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3394730Z copying torch\include\ATen\ops\_foreach_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3402490Z copying torch\include\ATen\ops\_foreach_maximum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3410957Z copying torch\include\ATen\ops\_foreach_maximum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3418326Z copying torch\include\ATen\ops\_foreach_maximum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3426242Z copying torch\include\ATen\ops\_foreach_maximum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3434610Z copying torch\include\ATen\ops\_foreach_maximum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3442641Z copying torch\include\ATen\ops\_foreach_max_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3450174Z copying torch\include\ATen\ops\_foreach_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3458279Z copying torch\include\ATen\ops\_foreach_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3466318Z copying torch\include\ATen\ops\_foreach_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3473843Z copying torch\include\ATen\ops\_foreach_minimum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3481975Z copying torch\include\ATen\ops\_foreach_minimum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3489915Z copying torch\include\ATen\ops\_foreach_minimum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3497774Z copying torch\include\ATen\ops\_foreach_minimum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3505715Z copying torch\include\ATen\ops\_foreach_minimum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3513480Z copying torch\include\ATen\ops\_foreach_mul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3521647Z copying torch\include\ATen\ops\_foreach_mul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3530229Z copying torch\include\ATen\ops\_foreach_mul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3537933Z copying torch\include\ATen\ops\_foreach_mul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3547378Z copying torch\include\ATen\ops\_foreach_mul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3558570Z copying torch\include\ATen\ops\_foreach_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3567510Z copying torch\include\ATen\ops\_foreach_neg_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3575090Z copying torch\include\ATen\ops\_foreach_neg_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3582967Z copying torch\include\ATen\ops\_foreach_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3590571Z copying torch\include\ATen\ops\_foreach_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3598562Z copying torch\include\ATen\ops\_foreach_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3605774Z copying torch\include\ATen\ops\_foreach_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3613751Z copying torch\include\ATen\ops\_foreach_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3631586Z copying torch\include\ATen\ops\_foreach_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3632494Z copying torch\include\ATen\ops\_foreach_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3635453Z copying torch\include\ATen\ops\_foreach_pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3642715Z copying torch\include\ATen\ops\_foreach_pow_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3650569Z copying torch\include\ATen\ops\_foreach_pow_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3657735Z copying torch\include\ATen\ops\_foreach_pow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3664865Z copying torch\include\ATen\ops\_foreach_pow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3671818Z copying torch\include\ATen\ops\_foreach_reciprocal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3679466Z copying torch\include\ATen\ops\_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3686731Z copying torch\include\ATen\ops\_foreach_reciprocal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3693478Z copying torch\include\ATen\ops\_foreach_reciprocal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3700948Z copying torch\include\ATen\ops\_foreach_reciprocal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3707880Z copying torch\include\ATen\ops\_foreach_round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3715677Z copying torch\include\ATen\ops\_foreach_round_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3722749Z copying torch\include\ATen\ops\_foreach_round_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3730223Z copying torch\include\ATen\ops\_foreach_round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3744610Z copying torch\include\ATen\ops\_foreach_round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3751486Z copying torch\include\ATen\ops\_foreach_rsqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3758793Z copying torch\include\ATen\ops\_foreach_rsqrt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3765860Z copying torch\include\ATen\ops\_foreach_rsqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3772954Z copying torch\include\ATen\ops\_foreach_rsqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3780227Z copying torch\include\ATen\ops\_foreach_rsqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3786997Z copying torch\include\ATen\ops\_foreach_sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3794290Z copying torch\include\ATen\ops\_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3801369Z copying torch\include\ATen\ops\_foreach_sigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3808675Z copying torch\include\ATen\ops\_foreach_sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3816258Z copying torch\include\ATen\ops\_foreach_sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3823023Z copying torch\include\ATen\ops\_foreach_sign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3858503Z copying torch\include\ATen\ops\_foreach_sign_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3865572Z copying torch\include\ATen\ops\_foreach_sign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3872482Z copying torch\include\ATen\ops\_foreach_sign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3879519Z copying torch\include\ATen\ops\_foreach_sign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3886601Z copying torch\include\ATen\ops\_foreach_sin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3893689Z copying torch\include\ATen\ops\_foreach_sinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3900904Z copying torch\include\ATen\ops\_foreach_sinh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3907699Z copying torch\include\ATen\ops\_foreach_sinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3915118Z copying torch\include\ATen\ops\_foreach_sinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3922014Z copying torch\include\ATen\ops\_foreach_sinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3929175Z copying torch\include\ATen\ops\_foreach_sin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3936365Z copying torch\include\ATen\ops\_foreach_sin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3943858Z copying torch\include\ATen\ops\_foreach_sin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3950963Z copying torch\include\ATen\ops\_foreach_sin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3960760Z copying torch\include\ATen\ops\_foreach_sqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3968494Z copying torch\include\ATen\ops\_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3978074Z copying torch\include\ATen\ops\_foreach_sqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3988600Z copying torch\include\ATen\ops\_foreach_sqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.3997940Z copying torch\include\ATen\ops\_foreach_sqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4008752Z copying torch\include\ATen\ops\_foreach_sub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4018959Z copying torch\include\ATen\ops\_foreach_sub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4028745Z copying torch\include\ATen\ops\_foreach_sub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4039314Z copying torch\include\ATen\ops\_foreach_sub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4047390Z copying torch\include\ATen\ops\_foreach_sub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4055068Z copying torch\include\ATen\ops\_foreach_tan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4062883Z copying torch\include\ATen\ops\_foreach_tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4072161Z copying torch\include\ATen\ops\_foreach_tanh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4079743Z copying torch\include\ATen\ops\_foreach_tanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4086580Z copying torch\include\ATen\ops\_foreach_tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4094447Z copying torch\include\ATen\ops\_foreach_tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4101844Z copying torch\include\ATen\ops\_foreach_tan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4108657Z copying torch\include\ATen\ops\_foreach_tan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4115589Z copying torch\include\ATen\ops\_foreach_tan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4122601Z copying torch\include\ATen\ops\_foreach_tan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4130559Z copying torch\include\ATen\ops\_foreach_trunc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4138269Z copying torch\include\ATen\ops\_foreach_trunc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4145026Z copying torch\include\ATen\ops\_foreach_trunc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4152133Z copying torch\include\ATen\ops\_foreach_trunc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4158621Z copying torch\include\ATen\ops\_foreach_trunc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4165353Z copying torch\include\ATen\ops\_foreach_zero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4173306Z copying torch\include\ATen\ops\_foreach_zero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4180910Z copying torch\include\ATen\ops\_foreach_zero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4188063Z copying torch\include\ATen\ops\_foreach_zero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4195170Z copying torch\include\ATen\ops\_foreach_zero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4202744Z copying torch\include\ATen\ops\_functional_assert_async.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4209838Z copying torch\include\ATen\ops\_functional_assert_async_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4217504Z copying torch\include\ATen\ops\_functional_assert_async_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4224835Z copying torch\include\ATen\ops\_functional_assert_async_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4232219Z copying torch\include\ATen\ops\_functional_assert_scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4241041Z copying torch\include\ATen\ops\_functional_assert_scalar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4248522Z copying torch\include\ATen\ops\_functional_assert_scalar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4255942Z copying torch\include\ATen\ops\_functional_assert_scalar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4263628Z copying torch\include\ATen\ops\_functional_sym_constrain_range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4271503Z copying torch\include\ATen\ops\_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4278841Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4287328Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4295364Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4304245Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4312106Z copying torch\include\ATen\ops\_functional_sym_constrain_range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4320230Z copying torch\include\ATen\ops\_functional_sym_constrain_range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4328341Z copying torch\include\ATen\ops\_fused_adagrad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4336174Z copying torch\include\ATen\ops\_fused_adagrad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4343739Z copying torch\include\ATen\ops\_fused_adagrad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4351984Z copying torch\include\ATen\ops\_fused_adagrad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4359696Z copying torch\include\ATen\ops\_fused_adagrad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4367454Z copying torch\include\ATen\ops\_fused_adam.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4375580Z copying torch\include\ATen\ops\_fused_adamw.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4383463Z copying torch\include\ATen\ops\_fused_adamw_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4391070Z copying torch\include\ATen\ops\_fused_adamw_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4399911Z copying torch\include\ATen\ops\_fused_adamw_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4407611Z copying torch\include\ATen\ops\_fused_adamw_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4415078Z copying torch\include\ATen\ops\_fused_adamw_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4423558Z copying torch\include\ATen\ops\_fused_adam_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4431483Z copying torch\include\ATen\ops\_fused_adam_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4439161Z copying torch\include\ATen\ops\_fused_adam_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4446946Z copying torch\include\ATen\ops\_fused_adam_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4454644Z copying torch\include\ATen\ops\_fused_adam_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4462942Z copying torch\include\ATen\ops\_fused_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4471413Z copying torch\include\ATen\ops\_fused_dropout_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4479116Z copying torch\include\ATen\ops\_fused_dropout_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4486757Z copying torch\include\ATen\ops\_fused_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4494913Z copying torch\include\ATen\ops\_fused_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4502933Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4511148Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4519351Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4527616Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4535412Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4543968Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4554729Z copying torch\include\ATen\ops\_fused_sdp_choice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4566213Z copying torch\include\ATen\ops\_fused_sdp_choice_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4577743Z copying torch\include\ATen\ops\_fused_sdp_choice_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4586246Z copying torch\include\ATen\ops\_fused_sdp_choice_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4594670Z copying torch\include\ATen\ops\_fused_sdp_choice_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4602927Z copying torch\include\ATen\ops\_fused_sdp_choice_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4610639Z copying torch\include\ATen\ops\_fused_sgd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4618535Z copying torch\include\ATen\ops\_fused_sgd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4625944Z copying torch\include\ATen\ops\_fused_sgd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4633125Z copying torch\include\ATen\ops\_fused_sgd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4641000Z copying torch\include\ATen\ops\_fused_sgd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4647847Z copying torch\include\ATen\ops\_fused_sgd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4654765Z copying torch\include\ATen\ops\_fw_primal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4661745Z copying torch\include\ATen\ops\_fw_primal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4669189Z copying torch\include\ATen\ops\_fw_primal_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4676729Z copying torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4683625Z copying torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4690372Z copying torch\include\ATen\ops\_fw_primal_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4697857Z copying torch\include\ATen\ops\_fw_primal_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4705207Z copying torch\include\ATen\ops\_fw_primal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4711771Z copying torch\include\ATen\ops\_fw_primal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4718896Z copying torch\include\ATen\ops\_gather_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4726036Z copying torch\include\ATen\ops\_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4732631Z copying torch\include\ATen\ops\_gather_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4739391Z copying torch\include\ATen\ops\_gather_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4746400Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4753169Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4760609Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4767511Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4774676Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4782011Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4788750Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4795882Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4803026Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4810144Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4817408Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4824517Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4831992Z copying torch\include\ATen\ops\_has_same_storage_numel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4839261Z copying torch\include\ATen\ops\_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4846013Z copying torch\include\ATen\ops\_has_same_storage_numel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4852901Z copying torch\include\ATen\ops\_has_same_storage_numel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4860799Z copying torch\include\ATen\ops\_histogramdd_bin_edges.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4868583Z copying torch\include\ATen\ops\_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4876587Z copying torch\include\ATen\ops\_histogramdd_bin_edges_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4884391Z copying torch\include\ATen\ops\_histogramdd_bin_edges_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4891967Z copying torch\include\ATen\ops\_histogramdd_bin_edges_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4899308Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4907755Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4915498Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4923049Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4930766Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4938694Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4946621Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4954930Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4962584Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4970338Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4977584Z copying torch\include\ATen\ops\_index_put_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4985771Z copying torch\include\ATen\ops\_index_put_impl_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.4993186Z copying torch\include\ATen\ops\_index_put_impl_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5000859Z copying torch\include\ATen\ops\_index_put_impl_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5008491Z copying torch\include\ATen\ops\_index_put_impl_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5016531Z copying torch\include\ATen\ops\_index_put_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5024158Z copying torch\include\ATen\ops\_index_put_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5031306Z copying torch\include\ATen\ops\_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5038134Z copying torch\include\ATen\ops\_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5046303Z copying torch\include\ATen\ops\_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5054929Z copying torch\include\ATen\ops\_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5065970Z copying torch\include\ATen\ops\_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5073964Z copying torch\include\ATen\ops\_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5081736Z copying torch\include\ATen\ops\_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5089473Z copying torch\include\ATen\ops\_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5096965Z copying torch\include\ATen\ops\_int_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5103753Z copying torch\include\ATen\ops\_int_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5111289Z copying torch\include\ATen\ops\_int_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5117976Z copying torch\include\ATen\ops\_int_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5125318Z copying torch\include\ATen\ops\_int_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5132596Z copying torch\include\ATen\ops\_is_all_true.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5139861Z copying torch\include\ATen\ops\_is_all_true_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5146636Z copying torch\include\ATen\ops\_is_all_true_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5153434Z copying torch\include\ATen\ops\_is_all_true_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5160734Z copying torch\include\ATen\ops\_is_any_true.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5167850Z copying torch\include\ATen\ops\_is_any_true_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5174472Z copying torch\include\ATen\ops\_is_any_true_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5181480Z copying torch\include\ATen\ops\_is_any_true_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5188306Z copying torch\include\ATen\ops\_is_zerotensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5195478Z copying torch\include\ATen\ops\_is_zerotensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5202197Z copying torch\include\ATen\ops\_is_zerotensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5209395Z copying torch\include\ATen\ops\_is_zerotensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5216336Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5223507Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5230935Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5237692Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5244469Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5251235Z copying torch\include\ATen\ops\_lazy_clone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5258210Z copying torch\include\ATen\ops\_lazy_clone_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5264898Z copying torch\include\ATen\ops\_lazy_clone_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5271644Z copying torch\include\ATen\ops\_lazy_clone_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5278559Z copying torch\include\ATen\ops\_linalg_check_errors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5286172Z copying torch\include\ATen\ops\_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5292722Z copying torch\include\ATen\ops\_linalg_check_errors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5299407Z copying torch\include\ATen\ops\_linalg_check_errors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5306631Z copying torch\include\ATen\ops\_linalg_det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5314648Z copying torch\include\ATen\ops\_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5322077Z copying torch\include\ATen\ops\_linalg_det_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5329489Z copying torch\include\ATen\ops\_linalg_det_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5337352Z copying torch\include\ATen\ops\_linalg_det_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5345342Z copying torch\include\ATen\ops\_linalg_det_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5352711Z copying torch\include\ATen\ops\_linalg_det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5360624Z copying torch\include\ATen\ops\_linalg_det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5368408Z copying torch\include\ATen\ops\_linalg_eigh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5376142Z copying torch\include\ATen\ops\_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5383181Z copying torch\include\ATen\ops\_linalg_eigh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5390201Z copying torch\include\ATen\ops\_linalg_eigh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5396774Z copying torch\include\ATen\ops\_linalg_eigh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5404100Z copying torch\include\ATen\ops\_linalg_eigh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5412488Z copying torch\include\ATen\ops\_linalg_eigh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5420930Z copying torch\include\ATen\ops\_linalg_eigh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5428914Z copying torch\include\ATen\ops\_linalg_eigvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5436494Z copying torch\include\ATen\ops\_linalg_eigvals_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5445442Z copying torch\include\ATen\ops\_linalg_eigvals_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5452740Z copying torch\include\ATen\ops\_linalg_eigvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5459888Z copying torch\include\ATen\ops\_linalg_eigvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5467701Z copying torch\include\ATen\ops\_linalg_slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5475264Z copying torch\include\ATen\ops\_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5482656Z copying torch\include\ATen\ops\_linalg_slogdet_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5489883Z copying torch\include\ATen\ops\_linalg_slogdet_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5497578Z copying torch\include\ATen\ops\_linalg_slogdet_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5505695Z copying torch\include\ATen\ops\_linalg_slogdet_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5513053Z copying torch\include\ATen\ops\_linalg_slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5521076Z copying torch\include\ATen\ops\_linalg_slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5529226Z copying torch\include\ATen\ops\_linalg_solve_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5536997Z copying torch\include\ATen\ops\_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5544827Z copying torch\include\ATen\ops\_linalg_solve_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5555408Z copying torch\include\ATen\ops\_linalg_solve_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5566199Z copying torch\include\ATen\ops\_linalg_solve_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5575997Z copying torch\include\ATen\ops\_linalg_solve_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5583689Z copying torch\include\ATen\ops\_linalg_solve_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5591552Z copying torch\include\ATen\ops\_linalg_solve_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5599237Z copying torch\include\ATen\ops\_linalg_svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5606946Z copying torch\include\ATen\ops\_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5614104Z copying torch\include\ATen\ops\_linalg_svd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5621066Z copying torch\include\ATen\ops\_linalg_svd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5628631Z copying torch\include\ATen\ops\_linalg_svd_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5636017Z copying torch\include\ATen\ops\_linalg_svd_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5642843Z copying torch\include\ATen\ops\_linalg_svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5649943Z copying torch\include\ATen\ops\_linalg_svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5658535Z copying torch\include\ATen\ops\_local_scalar_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5665659Z copying torch\include\ATen\ops\_local_scalar_dense_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5672402Z copying torch\include\ATen\ops\_local_scalar_dense_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5679544Z copying torch\include\ATen\ops\_local_scalar_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5687011Z copying torch\include\ATen\ops\_local_scalar_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5693970Z copying torch\include\ATen\ops\_logcumsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5700851Z copying torch\include\ATen\ops\_logcumsumexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5708139Z copying torch\include\ATen\ops\_logcumsumexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5714667Z copying torch\include\ATen\ops\_logcumsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5721203Z copying torch\include\ATen\ops\_logcumsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5727870Z copying torch\include\ATen\ops\_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5735062Z copying torch\include\ATen\ops\_log_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5743058Z copying torch\include\ATen\ops\_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5749904Z copying torch\include\ATen\ops\_log_softmax_backward_data_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5757112Z copying torch\include\ATen\ops\_log_softmax_backward_data_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5764383Z copying torch\include\ATen\ops\_log_softmax_backward_data_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5771207Z copying torch\include\ATen\ops\_log_softmax_backward_data_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5779009Z copying torch\include\ATen\ops\_log_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5786065Z copying torch\include\ATen\ops\_log_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5793255Z copying torch\include\ATen\ops\_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5800014Z copying torch\include\ATen\ops\_log_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5806644Z copying torch\include\ATen\ops\_log_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5813566Z copying torch\include\ATen\ops\_log_softmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5821417Z copying torch\include\ATen\ops\_log_softmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5828552Z copying torch\include\ATen\ops\_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5835448Z copying torch\include\ATen\ops\_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5842474Z copying torch\include\ATen\ops\_lstm_mps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5849282Z copying torch\include\ATen\ops\_lstm_mps_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5855719Z copying torch\include\ATen\ops\_lstm_mps_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5865508Z copying torch\include\ATen\ops\_lstm_mps_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5874259Z copying torch\include\ATen\ops\_lu_with_info.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5881357Z copying torch\include\ATen\ops\_lu_with_info_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5888781Z copying torch\include\ATen\ops\_lu_with_info_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5896290Z copying torch\include\ATen\ops\_lu_with_info_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5904172Z copying torch\include\ATen\ops\_make_dep_token.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5911865Z copying torch\include\ATen\ops\_make_dep_token_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5918662Z copying torch\include\ATen\ops\_make_dep_token_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5925261Z copying torch\include\ATen\ops\_make_dep_token_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5932736Z copying torch\include\ATen\ops\_make_dual.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5940100Z copying torch\include\ATen\ops\_make_dual_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5948586Z copying torch\include\ATen\ops\_make_dual_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5956071Z copying torch\include\ATen\ops\_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5963713Z copying torch\include\ATen\ops\_make_dual_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5970882Z copying torch\include\ATen\ops\_make_dual_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5978010Z copying torch\include\ATen\ops\_make_dual_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5985097Z copying torch\include\ATen\ops\_make_dual_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5991940Z copying torch\include\ATen\ops\_make_dual_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.5999144Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6006700Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6014118Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6021654Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6028827Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6036593Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6044677Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6052638Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6061214Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6068242Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6075312Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6083216Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6090528Z copying torch\include\ATen\ops\_masked_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6098030Z copying torch\include\ATen\ops\_masked_scale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6104952Z copying torch\include\ATen\ops\_masked_scale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6111649Z copying torch\include\ATen\ops\_masked_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6118367Z copying torch\include\ATen\ops\_masked_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6126091Z copying torch\include\ATen\ops\_masked_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6134759Z copying torch\include\ATen\ops\_masked_softmax_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6143572Z copying torch\include\ATen\ops\_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6151481Z copying torch\include\ATen\ops\_masked_softmax_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6159781Z copying torch\include\ATen\ops\_masked_softmax_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6167900Z copying torch\include\ATen\ops\_masked_softmax_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6175018Z copying torch\include\ATen\ops\_masked_softmax_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6182019Z copying torch\include\ATen\ops\_masked_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6188555Z copying torch\include\ATen\ops\_masked_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6195503Z copying torch\include\ATen\ops\_masked_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6202131Z copying torch\include\ATen\ops\_masked_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6208718Z copying torch\include\ATen\ops\_masked_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6215452Z copying torch\include\ATen\ops\_mixed_dtypes_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6222202Z copying torch\include\ATen\ops\_mixed_dtypes_linear_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6229070Z copying torch\include\ATen\ops\_mixed_dtypes_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6235691Z copying torch\include\ATen\ops\_mixed_dtypes_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6242567Z copying torch\include\ATen\ops\_mkldnn_reshape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6249223Z copying torch\include\ATen\ops\_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6258107Z copying torch\include\ATen\ops\_mkldnn_reshape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6265475Z copying torch\include\ATen\ops\_mkldnn_reshape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6272308Z copying torch\include\ATen\ops\_mkldnn_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6279306Z copying torch\include\ATen\ops\_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6286924Z copying torch\include\ATen\ops\_mkldnn_transpose_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6296136Z copying torch\include\ATen\ops\_mkldnn_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6303304Z copying torch\include\ATen\ops\_mkldnn_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6311018Z copying torch\include\ATen\ops\_mps_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6317910Z copying torch\include\ATen\ops\_mps_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6324503Z copying torch\include\ATen\ops\_mps_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6330956Z copying torch\include\ATen\ops\_mps_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6337572Z copying torch\include\ATen\ops\_mps_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6345543Z copying torch\include\ATen\ops\_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6352198Z copying torch\include\ATen\ops\_mps_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6358978Z copying torch\include\ATen\ops\_mps_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6365641Z copying torch\include\ATen\ops\_native_batch_norm_legit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6373229Z copying torch\include\ATen\ops\_native_batch_norm_legit_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6381604Z copying torch\include\ATen\ops\_native_batch_norm_legit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6389199Z copying torch\include\ATen\ops\_native_batch_norm_legit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6396447Z copying torch\include\ATen\ops\_native_batch_norm_legit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6403831Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6411900Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6419928Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6427293Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6434623Z copying torch\include\ATen\ops\_native_batch_norm_legit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6442583Z copying torch\include\ATen\ops\_native_multi_head_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6450088Z copying torch\include\ATen\ops\_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6457060Z copying torch\include\ATen\ops\_native_multi_head_attention_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6464765Z copying torch\include\ATen\ops\_native_multi_head_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6472652Z copying torch\include\ATen\ops\_native_multi_head_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6480070Z copying torch\include\ATen\ops\_native_multi_head_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6487773Z copying torch\include\ATen\ops\_neg_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6495614Z copying torch\include\ATen\ops\_neg_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6503030Z copying torch\include\ATen\ops\_neg_view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6510988Z copying torch\include\ATen\ops\_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6518550Z copying torch\include\ATen\ops\_neg_view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6526293Z copying torch\include\ATen\ops\_neg_view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6533421Z copying torch\include\ATen\ops\_neg_view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6540759Z copying torch\include\ATen\ops\_neg_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6547721Z copying torch\include\ATen\ops\_neg_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6556920Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6565960Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6574573Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6585461Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6594068Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6601812Z copying torch\include\ATen\ops\_nested_from_padded.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6609404Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6617191Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6624909Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6631854Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6638920Z copying torch\include\ATen\ops\_nested_from_padded_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6646988Z copying torch\include\ATen\ops\_nested_from_padded_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6653872Z copying torch\include\ATen\ops\_nested_from_padded_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6661529Z copying torch\include\ATen\ops\_nested_from_padded_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6668996Z copying torch\include\ATen\ops\_nested_from_padded_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6676374Z copying torch\include\ATen\ops\_nested_from_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6683242Z copying torch\include\ATen\ops\_nested_from_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6689865Z copying torch\include\ATen\ops\_nested_from_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6696664Z copying torch\include\ATen\ops\_nested_get_jagged_dummy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6703666Z copying torch\include\ATen\ops\_nested_get_jagged_dummy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6710171Z copying torch\include\ATen\ops\_nested_get_jagged_dummy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6718339Z copying torch\include\ATen\ops\_nested_get_lengths.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6725785Z copying torch\include\ATen\ops\_nested_get_lengths_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6732455Z copying torch\include\ATen\ops\_nested_get_lengths_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6739238Z copying torch\include\ATen\ops\_nested_get_max_seqlen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6746700Z copying torch\include\ATen\ops\_nested_get_max_seqlen_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6753244Z copying torch\include\ATen\ops\_nested_get_max_seqlen_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6760035Z copying torch\include\ATen\ops\_nested_get_min_seqlen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6767825Z copying torch\include\ATen\ops\_nested_get_min_seqlen_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6774284Z copying torch\include\ATen\ops\_nested_get_min_seqlen_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6781384Z copying torch\include\ATen\ops\_nested_get_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6788067Z copying torch\include\ATen\ops\_nested_get_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6794531Z copying torch\include\ATen\ops\_nested_get_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6802228Z copying torch\include\ATen\ops\_nested_get_ragged_idx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6809018Z copying torch\include\ATen\ops\_nested_get_ragged_idx_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6815498Z copying torch\include\ATen\ops\_nested_get_ragged_idx_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6822728Z copying torch\include\ATen\ops\_nested_get_values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6831228Z copying torch\include\ATen\ops\_nested_get_values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6839152Z copying torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6846752Z copying torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6854409Z copying torch\include\ATen\ops\_nested_get_values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6862092Z copying torch\include\ATen\ops\_nested_get_values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6869444Z copying torch\include\ATen\ops\_nested_get_values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6876756Z copying torch\include\ATen\ops\_nested_get_values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6884166Z copying torch\include\ATen\ops\_nested_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6892044Z copying torch\include\ATen\ops\_nested_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6899595Z copying torch\include\ATen\ops\_nested_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6906895Z copying torch\include\ATen\ops\_nested_sum_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6914437Z copying torch\include\ATen\ops\_nested_sum_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6922241Z copying torch\include\ATen\ops\_nested_sum_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6929807Z copying torch\include\ATen\ops\_nested_tensor_from_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6937941Z copying torch\include\ATen\ops\_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6946067Z copying torch\include\ATen\ops\_nested_tensor_from_mask_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6953635Z copying torch\include\ATen\ops\_nested_tensor_from_mask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6961008Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6968549Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6976620Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6984175Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6991985Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.6999953Z copying torch\include\ATen\ops\_nested_tensor_from_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7007538Z copying torch\include\ATen\ops\_nested_tensor_from_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7015482Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7024105Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7031644Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7039526Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7047047Z copying torch\include\ATen\ops\_nested_tensor_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7055038Z copying torch\include\ATen\ops\_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7062652Z copying torch\include\ATen\ops\_nested_tensor_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7072469Z copying torch\include\ATen\ops\_nested_tensor_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7082705Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7090961Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7098561Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7106190Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7115411Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7122316Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7129869Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7136775Z copying torch\include\ATen\ops\_nested_tensor_strides.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7144701Z copying torch\include\ATen\ops\_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7151731Z copying torch\include\ATen\ops\_nested_tensor_strides_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7158495Z copying torch\include\ATen\ops\_nested_tensor_strides_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7165641Z copying torch\include\ATen\ops\_nested_view_from_buffer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7172561Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7180870Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7188191Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7195108Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7201982Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7208908Z copying torch\include\ATen\ops\_nested_view_from_buffer_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7215808Z copying torch\include\ATen\ops\_nested_view_from_buffer_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7223392Z copying torch\include\ATen\ops\_nested_view_from_buffer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7230958Z copying torch\include\ATen\ops\_nested_view_from_buffer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7237691Z copying torch\include\ATen\ops\_nested_view_from_jagged.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7244507Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7251834Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7258809Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7265909Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7272671Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7279544Z copying torch\include\ATen\ops\_nested_view_from_jagged_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7286226Z copying torch\include\ATen\ops\_nested_view_from_jagged_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7293112Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7300417Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7307426Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7314460Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7321063Z copying torch\include\ATen\ops\_nnpack_available.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7329381Z copying torch\include\ATen\ops\_nnpack_available_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7337380Z copying torch\include\ATen\ops\_nnpack_available_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7347764Z copying torch\include\ATen\ops\_nnpack_available_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7358231Z copying torch\include\ATen\ops\_nnpack_spatial_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7369696Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7380019Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7387626Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7395572Z copying torch\include\ATen\ops\_nnz.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7401973Z copying torch\include\ATen\ops\_nnz_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7409369Z copying torch\include\ATen\ops\_nnz_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7416468Z copying torch\include\ATen\ops\_pack_padded_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7423254Z copying torch\include\ATen\ops\_pack_padded_sequence_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7431044Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7438148Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7445719Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7452929Z copying torch\include\ATen\ops\_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7459532Z copying torch\include\ATen\ops\_pack_padded_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7466358Z copying torch\include\ATen\ops\_pack_padded_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7473262Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7480080Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7486859Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7493802Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7500655Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7507822Z copying torch\include\ATen\ops\_pad_circular.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7514781Z copying torch\include\ATen\ops\_pad_circular_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7521293Z copying torch\include\ATen\ops\_pad_circular_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7527701Z copying torch\include\ATen\ops\_pad_circular_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7534397Z copying torch\include\ATen\ops\_pad_enum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7541301Z copying torch\include\ATen\ops\_pad_enum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7548116Z copying torch\include\ATen\ops\_pad_enum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7554502Z copying torch\include\ATen\ops\_pad_enum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7561330Z copying torch\include\ATen\ops\_pad_packed_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7568317Z copying torch\include\ATen\ops\_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7575419Z copying torch\include\ATen\ops\_pad_packed_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7582454Z copying torch\include\ATen\ops\_pad_packed_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7589011Z copying torch\include\ATen\ops\_pdist_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7595835Z copying torch\include\ATen\ops\_pdist_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7605742Z copying torch\include\ATen\ops\_pdist_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7614074Z copying torch\include\ATen\ops\_pdist_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7624126Z copying torch\include\ATen\ops\_pdist_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7634596Z copying torch\include\ATen\ops\_pdist_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7645202Z copying torch\include\ATen\ops\_pdist_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7654587Z copying torch\include\ATen\ops\_pdist_forward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7664028Z copying torch\include\ATen\ops\_pdist_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7671526Z copying torch\include\ATen\ops\_pdist_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7678843Z copying torch\include\ATen\ops\_pdist_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7687044Z copying torch\include\ATen\ops\_pdist_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7693989Z copying torch\include\ATen\ops\_pin_memory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7701953Z copying torch\include\ATen\ops\_pin_memory_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7708595Z copying torch\include\ATen\ops\_pin_memory_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7715938Z copying torch\include\ATen\ops\_pin_memory_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7723323Z copying torch\include\ATen\ops\_prelu_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7730063Z copying torch\include\ATen\ops\_prelu_kernel_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7736789Z copying torch\include\ATen\ops\_prelu_kernel_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7744452Z copying torch\include\ATen\ops\_prelu_kernel_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7751311Z copying torch\include\ATen\ops\_prelu_kernel_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7758043Z copying torch\include\ATen\ops\_prelu_kernel_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7764818Z copying torch\include\ATen\ops\_prelu_kernel_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7771417Z copying torch\include\ATen\ops\_prelu_kernel_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7778282Z copying torch\include\ATen\ops\_prelu_kernel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7785182Z copying torch\include\ATen\ops\_prelu_kernel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7791783Z copying torch\include\ATen\ops\_print.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7799125Z copying torch\include\ATen\ops\_print_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7805803Z copying torch\include\ATen\ops\_print_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7812772Z copying torch\include\ATen\ops\_print_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7819463Z copying torch\include\ATen\ops\_propagate_xla_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7826472Z copying torch\include\ATen\ops\_propagate_xla_data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7833011Z copying torch\include\ATen\ops\_propagate_xla_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7839438Z copying torch\include\ATen\ops\_propagate_xla_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7846360Z copying torch\include\ATen\ops\_remove_batch_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7853210Z copying torch\include\ATen\ops\_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7874065Z copying torch\include\ATen\ops\_remove_batch_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7880454Z copying torch\include\ATen\ops\_remove_batch_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7890431Z copying torch\include\ATen\ops\_reshape_alias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7896514Z copying torch\include\ATen\ops\_reshape_alias_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7904073Z copying torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7911129Z copying torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7917936Z copying torch\include\ATen\ops\_reshape_alias_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7924812Z copying torch\include\ATen\ops\_reshape_alias_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7931871Z copying torch\include\ATen\ops\_reshape_alias_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7938661Z copying torch\include\ATen\ops\_reshape_alias_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7945724Z copying torch\include\ATen\ops\_reshape_alias_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7952483Z copying torch\include\ATen\ops\_reshape_alias_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7958954Z copying torch\include\ATen\ops\_reshape_alias_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7965733Z copying torch\include\ATen\ops\_reshape_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7972676Z copying torch\include\ATen\ops\_reshape_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7979359Z copying torch\include\ATen\ops\_reshape_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7987137Z copying torch\include\ATen\ops\_reshape_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.7994194Z copying torch\include\ATen\ops\_reshape_from_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8001985Z copying torch\include\ATen\ops\_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8009539Z copying torch\include\ATen\ops\_reshape_from_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8016676Z copying torch\include\ATen\ops\_reshape_from_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8024800Z copying torch\include\ATen\ops\_resize_output.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8032604Z copying torch\include\ATen\ops\_resize_output_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8039802Z copying torch\include\ATen\ops\_resize_output_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8047310Z copying torch\include\ATen\ops\_resize_output_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8055153Z copying torch\include\ATen\ops\_resize_output_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8062655Z copying torch\include\ATen\ops\_rowwise_prune.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8072320Z copying torch\include\ATen\ops\_rowwise_prune_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8082539Z copying torch\include\ATen\ops\_rowwise_prune_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8093066Z copying torch\include\ATen\ops\_rowwise_prune_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8102381Z copying torch\include\ATen\ops\_safe_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8110149Z copying torch\include\ATen\ops\_safe_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8117382Z copying torch\include\ATen\ops\_safe_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8125044Z copying torch\include\ATen\ops\_safe_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8131839Z copying torch\include\ATen\ops\_sample_dirichlet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8139578Z copying torch\include\ATen\ops\_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8146423Z copying torch\include\ATen\ops\_sample_dirichlet_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8154206Z copying torch\include\ATen\ops\_sample_dirichlet_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8161068Z copying torch\include\ATen\ops\_sample_dirichlet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8168172Z copying torch\include\ATen\ops\_sample_dirichlet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8175313Z copying torch\include\ATen\ops\_saturate_weight_to_fp16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8182409Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8189773Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8196574Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8203587Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8210704Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8217722Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8226062Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8232800Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8240806Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8247751Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8254754Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8261956Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8269230Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8276773Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8283777Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8290668Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8297470Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8304412Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8311458Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8319091Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8326281Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8333187Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8340248Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8347500Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8354519Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8361474Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8368686Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8375720Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8384004Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8391544Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8399031Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8407076Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8414598Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8422545Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8430921Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8438714Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8446333Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8454507Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8462369Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8470202Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8477833Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8485804Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8493614Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8501619Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8510044Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8517607Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8525248Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8533823Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8541433Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8549038Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8556989Z copying torch\include\ATen\ops\_scaled_grouped_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8564823Z copying torch\include\ATen\ops\_scaled_grouped_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8572224Z copying torch\include\ATen\ops\_scaled_grouped_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8579978Z copying torch\include\ATen\ops\_scaled_grouped_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8590096Z copying torch\include\ATen\ops\_scaled_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8600133Z copying torch\include\ATen\ops\_scaled_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8607557Z copying torch\include\ATen\ops\_scaled_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8614832Z copying torch\include\ATen\ops\_scaled_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8622899Z copying torch\include\ATen\ops\_segment_reduce_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8630216Z copying torch\include\ATen\ops\_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8637595Z copying torch\include\ATen\ops\_segment_reduce_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8645318Z copying torch\include\ATen\ops\_segment_reduce_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8652852Z copying torch\include\ATen\ops\_segment_reduce_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8659831Z copying torch\include\ATen\ops\_segment_reduce_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8666675Z copying torch\include\ATen\ops\_shape_as_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8673572Z copying torch\include\ATen\ops\_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8680206Z copying torch\include\ATen\ops\_shape_as_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8687208Z copying torch\include\ATen\ops\_shape_as_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8693904Z copying torch\include\ATen\ops\_slow_conv2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8701006Z copying torch\include\ATen\ops\_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8707796Z copying torch\include\ATen\ops\_slow_conv2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8714689Z copying torch\include\ATen\ops\_slow_conv2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8721656Z copying torch\include\ATen\ops\_slow_conv2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8728855Z copying torch\include\ATen\ops\_slow_conv2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8735777Z copying torch\include\ATen\ops\_slow_conv2d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8742753Z copying torch\include\ATen\ops\_slow_conv2d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8749520Z copying torch\include\ATen\ops\_slow_conv2d_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8756502Z copying torch\include\ATen\ops\_slow_conv2d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8763337Z copying torch\include\ATen\ops\_slow_conv2d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8770117Z copying torch\include\ATen\ops\_sobol_engine_draw.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8777037Z copying torch\include\ATen\ops\_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8783820Z copying torch\include\ATen\ops\_sobol_engine_draw_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8790574Z copying torch\include\ATen\ops\_sobol_engine_draw_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8797462Z copying torch\include\ATen\ops\_sobol_engine_ff.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8804752Z copying torch\include\ATen\ops\_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8811942Z copying torch\include\ATen\ops\_sobol_engine_ff_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8818726Z copying torch\include\ATen\ops\_sobol_engine_ff_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8825688Z copying torch\include\ATen\ops\_sobol_engine_initialize_state.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8832798Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8839707Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8846335Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8853082Z copying torch\include\ATen\ops\_sobol_engine_scramble.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8860204Z copying torch\include\ATen\ops\_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8867060Z copying torch\include\ATen\ops\_sobol_engine_scramble_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8874078Z copying torch\include\ATen\ops\_sobol_engine_scramble_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8881285Z copying torch\include\ATen\ops\_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8888349Z copying torch\include\ATen\ops\_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8895533Z copying torch\include\ATen\ops\_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8902271Z copying torch\include\ATen\ops\_softmax_backward_data_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8909015Z copying torch\include\ATen\ops\_softmax_backward_data_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8915731Z copying torch\include\ATen\ops\_softmax_backward_data_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8922859Z copying torch\include\ATen\ops\_softmax_backward_data_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8929677Z copying torch\include\ATen\ops\_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8936545Z copying torch\include\ATen\ops\_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8943883Z copying torch\include\ATen\ops\_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8950545Z copying torch\include\ATen\ops\_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8957408Z copying torch\include\ATen\ops\_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8964398Z copying torch\include\ATen\ops\_softmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8971773Z copying torch\include\ATen\ops\_softmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8978661Z copying torch\include\ATen\ops\_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8985514Z copying torch\include\ATen\ops\_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8992702Z copying torch\include\ATen\ops\_sparse_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.8999661Z copying torch\include\ATen\ops\_sparse_addmm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9006192Z copying torch\include\ATen\ops\_sparse_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9012842Z copying torch\include\ATen\ops\_sparse_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9020499Z copying torch\include\ATen\ops\_sparse_broadcast_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9027257Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9034512Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9041648Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9048474Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9055237Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9062311Z copying torch\include\ATen\ops\_sparse_broadcast_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9068814Z copying torch\include\ATen\ops\_sparse_broadcast_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9075586Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9083063Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9090157Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9097029Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9104500Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9111698Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9118429Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9125332Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9132329Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9139464Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9146524Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9153507Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9160283Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9167470Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9174303Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9181512Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9188469Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9196294Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9203362Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9210244Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9217456Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9224453Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9232343Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9239262Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9246202Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9253279Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9260598Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9267516Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9274315Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9281204Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9288061Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9295425Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9303233Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9310209Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9317146Z copying torch\include\ATen\ops\_sparse_csr_prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9324324Z copying torch\include\ATen\ops\_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9331103Z copying torch\include\ATen\ops\_sparse_csr_prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9338409Z copying torch\include\ATen\ops\_sparse_csr_prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9345080Z copying torch\include\ATen\ops\_sparse_csr_sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9352124Z copying torch\include\ATen\ops\_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9358923Z copying torch\include\ATen\ops\_sparse_csr_sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9365751Z copying torch\include\ATen\ops\_sparse_csr_sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9372651Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9380064Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9387212Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9394296Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9401360Z copying torch\include\ATen\ops\_sparse_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9409045Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9416491Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9423778Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9430828Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9438194Z copying torch\include\ATen\ops\_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9445387Z copying torch\include\ATen\ops\_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9452180Z copying torch\include\ATen\ops\_sparse_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9466448Z copying torch\include\ATen\ops\_sparse_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9474271Z copying torch\include\ATen\ops\_sparse_mask_projection.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9481991Z copying torch\include\ATen\ops\_sparse_mask_projection_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9489451Z copying torch\include\ATen\ops\_sparse_mask_projection_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9497830Z copying torch\include\ATen\ops\_sparse_mask_projection_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9505170Z copying torch\include\ATen\ops\_sparse_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9512779Z copying torch\include\ATen\ops\_sparse_mm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9520753Z copying torch\include\ATen\ops\_sparse_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9528315Z copying torch\include\ATen\ops\_sparse_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9536454Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9544004Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9551946Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9559334Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9567013Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9574935Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9583653Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9594594Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9603478Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9611354Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9619181Z copying torch\include\ATen\ops\_sparse_semi_structured_apply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9626848Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9634631Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9641753Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9648681Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9656268Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9663478Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9670578Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9677473Z copying torch\include\ATen\ops\_sparse_semi_structured_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9685113Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9692148Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9699070Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9706450Z copying torch\include\ATen\ops\_sparse_semi_structured_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9713313Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9720247Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9727186Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9734716Z copying torch\include\ATen\ops\_sparse_semi_structured_tile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9742302Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9749453Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9756321Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9763212Z copying torch\include\ATen\ops\_sparse_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9770139Z copying torch\include\ATen\ops\_sparse_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9777379Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9784322Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9791364Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9798512Z copying torch\include\ATen\ops\_sparse_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9805654Z copying torch\include\ATen\ops\_sparse_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9812391Z copying torch\include\ATen\ops\_sparse_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9819781Z copying torch\include\ATen\ops\_sparse_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9826828Z copying torch\include\ATen\ops\_sparse_sparse_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9833915Z copying torch\include\ATen\ops\_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9841282Z copying torch\include\ATen\ops\_sparse_sparse_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9848698Z copying torch\include\ATen\ops\_sparse_sparse_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9855925Z copying torch\include\ATen\ops\_sparse_sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9875522Z copying torch\include\ATen\ops\_sparse_sum_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9876608Z copying torch\include\ATen\ops\_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9879849Z copying torch\include\ATen\ops\_sparse_sum_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9887432Z copying torch\include\ATen\ops\_sparse_sum_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9895351Z copying torch\include\ATen\ops\_sparse_sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9903059Z copying torch\include\ATen\ops\_sparse_sum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9910699Z copying torch\include\ATen\ops\_sparse_sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9918473Z copying torch\include\ATen\ops\_sparse_sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9926328Z copying torch\include\ATen\ops\_spdiags.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9933741Z copying torch\include\ATen\ops\_spdiags_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9941142Z copying torch\include\ATen\ops\_spdiags_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9948661Z copying torch\include\ATen\ops\_spdiags_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9955955Z copying torch\include\ATen\ops\_spdiags_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9963201Z copying torch\include\ATen\ops\_spsolve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9970094Z copying torch\include\ATen\ops\_spsolve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9977163Z copying torch\include\ATen\ops\_spsolve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9984998Z copying torch\include\ATen\ops\_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9992339Z copying torch\include\ATen\ops\_stack_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:36.9999364Z copying torch\include\ATen\ops\_stack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0006466Z copying torch\include\ATen\ops\_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0013910Z copying torch\include\ATen\ops\_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0021553Z copying torch\include\ATen\ops\_standard_gamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0028960Z copying torch\include\ATen\ops\_standard_gamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0036270Z copying torch\include\ATen\ops\_standard_gamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0044246Z copying torch\include\ATen\ops\_standard_gamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0051641Z copying torch\include\ATen\ops\_standard_gamma_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0059482Z copying torch\include\ATen\ops\_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0066708Z copying torch\include\ATen\ops\_standard_gamma_grad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0074728Z copying torch\include\ATen\ops\_standard_gamma_grad_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0084099Z copying torch\include\ATen\ops\_standard_gamma_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0092956Z copying torch\include\ATen\ops\_standard_gamma_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0100522Z copying torch\include\ATen\ops\_standard_gamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0108471Z copying torch\include\ATen\ops\_standard_gamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0116229Z copying torch\include\ATen\ops\_test_ambiguous_defaults.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0123274Z copying torch\include\ATen\ops\_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0131036Z copying torch\include\ATen\ops\_test_ambiguous_defaults_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0138367Z copying torch\include\ATen\ops\_test_ambiguous_defaults_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0146213Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0153252Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0160274Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0167190Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0175018Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0182127Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0189383Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0196418Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0203768Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0211144Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0218178Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0225227Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0233533Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0240923Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0247828Z copying torch\include\ATen\ops\_test_check_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0254924Z copying torch\include\ATen\ops\_test_check_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0261924Z copying torch\include\ATen\ops\_test_check_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0268684Z copying torch\include\ATen\ops\_test_check_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0275578Z copying torch\include\ATen\ops\_test_functorch_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0282988Z copying torch\include\ATen\ops\_test_functorch_fallback_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0289794Z copying torch\include\ATen\ops\_test_functorch_fallback_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0296713Z copying torch\include\ATen\ops\_test_functorch_fallback_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0303712Z copying torch\include\ATen\ops\_test_functorch_fallback_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0310675Z copying torch\include\ATen\ops\_test_optional_filled_intlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0317888Z copying torch\include\ATen\ops\_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0325060Z copying torch\include\ATen\ops\_test_optional_filled_intlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0331888Z copying torch\include\ATen\ops\_test_optional_filled_intlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0339016Z copying torch\include\ATen\ops\_test_optional_filled_intlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0346270Z copying torch\include\ATen\ops\_test_optional_floatlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0353332Z copying torch\include\ATen\ops\_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0360363Z copying torch\include\ATen\ops\_test_optional_floatlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0367107Z copying torch\include\ATen\ops\_test_optional_floatlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0374466Z copying torch\include\ATen\ops\_test_optional_floatlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0381475Z copying torch\include\ATen\ops\_test_optional_intlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0388638Z copying torch\include\ATen\ops\_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0395668Z copying torch\include\ATen\ops\_test_optional_intlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0402640Z copying torch\include\ATen\ops\_test_optional_intlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0409389Z copying torch\include\ATen\ops\_test_optional_intlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0416894Z copying torch\include\ATen\ops\_test_parallel_materialize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0424110Z copying torch\include\ATen\ops\_test_parallel_materialize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0430908Z copying torch\include\ATen\ops\_test_parallel_materialize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0437599Z copying torch\include\ATen\ops\_test_parallel_materialize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0444646Z copying torch\include\ATen\ops\_test_serialization_subcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0451829Z copying torch\include\ATen\ops\_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0458469Z copying torch\include\ATen\ops\_test_serialization_subcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0465264Z copying torch\include\ATen\ops\_test_serialization_subcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0471981Z copying torch\include\ATen\ops\_test_string_default.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0479166Z copying torch\include\ATen\ops\_test_string_default_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0486051Z copying torch\include\ATen\ops\_test_string_default_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0492614Z copying torch\include\ATen\ops\_test_string_default_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0499948Z copying torch\include\ATen\ops\_test_warn_in_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0507454Z copying torch\include\ATen\ops\_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0513908Z copying torch\include\ATen\ops\_test_warn_in_autograd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0520672Z copying torch\include\ATen\ops\_test_warn_in_autograd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0527851Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0535250Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0542258Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0549068Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0555870Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0563366Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0570339Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0577211Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0584029Z copying torch\include\ATen\ops\_thnn_fused_gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0591040Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0601064Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0609047Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0620592Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0631304Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0642367Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0652341Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0659894Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0667391Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0675068Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0682519Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0690505Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0697932Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0706210Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0713092Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0719910Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0726751Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0733824Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0741809Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0749007Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0758345Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0765730Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0772580Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0779292Z copying torch\include\ATen\ops\_to_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0786075Z copying torch\include\ATen\ops\_to_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0792715Z copying torch\include\ATen\ops\_to_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0799331Z copying torch\include\ATen\ops\_to_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0805869Z copying torch\include\ATen\ops\_to_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0812325Z copying torch\include\ATen\ops\_to_cpu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0819164Z copying torch\include\ATen\ops\_to_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0825708Z copying torch\include\ATen\ops\_to_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0832378Z copying torch\include\ATen\ops\_to_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0840033Z copying torch\include\ATen\ops\_to_dense_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0846612Z copying torch\include\ATen\ops\_to_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0853448Z copying torch\include\ATen\ops\_to_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0860060Z copying torch\include\ATen\ops\_to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0867372Z copying torch\include\ATen\ops\_to_sparse_bsc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0874500Z copying torch\include\ATen\ops\_to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0881310Z copying torch\include\ATen\ops\_to_sparse_bsc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0888034Z copying torch\include\ATen\ops\_to_sparse_bsc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0894862Z copying torch\include\ATen\ops\_to_sparse_bsc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0902356Z copying torch\include\ATen\ops\_to_sparse_bsc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0909112Z copying torch\include\ATen\ops\_to_sparse_bsr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0916170Z copying torch\include\ATen\ops\_to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0923089Z copying torch\include\ATen\ops\_to_sparse_bsr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0930012Z copying torch\include\ATen\ops\_to_sparse_bsr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0936700Z copying torch\include\ATen\ops\_to_sparse_bsr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0944436Z copying torch\include\ATen\ops\_to_sparse_bsr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0951400Z copying torch\include\ATen\ops\_to_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0958128Z copying torch\include\ATen\ops\_to_sparse_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0964828Z copying torch\include\ATen\ops\_to_sparse_csc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0972069Z copying torch\include\ATen\ops\_to_sparse_csc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0978895Z copying torch\include\ATen\ops\_to_sparse_csc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0985832Z copying torch\include\ATen\ops\_to_sparse_csc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.0992552Z copying torch\include\ATen\ops\_to_sparse_csc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1001014Z copying torch\include\ATen\ops\_to_sparse_csc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1008435Z copying torch\include\ATen\ops\_to_sparse_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1016155Z copying torch\include\ATen\ops\_to_sparse_csr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1024719Z copying torch\include\ATen\ops\_to_sparse_csr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1032320Z copying torch\include\ATen\ops\_to_sparse_csr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1040067Z copying torch\include\ATen\ops\_to_sparse_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1048239Z copying torch\include\ATen\ops\_to_sparse_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1055307Z copying torch\include\ATen\ops\_to_sparse_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1062278Z copying torch\include\ATen\ops\_to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1069556Z copying torch\include\ATen\ops\_to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1076733Z copying torch\include\ATen\ops\_to_sparse_semi_structured.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1084021Z copying torch\include\ATen\ops\_to_sparse_semi_structured_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1091853Z copying torch\include\ATen\ops\_to_sparse_semi_structured_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1102540Z copying torch\include\ATen\ops\_to_sparse_semi_structured_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1113088Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1124075Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1134472Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1142301Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1149912Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1157509Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1164933Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1173120Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1180173Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1187899Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1194792Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1201859Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1208613Z copying torch\include\ATen\ops\_trilinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1216149Z copying torch\include\ATen\ops\_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1223674Z copying torch\include\ATen\ops\_trilinear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1230277Z copying torch\include\ATen\ops\_trilinear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1236774Z copying torch\include\ATen\ops\_trilinear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1244121Z copying torch\include\ATen\ops\_triton_multi_head_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1251451Z copying torch\include\ATen\ops\_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1258407Z copying torch\include\ATen\ops\_triton_multi_head_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1265308Z copying torch\include\ATen\ops\_triton_multi_head_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1272038Z copying torch\include\ATen\ops\_triton_multi_head_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1278921Z copying torch\include\ATen\ops\_triton_scaled_dot_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1286436Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1293378Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1300650Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1307350Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1314083Z copying torch\include\ATen\ops\_unique.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1320405Z copying torch\include\ATen\ops\_unique2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1327017Z copying torch\include\ATen\ops\_unique2_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1333566Z copying torch\include\ATen\ops\_unique2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1340734Z copying torch\include\ATen\ops\_unique2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1347433Z copying torch\include\ATen\ops\_unique2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1354120Z copying torch\include\ATen\ops\_unique2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1361032Z copying torch\include\ATen\ops\_unique_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1367609Z copying torch\include\ATen\ops\_unique_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1374224Z copying torch\include\ATen\ops\_unique_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1381172Z copying torch\include\ATen\ops\_unique_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1388369Z copying torch\include\ATen\ops\_unique_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1395760Z copying torch\include\ATen\ops\_unpack_dual.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1402949Z copying torch\include\ATen\ops\_unpack_dual_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1409602Z copying torch\include\ATen\ops\_unpack_dual_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1417393Z copying torch\include\ATen\ops\_unpack_dual_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1425354Z copying torch\include\ATen\ops\_unsafe_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1432883Z copying torch\include\ATen\ops\_unsafe_index_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1440040Z copying torch\include\ATen\ops\_unsafe_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1447576Z copying torch\include\ATen\ops\_unsafe_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1455232Z copying torch\include\ATen\ops\_unsafe_index_put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1462921Z copying torch\include\ATen\ops\_unsafe_index_put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1470154Z copying torch\include\ATen\ops\_unsafe_index_put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1478225Z copying torch\include\ATen\ops\_unsafe_index_put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1485700Z copying torch\include\ATen\ops\_unsafe_masked_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1493430Z copying torch\include\ATen\ops\_unsafe_masked_index_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1501045Z copying torch\include\ATen\ops\_unsafe_masked_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1508750Z copying torch\include\ATen\ops\_unsafe_masked_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1516242Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1523891Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1531323Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1539416Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1547098Z copying torch\include\ATen\ops\_unsafe_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1554672Z copying torch\include\ATen\ops\_unsafe_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1562401Z copying torch\include\ATen\ops\_unsafe_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1569839Z copying torch\include\ATen\ops\_unsafe_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1577773Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1587852Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1598294Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1608776Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1617061Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1625450Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1633301Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1641080Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1648247Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1656183Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1663353Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1687458Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1694302Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1702315Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1709145Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1715936Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1724069Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1730833Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1738035Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1746378Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1753645Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1760554Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1767914Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1775144Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1782369Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1790169Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1797559Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1804542Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1812023Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1818952Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1825801Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1832791Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1840610Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1847484Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1854498Z copying torch\include\ATen\ops\_upsample_nearest_exact1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1861711Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1869282Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1876229Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1883410Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1890651Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1898137Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1905963Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1913417Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1921571Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1929877Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1937572Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1945216Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1953238Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1961220Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1968972Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1976844Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1984594Z copying torch\include\ATen\ops\_upsample_nearest_exact2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.1992481Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2000548Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2008560Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2016301Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2024532Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2032369Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2039982Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2047937Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2056461Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2064398Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2071983Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2079733Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2087460Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2095211Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2104213Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2114370Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2125400Z copying torch\include\ATen\ops\_upsample_nearest_exact3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2133276Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2141500Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2149741Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2157492Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2165399Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2172382Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2180262Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2187245Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2194508Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2201683Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2208757Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2216500Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2224478Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2231009Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2237954Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2245135Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2252504Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2259842Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2267109Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2273847Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2281603Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2288824Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2296234Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2303412Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2310423Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2317326Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2324121Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2330892Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2337948Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2345054Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2352302Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2359099Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2366843Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2374483Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2383918Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2392750Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2403538Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2414594Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2425977Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2435413Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2443217Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2451899Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2459840Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2466751Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2474447Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2481274Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2489311Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2496259Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2503449Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2510666Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2518635Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2525440Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2532357Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2539647Z copying torch\include\ATen\ops\_values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2545941Z copying torch\include\ATen\ops\_values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2553399Z copying torch\include\ATen\ops\_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2560196Z copying torch\include\ATen\ops\_values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2567179Z copying torch\include\ATen\ops\_values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2577868Z copying torch\include\ATen\ops\_values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2585632Z copying torch\include\ATen\ops\_values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2592813Z copying torch\include\ATen\ops\_values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2602302Z copying torch\include\ATen\ops\_version.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2612785Z copying torch\include\ATen\ops\_version_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2623197Z copying torch\include\ATen\ops\_version_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2633353Z copying torch\include\ATen\ops\_version_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2641260Z copying torch\include\ATen\ops\_weight_int4pack_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2648885Z copying torch\include\ATen\ops\_weight_int4pack_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2656440Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2664087Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2671966Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2678943Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2685829Z copying torch\include\ATen\ops\_weight_int4pack_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2693354Z copying torch\include\ATen\ops\_weight_int4pack_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2700374Z copying torch\include\ATen\ops\_weight_int8pack_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2707466Z copying torch\include\ATen\ops\_weight_int8pack_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2714697Z copying torch\include\ATen\ops\_weight_int8pack_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2722307Z copying torch\include\ATen\ops\_weight_int8pack_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2729368Z copying torch\include\ATen\ops\_weight_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2736382Z copying torch\include\ATen\ops\_weight_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2743635Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2750778Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2758176Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2765569Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2773216Z copying torch\include\ATen\ops\_weight_norm_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2780831Z copying torch\include\ATen\ops\_weight_norm_interface_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2788220Z copying torch\include\ATen\ops\_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2795114Z copying torch\include\ATen\ops\_weight_norm_interface_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2802382Z copying torch\include\ATen\ops\_weight_norm_interface_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2809686Z copying torch\include\ATen\ops\_weight_norm_interface_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2816714Z copying torch\include\ATen\ops\_weight_norm_interface_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2824027Z copying torch\include\ATen\ops\_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2830867Z copying torch\include\ATen\ops\_weight_norm_interface_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2837975Z copying torch\include\ATen\ops\_weight_norm_interface_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2845060Z copying torch\include\ATen\ops\_weight_norm_interface_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2852028Z copying torch\include\ATen\ops\_weight_norm_interface_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2858896Z copying torch\include\ATen\ops\_weight_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2865666Z copying torch\include\ATen\ops\_weight_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2872586Z copying torch\include\ATen\ops\_wrapped_linear_prepack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2879590Z copying torch\include\ATen\ops\_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2886604Z copying torch\include\ATen\ops\_wrapped_linear_prepack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2894365Z copying torch\include\ATen\ops\_wrapped_linear_prepack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2900937Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2908082Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2915054Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2922275Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-14T04:09:37.2929232Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-03-14T04:09:37.2933605Z copying torch\include\ATen\hip\impl\HIPAllocatorMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-03-14T04:09:37.2940042Z copying torch\include\ATen\hip\impl\HIPCachingAllocatorMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-03-14T04:09:37.2946092Z copying torch\include\ATen\hip\impl\HIPGuardImplMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-03-14T04:09:37.2957119Z copying torch\include\ATen\hip\impl\HIPStreamMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-03-14T04:09:37.2962853Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-14T04:09:37.2966029Z copying torch\include\ATen\mps\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-14T04:09:37.2972766Z copying torch\include\ATen\mps\IndexKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-14T04:09:37.2979095Z copying torch\include\ATen\mps\MPSAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-14T04:09:37.2986251Z copying torch\include\ATen\mps\MPSAllocatorInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-14T04:09:37.2996959Z copying torch\include\ATen\mps\MPSDevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-14T04:09:37.3003858Z copying torch\include\ATen\mps\MPSEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-14T04:09:37.3010256Z copying torch\include\ATen\mps\MPSGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-14T04:09:37.3016630Z copying torch\include\ATen\mps\MPSGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-14T04:09:37.3023344Z copying torch\include\ATen\mps\MPSHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-14T04:09:37.3029647Z copying torch\include\ATen\mps\MPSProfiler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-14T04:09:37.3036353Z copying torch\include\ATen\mps\MPSStream.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-14T04:09:37.3041923Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-03-14T04:09:37.3044781Z copying torch\include\ATen\miopen\Descriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-03-14T04:09:37.3050972Z copying torch\include\ATen\miopen\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-03-14T04:09:37.3057105Z copying torch\include\ATen\miopen\Handle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-03-14T04:09:37.3063507Z copying torch\include\ATen\miopen\miopen-wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-03-14T04:09:37.3074994Z copying torch\include\ATen\miopen\Types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-03-14T04:09:37.3081029Z copying torch\include\ATen\miopen\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-03-14T04:09:37.3086137Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-14T04:09:37.3089186Z copying torch\include\ATen\detail\AcceleratorHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-14T04:09:37.3095587Z copying torch\include\ATen\detail\CUDAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-14T04:09:37.3102630Z copying torch\include\ATen\detail\FunctionTraits.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-14T04:09:37.3113662Z copying torch\include\ATen\detail\HIPHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-14T04:09:37.3120339Z copying torch\include\ATen\detail\HPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-14T04:09:37.3126526Z copying torch\include\ATen\detail\IPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-14T04:09:37.3132976Z copying torch\include\ATen\detail\MAIAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-14T04:09:37.3139260Z copying torch\include\ATen\detail\MPSHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-14T04:09:37.3145909Z copying torch\include\ATen\detail\MTIAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-14T04:09:37.3152498Z copying torch\include\ATen\detail\PrivateUse1HooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-14T04:09:37.3159278Z copying torch\include\ATen\detail\XPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-14T04:09:37.3164755Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3167635Z copying torch\include\ATen\native\Activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3174304Z copying torch\include\ATen\native\AdaptivePooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3181125Z copying torch\include\ATen\native\AmpKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3187628Z copying torch\include\ATen\native\BatchLinearAlgebra.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3199124Z copying torch\include\ATen\native\batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3205871Z copying torch\include\ATen\native\BinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3212537Z copying torch\include\ATen\native\BucketizationUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3219009Z copying torch\include\ATen\native\CanUse32BitIndexMath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3225307Z copying torch\include\ATen\native\ComplexHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3232201Z copying torch\include\ATen\native\CompositeRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3238573Z copying torch\include\ATen\native\CompositeRandomAccessorCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3245075Z copying torch\include\ATen\native\ConvolutionMM3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3251911Z copying torch\include\ATen\native\ConvUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3259330Z copying torch\include\ATen\native\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3265769Z copying torch\include\ATen\native\CPUBlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3272093Z copying torch\include\ATen\native\CPUFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3278540Z copying torch\include\ATen\native\Cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3285096Z copying torch\include\ATen\native\DilatedConvolutionUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3291507Z copying torch\include\ATen\native\DispatchStub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3298014Z copying torch\include\ATen\native\Distance.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3304390Z copying torch\include\ATen\native\Distributions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3316046Z copying torch\include\ATen\native\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3322891Z copying torch\include\ATen\native\EmbeddingBag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3329498Z copying torch\include\ATen\native\Fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3335625Z copying torch\include\ATen\native\ForeachUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3342265Z copying torch\include\ATen\native\FractionalMaxPooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3349030Z copying torch\include\ATen\native\FunctionOfAMatrixUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3355506Z copying torch\include\ATen\native\FusedAdagrad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3362046Z copying torch\include\ATen\native\FusedAdam.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3368554Z copying torch\include\ATen\native\FusedSGD.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3374844Z copying torch\include\ATen\native\Gelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3381529Z copying torch\include\ATen\native\GridSampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3392539Z copying torch\include\ATen\native\GridSamplerUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3398883Z copying torch\include\ATen\native\group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3405160Z copying torch\include\ATen\native\Histogram.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3411581Z copying torch\include\ATen\native\im2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3418644Z copying torch\include\ATen\native\im2col_shape_check.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3425837Z copying torch\include\ATen\native\IndexingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3433129Z copying torch\include\ATen\native\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3440673Z copying torch\include\ATen\native\layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3447605Z copying torch\include\ATen\native\Lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3454664Z copying torch\include\ATen\native\LinearAlgebra.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3462473Z copying torch\include\ATen\native\LinearAlgebraUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3474198Z copying torch\include\ATen\native\LossMulti.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3482322Z copying torch\include\ATen\native\Math.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3491372Z copying torch\include\ATen\native\MathBitFallThroughLists.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3498232Z copying torch\include\ATen\native\MathBitsFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3512210Z copying torch\include\ATen\native\MaxPooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3519128Z copying torch\include\ATen\native\NonEmptyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3526196Z copying torch\include\ATen\native\NonSymbolicBC.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3533283Z copying torch\include\ATen\native\Normalization.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3540131Z copying torch\include\ATen\native\Padding.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3547553Z copying torch\include\ATen\native\PixelShuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3563297Z copying torch\include\ATen\native\PointwiseOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3568029Z copying torch\include\ATen\native\Pool.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3575153Z copying torch\include\ATen\native\Pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3582073Z copying torch\include\ATen\native\RangeFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3588528Z copying torch\include\ATen\native\RangeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3596099Z copying torch\include\ATen\native\ReduceAllOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3603585Z copying torch\include\ATen\native\ReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3613603Z copying torch\include\ATen\native\ReduceOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3624150Z copying torch\include\ATen\native\ReductionType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3632964Z copying torch\include\ATen\native\Repeat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3640160Z copying torch\include\ATen\native\Resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3647444Z copying torch\include\ATen\native\ResizeCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3661953Z copying torch\include\ATen\native\RNN.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3669069Z copying torch\include\ATen\native\ScatterGatherChecks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3675485Z copying torch\include\ATen\native\SegmentReduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3682257Z copying torch\include\ATen\native\SharedReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3689600Z copying torch\include\ATen\native\SobolEngineOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3696174Z copying torch\include\ATen\native\Sorting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3702525Z copying torch\include\ATen\native\SortingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3708926Z copying torch\include\ATen\native\SparseTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3716127Z copying torch\include\ATen\native\SpectralOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3722941Z copying torch\include\ATen\native\StridedRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3733451Z copying torch\include\ATen\native\TensorAdvancedIndexing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3740626Z copying torch\include\ATen\native\TensorAdvancedIndexingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3746797Z copying torch\include\ATen\native\TensorCompare.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3753409Z copying torch\include\ATen\native\TensorConversions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3760276Z copying torch\include\ATen\native\TensorDimApply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3767579Z copying torch\include\ATen\native\TensorFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3774439Z copying torch\include\ATen\native\TensorIterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3780889Z copying torch\include\ATen\native\TensorIteratorDynamicCasting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3787553Z copying torch\include\ATen\native\TensorProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3797609Z copying torch\include\ATen\native\TensorShape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3804257Z copying torch\include\ATen\native\TensorTransformations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3810923Z copying torch\include\ATen\native\TopKImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3817268Z copying torch\include\ATen\native\TransposeType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3823982Z copying torch\include\ATen\native\TriangularOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3830686Z copying torch\include\ATen\native\TypeProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3837122Z copying torch\include\ATen\native\UnaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3843617Z copying torch\include\ATen\native\Unfold2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3850186Z copying torch\include\ATen\native\Unfold3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3856951Z copying torch\include\ATen\native\UnfoldBackward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3863469Z copying torch\include\ATen\native\UpSample.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3870960Z copying torch\include\ATen\native\verbose_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3877623Z copying torch\include\ATen\native\vol2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-14T04:09:37.3883616Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:09:37.3887117Z copying torch\include\ATen\native\cpu\AtomicAddFloat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:09:37.3894107Z copying torch\include\ATen\native\cpu\avx_mathfun.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:09:37.3902241Z copying torch\include\ATen\native\cpu\CatKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:09:37.3909034Z copying torch\include\ATen\native\cpu\ChannelShuffleKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:09:37.3922073Z copying torch\include\ATen\native\cpu\CopyKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:09:37.3929139Z copying torch\include\ATen\native\cpu\DepthwiseConvKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:09:37.3936201Z copying torch\include\ATen\native\cpu\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:09:37.3943533Z copying torch\include\ATen\native\cpu\Gelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:09:37.3950431Z copying torch\include\ATen\native\cpu\GridSamplerKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:09:37.3957573Z copying torch\include\ATen\native\cpu\IndexKernelUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:09:37.3964706Z copying torch\include\ATen\native\cpu\Intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:09:37.3971652Z copying torch\include\ATen\native\cpu\int_mm_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:09:37.3978740Z copying torch\include\ATen\native\cpu\IsContiguous.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:09:37.3985874Z copying torch\include\ATen\native\cpu\LogAddExp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:09:37.3992911Z copying torch\include\ATen\native\cpu\Loops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:09:37.4000701Z copying torch\include\ATen\native\cpu\MaxUnpoolKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:09:37.4007506Z copying torch\include\ATen\native\cpu\mixed_data_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:09:37.4014699Z copying torch\include\ATen\native\cpu\moments_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:09:37.4021899Z copying torch\include\ATen\native\cpu\PixelShuffleKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:09:37.4028619Z copying torch\include\ATen\native\cpu\Reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:09:37.4040374Z copying torch\include\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:09:37.4047364Z copying torch\include\ATen\native\cpu\ReduceUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:09:37.4054320Z copying torch\include\ATen\native\cpu\SampledAddmmKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:09:37.4062108Z copying torch\include\ATen\native\cpu\SerialStackImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:09:37.4069173Z copying torch\include\ATen\native\cpu\SoftmaxKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:09:37.4076483Z copying torch\include\ATen\native\cpu\SpmmReduceKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:09:37.4083782Z copying torch\include\ATen\native\cpu\StackKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:09:37.4090676Z copying torch\include\ATen\native\cpu\UpSampleKernelAVXAntialias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:09:37.4098637Z copying torch\include\ATen\native\cpu\utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:09:37.4105943Z copying torch\include\ATen\native\cpu\WeightNormKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:09:37.4119721Z copying torch\include\ATen\native\cpu\zmath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-14T04:09:37.4125972Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4128957Z copying torch\include\ATen\native\cuda\Activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4135652Z copying torch\include\ATen\native\cuda\BinaryInternal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4142949Z copying torch\include\ATen\native\cuda\CompositeRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4149727Z copying torch\include\ATen\native\cuda\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4161020Z copying torch\include\ATen\native\cuda\CuFFTPlanCache.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4167979Z copying torch\include\ATen\native\cuda\CuFFTUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4175061Z copying torch\include\ATen\native\cuda\Distributions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4182000Z copying torch\include\ATen\native\cuda\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4189041Z copying torch\include\ATen\native\cuda\GridSampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4195481Z copying torch\include\ATen\native\cuda\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4201624Z copying torch\include\ATen\native\cuda\jit_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4208834Z copying torch\include\ATen\native\cuda\LaunchUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4215390Z copying torch\include\ATen\native\cuda\MiscUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4221891Z copying torch\include\ATen\native\cuda\ReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4227984Z copying torch\include\ATen\native\cuda\Resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4234454Z copying torch\include\ATen\native\cuda\RowwiseScaledMM.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4240742Z copying torch\include\ATen\native\cuda\ScaledGroupMM.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4247049Z copying torch\include\ATen\native\cuda\ScanKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4253409Z copying torch\include\ATen\native\cuda\Sort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4259964Z copying torch\include\ATen\native\cuda\Sorting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4266795Z copying torch\include\ATen\native\cuda\SortStable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4277459Z copying torch\include\ATen\native\cuda\TensorModeKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4283335Z copying torch\include\ATen\native\cuda\TensorTopK.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4290044Z copying torch\include\ATen\native\cuda\thread_constants.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4296981Z copying torch\include\ATen\native\cuda\block_reduce.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4303439Z copying torch\include\ATen\native\cuda\CUDAJitLoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4309974Z copying torch\include\ATen\native\cuda\CUDALoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4317213Z copying torch\include\ATen\native\cuda\cutlass_utils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4324230Z copying torch\include\ATen\native\cuda\DeviceSqrt.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4330695Z copying torch\include\ATen\native\cuda\EmbeddingBackwardKernel.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4336863Z copying torch\include\ATen\native\cuda\ForeachFunctors.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4343808Z copying torch\include\ATen\native\cuda\ForeachMinMaxFunctors.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4350341Z copying torch\include\ATen\native\cuda\fused_adamw_amsgrad_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4360732Z copying torch\include\ATen\native\cuda\fused_adamw_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4367195Z copying torch\include\ATen\native\cuda\fused_adam_amsgrad_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4373911Z copying torch\include\ATen\native\cuda\fused_adam_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4380570Z copying torch\include\ATen\native\cuda\fused_adam_utils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4387403Z copying torch\include\ATen\native\cuda\GridSampler.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4393922Z copying torch\include\ATen\native\cuda\im2col.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4400395Z copying torch\include\ATen\native\cuda\JitLoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4406832Z copying torch\include\ATen\native\cuda\KernelUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4413694Z copying torch\include\ATen\native\cuda\Loops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4420356Z copying torch\include\ATen\native\cuda\Math.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4428591Z copying torch\include\ATen\native\cuda\MemoryAccess.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4435658Z copying torch\include\ATen\native\cuda\MultiTensorApply.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4442111Z copying torch\include\ATen\native\cuda\Normalization.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4449875Z copying torch\include\ATen\native\cuda\PersistentSoftmax.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4460223Z copying torch\include\ATen\native\cuda\Pow.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4466633Z copying torch\include\ATen\native\cuda\Randperm.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4473400Z copying torch\include\ATen\native\cuda\Reduce.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4480687Z copying torch\include\ATen\native\cuda\reduction_template.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4488078Z copying torch\include\ATen\native\cuda\ScanUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4495354Z copying torch\include\ATen\native\cuda\SortingCommon.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4502063Z copying torch\include\ATen\native\cuda\SortingRadixSelect.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4508525Z copying torch\include\ATen\native\cuda\SortUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4515421Z copying torch\include\ATen\native\cuda\TensorModeKernel.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4522094Z copying torch\include\ATen\native\cuda\UniqueCub.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4529148Z copying torch\include\ATen\native\cuda\UpSample.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4535309Z copying torch\include\ATen\native\cuda\vol2col.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-14T04:09:37.4541235Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-03-14T04:09:37.4544069Z copying torch\include\ATen\native\hip\ck_bgemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-03-14T04:09:37.4550037Z copying torch\include\ATen\native\hip\ck_gemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-03-14T04:09:37.4556551Z copying torch\include\ATen\native\hip\ck_gemm_template.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-03-14T04:09:37.4562993Z copying torch\include\ATen\native\hip\ck_types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-03-14T04:09:37.4568392Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai 2025-03-14T04:09:37.4571274Z copying torch\include\ATen\native\kleidiai\kai_kernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai 2025-03-14T04:09:37.4577865Z copying torch\include\ATen\native\kleidiai\kai_pack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai 2025-03-14T04:09:37.4584485Z copying torch\include\ATen\native\kleidiai\kai_ukernel_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai 2025-03-14T04:09:37.4590032Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-03-14T04:09:37.4593055Z copying torch\include\ATen\native\mps\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-03-14T04:09:37.4599388Z copying torch\include\ATen\native\mps\MetalShaderLibrary.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-03-14T04:09:37.4605871Z copying torch\include\ATen\native\mps\MPSGraphSequoiaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-03-14T04:09:37.4612422Z copying torch\include\ATen\native\mps\MPSGraphSonomaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-03-14T04:09:37.4623425Z copying torch\include\ATen\native\mps\MPSGraphVenturaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-03-14T04:09:37.4631842Z copying torch\include\ATen\native\mps\OperationUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-03-14T04:09:37.4641462Z copying torch\include\ATen\native\mps\TensorFactory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-03-14T04:09:37.4650072Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-03-14T04:09:37.4657581Z copying torch\include\ATen\native\mkldnn\xpu\detail\Attr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-03-14T04:09:37.4667842Z copying torch\include\ATen\native\mkldnn\xpu\detail\oneDNN.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-03-14T04:09:37.4677066Z copying torch\include\ATen\native\mkldnn\xpu\detail\oneDNNContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-03-14T04:09:37.4684120Z copying torch\include\ATen\native\mkldnn\xpu\detail\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-03-14T04:09:37.4690496Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-03-14T04:09:37.4693897Z copying torch\include\ATen\native\nested\NestedTensorBinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-03-14T04:09:37.4701046Z copying torch\include\ATen\native\nested\NestedTensorMath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-03-14T04:09:37.4707811Z copying torch\include\ATen\native\nested\NestedTensorTransformerFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-03-14T04:09:37.4718714Z copying torch\include\ATen\native\nested\NestedTensorTransformerUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-03-14T04:09:37.4724994Z copying torch\include\ATen\native\nested\NestedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-03-14T04:09:37.4731134Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-03-14T04:09:37.4734449Z copying torch\include\ATen\native\quantized\AffineQuantizer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-03-14T04:09:37.4741197Z copying torch\include\ATen\native\quantized\AffineQuantizerBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-03-14T04:09:37.4747412Z copying torch\include\ATen\native\quantized\ConvUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-03-14T04:09:37.4757393Z copying torch\include\ATen\native\quantized\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-03-14T04:09:37.4764680Z copying torch\include\ATen\native\quantized\FakeQuantAffine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-03-14T04:09:37.4771539Z copying torch\include\ATen\native\quantized\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-03-14T04:09:37.4777846Z copying torch\include\ATen\native\quantized\library.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-03-14T04:09:37.4784310Z copying torch\include\ATen\native\quantized\PackedParams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-03-14T04:09:37.4790086Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-14T04:09:37.4792961Z copying torch\include\ATen\native\quantized\cpu\BinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-14T04:09:37.4799236Z copying torch\include\ATen\native\quantized\cpu\conv_serialization.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-14T04:09:37.4805976Z copying torch\include\ATen\native\quantized\cpu\EmbeddingPackedParams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-14T04:09:37.4813071Z copying torch\include\ATen\native\quantized\cpu\fbgemm_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-14T04:09:37.4823980Z copying torch\include\ATen\native\quantized\cpu\init_qnnpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-14T04:09:37.4830216Z copying torch\include\ATen\native\quantized\cpu\OnednnUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-14T04:09:37.4836607Z copying torch\include\ATen\native\quantized\cpu\qconv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-14T04:09:37.4843143Z copying torch\include\ATen\native\quantized\cpu\qembeddingbag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-14T04:09:37.4850096Z copying torch\include\ATen\native\quantized\cpu\qembeddingbag_prepack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-14T04:09:37.4856099Z copying torch\include\ATen\native\quantized\cpu\qlinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-14T04:09:37.4862567Z copying torch\include\ATen\native\quantized\cpu\QnnpackUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-14T04:09:37.4869832Z copying torch\include\ATen\native\quantized\cpu\QuantizedOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-14T04:09:37.4876217Z copying torch\include\ATen\native\quantized\cpu\QuantUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-14T04:09:37.4882833Z copying torch\include\ATen\native\quantized\cpu\RuyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-14T04:09:37.4888867Z copying torch\include\ATen\native\quantized\cpu\XnnpackUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-14T04:09:37.4894413Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2025-03-14T04:09:37.4897398Z copying torch\include\ATen\native\transformers\attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2025-03-14T04:09:37.4904082Z copying torch\include\ATen\native\transformers\sdp_utils_cpp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2025-03-14T04:09:37.4909809Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2025-03-14T04:09:37.4913463Z copying torch\include\ATen\native\utils\Factory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2025-03-14T04:09:37.4920420Z copying torch\include\ATen\native\utils\ParamsHash.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2025-03-14T04:09:37.4927212Z copying torch\include\ATen\native\utils\ParamUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2025-03-14T04:09:37.4933454Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2025-03-14T04:09:37.4936976Z copying torch\include\ATen\quantized\QTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2025-03-14T04:09:37.4944232Z copying torch\include\ATen\quantized\Quantizer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2025-03-14T04:09:37.4950238Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-03-14T04:09:37.4953269Z copying torch\include\ATen\xpu\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-03-14T04:09:37.4960242Z copying torch\include\ATen\xpu\PinnedMemoryAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-03-14T04:09:37.4967307Z copying torch\include\ATen\xpu\XPUContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-03-14T04:09:37.4973909Z copying torch\include\ATen\xpu\XPUDevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-03-14T04:09:37.4985405Z copying torch\include\ATen\xpu\XPUEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-03-14T04:09:37.4992341Z copying torch\include\ATen\xpu\XPUGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-03-14T04:09:37.4998457Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail 2025-03-14T04:09:37.5001405Z copying torch\include\ATen\xpu\detail\XPUHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail 2025-03-14T04:09:37.5007586Z creating build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-03-14T04:09:37.5012155Z copying torch\include\caffe2\serialize\crc_alt.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-03-14T04:09:37.5020347Z copying torch\include\caffe2\serialize\file_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-03-14T04:09:37.5027770Z copying torch\include\caffe2\serialize\inline_container.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-03-14T04:09:37.5035328Z copying torch\include\caffe2\serialize\in_memory_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-03-14T04:09:37.5046680Z copying torch\include\caffe2\serialize\istream_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-03-14T04:09:37.5053810Z copying torch\include\caffe2\serialize\read_adapter_interface.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-03-14T04:09:37.5060566Z copying torch\include\caffe2\serialize\versions.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-03-14T04:09:37.5066505Z creating build\lib.win-amd64-cpython-39\torch\include\c10\macros 2025-03-14T04:09:37.5070955Z copying torch\include\c10\macros\cmake_macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2025-03-14T04:09:37.5077812Z copying torch\include\c10\macros\Export.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2025-03-14T04:09:37.5084479Z copying torch\include\c10\macros\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2025-03-14T04:09:37.5090736Z creating build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5094059Z copying torch\include\c10\core\alignment.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5101188Z copying torch\include\c10\core\Allocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5108256Z copying torch\include\c10\core\AutogradState.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5114928Z copying torch\include\c10\core\Backend.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5129534Z copying torch\include\c10\core\CachingDeviceAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5138662Z copying torch\include\c10\core\CompileTimeFunctionPointer.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5145967Z copying torch\include\c10\core\ConstantSymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5152934Z copying torch\include\c10\core\Contiguity.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5159809Z copying torch\include\c10\core\CopyBytes.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5167494Z copying torch\include\c10\core\CPUAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5174636Z copying torch\include\c10\core\DefaultDtype.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5181542Z copying torch\include\c10\core\DefaultTensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5189194Z copying torch\include\c10\core\Device.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5195832Z copying torch\include\c10\core\DeviceArray.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5202389Z copying torch\include\c10\core\DeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5208864Z copying torch\include\c10\core\DeviceType.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5215626Z copying torch\include\c10\core\DispatchKey.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5223393Z copying torch\include\c10\core\DispatchKeySet.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5231189Z copying torch\include\c10\core\DynamicCast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5237692Z copying torch\include\c10\core\Event.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5248612Z copying torch\include\c10\core\GeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5255212Z copying torch\include\c10\core\GradMode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5261545Z copying torch\include\c10\core\InferenceMode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5267971Z copying torch\include\c10\core\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5274630Z copying torch\include\c10\core\MemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5281199Z copying torch\include\c10\core\OptionalRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5287287Z copying torch\include\c10\core\PyHandleCache.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5293508Z copying torch\include\c10\core\QEngine.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5300027Z copying torch\include\c10\core\QScheme.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5306628Z copying torch\include\c10\core\RefcountedDeleter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5313073Z copying torch\include\c10\core\SafePyObject.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5319301Z copying torch\include\c10\core\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5325510Z copying torch\include\c10\core\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5336765Z copying torch\include\c10\core\ScalarTypeToTypeMeta.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5343175Z copying torch\include\c10\core\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5349412Z copying torch\include\c10\core\StorageImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5355802Z copying torch\include\c10\core\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5361961Z copying torch\include\c10\core\StreamGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5368653Z copying torch\include\c10\core\SymbolicShapeMeta.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5375495Z copying torch\include\c10\core\SymBool.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5381856Z copying torch\include\c10\core\SymFloat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5388166Z copying torch\include\c10\core\SymInt.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5395279Z copying torch\include\c10\core\SymIntArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5401896Z copying torch\include\c10\core\SymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5408316Z copying torch\include\c10\core\TensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5420652Z copying torch\include\c10\core\TensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5427512Z copying torch\include\c10\core\thread_pool.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5435742Z copying torch\include\c10\core\UndefinedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5442755Z copying torch\include\c10\core\WrapDimMinimal.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-14T04:09:37.5449003Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-03-14T04:09:37.5452034Z copying torch\include\ATen\core\boxing\BoxedKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-03-14T04:09:37.5459428Z copying torch\include\ATen\core\boxing\BoxedKernel_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-03-14T04:09:37.5466649Z copying torch\include\ATen\core\boxing\KernelFunction.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-03-14T04:09:37.5473900Z copying torch\include\ATen\core\boxing\KernelFunction_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-03-14T04:09:37.5486494Z copying torch\include\ATen\core\boxing\OperatorKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-03-14T04:09:37.5492606Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-03-14T04:09:37.5495987Z copying torch\include\ATen\core\boxing\impl\boxing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-03-14T04:09:37.5503255Z copying torch\include\ATen\core\boxing\impl\make_boxed_from_unboxed_functor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-03-14T04:09:37.5511339Z copying torch\include\ATen\core\boxing\impl\test_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-03-14T04:09:37.5518314Z copying torch\include\ATen\core\boxing\impl\WrapFunctionIntoFunctor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-03-14T04:09:37.5529994Z copying torch\include\ATen\core\boxing\impl\WrapFunctionIntoRuntimeFunctor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-03-14T04:09:37.5535861Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-03-14T04:09:37.5539361Z copying torch\include\ATen\core\dispatch\CppSignature.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-03-14T04:09:37.5546674Z copying torch\include\ATen\core\dispatch\Dispatcher.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-03-14T04:09:37.5554821Z copying torch\include\ATen\core\dispatch\DispatchKeyExtractor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-03-14T04:09:37.5562278Z copying torch\include\ATen\core\dispatch\ObservedOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-03-14T04:09:37.5573701Z copying torch\include\ATen\core\dispatch\OperatorEntry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-03-14T04:09:37.5581369Z copying torch\include\ATen\core\dispatch\OperatorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-03-14T04:09:37.5588397Z copying torch\include\ATen\core\dispatch\RegistrationHandleRAII.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-03-14T04:09:37.5594317Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-03-14T04:09:37.5597934Z copying torch\include\ATen\core\op_registration\adaption.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-03-14T04:09:37.5605044Z copying torch\include\ATen\core\op_registration\infer_schema.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-03-14T04:09:37.5611923Z copying torch\include\ATen\core\op_registration\op_allowlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-03-14T04:09:37.5619126Z copying torch\include\ATen\core\op_registration\op_registration.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-03-14T04:09:37.5632884Z creating build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:09:37.5637082Z copying torch\include\c10\core\impl\alloc_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:09:37.5644172Z copying torch\include\c10\core\impl\COW.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:09:37.5651169Z copying torch\include\c10\core\impl\COWDeleter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:09:37.5658250Z copying torch\include\c10\core\impl\DeviceGuardImplInterface.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:09:37.5668880Z copying torch\include\c10\core\impl\FakeGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:09:37.5675941Z copying torch\include\c10\core\impl\GPUTrace.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:09:37.5682617Z copying torch\include\c10\core\impl\HermeticPyObjectTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:09:37.5689693Z copying torch\include\c10\core\impl\InlineDeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:09:37.5696121Z copying torch\include\c10\core\impl\InlineEvent.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:09:37.5702843Z copying torch\include\c10\core\impl\InlineStreamGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:09:37.5710006Z copying torch\include\c10\core\impl\LocalDispatchKeySet.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:09:37.5716851Z copying torch\include\c10\core\impl\PyInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:09:37.5724079Z copying torch\include\c10\core\impl\PyObjectSlot.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:09:37.5730592Z copying torch\include\c10\core\impl\PythonDispatcherTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:09:37.5737085Z copying torch\include\c10\core\impl\SizesAndStrides.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:09:37.5743794Z copying torch\include\c10\core\impl\TorchDispatchModeTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:09:37.5750267Z copying torch\include\c10\core\impl\VirtualGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-14T04:09:37.5755696Z creating build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5758492Z copying torch\include\c10\util\AbortHandler.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5765131Z copying torch\include\c10\util\accumulate.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5771336Z copying torch\include\c10\util\AlignOf.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5778505Z copying torch\include\c10\util\ApproximateClock.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5789292Z copying torch\include\c10\util\Array.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5795412Z copying torch\include\c10\util\ArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5802558Z copying torch\include\c10\util\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5808836Z copying torch\include\c10\util\BFloat16-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5815129Z copying torch\include\c10\util\BFloat16-math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5821579Z copying torch\include\c10\util\BFloat16.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5828032Z copying torch\include\c10\util\bits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5834362Z copying torch\include\c10\util\Bitset.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5840739Z copying torch\include\c10\util\bit_cast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5847167Z copying torch\include\c10\util\C++17.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5853409Z copying torch\include\c10\util\CallOnce.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5859462Z copying torch\include\c10\util\complex.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5867106Z copying torch\include\c10\util\complex_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5873947Z copying torch\include\c10\util\complex_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5881452Z copying torch\include\c10\util\ConstexprCrc.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5887777Z copying torch\include\c10\util\copysign.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5894127Z copying torch\include\c10\util\DeadlockDetection.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5900833Z copying torch\include\c10\util\Deprecated.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5907511Z copying torch\include\c10\util\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5913604Z copying torch\include\c10\util\DynamicCounter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5924695Z copying torch\include\c10\util\env.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5931336Z copying torch\include\c10\util\error.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5937630Z copying torch\include\c10\util\Exception.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5944645Z copying torch\include\c10\util\ExclusivelyOwned.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5957052Z copying torch\include\c10\util\ExclusivelyOwnedTensorTraits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5958520Z copying torch\include\c10\util\FbcodeMaps.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5965146Z copying torch\include\c10\util\Flags.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5971968Z copying torch\include\c10\util\flat_hash_map.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5980197Z copying torch\include\c10\util\Float8_e4m3fn-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5987178Z copying torch\include\c10\util\Float8_e4m3fn.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.5994504Z copying torch\include\c10\util\Float8_e4m3fnuz-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6005123Z copying torch\include\c10\util\Float8_e4m3fnuz.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6012458Z copying torch\include\c10\util\Float8_e5m2-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6019151Z copying torch\include\c10\util\Float8_e5m2.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6026149Z copying torch\include\c10\util\Float8_e5m2fnuz-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6032849Z copying torch\include\c10\util\Float8_e5m2fnuz.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6039585Z copying torch\include\c10\util\Float8_e8m0fnu-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6046595Z copying torch\include\c10\util\Float8_e8m0fnu.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6053428Z copying torch\include\c10\util\Float8_fnuz_cvt.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6060079Z copying torch\include\c10\util\floating_point_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6071264Z copying torch\include\c10\util\FunctionRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6078432Z copying torch\include\c10\util\Gauge.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6085392Z copying torch\include\c10\util\generic_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6092391Z copying torch\include\c10\util\Half-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6099279Z copying torch\include\c10\util\Half.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6106694Z copying torch\include\c10\util\hash.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6113892Z copying torch\include\c10\util\IdWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6120841Z copying torch\include\c10\util\int128.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6128790Z copying torch\include\c10\util\intrusive_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6137832Z copying torch\include\c10\util\irange.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6147016Z copying torch\include\c10\util\Lazy.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6155324Z copying torch\include\c10\util\LeftRight.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6164439Z copying torch\include\c10\util\llvmMathExtras.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6176460Z copying torch\include\c10\util\Load.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6183354Z copying torch\include\c10\util\Logging.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6190395Z copying torch\include\c10\util\logging_is_google_glog.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6196823Z copying torch\include\c10\util\logging_is_not_google_glog.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6207175Z copying torch\include\c10\util\MathConstants.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6212832Z copying torch\include\c10\util\MaybeOwned.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6219841Z copying torch\include\c10\util\Metaprogramming.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6226017Z copying torch\include\c10\util\NetworkFlow.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6232529Z copying torch\include\c10\util\numa.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6238934Z copying torch\include\c10\util\Optional.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6245405Z copying torch\include\c10\util\OptionalArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6251976Z copying torch\include\c10\util\order_preserving_flat_hash_map.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6267828Z copying torch\include\c10\util\overflows.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6273984Z copying torch\include\c10\util\overloaded.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6281009Z copying torch\include\c10\util\ParallelGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6287261Z copying torch\include\c10\util\python_stub.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6293687Z copying torch\include\c10\util\qint32.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6300407Z copying torch\include\c10\util\qint8.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6306538Z copying torch\include\c10\util\quint2x4.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6312419Z copying torch\include\c10\util\quint4x2.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6318328Z copying torch\include\c10\util\quint8.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6324171Z copying torch\include\c10\util\Registry.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6330463Z copying torch\include\c10\util\safe_numerics.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6336768Z copying torch\include\c10\util\ScopeExit.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6347907Z copying torch\include\c10\util\signal_handler.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6354228Z copying torch\include\c10\util\SmallBuffer.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6360652Z copying torch\include\c10\util\SmallVector.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6367931Z copying torch\include\c10\util\sparse_bitset.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6374956Z copying torch\include\c10\util\ssize.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6381422Z copying torch\include\c10\util\static_tracepoint.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6387794Z copying torch\include\c10\util\static_tracepoint_elfx86.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6394153Z copying torch\include\c10\util\strides.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6400182Z copying torch\include\c10\util\StringUtil.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6406629Z copying torch\include\c10\util\string_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6412770Z copying torch\include\c10\util\string_view.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6424142Z copying torch\include\c10\util\strong_type.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6431655Z copying torch\include\c10\util\Synchronized.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6438507Z copying torch\include\c10\util\tempfile.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6445159Z copying torch\include\c10\util\ThreadLocal.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6451860Z copying torch\include\c10\util\ThreadLocalDebugInfo.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6458298Z copying torch\include\c10\util\thread_name.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6464514Z copying torch\include\c10\util\Type.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6470482Z copying torch\include\c10\util\TypeCast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6477151Z copying torch\include\c10\util\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6484282Z copying torch\include\c10\util\TypeIndex.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6491113Z copying torch\include\c10\util\TypeList.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6497804Z copying torch\include\c10\util\TypeSafeSignMath.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6504605Z copying torch\include\c10\util\TypeTraits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6510988Z copying torch\include\c10\util\Unicode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6517020Z copying torch\include\c10\util\UniqueVoidPtr.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6523741Z copying torch\include\c10\util\Unroll.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6530122Z copying torch\include\c10\util\WaitCounter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6536638Z copying torch\include\c10\util\WaitCounterDynamicBackend.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6543813Z copying torch\include\c10\util\win32-headers.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-14T04:09:37.6550079Z creating build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-14T04:09:37.6553376Z copying torch\include\c10\cuda\CUDAAlgorithm.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-14T04:09:37.6560467Z copying torch\include\c10\cuda\CUDAAllocatorConfig.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-14T04:09:37.6567500Z copying torch\include\c10\cuda\CUDACachingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-14T04:09:37.6574810Z copying torch\include\c10\cuda\CUDADeviceAssertion.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-14T04:09:37.6586533Z copying torch\include\c10\cuda\CUDADeviceAssertionHost.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-14T04:09:37.6594101Z copying torch\include\c10\cuda\CUDAException.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-14T04:09:37.6600927Z copying torch\include\c10\cuda\CUDAFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-14T04:09:37.6608205Z copying torch\include\c10\cuda\CUDAGraphsC10Utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-14T04:09:37.6615042Z copying torch\include\c10\cuda\CUDAGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-14T04:09:37.6622284Z copying torch\include\c10\cuda\CUDAMacros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-14T04:09:37.6629221Z copying torch\include\c10\cuda\CUDAMathCompat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-14T04:09:37.6637045Z copying torch\include\c10\cuda\CUDAMiscFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-14T04:09:37.6646308Z copying torch\include\c10\cuda\CUDAStream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-14T04:09:37.6656227Z copying torch\include\c10\cuda\driver_api.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-14T04:09:37.6664771Z creating build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2025-03-14T04:09:37.6667816Z copying torch\include\c10\cuda\impl\CUDAGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2025-03-14T04:09:37.6675137Z copying torch\include\c10\cuda\impl\CUDATest.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2025-03-14T04:09:37.6682469Z copying torch\include\c10\cuda\impl\cuda_cmake_macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2025-03-14T04:09:37.6688774Z creating build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-03-14T04:09:37.6692188Z copying torch\include\c10\metal\indexing.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-03-14T04:09:37.6698313Z copying torch\include\c10\metal\random.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-03-14T04:09:37.6705926Z copying torch\include\c10\metal\reduction_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-03-14T04:09:37.6712141Z copying torch\include\c10\metal\special_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-03-14T04:09:37.6719015Z copying torch\include\c10\metal\utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-03-14T04:09:37.6796397Z creating build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-03-14T04:09:37.6799372Z copying torch\include\c10\xpu\XPUCachingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-03-14T04:09:37.6806760Z copying torch\include\c10\xpu\XPUDeviceProp.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-03-14T04:09:37.6814383Z copying torch\include\c10\xpu\XPUException.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-03-14T04:09:37.6820523Z copying torch\include\c10\xpu\XPUFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-03-14T04:09:37.6898536Z copying torch\include\c10\xpu\XPUMacros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-03-14T04:09:37.6905148Z copying torch\include\c10\xpu\XPUStream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-03-14T04:09:37.6911292Z creating build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl 2025-03-14T04:09:37.6914959Z copying torch\include\c10\xpu\impl\XPUGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl 2025-03-14T04:09:37.6920778Z creating build\lib.win-amd64-cpython-39\torch\include\torch 2025-03-14T04:09:37.6923619Z copying torch\include\torch\custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-03-14T04:09:37.6930746Z copying torch\include\torch\custom_class_detail.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-03-14T04:09:37.6937862Z copying torch\include\torch\extension.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-03-14T04:09:37.6944081Z copying torch\include\torch\library.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-03-14T04:09:37.7024126Z copying torch\include\torch\script.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-03-14T04:09:37.7029734Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:09:37.7032802Z copying torch\include\torch\csrc\copy_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:09:37.7039819Z copying torch\include\torch\csrc\CudaIPCTypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:09:37.7048103Z copying torch\include\torch\csrc\DataLoader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:09:37.7054805Z copying torch\include\torch\csrc\Device.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:09:37.7152697Z copying torch\include\torch\csrc\DeviceAccelerator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:09:37.7160308Z copying torch\include\torch\csrc\Dtype.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:09:37.7170635Z copying torch\include\torch\csrc\DynamicTypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:09:37.7178357Z copying torch\include\torch\csrc\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:09:37.7185583Z copying torch\include\torch\csrc\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:09:37.7193241Z copying torch\include\torch\csrc\Export.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:09:37.7201053Z copying torch\include\torch\csrc\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:09:37.7207982Z copying torch\include\torch\csrc\itt_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:09:37.7214831Z copying torch\include\torch\csrc\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:09:37.7221054Z copying torch\include\torch\csrc\MemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:09:37.7229048Z copying torch\include\torch\csrc\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:09:37.7234864Z copying torch\include\torch\csrc\PyInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:09:37.7241744Z copying torch\include\torch\csrc\python_dimname.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:09:37.7248341Z copying torch\include\torch\csrc\python_headers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:09:37.7254675Z copying torch\include\torch\csrc\QScheme.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:09:37.7261924Z copying torch\include\torch\csrc\serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:09:37.7268190Z copying torch\include\torch\csrc\Size.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:09:37.7274876Z copying torch\include\torch\csrc\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:09:37.7281394Z copying torch\include\torch\csrc\StorageMethods.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:09:37.7288228Z copying torch\include\torch\csrc\StorageSharing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:09:37.8115895Z copying torch\include\torch\csrc\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:09:37.8122250Z copying torch\include\torch\csrc\THConcat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:09:37.8128921Z copying torch\include\torch\csrc\THP.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:09:37.8136593Z copying torch\include\torch\csrc\TypeInfo.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:09:37.8144330Z copying torch\include\torch\csrc\Types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:09:37.8152648Z copying torch\include\torch\csrc\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-14T04:09:37.8168317Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\stable 2025-03-14T04:09:37.8172664Z copying torch\include\torch\csrc\stable\library.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\stable 2025-03-14T04:09:37.8178944Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:37.8184784Z copying torch\include\torch\csrc\api\include\torch\all.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:37.8191388Z copying torch\include\torch\csrc\api\include\torch\arg.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:37.8198663Z copying torch\include\torch\csrc\api\include\torch\autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:37.8205112Z copying torch\include\torch\csrc\api\include\torch\cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:37.8212148Z copying torch\include\torch\csrc\api\include\torch\data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:37.8218149Z copying torch\include\torch\csrc\api\include\torch\enum.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:37.8224625Z copying torch\include\torch\csrc\api\include\torch\expanding_array.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:37.8240451Z copying torch\include\torch\csrc\api\include\torch\fft.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:37.8246770Z copying torch\include\torch\csrc\api\include\torch\imethod.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:37.8252932Z copying torch\include\torch\csrc\api\include\torch\jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:37.8260000Z copying torch\include\torch\csrc\api\include\torch\mps.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:37.8266443Z copying torch\include\torch\csrc\api\include\torch\nested.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:37.8272511Z copying torch\include\torch\csrc\api\include\torch\nn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:37.8278465Z copying torch\include\torch\csrc\api\include\torch\optim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:37.8284785Z copying torch\include\torch\csrc\api\include\torch\ordered_dict.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:37.8291721Z copying torch\include\torch\csrc\api\include\torch\python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:37.8298360Z copying torch\include\torch\csrc\api\include\torch\serialize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:37.8304877Z copying torch\include\torch\csrc\api\include\torch\sparse.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:37.8311707Z copying torch\include\torch\csrc\api\include\torch\special.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:37.8318730Z copying torch\include\torch\csrc\api\include\torch\torch.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:37.8325011Z copying torch\include\torch\csrc\api\include\torch\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:37.8331043Z copying torch\include\torch\csrc\api\include\torch\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:37.8337356Z copying torch\include\torch\csrc\api\include\torch\version.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:37.8343700Z copying torch\include\torch\csrc\api\include\torch\xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:37.8348913Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:09:37.8351851Z copying torch\include\torch\csrc\api\include\torch\data\dataloader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:09:37.8358591Z copying torch\include\torch\csrc\api\include\torch\data\dataloader_options.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:09:37.8364990Z copying torch\include\torch\csrc\api\include\torch\data\datasets.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:09:37.8371076Z copying torch\include\torch\csrc\api\include\torch\data\example.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:09:37.8377459Z copying torch\include\torch\csrc\api\include\torch\data\iterator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:09:37.8393123Z copying torch\include\torch\csrc\api\include\torch\data\samplers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:09:37.8399254Z copying torch\include\torch\csrc\api\include\torch\data\transforms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:09:37.8405866Z copying torch\include\torch\csrc\api\include\torch\data\worker_exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:09:37.8411765Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-03-14T04:09:37.8414860Z copying torch\include\torch\csrc\api\include\torch\data\dataloader\base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-03-14T04:09:37.8421796Z copying torch\include\torch\csrc\api\include\torch\data\dataloader\stateful.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-03-14T04:09:37.8428198Z copying torch\include\torch\csrc\api\include\torch\data\dataloader\stateless.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-03-14T04:09:37.8433610Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-03-14T04:09:37.8436673Z copying torch\include\torch\csrc\api\include\torch\data\datasets\base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-03-14T04:09:37.8443584Z copying torch\include\torch\csrc\api\include\torch\data\datasets\chunk.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-03-14T04:09:37.8450228Z copying torch\include\torch\csrc\api\include\torch\data\datasets\map.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-03-14T04:09:37.8458077Z copying torch\include\torch\csrc\api\include\torch\data\datasets\mnist.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-03-14T04:09:37.8464413Z copying torch\include\torch\csrc\api\include\torch\data\datasets\shared.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-03-14T04:09:37.8470743Z copying torch\include\torch\csrc\api\include\torch\data\datasets\stateful.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-03-14T04:09:37.8477744Z copying torch\include\torch\csrc\api\include\torch\data\datasets\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-03-14T04:09:37.8492549Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail 2025-03-14T04:09:37.8495591Z copying torch\include\torch\csrc\api\include\torch\data\detail\data_shuttle.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail 2025-03-14T04:09:37.8502294Z copying torch\include\torch\csrc\api\include\torch\data\detail\queue.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail 2025-03-14T04:09:37.8508537Z copying torch\include\torch\csrc\api\include\torch\data\detail\sequencers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail 2025-03-14T04:09:37.8514252Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-03-14T04:09:37.8517328Z copying torch\include\torch\csrc\api\include\torch\data\samplers\base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-03-14T04:09:37.8523732Z copying torch\include\torch\csrc\api\include\torch\data\samplers\custom_batch_request.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-03-14T04:09:37.8529969Z copying torch\include\torch\csrc\api\include\torch\data\samplers\distributed.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-03-14T04:09:37.8536274Z copying torch\include\torch\csrc\api\include\torch\data\samplers\random.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-03-14T04:09:37.8542616Z copying torch\include\torch\csrc\api\include\torch\data\samplers\sequential.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-03-14T04:09:37.8559463Z copying torch\include\torch\csrc\api\include\torch\data\samplers\serialize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-03-14T04:09:37.8566204Z copying torch\include\torch\csrc\api\include\torch\data\samplers\stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-03-14T04:09:37.8571601Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2025-03-14T04:09:37.8574878Z copying torch\include\torch\csrc\api\include\torch\data\transforms\base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2025-03-14T04:09:37.8581452Z copying torch\include\torch\csrc\api\include\torch\data\transforms\collate.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2025-03-14T04:09:37.8587911Z copying torch\include\torch\csrc\api\include\torch\data\transforms\lambda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2025-03-14T04:09:37.8594181Z copying torch\include\torch\csrc\api\include\torch\data\transforms\stack.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2025-03-14T04:09:37.8600425Z copying torch\include\torch\csrc\api\include\torch\data\transforms\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2025-03-14T04:09:37.8606181Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\detail 2025-03-14T04:09:37.8609202Z copying torch\include\torch\csrc\api\include\torch\detail\static.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\detail 2025-03-14T04:09:37.8616687Z copying torch\include\torch\csrc\api\include\torch\detail\TensorDataContainer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\detail 2025-03-14T04:09:37.8622589Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:09:37.8626550Z copying torch\include\torch\csrc\api\include\torch\nn\cloneable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:09:37.8632985Z copying torch\include\torch\csrc\api\include\torch\nn\functional.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:09:37.8639919Z copying torch\include\torch\csrc\api\include\torch\nn\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:09:37.8646483Z copying torch\include\torch\csrc\api\include\torch\nn\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:09:37.8653260Z copying torch\include\torch\csrc\api\include\torch\nn\modules.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:09:37.8671876Z copying torch\include\torch\csrc\api\include\torch\nn\options.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:09:37.8681278Z copying torch\include\torch\csrc\api\include\torch\nn\pimpl-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:09:37.8691344Z copying torch\include\torch\csrc\api\include\torch\nn\pimpl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:09:37.8701297Z copying torch\include\torch\csrc\api\include\torch\nn\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:09:37.8708679Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:09:37.8711915Z copying torch\include\torch\csrc\api\include\torch\nn\functional\activation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:09:37.8720147Z copying torch\include\torch\csrc\api\include\torch\nn\functional\batchnorm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:09:37.8727216Z copying torch\include\torch\csrc\api\include\torch\nn\functional\conv.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:09:37.8734506Z copying torch\include\torch\csrc\api\include\torch\nn\functional\distance.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:09:37.8755311Z copying torch\include\torch\csrc\api\include\torch\nn\functional\dropout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:09:37.8759580Z copying torch\include\torch\csrc\api\include\torch\nn\functional\embedding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:09:37.8766354Z copying torch\include\torch\csrc\api\include\torch\nn\functional\fold.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:09:37.8773055Z copying torch\include\torch\csrc\api\include\torch\nn\functional\instancenorm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:09:37.8779693Z copying torch\include\torch\csrc\api\include\torch\nn\functional\linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:09:37.8786217Z copying torch\include\torch\csrc\api\include\torch\nn\functional\loss.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:09:37.8793379Z copying torch\include\torch\csrc\api\include\torch\nn\functional\normalization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:09:37.8800069Z copying torch\include\torch\csrc\api\include\torch\nn\functional\padding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:09:37.8806692Z copying torch\include\torch\csrc\api\include\torch\nn\functional\pixelshuffle.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:09:37.8813887Z copying torch\include\torch\csrc\api\include\torch\nn\functional\pooling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:09:37.8821340Z copying torch\include\torch\csrc\api\include\torch\nn\functional\upsampling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:09:37.8827930Z copying torch\include\torch\csrc\api\include\torch\nn\functional\vision.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:09:37.8833316Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:37.8836576Z copying torch\include\torch\csrc\api\include\torch\nn\options\activation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:37.8843502Z copying torch\include\torch\csrc\api\include\torch\nn\options\adaptive.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:37.8850201Z copying torch\include\torch\csrc\api\include\torch\nn\options\batchnorm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:37.8856541Z copying torch\include\torch\csrc\api\include\torch\nn\options\conv.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:37.8863160Z copying torch\include\torch\csrc\api\include\torch\nn\options\distance.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:37.8879404Z copying torch\include\torch\csrc\api\include\torch\nn\options\dropout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:37.8885996Z copying torch\include\torch\csrc\api\include\torch\nn\options\embedding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:37.8892482Z copying torch\include\torch\csrc\api\include\torch\nn\options\fold.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:37.8899059Z copying torch\include\torch\csrc\api\include\torch\nn\options\instancenorm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:37.8905925Z copying torch\include\torch\csrc\api\include\torch\nn\options\linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:37.8912157Z copying torch\include\torch\csrc\api\include\torch\nn\options\loss.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:37.8919149Z copying torch\include\torch\csrc\api\include\torch\nn\options\normalization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:37.8926086Z copying torch\include\torch\csrc\api\include\torch\nn\options\padding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:37.8932665Z copying torch\include\torch\csrc\api\include\torch\nn\options\pixelshuffle.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:37.8939350Z copying torch\include\torch\csrc\api\include\torch\nn\options\pooling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:37.8946192Z copying torch\include\torch\csrc\api\include\torch\nn\options\rnn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:37.8953621Z copying torch\include\torch\csrc\api\include\torch\nn\options\transformer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:37.8960936Z copying torch\include\torch\csrc\api\include\torch\nn\options\transformercoder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:37.8968252Z copying torch\include\torch\csrc\api\include\torch\nn\options\transformerlayer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:37.8975316Z copying torch\include\torch\csrc\api\include\torch\nn\options\upsampling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:37.8982531Z copying torch\include\torch\csrc\api\include\torch\nn\options\vision.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:37.8988480Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:37.8992160Z copying torch\include\torch\csrc\api\include\torch\nn\modules\activation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:37.8999776Z copying torch\include\torch\csrc\api\include\torch\nn\modules\adaptive.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:37.9006741Z copying torch\include\torch\csrc\api\include\torch\nn\modules\batchnorm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:37.9013916Z copying torch\include\torch\csrc\api\include\torch\nn\modules\common.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:37.9021780Z copying torch\include\torch\csrc\api\include\torch\nn\modules\conv.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:37.9038670Z copying torch\include\torch\csrc\api\include\torch\nn\modules\distance.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:37.9045634Z copying torch\include\torch\csrc\api\include\torch\nn\modules\dropout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:37.9052697Z copying torch\include\torch\csrc\api\include\torch\nn\modules\embedding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:37.9059781Z copying torch\include\torch\csrc\api\include\torch\nn\modules\fold.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:37.9066824Z copying torch\include\torch\csrc\api\include\torch\nn\modules\instancenorm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:37.9074088Z copying torch\include\torch\csrc\api\include\torch\nn\modules\linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:37.9081048Z copying torch\include\torch\csrc\api\include\torch\nn\modules\loss.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:37.9088680Z copying torch\include\torch\csrc\api\include\torch\nn\modules\normalization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:37.9095759Z copying torch\include\torch\csrc\api\include\torch\nn\modules\padding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:37.9103371Z copying torch\include\torch\csrc\api\include\torch\nn\modules\pixelshuffle.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:37.9110645Z copying torch\include\torch\csrc\api\include\torch\nn\modules\pooling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:37.9118285Z copying torch\include\torch\csrc\api\include\torch\nn\modules\rnn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:37.9125678Z copying torch\include\torch\csrc\api\include\torch\nn\modules\transformer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:37.9132882Z copying torch\include\torch\csrc\api\include\torch\nn\modules\transformercoder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:37.9140818Z copying torch\include\torch\csrc\api\include\torch\nn\modules\transformerlayer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:37.9148954Z copying torch\include\torch\csrc\api\include\torch\nn\modules\upsampling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:37.9158881Z copying torch\include\torch\csrc\api\include\torch\nn\modules\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:37.9166546Z copying torch\include\torch\csrc\api\include\torch\nn\modules\_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:37.9172793Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:09:37.9177034Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\any.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:09:37.9184285Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\any_module_holder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:09:37.9191571Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\any_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:09:37.9198709Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\functional.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:09:37.9215724Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\moduledict.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:09:37.9222649Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\modulelist.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:09:37.9229357Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\named_any.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:09:37.9236113Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\parameterdict.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:09:37.9242579Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\parameterlist.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:09:37.9250030Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\sequential.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:09:37.9255883Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\parallel 2025-03-14T04:09:37.9258943Z copying torch\include\torch\csrc\api\include\torch\nn\parallel\data_parallel.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\parallel 2025-03-14T04:09:37.9264518Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils 2025-03-14T04:09:37.9267653Z copying torch\include\torch\csrc\api\include\torch\nn\utils\clip_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils 2025-03-14T04:09:37.9274343Z copying torch\include\torch\csrc\api\include\torch\nn\utils\convert_parameters.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils 2025-03-14T04:09:37.9280633Z copying torch\include\torch\csrc\api\include\torch\nn\utils\rnn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils 2025-03-14T04:09:37.9286301Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:09:37.9289267Z copying torch\include\torch\csrc\api\include\torch\optim\adagrad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:09:37.9297272Z copying torch\include\torch\csrc\api\include\torch\optim\adam.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:09:37.9303661Z copying torch\include\torch\csrc\api\include\torch\optim\adamw.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:09:37.9309830Z copying torch\include\torch\csrc\api\include\torch\optim\lbfgs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:09:37.9316354Z copying torch\include\torch\csrc\api\include\torch\optim\optimizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:09:37.9322843Z copying torch\include\torch\csrc\api\include\torch\optim\rmsprop.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:09:37.9340553Z copying torch\include\torch\csrc\api\include\torch\optim\serialize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:09:37.9347145Z copying torch\include\torch\csrc\api\include\torch\optim\sgd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:09:37.9352528Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-03-14T04:09:37.9355721Z copying torch\include\torch\csrc\api\include\torch\optim\schedulers\lr_scheduler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-03-14T04:09:37.9362353Z copying torch\include\torch\csrc\api\include\torch\optim\schedulers\reduce_on_plateau_scheduler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-03-14T04:09:37.9369039Z copying torch\include\torch\csrc\api\include\torch\optim\schedulers\step_lr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-03-14T04:09:37.9383403Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize 2025-03-14T04:09:37.9386593Z copying torch\include\torch\csrc\api\include\torch\serialize\archive.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize 2025-03-14T04:09:37.9393339Z copying torch\include\torch\csrc\api\include\torch\serialize\input-archive.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize 2025-03-14T04:09:37.9399875Z copying torch\include\torch\csrc\api\include\torch\serialize\output-archive.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize 2025-03-14T04:09:37.9406182Z copying torch\include\torch\csrc\api\include\torch\serialize\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize 2025-03-14T04:09:37.9420407Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:37.9423307Z copying torch\include\torch\csrc\autograd\anomaly_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:37.9429547Z copying torch\include\torch\csrc\autograd\autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:37.9436592Z copying torch\include\torch\csrc\autograd\autograd_not_implemented_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:37.9443060Z copying torch\include\torch\csrc\autograd\cpp_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:37.9460159Z copying torch\include\torch\csrc\autograd\custom_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:37.9468082Z copying torch\include\torch\csrc\autograd\edge.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:37.9474951Z copying torch\include\torch\csrc\autograd\engine.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:37.9482262Z copying torch\include\torch\csrc\autograd\forward_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:37.9489198Z copying torch\include\torch\csrc\autograd\function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:37.9497026Z copying torch\include\torch\csrc\autograd\FunctionsManual.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:37.9504787Z copying torch\include\torch\csrc\autograd\function_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:37.9511630Z copying torch\include\torch\csrc\autograd\grad_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:37.9518401Z copying torch\include\torch\csrc\autograd\graph_task.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:37.9525368Z copying torch\include\torch\csrc\autograd\InferenceMode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:37.9532616Z copying torch\include\torch\csrc\autograd\input_buffer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:37.9540453Z copying torch\include\torch\csrc\autograd\input_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:37.9547678Z copying torch\include\torch\csrc\autograd\jit_decomp_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:37.9554568Z copying torch\include\torch\csrc\autograd\profiler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:37.9561882Z copying torch\include\torch\csrc\autograd\profiler_kineto.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:37.9569128Z copying torch\include\torch\csrc\autograd\profiler_legacy.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:37.9576454Z copying torch\include\torch\csrc\autograd\profiler_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:37.9583567Z copying torch\include\torch\csrc\autograd\python_anomaly_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:37.9600257Z copying torch\include\torch\csrc\autograd\python_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:37.9607272Z copying torch\include\torch\csrc\autograd\python_cpp_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:37.9614092Z copying torch\include\torch\csrc\autograd\python_engine.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:37.9621439Z copying torch\include\torch\csrc\autograd\python_enum_tag.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:37.9628815Z copying torch\include\torch\csrc\autograd\python_fft_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:37.9635769Z copying torch\include\torch\csrc\autograd\python_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:37.9642913Z copying torch\include\torch\csrc\autograd\python_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:37.9652380Z copying torch\include\torch\csrc\autograd\python_legacy_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:37.9659714Z copying torch\include\torch\csrc\autograd\python_linalg_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:38.1235725Z copying torch\include\torch\csrc\autograd\python_nested_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:38.1241648Z copying torch\include\torch\csrc\autograd\python_nn_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:38.1248397Z copying torch\include\torch\csrc\autograd\python_saved_variable_hooks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:38.1255579Z copying torch\include\torch\csrc\autograd\python_sparse_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:38.1262186Z copying torch\include\torch\csrc\autograd\python_special_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:38.1268489Z copying torch\include\torch\csrc\autograd\python_torch_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:38.1274850Z copying torch\include\torch\csrc\autograd\python_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:38.1281364Z copying torch\include\torch\csrc\autograd\python_variable_indexing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:38.1288079Z copying torch\include\torch\csrc\autograd\record_function_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:38.1294514Z copying torch\include\torch\csrc\autograd\saved_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:38.1301871Z copying torch\include\torch\csrc\autograd\saved_variable_hooks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:38.1319119Z copying torch\include\torch\csrc\autograd\symbolic.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:38.1325110Z copying torch\include\torch\csrc\autograd\variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:38.1332304Z copying torch\include\torch\csrc\autograd\VariableTypeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:38.1338438Z copying torch\include\torch\csrc\autograd\variable_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-14T04:09:38.1344093Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-03-14T04:09:38.1347206Z copying torch\include\torch\csrc\autograd\functions\accumulate_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-03-14T04:09:38.1353945Z copying torch\include\torch\csrc\autograd\functions\basic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-03-14T04:09:38.1360229Z copying torch\include\torch\csrc\autograd\functions\comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-03-14T04:09:38.1366378Z copying torch\include\torch\csrc\autograd\functions\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-03-14T04:09:38.1383616Z copying torch\include\torch\csrc\autograd\functions\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-03-14T04:09:38.1389869Z copying torch\include\torch\csrc\autograd\functions\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-03-14T04:09:38.1395155Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-03-14T04:09:38.1398232Z copying torch\include\torch\csrc\autograd\generated\Functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-03-14T04:09:38.1410577Z copying torch\include\torch\csrc\autograd\generated\python_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-03-14T04:09:38.1416994Z copying torch\include\torch\csrc\autograd\generated\python_return_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-03-14T04:09:38.1435369Z copying torch\include\torch\csrc\autograd\generated\VariableType.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-03-14T04:09:38.1449011Z copying torch\include\torch\csrc\autograd\generated\variable_factories.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-03-14T04:09:38.1451928Z copying torch\include\torch\csrc\autograd\generated\ViewFuncs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-03-14T04:09:38.1458628Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-03-14T04:09:38.1461596Z copying torch\include\torch\csrc\autograd\utils\error_messages.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-03-14T04:09:38.1467769Z copying torch\include\torch\csrc\autograd\utils\grad_layout_contract.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-03-14T04:09:38.1474272Z copying torch\include\torch\csrc\autograd\utils\lambda_post_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-03-14T04:09:38.1480597Z copying torch\include\torch\csrc\autograd\utils\python_arg_parsing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-03-14T04:09:38.1498424Z copying torch\include\torch\csrc\autograd\utils\warnings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-03-14T04:09:38.1504518Z copying torch\include\torch\csrc\autograd\utils\wrap_outputs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-03-14T04:09:38.1510204Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-14T04:09:38.1513114Z copying torch\include\torch\csrc\cuda\comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-14T04:09:38.1519498Z copying torch\include\torch\csrc\cuda\CUDAPluggableAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-14T04:09:38.1525662Z copying torch\include\torch\csrc\cuda\device_set.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-14T04:09:38.1531645Z copying torch\include\torch\csrc\cuda\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-14T04:09:38.1537505Z copying torch\include\torch\csrc\cuda\GdsFile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-14T04:09:38.1555003Z copying torch\include\torch\csrc\cuda\memory_snapshot.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-14T04:09:38.1561538Z copying torch\include\torch\csrc\cuda\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-14T04:09:38.1567810Z copying torch\include\torch\csrc\cuda\nccl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-14T04:09:38.1573978Z copying torch\include\torch\csrc\cuda\python_comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-14T04:09:38.1580305Z copying torch\include\torch\csrc\cuda\python_nccl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-14T04:09:38.1586560Z copying torch\include\torch\csrc\cuda\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-14T04:09:38.1592797Z copying torch\include\torch\csrc\cuda\THCP.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-14T04:09:38.1597860Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1601843Z copying torch\include\torch\csrc\distributed\c10d\c10d.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1607986Z copying torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1614186Z copying torch\include\torch\csrc\distributed\c10d\debug.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1620162Z copying torch\include\torch\csrc\distributed\c10d\error.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1626779Z copying torch\include\torch\csrc\distributed\c10d\exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1644080Z copying torch\include\torch\csrc\distributed\c10d\logging.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1650441Z copying torch\include\torch\csrc\distributed\c10d\python_comm_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1656694Z copying torch\include\torch\csrc\distributed\c10d\socket.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1665827Z copying torch\include\torch\csrc\distributed\c10d\socket_fmt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1676337Z copying torch\include\torch\csrc\distributed\c10d\TraceUtils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1687208Z copying torch\include\torch\csrc\distributed\c10d\Backend.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1697330Z copying torch\include\torch\csrc\distributed\c10d\Backoff.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1706781Z copying torch\include\torch\csrc\distributed\c10d\comm.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1715725Z copying torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1722990Z copying torch\include\torch\csrc\distributed\c10d\default_comm_hooks.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1730150Z copying torch\include\torch\csrc\distributed\c10d\DMAConnectivity.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1737152Z copying torch\include\torch\csrc\distributed\c10d\FakeProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1744319Z copying torch\include\torch\csrc\distributed\c10d\FileStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1751340Z copying torch\include\torch\csrc\distributed\c10d\FlightRecorder.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1757829Z copying torch\include\torch\csrc\distributed\c10d\Functional.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1763989Z copying torch\include\torch\csrc\distributed\c10d\GlooDeviceFactory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1771106Z copying torch\include\torch\csrc\distributed\c10d\GroupRegistry.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1777187Z copying torch\include\torch\csrc\distributed\c10d\HashStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1794826Z copying torch\include\torch\csrc\distributed\c10d\intra_node_comm.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1802375Z copying torch\include\torch\csrc\distributed\c10d\logger.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1808810Z copying torch\include\torch\csrc\distributed\c10d\NanCheck.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1814847Z copying torch\include\torch\csrc\distributed\c10d\NCCLUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1821473Z copying torch\include\torch\csrc\distributed\c10d\ParamCommsUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1827888Z copying torch\include\torch\csrc\distributed\c10d\PrefixStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1834266Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1841420Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupGloo.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1847969Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupMPI.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1865968Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupNCCL.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1873409Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupUCC.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1880085Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupWrapper.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1886616Z copying torch\include\torch\csrc\distributed\c10d\PyProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1892985Z copying torch\include\torch\csrc\distributed\c10d\RankLocal.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1899504Z copying torch\include\torch\csrc\distributed\c10d\reducer.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1906464Z copying torch\include\torch\csrc\distributed\c10d\reducer_timer.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1913168Z copying torch\include\torch\csrc\distributed\c10d\sequence_num.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1919737Z copying torch\include\torch\csrc\distributed\c10d\Store.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1926141Z copying torch\include\torch\csrc\distributed\c10d\SymmetricMemory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1943866Z copying torch\include\torch\csrc\distributed\c10d\TCPStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1950101Z copying torch\include\torch\csrc\distributed\c10d\TCPStoreBackend.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1956462Z copying torch\include\torch\csrc\distributed\c10d\Types.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1963189Z copying torch\include\torch\csrc\distributed\c10d\UCCTracing.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1969348Z copying torch\include\torch\csrc\distributed\c10d\UCCUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1975695Z copying torch\include\torch\csrc\distributed\c10d\UnixSockUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1981799Z copying torch\include\torch\csrc\distributed\c10d\Utils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1989035Z copying torch\include\torch\csrc\distributed\c10d\WinSockUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.1994987Z copying torch\include\torch\csrc\distributed\c10d\Work.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:38.2000335Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:38.2003239Z copying torch\include\torch\csrc\distributed\rpc\agent_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:38.2009625Z copying torch\include\torch\csrc\distributed\rpc\message.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:38.2015954Z copying torch\include\torch\csrc\distributed\rpc\python_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:38.2022432Z copying torch\include\torch\csrc\distributed\rpc\python_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:38.2040581Z copying torch\include\torch\csrc\distributed\rpc\python_remote_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:38.2046699Z copying torch\include\torch\csrc\distributed\rpc\python_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:38.2053168Z copying torch\include\torch\csrc\distributed\rpc\python_rpc_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:38.2059886Z copying torch\include\torch\csrc\distributed\rpc\py_rref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:38.2066696Z copying torch\include\torch\csrc\distributed\rpc\request_callback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:38.2073481Z copying torch\include\torch\csrc\distributed\rpc\request_callback_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:38.2080008Z copying torch\include\torch\csrc\distributed\rpc\request_callback_no_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:38.2086473Z copying torch\include\torch\csrc\distributed\rpc\rpc.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:38.2092437Z copying torch\include\torch\csrc\distributed\rpc\rpc_agent.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:38.2099275Z copying torch\include\torch\csrc\distributed\rpc\rpc_command_base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:38.2105823Z copying torch\include\torch\csrc\distributed\rpc\rref_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:38.2112465Z copying torch\include\torch\csrc\distributed\rpc\rref_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:38.2119276Z copying torch\include\torch\csrc\distributed\rpc\rref_proto.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:38.2125728Z copying torch\include\torch\csrc\distributed\rpc\script_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:38.2132314Z copying torch\include\torch\csrc\distributed\rpc\script_remote_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:38.2138835Z copying torch\include\torch\csrc\distributed\rpc\script_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:38.2155847Z copying torch\include\torch\csrc\distributed\rpc\tensorpipe_agent.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:38.2162912Z copying torch\include\torch\csrc\distributed\rpc\tensorpipe_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:38.2169477Z copying torch\include\torch\csrc\distributed\rpc\torchscript_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:38.2175971Z copying torch\include\torch\csrc\distributed\rpc\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:38.2182642Z copying torch\include\torch\csrc\distributed\rpc\unpickled_python_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:38.2189212Z copying torch\include\torch\csrc\distributed\rpc\unpickled_python_remote_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:38.2195511Z copying torch\include\torch\csrc\distributed\rpc\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:38.2201169Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2025-03-14T04:09:38.2205264Z copying torch\include\torch\csrc\distributed\autograd\context\container.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2025-03-14T04:09:38.2211651Z copying torch\include\torch\csrc\distributed\autograd\context\context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2025-03-14T04:09:38.2216962Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions 2025-03-14T04:09:38.2220173Z copying torch\include\torch\csrc\distributed\autograd\functions\recvrpc_backward.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions 2025-03-14T04:09:38.2226643Z copying torch\include\torch\csrc\distributed\autograd\functions\sendrpc_backward.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions 2025-03-14T04:09:38.2232382Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:09:38.2235844Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\autograd_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:09:38.2242257Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\cleanup_autograd_context_req.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:09:38.2248714Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\cleanup_autograd_context_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:09:38.2266512Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\propagate_gradients_req.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:09:38.2273320Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\propagate_gradients_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:09:38.2280793Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:09:38.2287952Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_profiling_req.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:09:38.2295771Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_profiling_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:09:38.2302307Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\rref_backward_req.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:09:38.2308887Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\rref_backward_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:09:38.2315320Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-14T04:09:38.2318219Z copying torch\include\torch\csrc\dynamo\cache_entry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-14T04:09:38.2324709Z copying torch\include\torch\csrc\dynamo\compiled_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-14T04:09:38.2332032Z copying torch\include\torch\csrc\dynamo\cpp_shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-14T04:09:38.2338505Z copying torch\include\torch\csrc\dynamo\cpython_defs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-14T04:09:38.2356112Z copying torch\include\torch\csrc\dynamo\cpython_includes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-14T04:09:38.2363496Z copying torch\include\torch\csrc\dynamo\debug_macros.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-14T04:09:38.2369918Z copying torch\include\torch\csrc\dynamo\eval_frame.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-14T04:09:38.2376776Z copying torch\include\torch\csrc\dynamo\eval_frame_cpp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-14T04:09:38.2383115Z copying torch\include\torch\csrc\dynamo\extra_state.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-14T04:09:38.2390112Z copying torch\include\torch\csrc\dynamo\framelocals_mapping.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-14T04:09:38.2396372Z copying torch\include\torch\csrc\dynamo\guards.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-14T04:09:38.2402605Z copying torch\include\torch\csrc\dynamo\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-14T04:09:38.2408852Z copying torch\include\torch\csrc\dynamo\python_compiled_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-14T04:09:38.2414766Z copying torch\include\torch\csrc\dynamo\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-14T04:09:38.2420695Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2025-03-14T04:09:38.2423789Z copying torch\include\torch\csrc\inductor\array_ref_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2025-03-14T04:09:38.2430077Z copying torch\include\torch\csrc\inductor\inductor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2025-03-14T04:09:38.2435465Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include 2025-03-14T04:09:38.2438405Z copying torch\include\torch\csrc\inductor\aoti_include\array_ref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include 2025-03-14T04:09:38.2444485Z copying torch\include\torch\csrc\inductor\aoti_include\common.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include 2025-03-14T04:09:38.2450431Z copying torch\include\torch\csrc\inductor\aoti_include\cpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include 2025-03-14T04:09:38.2456364Z copying torch\include\torch\csrc\inductor\aoti_include\cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include 2025-03-14T04:09:38.2462702Z copying torch\include\torch\csrc\inductor\aoti_include\xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include 2025-03-14T04:09:38.2479617Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package 2025-03-14T04:09:38.2492718Z copying torch\include\torch\csrc\inductor\aoti_package\model_package_loader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package 2025-03-14T04:09:38.2498985Z copying torch\include\torch\csrc\inductor\aoti_package\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package 2025-03-14T04:09:38.2504304Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2025-03-14T04:09:38.2507439Z copying torch\include\torch\csrc\inductor\aoti_runner\model_container_runner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2025-03-14T04:09:38.2513931Z copying torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2025-03-14T04:09:38.2520786Z copying torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2025-03-14T04:09:38.2537581Z copying torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2025-03-14T04:09:38.2544078Z copying torch\include\torch\csrc\inductor\aoti_runner\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2025-03-14T04:09:38.2549552Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:09:38.2552591Z copying torch\include\torch\csrc\inductor\aoti_runtime\arrayref_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:09:38.2558850Z copying torch\include\torch\csrc\inductor\aoti_runtime\device_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:09:38.2565360Z copying torch\include\torch\csrc\inductor\aoti_runtime\interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:09:38.2582418Z copying torch\include\torch\csrc\inductor\aoti_runtime\mini_array_ref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:09:38.2588795Z copying torch\include\torch\csrc\inductor\aoti_runtime\model.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:09:38.2595548Z copying torch\include\torch\csrc\inductor\aoti_runtime\model_container.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:09:38.2602568Z copying torch\include\torch\csrc\inductor\aoti_runtime\scalar_to_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:09:38.2608922Z copying torch\include\torch\csrc\inductor\aoti_runtime\sycl_runtime_wrappers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:09:38.2615301Z copying torch\include\torch\csrc\inductor\aoti_runtime\thread_local.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:09:38.2621790Z copying torch\include\torch\csrc\inductor\aoti_runtime\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:09:38.2628149Z copying torch\include\torch\csrc\inductor\aoti_runtime\utils_cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:09:38.2634700Z copying torch\include\torch\csrc\inductor\aoti_runtime\utils_xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:09:38.2640438Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2025-03-14T04:09:38.2643210Z copying torch\include\torch\csrc\inductor\aoti_torch\mkldnn_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2025-03-14T04:09:38.2649385Z copying torch\include\torch\csrc\inductor\aoti_torch\oss_proxy_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2025-03-14T04:09:38.2655525Z copying torch\include\torch\csrc\inductor\aoti_torch\proxy_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2025-03-14T04:09:38.2672169Z copying torch\include\torch\csrc\inductor\aoti_torch\tensor_converter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2025-03-14T04:09:38.2679303Z copying torch\include\torch\csrc\inductor\aoti_torch\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2025-03-14T04:09:38.2685003Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2025-03-14T04:09:38.2687857Z copying torch\include\torch\csrc\inductor\aoti_torch\c\shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2025-03-14T04:09:38.2694663Z copying torch\include\torch\csrc\inductor\aoti_torch\c\shim_mkldnn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2025-03-14T04:09:38.2701161Z copying torch\include\torch\csrc\inductor\aoti_torch\c\shim_xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2025-03-14T04:09:38.2706513Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-03-14T04:09:38.2709516Z copying torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-03-14T04:09:38.2716406Z copying torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-03-14T04:09:38.2723324Z copying torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-03-14T04:09:38.2739236Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper 2025-03-14T04:09:38.2742117Z copying torch\include\torch\csrc\inductor\cpp_wrapper\array_ref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper 2025-03-14T04:09:38.2748298Z copying torch\include\torch\csrc\inductor\cpp_wrapper\common.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper 2025-03-14T04:09:38.2754540Z copying torch\include\torch\csrc\inductor\cpp_wrapper\cpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper 2025-03-14T04:09:38.2760379Z copying torch\include\torch\csrc\inductor\cpp_wrapper\cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper 2025-03-14T04:09:38.2766295Z copying torch\include\torch\csrc\inductor\cpp_wrapper\xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper 2025-03-14T04:09:38.2784664Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-03-14T04:09:38.2789057Z copying torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\cpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-03-14T04:09:38.2796177Z copying torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-03-14T04:09:38.2805223Z copying torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-03-14T04:09:38.2811638Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2025-03-14T04:09:38.2814485Z copying torch\include\torch\csrc\jit\jit_log.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2025-03-14T04:09:38.2821962Z copying torch\include\torch\csrc\jit\jit_opt_limit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2025-03-14T04:09:38.2828945Z copying torch\include\torch\csrc\jit\resource_guard.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2025-03-14T04:09:38.2834981Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-03-14T04:09:38.2837887Z copying torch\include\torch\csrc\jit\backends\backend.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-03-14T04:09:38.2844817Z copying torch\include\torch\csrc\jit\backends\backend_debug_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-03-14T04:09:38.2852112Z copying torch\include\torch\csrc\jit\backends\backend_debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-03-14T04:09:38.2859293Z copying torch\include\torch\csrc\jit\backends\backend_detail.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-03-14T04:09:38.2879730Z copying torch\include\torch\csrc\jit\backends\backend_exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-03-14T04:09:38.2887090Z copying torch\include\torch\csrc\jit\backends\backend_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-03-14T04:09:38.2894414Z copying torch\include\torch\csrc\jit\backends\backend_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-03-14T04:09:38.2901478Z copying torch\include\torch\csrc\jit\backends\backend_preprocess.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-03-14T04:09:38.2908367Z copying torch\include\torch\csrc\jit\backends\backend_resolver.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-03-14T04:09:38.2913673Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.2927797Z copying torch\include\torch\csrc\jit\passes\add_if_then_else.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.2934803Z copying torch\include\torch\csrc\jit\passes\annotate_warns.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.2940988Z copying torch\include\torch\csrc\jit\passes\autocast.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.2947068Z copying torch\include\torch\csrc\jit\passes\bailout_graph.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.2963555Z copying torch\include\torch\csrc\jit\passes\batch_mm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.2970032Z copying torch\include\torch\csrc\jit\passes\canonicalize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.2976272Z copying torch\include\torch\csrc\jit\passes\canonicalize_graph_fuser_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.2982523Z copying torch\include\torch\csrc\jit\passes\check_strict_fusion.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.2988589Z copying torch\include\torch\csrc\jit\passes\clear_profiling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.2994777Z copying torch\include\torch\csrc\jit\passes\clear_undefinedness.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3001498Z copying torch\include\torch\csrc\jit\passes\common_subexpression_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3007962Z copying torch\include\torch\csrc\jit\passes\concat_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3014122Z copying torch\include\torch\csrc\jit\passes\constant_pooling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3020828Z copying torch\include\torch\csrc\jit\passes\constant_propagation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3027678Z copying torch\include\torch\csrc\jit\passes\create_autodiff_subgraphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3033952Z copying torch\include\torch\csrc\jit\passes\create_functional_graphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3041120Z copying torch\include\torch\csrc\jit\passes\dead_code_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3047577Z copying torch\include\torch\csrc\jit\passes\decompose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3053957Z copying torch\include\torch\csrc\jit\passes\device_type_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3070538Z copying torch\include\torch\csrc\jit\passes\dtype_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3076601Z copying torch\include\torch\csrc\jit\passes\eliminate_no_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3082850Z copying torch\include\torch\csrc\jit\passes\erase_number_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3089096Z copying torch\include\torch\csrc\jit\passes\fixup_trace_scope_blocks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3095479Z copying torch\include\torch\csrc\jit\passes\fold_conv_bn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3101969Z copying torch\include\torch\csrc\jit\passes\fold_linear_bn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3108867Z copying torch\include\torch\csrc\jit\passes\freeze_module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3116184Z copying torch\include\torch\csrc\jit\passes\frozen_concat_linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3122700Z copying torch\include\torch\csrc\jit\passes\frozen_conv_add_relu_fusion.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3139400Z copying torch\include\torch\csrc\jit\passes\frozen_conv_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3146719Z copying torch\include\torch\csrc\jit\passes\frozen_graph_optimizations.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3153791Z copying torch\include\torch\csrc\jit\passes\frozen_linear_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3161171Z copying torch\include\torch\csrc\jit\passes\frozen_linear_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3168930Z copying torch\include\torch\csrc\jit\passes\frozen_ops_to_mkldnn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3176872Z copying torch\include\torch\csrc\jit\passes\fuse_linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3186529Z copying torch\include\torch\csrc\jit\passes\fuse_relu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3195944Z copying torch\include\torch\csrc\jit\passes\graph_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3206631Z copying torch\include\torch\csrc\jit\passes\graph_rewrite_helper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3224902Z copying torch\include\torch\csrc\jit\passes\guard_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3231997Z copying torch\include\torch\csrc\jit\passes\hoist_conv_packed_params.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3239083Z copying torch\include\torch\csrc\jit\passes\inliner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3245009Z copying torch\include\torch\csrc\jit\passes\inline_autodiff_subgraphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3252046Z copying torch\include\torch\csrc\jit\passes\inline_forked_closures.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3258304Z copying torch\include\torch\csrc\jit\passes\inline_fork_wait.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3265414Z copying torch\include\torch\csrc\jit\passes\inplace_check.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3271626Z copying torch\include\torch\csrc\jit\passes\insert_guards.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3277902Z copying torch\include\torch\csrc\jit\passes\integer_value_refinement.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3293898Z copying torch\include\torch\csrc\jit\passes\lift_closures.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3300735Z copying torch\include\torch\csrc\jit\passes\liveness.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3306827Z copying torch\include\torch\csrc\jit\passes\loop_unrolling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3313138Z copying torch\include\torch\csrc\jit\passes\lower_grad_of.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3320094Z copying torch\include\torch\csrc\jit\passes\lower_graph.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3326693Z copying torch\include\torch\csrc\jit\passes\lower_tuples.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3333087Z copying torch\include\torch\csrc\jit\passes\metal_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3339357Z copying torch\include\torch\csrc\jit\passes\mkldnn_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3345827Z copying torch\include\torch\csrc\jit\passes\mobile_optimizer_type.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3351992Z copying torch\include\torch\csrc\jit\passes\normalize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3377787Z copying torch\include\torch\csrc\jit\passes\onednn_graph_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3384222Z copying torch\include\torch\csrc\jit\passes\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3390705Z copying torch\include\torch\csrc\jit\passes\pass_manager.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3397202Z copying torch\include\torch\csrc\jit\passes\peephole.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3403381Z copying torch\include\torch\csrc\jit\passes\peephole_alias_sensitive.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3409598Z copying torch\include\torch\csrc\jit\passes\peephole_dict_idioms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3416066Z copying torch\include\torch\csrc\jit\passes\peephole_list_idioms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3422744Z copying torch\include\torch\csrc\jit\passes\peephole_non_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3428946Z copying torch\include\torch\csrc\jit\passes\prepack_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3435248Z copying torch\include\torch\csrc\jit\passes\refine_tuple_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3441676Z copying torch\include\torch\csrc\jit\passes\remove_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3458070Z copying torch\include\torch\csrc\jit\passes\remove_exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3464294Z copying torch\include\torch\csrc\jit\passes\remove_expands.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3470531Z copying torch\include\torch\csrc\jit\passes\remove_inplace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3478060Z copying torch\include\torch\csrc\jit\passes\remove_mutation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3485809Z copying torch\include\torch\csrc\jit\passes\remove_redundant_profiles.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3492831Z copying torch\include\torch\csrc\jit\passes\replacement_of_old_operators.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3499957Z copying torch\include\torch\csrc\jit\passes\requires_grad_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3507046Z copying torch\include\torch\csrc\jit\passes\restore_mutation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3514264Z copying torch\include\torch\csrc\jit\passes\shape_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3532881Z copying torch\include\torch\csrc\jit\passes\specialize_autogradzero.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3540034Z copying torch\include\torch\csrc\jit\passes\subgraph_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3547332Z copying torch\include\torch\csrc\jit\passes\symbolic_shape_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3554349Z copying torch\include\torch\csrc\jit\passes\symbolic_shape_cache.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3561807Z copying torch\include\torch\csrc\jit\passes\symbolic_shape_runtime_fusion.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3568940Z copying torch\include\torch\csrc\jit\passes\tensorexpr_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3576568Z copying torch\include\torch\csrc\jit\passes\update_differentiable_graph_requires_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3584177Z copying torch\include\torch\csrc\jit\passes\value_refinement_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3591065Z copying torch\include\torch\csrc\jit\passes\variadic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3598157Z copying torch\include\torch\csrc\jit\passes\vulkan_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3605518Z copying torch\include\torch\csrc\jit\passes\xnnpack_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:38.3611692Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:09:38.3614977Z copying torch\include\torch\csrc\jit\passes\quantization\dedup_module_uses.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:09:38.3621973Z copying torch\include\torch\csrc\jit\passes\quantization\finalize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:09:38.3629389Z copying torch\include\torch\csrc\jit\passes\quantization\fusion_passes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:09:38.3636077Z copying torch\include\torch\csrc\jit\passes\quantization\helper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:09:38.3653023Z copying torch\include\torch\csrc\jit\passes\quantization\insert_observers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:09:38.3660390Z copying torch\include\torch\csrc\jit\passes\quantization\insert_quant_dequant.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:09:38.3667438Z copying torch\include\torch\csrc\jit\passes\quantization\quantization_patterns.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:09:38.3677607Z copying torch\include\torch\csrc\jit\passes\quantization\quantization_type.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:09:38.3687236Z copying torch\include\torch\csrc\jit\passes\quantization\register_packed_params.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:09:38.3694684Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2025-03-14T04:09:38.3697804Z copying torch\include\torch\csrc\jit\passes\utils\check_alias_annotation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2025-03-14T04:09:38.3705352Z copying torch\include\torch\csrc\jit\passes\utils\memory_dag.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2025-03-14T04:09:38.3712866Z copying torch\include\torch\csrc\jit\passes\utils\optimization_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2025-03-14T04:09:38.3729983Z copying torch\include\torch\csrc\jit\passes\utils\op_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2025-03-14T04:09:38.3736579Z copying torch\include\torch\csrc\jit\passes\utils\subgraph_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2025-03-14T04:09:38.3742184Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:38.3745263Z copying torch\include\torch\csrc\jit\runtime\argument_spec.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:38.3752529Z copying torch\include\torch\csrc\jit\runtime\autodiff.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:38.3758899Z copying torch\include\torch\csrc\jit\runtime\calculate_necessary_args.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:38.3765119Z copying torch\include\torch\csrc\jit\runtime\custom_operator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:38.3783393Z copying torch\include\torch\csrc\jit\runtime\decomposition_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:38.3789867Z copying torch\include\torch\csrc\jit\runtime\decomposition_registry_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:38.3796000Z copying torch\include\torch\csrc\jit\runtime\exception_message.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:38.3802376Z copying torch\include\torch\csrc\jit\runtime\graph_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:38.3808783Z copying torch\include\torch\csrc\jit\runtime\graph_executor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:38.3815119Z copying torch\include\torch\csrc\jit\runtime\graph_iterator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:38.3822374Z copying torch\include\torch\csrc\jit\runtime\instruction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:38.3828552Z copying torch\include\torch\csrc\jit\runtime\interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:38.3835577Z copying torch\include\torch\csrc\jit\runtime\jit_exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:38.3841966Z copying torch\include\torch\csrc\jit\runtime\jit_trace.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:38.3848079Z copying torch\include\torch\csrc\jit\runtime\logging.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:38.3854249Z copying torch\include\torch\csrc\jit\runtime\operator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:38.3865521Z copying torch\include\torch\csrc\jit\runtime\operator_options.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:38.3870362Z copying torch\include\torch\csrc\jit\runtime\print_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:38.3876817Z copying torch\include\torch\csrc\jit\runtime\profiling_graph_executor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:38.3883024Z copying torch\include\torch\csrc\jit\runtime\profiling_record.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:38.3899948Z copying torch\include\torch\csrc\jit\runtime\register_ops_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:38.3907350Z copying torch\include\torch\csrc\jit\runtime\script_profile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:38.3913598Z copying torch\include\torch\csrc\jit\runtime\serialized_shape_function_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:38.3919936Z copying torch\include\torch\csrc\jit\runtime\shape_function_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:38.3926066Z copying torch\include\torch\csrc\jit\runtime\simple_graph_executor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:38.3932562Z copying torch\include\torch\csrc\jit\runtime\slice_indices_adjust.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:38.3938936Z copying torch\include\torch\csrc\jit\runtime\symbolic_script.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:38.3945316Z copying torch\include\torch\csrc\jit\runtime\symbolic_shape_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:38.3952325Z copying torch\include\torch\csrc\jit\runtime\symbolic_shape_registry_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:38.3969106Z copying torch\include\torch\csrc\jit\runtime\vararg_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:38.3976149Z copying torch\include\torch\csrc\jit\runtime\variable_tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:38.3981642Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-14T04:09:38.3984548Z copying torch\include\torch\csrc\jit\ir\alias_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-14T04:09:38.3991273Z copying torch\include\torch\csrc\jit\ir\attributes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-14T04:09:38.3997475Z copying torch\include\torch\csrc\jit\ir\constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-14T04:09:38.4003797Z copying torch\include\torch\csrc\jit\ir\graph_node_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-14T04:09:38.4020688Z copying torch\include\torch\csrc\jit\ir\graph_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-14T04:09:38.4027469Z copying torch\include\torch\csrc\jit\ir\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-14T04:09:38.4034563Z copying torch\include\torch\csrc\jit\ir\irparser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-14T04:09:38.4040777Z copying torch\include\torch\csrc\jit\ir\ir_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-14T04:09:38.4047404Z copying torch\include\torch\csrc\jit\ir\named_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-14T04:09:38.4053474Z copying torch\include\torch\csrc\jit\ir\node_hashing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-14T04:09:38.4059453Z copying torch\include\torch\csrc\jit\ir\scope.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-14T04:09:38.4065847Z copying torch\include\torch\csrc\jit\ir\subgraph_matcher.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-14T04:09:38.4072422Z copying torch\include\torch\csrc\jit\ir\type_hashing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-14T04:09:38.4078308Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:38.4081349Z copying torch\include\torch\csrc\jit\frontend\builtin_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:38.4088551Z copying torch\include\torch\csrc\jit\frontend\canonicalize_modified_loop.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:38.4095417Z copying torch\include\torch\csrc\jit\frontend\concrete_module_type.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:38.4113639Z copying torch\include\torch\csrc\jit\frontend\convert_to_ssa.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:38.4119942Z copying torch\include\torch\csrc\jit\frontend\edit_distance.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:38.4126705Z copying torch\include\torch\csrc\jit\frontend\error_report.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:38.4133615Z copying torch\include\torch\csrc\jit\frontend\exit_transforms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:38.4140546Z copying torch\include\torch\csrc\jit\frontend\function_schema_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:38.4147980Z copying torch\include\torch\csrc\jit\frontend\inline_loop_condition.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:38.4155262Z copying torch\include\torch\csrc\jit\frontend\ir_emitter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:38.4162002Z copying torch\include\torch\csrc\jit\frontend\lexer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:38.4170674Z copying torch\include\torch\csrc\jit\frontend\mini_environment.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:38.4180531Z copying torch\include\torch\csrc\jit\frontend\name_mangler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:38.4190377Z copying torch\include\torch\csrc\jit\frontend\parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:38.4199155Z copying torch\include\torch\csrc\jit\frontend\parser_constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:38.4206928Z copying torch\include\torch\csrc\jit\frontend\parse_string_literal.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:38.4213711Z copying torch\include\torch\csrc\jit\frontend\resolver.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:38.4220922Z copying torch\include\torch\csrc\jit\frontend\schema_matching.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:38.4228107Z copying torch\include\torch\csrc\jit\frontend\schema_type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:38.4235236Z copying torch\include\torch\csrc\jit\frontend\script_type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:38.4252743Z copying torch\include\torch\csrc\jit\frontend\source_range.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:38.4259222Z copying torch\include\torch\csrc\jit\frontend\source_ref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:38.4265666Z copying torch\include\torch\csrc\jit\frontend\strtod.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:38.4272418Z copying torch\include\torch\csrc\jit\frontend\sugared_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:38.4279284Z copying torch\include\torch\csrc\jit\frontend\tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:38.4286548Z copying torch\include\torch\csrc\jit\frontend\tree.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:38.4292620Z copying torch\include\torch\csrc\jit\frontend\tree_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:38.4300099Z copying torch\include\torch\csrc\jit\frontend\versioned_symbols.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:38.4305654Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-03-14T04:09:38.4308556Z copying torch\include\torch\csrc\jit\api\compilation_unit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-03-14T04:09:38.4314916Z copying torch\include\torch\csrc\jit\api\function_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-03-14T04:09:38.4321164Z copying torch\include\torch\csrc\jit\api\method.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-03-14T04:09:38.4327710Z copying torch\include\torch\csrc\jit\api\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-03-14T04:09:38.4334340Z copying torch\include\torch\csrc\jit\api\object.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-03-14T04:09:38.4350031Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:38.4353170Z copying torch\include\torch\csrc\jit\serialization\callstack_debug_info_serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:38.4359668Z copying torch\include\torch\csrc\jit\serialization\export.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:38.4366103Z copying torch\include\torch\csrc\jit\serialization\export_bytecode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:38.4382371Z copying torch\include\torch\csrc\jit\serialization\flatbuffer_serializer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:38.4388934Z copying torch\include\torch\csrc\jit\serialization\flatbuffer_serializer_jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:38.4394917Z copying torch\include\torch\csrc\jit\serialization\import.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:38.4401329Z copying torch\include\torch\csrc\jit\serialization\import_export_constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:38.4408703Z copying torch\include\torch\csrc\jit\serialization\import_export_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:38.4414989Z copying torch\include\torch\csrc\jit\serialization\import_export_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:38.4421635Z copying torch\include\torch\csrc\jit\serialization\import_read.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:38.4428220Z copying torch\include\torch\csrc\jit\serialization\import_source.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:38.4434714Z copying torch\include\torch\csrc\jit\serialization\mobile_bytecode_generated.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:38.4442451Z copying torch\include\torch\csrc\jit\serialization\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:38.4448420Z copying torch\include\torch\csrc\jit\serialization\pickle.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:38.4455140Z copying torch\include\torch\csrc\jit\serialization\pickler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:38.4461670Z copying torch\include\torch\csrc\jit\serialization\python_print.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:38.4468144Z copying torch\include\torch\csrc\jit\serialization\source_range_serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:38.4474800Z copying torch\include\torch\csrc\jit\serialization\source_range_serialization_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:38.4482495Z copying torch\include\torch\csrc\jit\serialization\storage_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:38.4489444Z copying torch\include\torch\csrc\jit\serialization\type_name_uniquer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:38.4506295Z copying torch\include\torch\csrc\jit\serialization\unpickler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:38.4512535Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-14T04:09:38.4515683Z copying torch\include\torch\csrc\jit\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-14T04:09:38.4522423Z copying torch\include\torch\csrc\jit\python\module_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-14T04:09:38.4534489Z copying torch\include\torch\csrc\jit\python\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-14T04:09:38.4536320Z copying torch\include\torch\csrc\jit\python\pybind_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-14T04:09:38.4543786Z copying torch\include\torch\csrc\jit\python\python_arg_flatten.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-14T04:09:38.4561501Z copying torch\include\torch\csrc\jit\python\python_custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-14T04:09:38.4568230Z copying torch\include\torch\csrc\jit\python\python_dict.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-14T04:09:38.4575317Z copying torch\include\torch\csrc\jit\python\python_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-14T04:09:38.4582642Z copying torch\include\torch\csrc\jit\python\python_ivalue.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-14T04:09:38.4589745Z copying torch\include\torch\csrc\jit\python\python_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-14T04:09:38.4597326Z copying torch\include\torch\csrc\jit\python\python_sugared_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-14T04:09:38.4604325Z copying torch\include\torch\csrc\jit\python\python_tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-14T04:09:38.4611535Z copying torch\include\torch\csrc\jit\python\python_tree_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-14T04:09:38.4619124Z copying torch\include\torch\csrc\jit\python\script_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-14T04:09:38.4626869Z copying torch\include\torch\csrc\jit\python\update_graph_executor_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-14T04:09:38.4633584Z copying torch\include\torch\csrc\jit\python\utf8_decoding_ignore.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-14T04:09:38.4639350Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:38.4642714Z copying torch\include\torch\csrc\jit\mobile\code.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:38.4649739Z copying torch\include\torch\csrc\jit\mobile\debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:38.4656629Z copying torch\include\torch\csrc\jit\mobile\file_format.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:38.4663704Z copying torch\include\torch\csrc\jit\mobile\flatbuffer_loader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:38.4683067Z copying torch\include\torch\csrc\jit\mobile\frame.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:38.4691182Z copying torch\include\torch\csrc\jit\mobile\function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:38.4697816Z copying torch\include\torch\csrc\jit\mobile\import.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:38.4704694Z copying torch\include\torch\csrc\jit\mobile\import_data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:38.4712610Z copying torch\include\torch\csrc\jit\mobile\import_export_common.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:38.4719202Z copying torch\include\torch\csrc\jit\mobile\interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:38.4726220Z copying torch\include\torch\csrc\jit\mobile\method.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:38.4732430Z copying torch\include\torch\csrc\jit\mobile\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:38.4738780Z copying torch\include\torch\csrc\jit\mobile\observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:38.4745760Z copying torch\include\torch\csrc\jit\mobile\parse_bytecode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:38.4752036Z copying torch\include\torch\csrc\jit\mobile\parse_operators.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:38.4758756Z copying torch\include\torch\csrc\jit\mobile\prim_ops_registery.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:38.4765594Z copying torch\include\torch\csrc\jit\mobile\profiler_edge.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:38.4773080Z copying torch\include\torch\csrc\jit\mobile\promoted_prim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:38.4779555Z copying torch\include\torch\csrc\jit\mobile\quantization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:38.4786249Z copying torch\include\torch\csrc\jit\mobile\register_ops_common_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:38.4792588Z copying torch\include\torch\csrc\jit\mobile\type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:38.4798925Z copying torch\include\torch\csrc\jit\mobile\upgrader_mobile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:38.4814691Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2025-03-14T04:09:38.4817629Z copying torch\include\torch\csrc\jit\testing\file_check.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2025-03-14T04:09:38.4824254Z copying torch\include\torch\csrc\jit\testing\hooks_for_testing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2025-03-14T04:09:38.4830377Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.4833244Z copying torch\include\torch\csrc\jit\tensorexpr\analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.4839557Z copying torch\include\torch\csrc\jit\tensorexpr\block_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.4845927Z copying torch\include\torch\csrc\jit\tensorexpr\bounds_inference.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.4853008Z copying torch\include\torch\csrc\jit\tensorexpr\bounds_overlap.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.4869554Z copying torch\include\torch\csrc\jit\tensorexpr\codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.4876458Z copying torch\include\torch\csrc\jit\tensorexpr\cpp_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.4882485Z copying torch\include\torch\csrc\jit\tensorexpr\cpp_intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.4889005Z copying torch\include\torch\csrc\jit\tensorexpr\cuda_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.4895746Z copying torch\include\torch\csrc\jit\tensorexpr\cuda_random.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.4902228Z copying torch\include\torch\csrc\jit\tensorexpr\eval.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.4908462Z copying torch\include\torch\csrc\jit\tensorexpr\exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.4914796Z copying torch\include\torch\csrc\jit\tensorexpr\expr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.4921430Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.4928203Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions_core.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.4935471Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.4942537Z copying torch\include\torch\csrc\jit\tensorexpr\fwd_decls.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.4949643Z copying torch\include\torch\csrc\jit\tensorexpr\graph_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.4956662Z copying torch\include\torch\csrc\jit\tensorexpr\half_support.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.4963832Z copying torch\include\torch\csrc\jit\tensorexpr\hash_provider.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.4971492Z copying torch\include\torch\csrc\jit\tensorexpr\intrinsic_symbols.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.4978298Z copying torch\include\torch\csrc\jit\tensorexpr\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.4995491Z copying torch\include\torch\csrc\jit\tensorexpr\ir_cloner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.5002489Z copying torch\include\torch\csrc\jit\tensorexpr\ir_mutator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.5009442Z copying torch\include\torch\csrc\jit\tensorexpr\ir_printer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.5016439Z copying torch\include\torch\csrc\jit\tensorexpr\ir_simplifier.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.5024111Z copying torch\include\torch\csrc\jit\tensorexpr\ir_verifier.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.5031253Z copying torch\include\torch\csrc\jit\tensorexpr\ir_visitor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.5038234Z copying torch\include\torch\csrc\jit\tensorexpr\kernel.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.5045132Z copying torch\include\torch\csrc\jit\tensorexpr\llvm_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.5052200Z copying torch\include\torch\csrc\jit\tensorexpr\llvm_jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.5059375Z copying torch\include\torch\csrc\jit\tensorexpr\loopnest.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.5067016Z copying torch\include\torch\csrc\jit\tensorexpr\loopnest_randomization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.5084983Z copying torch\include\torch\csrc\jit\tensorexpr\lowerings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.5092241Z copying torch\include\torch\csrc\jit\tensorexpr\mem_dependency_checker.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.5099421Z copying torch\include\torch\csrc\jit\tensorexpr\reduction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.5106562Z copying torch\include\torch\csrc\jit\tensorexpr\registerizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.5113724Z copying torch\include\torch\csrc\jit\tensorexpr\stmt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.5121367Z copying torch\include\torch\csrc\jit\tensorexpr\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.5128205Z copying torch\include\torch\csrc\jit\tensorexpr\tensorexpr_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.5134951Z copying torch\include\torch\csrc\jit\tensorexpr\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.5142073Z copying torch\include\torch\csrc\jit\tensorexpr\unique_name_manager.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.5149031Z copying torch\include\torch\csrc\jit\tensorexpr\var_substitutor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:38.5155079Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:09:38.5158560Z copying torch\include\torch\csrc\jit\tensorexpr\operators\conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:09:38.5165843Z copying torch\include\torch\csrc\jit\tensorexpr\operators\matmul.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:09:38.5172474Z copying torch\include\torch\csrc\jit\tensorexpr\operators\misc.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:09:38.5181784Z copying torch\include\torch\csrc\jit\tensorexpr\operators\norm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:09:38.5190937Z copying torch\include\torch\csrc\jit\tensorexpr\operators\operators.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:09:38.5207407Z copying torch\include\torch\csrc\jit\tensorexpr\operators\pointwise.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:09:38.5215181Z copying torch\include\torch\csrc\jit\tensorexpr\operators\quantization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:09:38.5221736Z copying torch\include\torch\csrc\jit\tensorexpr\operators\reduction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:09:38.5228677Z copying torch\include\torch\csrc\jit\tensorexpr\operators\softmax.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:09:38.5233789Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\cuda 2025-03-14T04:09:38.5237924Z copying torch\include\torch\csrc\jit\codegen\cuda\interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\cuda 2025-03-14T04:09:38.5244174Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2025-03-14T04:09:38.5247005Z copying torch\include\torch\csrc\onnx\back_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2025-03-14T04:09:38.5253306Z copying torch\include\torch\csrc\onnx\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2025-03-14T04:09:38.5259657Z copying torch\include\torch\csrc\onnx\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2025-03-14T04:09:38.5264890Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-14T04:09:38.5267683Z copying torch\include\torch\csrc\profiler\api.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-14T04:09:38.5274374Z copying torch\include\torch\csrc\profiler\collection.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-14T04:09:38.5281267Z copying torch\include\torch\csrc\profiler\combined_traceback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-14T04:09:38.5287476Z copying torch\include\torch\csrc\profiler\containers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-14T04:09:38.5303792Z copying torch\include\torch\csrc\profiler\data_flow.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-14T04:09:38.5310086Z copying torch\include\torch\csrc\profiler\events.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-14T04:09:38.5316649Z copying torch\include\torch\csrc\profiler\kineto_client_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-14T04:09:38.5322554Z copying torch\include\torch\csrc\profiler\kineto_shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-14T04:09:38.5329419Z copying torch\include\torch\csrc\profiler\perf-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-14T04:09:38.5335727Z copying torch\include\torch\csrc\profiler\perf.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-14T04:09:38.5341861Z copying torch\include\torch\csrc\profiler\util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-14T04:09:38.5347283Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2025-03-14T04:09:38.5350534Z copying torch\include\torch\csrc\profiler\orchestration\observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2025-03-14T04:09:38.5356860Z copying torch\include\torch\csrc\profiler\orchestration\python_tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2025-03-14T04:09:38.5363025Z copying torch\include\torch\csrc\profiler\orchestration\vulkan.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2025-03-14T04:09:38.5369109Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-03-14T04:09:38.5373318Z copying torch\include\torch\csrc\profiler\standalone\execution_trace_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-03-14T04:09:38.5380521Z copying torch\include\torch\csrc\profiler\standalone\itt_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-03-14T04:09:38.5387097Z copying torch\include\torch\csrc\profiler\standalone\nvtx_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-03-14T04:09:38.5404216Z copying torch\include\torch\csrc\profiler\standalone\privateuse1_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-03-14T04:09:38.5409579Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs 2025-03-14T04:09:38.5412503Z copying torch\include\torch\csrc\profiler\stubs\base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs 2025-03-14T04:09:38.5417858Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:09:38.5420757Z copying torch\include\torch\csrc\profiler\unwind\action.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:09:38.5427208Z copying torch\include\torch\csrc\profiler\unwind\communicate.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:09:38.5434091Z copying torch\include\torch\csrc\profiler\unwind\debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:09:38.5440509Z copying torch\include\torch\csrc\profiler\unwind\dwarf_enums.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:09:38.5456769Z copying torch\include\torch\csrc\profiler\unwind\dwarf_symbolize_enums.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:09:38.5463277Z copying torch\include\torch\csrc\profiler\unwind\eh_frame_hdr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:09:38.5469707Z copying torch\include\torch\csrc\profiler\unwind\fast_symbolizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:09:38.5475882Z copying torch\include\torch\csrc\profiler\unwind\fde.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:09:38.5482137Z copying torch\include\torch\csrc\profiler\unwind\lexer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:09:38.5488847Z copying torch\include\torch\csrc\profiler\unwind\line_number_program.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:09:38.5495401Z copying torch\include\torch\csrc\profiler\unwind\mem_file.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:09:38.5501830Z copying torch\include\torch\csrc\profiler\unwind\range_table.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:09:38.5508081Z copying torch\include\torch\csrc\profiler\unwind\sections.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:09:38.5514248Z copying torch\include\torch\csrc\profiler\unwind\unwind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:09:38.5521251Z copying torch\include\torch\csrc\profiler\unwind\unwinder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:09:38.5527674Z copying torch\include\torch\csrc\profiler\unwind\unwind_error.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:09:38.5533472Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2025-03-14T04:09:38.5536466Z copying torch\include\torch\csrc\profiler\python\combined_traceback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2025-03-14T04:09:38.5543805Z copying torch\include\torch\csrc\profiler\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2025-03-14T04:09:38.5550664Z copying torch\include\torch\csrc\profiler\python\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2025-03-14T04:09:38.5556447Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5559469Z copying torch\include\torch\csrc\utils\byte_order.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5566389Z copying torch\include\torch\csrc\utils\cpp_stacktraces.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5572922Z copying torch\include\torch\csrc\utils\cuda_enabled.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5579879Z copying torch\include\torch\csrc\utils\device_lazy_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5596993Z copying torch\include\torch\csrc\utils\disable_torch_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5604633Z copying torch\include\torch\csrc\utils\generated_serialization_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5613080Z copying torch\include\torch\csrc\utils\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5619797Z copying torch\include\torch\csrc\utils\invalid_arguments.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5626466Z copying torch\include\torch\csrc\utils\nested.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5633227Z copying torch\include\torch\csrc\utils\numpy_stub.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5639996Z copying torch\include\torch\csrc\utils\object_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5647088Z copying torch\include\torch\csrc\utils\out_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5653939Z copying torch\include\torch\csrc\utils\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5661056Z copying torch\include\torch\csrc\utils\pycfunction_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5667819Z copying torch\include\torch\csrc\utils\pyobject_preservation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5674543Z copying torch\include\torch\csrc\utils\pythoncapi_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5685429Z copying torch\include\torch\csrc\utils\python_arg_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5696334Z copying torch\include\torch\csrc\utils\python_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5703894Z copying torch\include\torch\csrc\utils\python_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5711755Z copying torch\include\torch\csrc\utils\python_numbers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5728612Z copying torch\include\torch\csrc\utils\python_raii.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5735904Z copying torch\include\torch\csrc\utils\python_scalars.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5742435Z copying torch\include\torch\csrc\utils\python_strings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5749109Z copying torch\include\torch\csrc\utils\python_stub.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5756116Z copying torch\include\torch\csrc\utils\python_symnode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5762750Z copying torch\include\torch\csrc\utils\python_torch_function_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5769137Z copying torch\include\torch\csrc\utils\python_tuples.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5775571Z copying torch\include\torch\csrc\utils\schema_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5783601Z copying torch\include\torch\csrc\utils\six.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5789896Z copying torch\include\torch\csrc\utils\structseq.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5805584Z copying torch\include\torch\csrc\utils\tensor_apply.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5811703Z copying torch\include\torch\csrc\utils\tensor_dtypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5818102Z copying torch\include\torch\csrc\utils\tensor_flatten.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5824671Z copying torch\include\torch\csrc\utils\tensor_layouts.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5831108Z copying torch\include\torch\csrc\utils\tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5837857Z copying torch\include\torch\csrc\utils\tensor_memoryformats.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5844018Z copying torch\include\torch\csrc\utils\tensor_new.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5850701Z copying torch\include\torch\csrc\utils\tensor_numpy.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5857120Z copying torch\include\torch\csrc\utils\tensor_qschemes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5873323Z copying torch\include\torch\csrc\utils\tensor_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5879614Z copying torch\include\torch\csrc\utils\throughput_benchmark-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5886416Z copying torch\include\torch\csrc\utils\throughput_benchmark.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5892719Z copying torch\include\torch\csrc\utils\torch_dispatch_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5898892Z copying torch\include\torch\csrc\utils\variadic.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5905328Z copying torch\include\torch\csrc\utils\verbose.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-14T04:09:38.5910274Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor 2025-03-14T04:09:38.5913149Z copying torch\include\torch\csrc\tensor\python_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor 2025-03-14T04:09:38.5918874Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-03-14T04:09:38.5923252Z copying torch\include\torch\csrc\lazy\backend\backend_data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-03-14T04:09:38.5929523Z copying torch\include\torch\csrc\lazy\backend\backend_device.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-03-14T04:09:38.5936323Z copying torch\include\torch\csrc\lazy\backend\backend_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-03-14T04:09:38.5943379Z copying torch\include\torch\csrc\lazy\backend\lowering_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-03-14T04:09:38.5959563Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:38.5962474Z copying torch\include\torch\csrc\lazy\core\cache.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:38.5969201Z copying torch\include\torch\csrc\lazy\core\config.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:38.5975981Z copying torch\include\torch\csrc\lazy\core\debug_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:38.5983277Z copying torch\include\torch\csrc\lazy\core\dynamic_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:38.5990857Z copying torch\include\torch\csrc\lazy\core\hash.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:38.6007569Z copying torch\include\torch\csrc\lazy\core\helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:38.6014195Z copying torch\include\torch\csrc\lazy\core\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:38.6021541Z copying torch\include\torch\csrc\lazy\core\ir_builder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:38.6028385Z copying torch\include\torch\csrc\lazy\core\ir_dump_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:38.6035402Z copying torch\include\torch\csrc\lazy\core\ir_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:38.6042872Z copying torch\include\torch\csrc\lazy\core\ir_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:38.6049931Z copying torch\include\torch\csrc\lazy\core\lazy_graph_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:38.6056971Z copying torch\include\torch\csrc\lazy\core\metrics.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:38.6064067Z copying torch\include\torch\csrc\lazy\core\multi_wait.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:38.6070984Z copying torch\include\torch\csrc\lazy\core\permutation_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:38.6078081Z copying torch\include\torch\csrc\lazy\core\shape.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:38.6085279Z copying torch\include\torch\csrc\lazy\core\shape_inference.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:38.6092579Z copying torch\include\torch\csrc\lazy\core\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:38.6099397Z copying torch\include\torch\csrc\lazy\core\tensor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:38.6106401Z copying torch\include\torch\csrc\lazy\core\tensor_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:38.6113266Z copying torch\include\torch\csrc\lazy\core\thread_pool.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:38.6120309Z copying torch\include\torch\csrc\lazy\core\trie.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:38.6127288Z copying torch\include\torch\csrc\lazy\core\unique.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:38.6134376Z copying torch\include\torch\csrc\lazy\core\util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:38.6140762Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\internal_ops 2025-03-14T04:09:38.6153576Z copying torch\include\torch\csrc\lazy\core\internal_ops\ltc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\internal_ops 2025-03-14T04:09:38.6159458Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops 2025-03-14T04:09:38.6163082Z copying torch\include\torch\csrc\lazy\core\ops\arithmetic_ir_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops 2025-03-14T04:09:38.6169857Z copying torch\include\torch\csrc\lazy\core\ops\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops 2025-03-14T04:09:38.6176088Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python 2025-03-14T04:09:38.6179213Z copying torch\include\torch\csrc\lazy\python\python_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python 2025-03-14T04:09:38.6187237Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:09:38.6190791Z copying torch\include\torch\csrc\lazy\ts_backend\config.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:09:38.6197661Z copying torch\include\torch\csrc\lazy\ts_backend\dynamic_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:09:38.6204743Z copying torch\include\torch\csrc\lazy\ts_backend\ir_builder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:09:38.6211930Z copying torch\include\torch\csrc\lazy\ts_backend\tensor_aten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:09:38.6230146Z copying torch\include\torch\csrc\lazy\ts_backend\ts_autograd_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:09:38.6236473Z copying torch\include\torch\csrc\lazy\ts_backend\ts_backend_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:09:38.6243527Z copying torch\include\torch\csrc\lazy\ts_backend\ts_eager_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:09:38.6250135Z copying torch\include\torch\csrc\lazy\ts_backend\ts_lowering_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:09:38.6256508Z copying torch\include\torch\csrc\lazy\ts_backend\ts_node.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:09:38.6262936Z copying torch\include\torch\csrc\lazy\ts_backend\ts_node_lowering.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:09:38.6268172Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2025-03-14T04:09:38.6271167Z copying torch\include\torch\csrc\xpu\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2025-03-14T04:09:38.6278002Z copying torch\include\torch\csrc\xpu\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2025-03-14T04:09:38.6283826Z copying torch\include\torch\csrc\xpu\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2025-03-14T04:09:38.6288832Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:09:38.6291671Z copying torch\include\pybind11\attr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:09:38.6298283Z copying torch\include\pybind11\buffer_info.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:09:38.6304510Z copying torch\include\pybind11\cast.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:09:38.6311649Z copying torch\include\pybind11\chrono.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:09:38.6317863Z copying torch\include\pybind11\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:09:38.6323643Z copying torch\include\pybind11\complex.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:09:38.6340306Z copying torch\include\pybind11\eigen.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:09:38.6346234Z copying torch\include\pybind11\embed.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:09:38.6352609Z copying torch\include\pybind11\eval.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:09:38.6358754Z copying torch\include\pybind11\functional.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:09:38.6364944Z copying torch\include\pybind11\gil.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:09:38.6371124Z copying torch\include\pybind11\gil_safe_call_once.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:09:38.6377432Z copying torch\include\pybind11\iostream.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:09:38.6383612Z copying torch\include\pybind11\numpy.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:09:38.6391435Z copying torch\include\pybind11\operators.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:09:38.6397819Z copying torch\include\pybind11\options.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:09:38.6403906Z copying torch\include\pybind11\pybind11.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:09:38.6411627Z copying torch\include\pybind11\pytypes.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:09:38.6419278Z copying torch\include\pybind11\stl.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:09:38.6425610Z copying torch\include\pybind11\stl_bind.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:09:38.6432343Z copying torch\include\pybind11\type_caster_pyobject_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:09:38.6438608Z copying torch\include\pybind11\typing.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-14T04:09:38.6444599Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-03-14T04:09:38.6447385Z copying torch\include\pybind11\detail\class.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-03-14T04:09:38.6454034Z copying torch\include\pybind11\detail\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-03-14T04:09:38.6468952Z copying torch\include\pybind11\detail\cpp_conduit.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-03-14T04:09:38.6475105Z copying torch\include\pybind11\detail\descr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-03-14T04:09:38.6481278Z copying torch\include\pybind11\detail\exception_translation.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-03-14T04:09:38.6497946Z copying torch\include\pybind11\detail\init.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-03-14T04:09:38.6504596Z copying torch\include\pybind11\detail\internals.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-03-14T04:09:38.6512092Z copying torch\include\pybind11\detail\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-03-14T04:09:38.6518780Z copying torch\include\pybind11\detail\type_caster_base.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-03-14T04:09:38.6525998Z copying torch\include\pybind11\detail\value_and_holder.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-03-14T04:09:38.6531422Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2025-03-14T04:09:38.6534276Z copying torch\include\pybind11\eigen\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2025-03-14T04:09:38.6540092Z copying torch\include\pybind11\eigen\matrix.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2025-03-14T04:09:38.6546875Z copying torch\include\pybind11\eigen\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2025-03-14T04:09:38.6552543Z creating build\lib.win-amd64-cpython-39\torch\include\THC 2025-03-14T04:09:38.6555327Z copying torch\include\THC\THCAtomics.cuh -> build\lib.win-amd64-cpython-39\torch\include\THC 2025-03-14T04:09:38.6561848Z copying torch\include\THC\THCDeviceUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\THC 2025-03-14T04:09:38.6568247Z copying torch\_inductor\codegen\cpp_prefix.h -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-14T04:09:38.6593810Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2025-03-14T04:09:38.6597155Z copying torch\_inductor\codegen\aoti_runtime\interface.cpp -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2025-03-14T04:09:38.6613762Z copying torch\_inductor\script.ld -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-14T04:09:38.6621005Z copying torch\_export\serde\schema.yaml -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-03-14T04:09:38.6636458Z copying torch\_export\serde\export_schema.thrift -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-03-14T04:09:38.6648929Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\ATen 2025-03-14T04:09:38.6654098Z copying torch\share\cmake\ATen\ATenConfig.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\ATen 2025-03-14T04:09:38.6660043Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-03-14T04:09:38.6663348Z copying torch\share\cmake\Caffe2\Caffe2Config.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-03-14T04:09:38.6671047Z copying torch\share\cmake\Caffe2\Caffe2Targets-release.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-03-14T04:09:38.6678567Z copying torch\share\cmake\Caffe2\Caffe2Targets.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-03-14T04:09:38.6698918Z copying torch\share\cmake\Caffe2\FindCUDAToolkit.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-03-14T04:09:38.6709549Z copying torch\share\cmake\Caffe2\FindCUDSS.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-03-14T04:09:38.6716764Z copying torch\share\cmake\Caffe2\FindCUSPARSELT.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-03-14T04:09:38.6724866Z copying torch\share\cmake\Caffe2\FindSYCLToolkit.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-03-14T04:09:38.6731012Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-03-14T04:09:38.6734457Z copying torch\share\cmake\Caffe2\public\cuda.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-03-14T04:09:38.6742137Z copying torch\share\cmake\Caffe2\public\gflags.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-03-14T04:09:38.6749301Z copying torch\share\cmake\Caffe2\public\glog.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-03-14T04:09:38.6755255Z copying torch\share\cmake\Caffe2\public\LoadHIP.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-03-14T04:09:38.6771271Z copying torch\share\cmake\Caffe2\public\mkl.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-03-14T04:09:38.6778378Z copying torch\share\cmake\Caffe2\public\mkldnn.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-03-14T04:09:38.6784323Z copying torch\share\cmake\Caffe2\public\protobuf.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-03-14T04:09:38.6790584Z copying torch\share\cmake\Caffe2\public\utils.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-03-14T04:09:38.6797351Z copying torch\share\cmake\Caffe2\public\xpu.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-03-14T04:09:38.6802880Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-03-14T04:09:38.6806533Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDA.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-03-14T04:09:38.6812907Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDNN.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-03-14T04:09:38.6818309Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-03-14T04:09:38.6831368Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\CMakeInitializeConfigs.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-03-14T04:09:38.6837642Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-03-14T04:09:38.6845835Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindPackageHandleStandardArgs.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-03-14T04:09:38.6861883Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindPackageMessage.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-03-14T04:09:38.6867623Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-03-14T04:09:38.6870598Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\make2cmake.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-03-14T04:09:38.6876944Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\parse_cubin.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-03-14T04:09:38.6883458Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\run_nvcc.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-03-14T04:09:38.6899081Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\select_compute_arch.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-03-14T04:09:38.6904431Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2025-03-14T04:09:38.6907248Z copying torch\share\cmake\Torch\TorchConfig.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2025-03-14T04:09:38.6913961Z copying torch\share\cmake\Torch\TorchConfigVersion.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2025-03-14T04:09:38.6920093Z copying torch\utils\benchmark\utils\timeit_template.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-03-14T04:09:38.6932749Z copying torch\utils\benchmark\utils\valgrind_wrapper\compat_bindings.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-14T04:09:38.6954216Z copying torch\utils\benchmark\utils\valgrind_wrapper\timer_callgrind_template.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-14T04:09:38.6966555Z copying torch\utils\benchmark\utils\valgrind_wrapper\callgrind.h -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-14T04:09:38.6972940Z copying torch\utils\benchmark\utils\valgrind_wrapper\valgrind.h -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-14T04:09:38.6983196Z copying torch\utils\model_dump\skeleton.html -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-03-14T04:09:38.6989508Z copying torch\utils\model_dump\code.js -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-03-14T04:09:38.7008619Z copying torch\utils\model_dump\htm.mjs -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-03-14T04:09:38.7030156Z copying torch\utils\model_dump\preact.mjs -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-03-14T04:09:38.7043079Z copying torch\lib\aoti_custom_ops.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:38.7052535Z copying torch\lib\asmjit.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:38.7062760Z copying torch\lib\backend_with_compiler.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:38.7081849Z copying torch\lib\c10.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:38.7097818Z copying torch\lib\c10_cuda.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:38.7108487Z copying torch\lib\caffe2_nvrtc.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:38.7115247Z copying torch\lib\fbgemm.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:38.7165818Z copying torch\lib\jitbackend_test.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:38.7174744Z copying torch\lib\torch.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:38.7181553Z copying torch\lib\torchbind_test.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:38.7195060Z copying torch\lib\torch_cpu.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:38.8499799Z copying torch\lib\torch_cuda.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:39.0468912Z copying torch\lib\torch_global_deps.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:39.0475903Z copying torch\lib\torch_python.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:39.0621793Z copying torch\lib\aoti_custom_ops.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:39.0628877Z copying torch\lib\asmjit.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:39.0636993Z copying torch\lib\backend_with_compiler.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:39.0644012Z copying torch\lib\c10.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:39.0657102Z copying torch\lib\c10_cuda.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:39.0664784Z copying torch\lib\caffe2_nvrtc.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:39.0671207Z copying torch\lib\cpuinfo.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:39.0679073Z copying torch\lib\dnnl.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:39.7006233Z copying torch\lib\fbgemm.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:39.7025919Z copying torch\lib\fmt.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:39.7044048Z copying torch\lib\jitbackend_test.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:39.7051160Z copying torch\lib\kineto.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:39.7385706Z copying torch\lib\libprotobuf-lite.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:39.7435779Z copying torch\lib\libprotobuf.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:39.7782835Z copying torch\lib\libprotoc.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:39.8136806Z copying torch\lib\microkernels-prod.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:39.8170553Z copying torch\lib\pthreadpool.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:39.8179580Z copying torch\lib\sleef.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:39.8269534Z copying torch\lib\torch.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:39.8276340Z copying torch\lib\torchbind_test.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:39.8296400Z copying torch\lib\torch_cpu.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:39.8553286Z copying torch\lib\torch_cuda.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:39.8574359Z copying torch\lib\torch_python.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:39.8583660Z copying torch\lib\XNNPACK.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-14T04:09:39.8611702Z creating build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-14T04:09:39.8614752Z copying torch\include\kineto\AbstractConfig.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-14T04:09:39.8621908Z copying torch\include\kineto\ActivityProfilerInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-14T04:09:39.8628631Z copying torch\include\kineto\ActivityTraceInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-14T04:09:39.8647370Z copying torch\include\kineto\ActivityType.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-14T04:09:39.8653697Z copying torch\include\kineto\ClientInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-14T04:09:39.8659822Z copying torch\include\kineto\Config.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-14T04:09:39.8666158Z copying torch\include\kineto\GenericTraceActivity.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-14T04:09:39.8673021Z copying torch\include\kineto\IActivityProfiler.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-14T04:09:39.8680034Z copying torch\include\kineto\ILoggerObserver.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-14T04:09:39.8687082Z copying torch\include\kineto\ITraceActivity.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-14T04:09:39.8694348Z copying torch\include\kineto\libkineto.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-14T04:09:39.8700709Z copying torch\include\kineto\LoggingAPI.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-14T04:09:39.8707623Z copying torch\include\kineto\output_base.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-14T04:09:39.8714730Z copying torch\include\kineto\ThreadUtil.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-14T04:09:39.8721715Z copying torch\include\kineto\time_since_epoch.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-14T04:09:39.8728671Z copying torch\include\kineto\TraceSpan.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-14T04:09:39.8734702Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2025-03-14T04:09:39.8740546Z copying torchgen\packaged\ATen\native\native_functions.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2025-03-14T04:09:39.8992538Z copying torchgen\packaged\ATen\native\tags.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2025-03-14T04:09:39.9003819Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9007024Z copying torchgen\packaged\ATen\templates\ATenOpList.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9020416Z copying torchgen\packaged\ATen\templates\aten_interned_strings.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9033380Z copying torchgen\packaged\ATen\templates\CompositeViewCopyKernels.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9058825Z copying torchgen\packaged\ATen\templates\DispatchKeyFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9070847Z copying torchgen\packaged\ATen\templates\DispatchKeyFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9083546Z copying torchgen\packaged\ATen\templates\DispatchKeyFunctions_inl.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9096795Z copying torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9104311Z copying torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9111391Z copying torchgen\packaged\ATen\templates\enum_tag.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9118203Z copying torchgen\packaged\ATen\templates\Function.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9125200Z copying torchgen\packaged\ATen\templates\FunctionalInverses.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9138037Z copying torchgen\packaged\ATen\templates\Functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9152361Z copying torchgen\packaged\ATen\templates\Functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9165823Z copying torchgen\packaged\ATen\templates\LazyIr.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9172985Z copying torchgen\packaged\ATen\templates\LazyNonNativeIr.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9180222Z copying torchgen\packaged\ATen\templates\MethodOperators.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9194004Z copying torchgen\packaged\ATen\templates\NativeFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9201084Z copying torchgen\packaged\ATen\templates\NativeFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9214758Z copying torchgen\packaged\ATen\templates\NativeMetaFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9233975Z copying torchgen\packaged\ATen\templates\NativeMetaFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9241237Z copying torchgen\packaged\ATen\templates\Operator.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9248223Z copying torchgen\packaged\ATen\templates\Operators.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9255397Z copying torchgen\packaged\ATen\templates\Operators.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9272194Z copying torchgen\packaged\ATen\templates\RedispatchFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9282151Z copying torchgen\packaged\ATen\templates\RedispatchFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9296911Z copying torchgen\packaged\ATen\templates\RegisterBackendSelect.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9311817Z copying torchgen\packaged\ATen\templates\RegisterCodegenUnboxedKernels.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9324638Z copying torchgen\packaged\ATen\templates\RegisterDispatchDefinitions.ini -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9331260Z copying torchgen\packaged\ATen\templates\RegisterDispatchKey.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9356052Z copying torchgen\packaged\ATen\templates\RegisterFunctionalization.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9370156Z copying torchgen\packaged\ATen\templates\RegisterSchema.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9376721Z copying torchgen\packaged\ATen\templates\RegistrationDeclarations.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9383223Z copying torchgen\packaged\ATen\templates\TensorBody.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9404319Z copying torchgen\packaged\ATen\templates\TensorMethods.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9417684Z copying torchgen\packaged\ATen\templates\UfuncCPU.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9424763Z copying torchgen\packaged\ATen\templates\UfuncCPUKernel.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9434418Z copying torchgen\packaged\ATen\templates\UfuncCUDA.cu -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:39.9441423Z copying torchgen\packaged\ATen\templates\UnboxingFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:40.9687352Z copying torchgen\packaged\ATen\templates\UnboxingFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-14T04:09:41.4790253Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:09:41.4794303Z copying torchgen\packaged\autograd\BUILD.bazel -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:09:41.4802324Z copying torchgen\packaged\autograd\build.bzl -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:09:41.4809983Z copying torchgen\packaged\autograd\context.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:09:41.9432359Z copying torchgen\packaged\autograd\deprecated.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:09:41.9743930Z copying torchgen\packaged\autograd\derivatives.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:09:41.9842776Z copying torchgen\packaged\autograd\gen_annotated_fn_args.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:09:41.9855248Z copying torchgen\packaged\autograd\gen_autograd.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:09:41.9868544Z copying torchgen\packaged\autograd\gen_autograd_functions.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:09:41.9894697Z copying torchgen\packaged\autograd\gen_inplace_or_view_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:09:41.9915413Z copying torchgen\packaged\autograd\gen_python_functions.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:09:41.9942706Z copying torchgen\packaged\autograd\gen_trace_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:09:41.9963042Z copying torchgen\packaged\autograd\gen_variable_factories.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:09:41.9976110Z copying torchgen\packaged\autograd\gen_variable_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:09:42.0022055Z copying torchgen\packaged\autograd\gen_view_funcs.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:09:42.0034402Z copying torchgen\packaged\autograd\load_derivatives.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:09:42.0060631Z copying torchgen\packaged\autograd\README.md -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:09:42.0067198Z copying torchgen\packaged\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-14T04:09:42.0071758Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:09:42.0075132Z copying torchgen\packaged\autograd\templates\ADInplaceOrViewType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:09:42.0087571Z copying torchgen\packaged\autograd\templates\annotated_fn_args.py.in -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:09:42.0093934Z copying torchgen\packaged\autograd\templates\Functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:09:42.0115843Z copying torchgen\packaged\autograd\templates\Functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:09:42.0128118Z copying torchgen\packaged\autograd\templates\python_enum_tag.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:09:42.0134578Z copying torchgen\packaged\autograd\templates\python_fft_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:09:42.0147370Z copying torchgen\packaged\autograd\templates\python_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:09:42.0159749Z copying torchgen\packaged\autograd\templates\python_functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:09:42.0166525Z copying torchgen\packaged\autograd\templates\python_linalg_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:09:42.0179296Z copying torchgen\packaged\autograd\templates\python_nested_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:09:42.0192899Z copying torchgen\packaged\autograd\templates\python_nn_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:09:42.0206453Z copying torchgen\packaged\autograd\templates\python_return_types.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:09:42.0220984Z copying torchgen\packaged\autograd\templates\python_return_types.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:09:42.0228351Z copying torchgen\packaged\autograd\templates\python_sparse_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:09:42.0242415Z copying torchgen\packaged\autograd\templates\python_special_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:09:42.0257003Z copying torchgen\packaged\autograd\templates\python_torch_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:09:42.0271456Z copying torchgen\packaged\autograd\templates\python_variable_methods.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:09:42.0315863Z copying torchgen\packaged\autograd\templates\TraceType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:09:42.0329401Z copying torchgen\packaged\autograd\templates\VariableType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:09:42.0343481Z copying torchgen\packaged\autograd\templates\VariableType.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:09:42.0356986Z copying torchgen\packaged\autograd\templates\variable_factories.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:09:42.0373003Z copying torchgen\packaged\autograd\templates\ViewFuncs.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:09:42.0380435Z copying torchgen\packaged\autograd\templates\ViewFuncs.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-14T04:09:42.0387405Z copying torch\jit\_script.pyi -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-14T04:09:42.0396314Z copying torch\nn\functional.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-14T04:09:42.0404663Z copying torch\nn\parameter.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-14T04:09:42.0412830Z copying torch\utils\_config_typing.pyi -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-14T04:09:42.0429284Z copying torch\distributed\optim\zero_redundancy_optimizer.pyi -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-14T04:09:42.0443863Z copying torch\optim\_multi_tensor\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2025-03-14T04:09:42.0450506Z copying torch\utils\data\datapipes\datapipe.pyi -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-03-14T04:09:42.1333518Z running build_ext 2025-03-14T04:09:42.7955590Z -- Building with NumPy bindings 2025-03-14T04:09:42.7956353Z -- Detected cuDNN at C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6/lib/x64, 2025-03-14T04:09:42.7956957Z -- Detected CUDA at C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v12.6 2025-03-14T04:09:42.7957363Z -- Not using XPU 2025-03-14T04:09:42.7957570Z -- Using MKLDNN 2025-03-14T04:09:42.7957875Z -- Not using Compute Library for the Arm architecture with MKLDNN 2025-03-14T04:09:42.7958268Z -- Not using CBLAS in MKLDNN 2025-03-14T04:09:42.7958525Z -- Not using NCCL 2025-03-14T04:09:42.7958760Z -- Building without distributed package 2025-03-14T04:09:42.7959060Z -- Building Executorch 2025-03-14T04:09:42.7959267Z -- Using ITT 2025-03-14T04:09:42.7959933Z Copying functorch._C from functorch\functorch.pyd to C:\actions-runner\_work\pytorch\pytorch\build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd 2025-03-14T04:09:42.7961044Z copying functorch\functorch.pyd -> C:\actions-runner\_work\pytorch\pytorch\build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd 2025-03-14T04:09:42.7979529Z building 'torch._C' extension 2025-03-14T04:09:42.8002006Z creating build\temp.win-amd64-cpython-39\Release\torch\csrc 2025-03-14T04:09:42.8015391Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /Tctorch/csrc/stub.c /Fobuild\temp.win-amd64-cpython-39\Release\torch\csrc\stub.obj /MD /FS /EHsc 2025-03-14T04:09:42.8121436Z stub.c 2025-03-14T04:09:43.7318985Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" torch_python.lib /EXPORT:PyInit__C build\temp.win-amd64-cpython-39\Release\torch\csrc\stub.obj /OUT:build\lib.win-amd64-cpython-39\torch\_C.cp39-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-39\Release\torch\csrc\_C.cp39-win_amd64.lib /NODEFAULTLIB:LIBCMT.LIB 2025-03-14T04:09:43.7633217Z Creating library build\temp.win-amd64-cpython-39\Release\torch\csrc\_C.cp39-win_amd64.lib and object build\temp.win-amd64-cpython-39\Release\torch\csrc\_C.cp39-win_amd64.exp 2025-03-14T04:09:43.7688668Z Generating code 2025-03-14T04:09:43.8210242Z Finished generating code 2025-03-14T04:09:43.8723479Z copying build/temp.win-amd64-cpython-39/Release/torch/csrc/_C.cp39-win_amd64.lib -> build/lib.win-amd64-cpython-39/torch/lib/_C.lib 2025-03-14T04:09:43.8780477Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\_distutils\cmd.py:79: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2025-03-14T04:09:43.8781180Z !! 2025-03-14T04:09:43.8781294Z 2025-03-14T04:09:43.8781416Z ******************************************************************************** 2025-03-14T04:09:43.8781779Z Please avoid running ``setup.py`` directly. 2025-03-14T04:09:43.8782154Z Instead, use pypa/build, pypa/installer or other 2025-03-14T04:09:43.8782637Z standards-based tools. 2025-03-14T04:09:43.8782821Z 2025-03-14T04:09:43.8783109Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2025-03-14T04:09:43.8783612Z ******************************************************************************** 2025-03-14T04:09:43.8783849Z 2025-03-14T04:09:43.8783916Z !! 2025-03-14T04:09:43.8784108Z self.initialize_options() 2025-03-14T04:09:43.8895352Z installing to build\bdist.win-amd64\wheel 2025-03-14T04:09:43.8895709Z running install 2025-03-14T04:09:43.8919792Z running install_lib 2025-03-14T04:09:43.9048333Z creating build\bdist.win-amd64\wheel 2025-03-14T04:09:43.9053620Z creating build\bdist.win-amd64\wheel\functorch 2025-03-14T04:09:43.9057550Z creating build\bdist.win-amd64\wheel\functorch\compile 2025-03-14T04:09:43.9060963Z copying build\lib.win-amd64-cpython-39\functorch\compile\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\compile 2025-03-14T04:09:43.9067311Z creating build\bdist.win-amd64\wheel\functorch\dim 2025-03-14T04:09:43.9071160Z copying build\lib.win-amd64-cpython-39\functorch\dim\batch_tensor.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-03-14T04:09:43.9076536Z copying build\lib.win-amd64-cpython-39\functorch\dim\delayed_mul_tensor.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-03-14T04:09:43.9082698Z copying build\lib.win-amd64-cpython-39\functorch\dim\dim.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-03-14T04:09:43.9088390Z copying build\lib.win-amd64-cpython-39\functorch\dim\magic_trace.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-03-14T04:09:43.9099431Z copying build\lib.win-amd64-cpython-39\functorch\dim\op_properties.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-03-14T04:09:43.9104883Z copying build\lib.win-amd64-cpython-39\functorch\dim\reference.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-03-14T04:09:43.9110811Z copying build\lib.win-amd64-cpython-39\functorch\dim\tree_map.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-03-14T04:09:43.9115706Z copying build\lib.win-amd64-cpython-39\functorch\dim\wrap_type.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-03-14T04:09:43.9120978Z copying build\lib.win-amd64-cpython-39\functorch\dim\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-03-14T04:09:43.9126480Z creating build\bdist.win-amd64\wheel\functorch\einops 2025-03-14T04:09:43.9130335Z copying build\lib.win-amd64-cpython-39\functorch\einops\rearrange.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2025-03-14T04:09:43.9135882Z copying build\lib.win-amd64-cpython-39\functorch\einops\_parsing.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2025-03-14T04:09:43.9141200Z copying build\lib.win-amd64-cpython-39\functorch\einops\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2025-03-14T04:09:43.9146614Z creating build\bdist.win-amd64\wheel\functorch\experimental 2025-03-14T04:09:43.9149984Z copying build\lib.win-amd64-cpython-39\functorch\experimental\control_flow.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2025-03-14T04:09:43.9154860Z copying build\lib.win-amd64-cpython-39\functorch\experimental\ops.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2025-03-14T04:09:43.9159968Z copying build\lib.win-amd64-cpython-39\functorch\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2025-03-14T04:09:43.9164866Z copying build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\functorch 2025-03-14T04:09:43.9179539Z creating build\bdist.win-amd64\wheel\functorch\_src 2025-03-14T04:09:43.9183453Z creating build\bdist.win-amd64\wheel\functorch\_src\aot_autograd 2025-03-14T04:09:43.9186671Z copying build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\aot_autograd 2025-03-14T04:09:43.9192011Z creating build\bdist.win-amd64\wheel\functorch\_src\eager_transforms 2025-03-14T04:09:43.9195310Z copying build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\eager_transforms 2025-03-14T04:09:43.9200843Z creating build\bdist.win-amd64\wheel\functorch\_src\make_functional 2025-03-14T04:09:43.9204092Z copying build\lib.win-amd64-cpython-39\functorch\_src\make_functional\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\make_functional 2025-03-14T04:09:43.9209491Z creating build\bdist.win-amd64\wheel\functorch\_src\vmap 2025-03-14T04:09:43.9218062Z copying build\lib.win-amd64-cpython-39\functorch\_src\vmap\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\vmap 2025-03-14T04:09:43.9223405Z copying build\lib.win-amd64-cpython-39\functorch\_src\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src 2025-03-14T04:09:43.9227678Z copying build\lib.win-amd64-cpython-39\functorch\__init__.py -> build\bdist.win-amd64\wheel\.\functorch 2025-03-14T04:09:43.9233797Z creating build\bdist.win-amd64\wheel\torch 2025-03-14T04:09:43.9237169Z creating build\bdist.win-amd64\wheel\torch\accelerator 2025-03-14T04:09:43.9240302Z copying build\lib.win-amd64-cpython-39\torch\accelerator\_utils.py -> build\bdist.win-amd64\wheel\.\torch\accelerator 2025-03-14T04:09:43.9246462Z copying build\lib.win-amd64-cpython-39\torch\accelerator\__init__.py -> build\bdist.win-amd64\wheel\.\torch\accelerator 2025-03-14T04:09:43.9252247Z creating build\bdist.win-amd64\wheel\torch\amp 2025-03-14T04:09:43.9256134Z copying build\lib.win-amd64-cpython-39\torch\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\amp 2025-03-14T04:09:43.9262559Z copying build\lib.win-amd64-cpython-39\torch\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\amp 2025-03-14T04:09:43.9269150Z copying build\lib.win-amd64-cpython-39\torch\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\amp 2025-03-14T04:09:43.9274651Z creating build\bdist.win-amd64\wheel\torch\ao 2025-03-14T04:09:43.9277988Z creating build\bdist.win-amd64\wheel\torch\ao\nn 2025-03-14T04:09:43.9281477Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic 2025-03-14T04:09:43.9284902Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\modules 2025-03-14T04:09:43.9288057Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules\fused.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\modules 2025-03-14T04:09:43.9293471Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\modules 2025-03-14T04:09:43.9298716Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\qat 2025-03-14T04:09:43.9302321Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\qat\modules 2025-03-14T04:09:43.9305587Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules\conv_fused.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\qat\modules 2025-03-14T04:09:43.9311757Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules\linear_fused.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\qat\modules 2025-03-14T04:09:43.9317150Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules\linear_relu.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\qat\modules 2025-03-14T04:09:43.9322396Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\qat\modules 2025-03-14T04:09:43.9332987Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\qat 2025-03-14T04:09:43.9339047Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized 2025-03-14T04:09:43.9342669Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\dynamic 2025-03-14T04:09:43.9346045Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-03-14T04:09:43.9349404Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules\linear_relu.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-03-14T04:09:43.9354998Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-03-14T04:09:43.9360300Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized\dynamic 2025-03-14T04:09:43.9368513Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\modules 2025-03-14T04:09:43.9371511Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules\bn_relu.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized\modules 2025-03-14T04:09:43.9376611Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules\conv_add.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized\modules 2025-03-14T04:09:43.9382221Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules\conv_relu.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized\modules 2025-03-14T04:09:43.9387174Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules\linear_relu.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized\modules 2025-03-14T04:09:43.9392684Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized\modules 2025-03-14T04:09:43.9403711Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized 2025-03-14T04:09:43.9408493Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic 2025-03-14T04:09:43.9413935Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat 2025-03-14T04:09:43.9417222Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\dynamic 2025-03-14T04:09:43.9420868Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\dynamic\modules 2025-03-14T04:09:43.9424250Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\dynamic\modules 2025-03-14T04:09:43.9429490Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\dynamic\modules 2025-03-14T04:09:43.9434322Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\dynamic 2025-03-14T04:09:43.9440153Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\modules 2025-03-14T04:09:43.9443386Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\modules 2025-03-14T04:09:43.9448768Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules\embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\modules 2025-03-14T04:09:43.9454508Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\modules 2025-03-14T04:09:43.9459571Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\modules 2025-03-14T04:09:43.9464222Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat 2025-03-14T04:09:43.9469493Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantizable 2025-03-14T04:09:43.9472970Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantizable\modules 2025-03-14T04:09:43.9476279Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantizable\modules 2025-03-14T04:09:43.9482050Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantizable\modules 2025-03-14T04:09:43.9487735Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantizable\modules 2025-03-14T04:09:43.9492631Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantizable 2025-03-14T04:09:43.9498030Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized 2025-03-14T04:09:43.9507628Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\dynamic 2025-03-14T04:09:43.9510969Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\dynamic\modules 2025-03-14T04:09:43.9515129Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\dynamic\modules 2025-03-14T04:09:43.9521192Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\dynamic\modules 2025-03-14T04:09:43.9526601Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\dynamic\modules 2025-03-14T04:09:43.9532865Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\dynamic\modules 2025-03-14T04:09:43.9537917Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\dynamic 2025-03-14T04:09:43.9543803Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\functional.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized 2025-03-14T04:09:43.9550796Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\modules 2025-03-14T04:09:43.9554462Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-03-14T04:09:43.9560353Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-03-14T04:09:43.9565893Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-03-14T04:09:43.9572434Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-03-14T04:09:43.9578448Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-03-14T04:09:43.9591046Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\functional_modules.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-03-14T04:09:43.9596544Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-03-14T04:09:43.9602102Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-03-14T04:09:43.9607411Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-03-14T04:09:43.9612651Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-03-14T04:09:43.9618763Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-03-14T04:09:43.9625002Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\reference 2025-03-14T04:09:43.9634632Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\reference\modules 2025-03-14T04:09:43.9638886Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\reference\modules 2025-03-14T04:09:43.9644132Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\reference\modules 2025-03-14T04:09:43.9649481Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\reference\modules 2025-03-14T04:09:43.9655247Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules\sparse.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\reference\modules 2025-03-14T04:09:43.9660464Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\reference\modules 2025-03-14T04:09:43.9665966Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\reference\modules 2025-03-14T04:09:43.9671597Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\reference 2025-03-14T04:09:43.9676486Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized 2025-03-14T04:09:43.9681721Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse 2025-03-14T04:09:43.9686116Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse\quantized 2025-03-14T04:09:43.9690267Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse\quantized\dynamic 2025-03-14T04:09:43.9693273Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic\linear.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse\quantized\dynamic 2025-03-14T04:09:43.9698606Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse\quantized\dynamic 2025-03-14T04:09:43.9703664Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\linear.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse\quantized 2025-03-14T04:09:43.9709005Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse\quantized 2025-03-14T04:09:43.9714133Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse\quantized 2025-03-14T04:09:43.9719260Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse 2025-03-14T04:09:43.9724483Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn 2025-03-14T04:09:43.9730526Z creating build\bdist.win-amd64\wheel\torch\ao\ns 2025-03-14T04:09:43.9733865Z creating build\bdist.win-amd64\wheel\torch\ao\ns\fx 2025-03-14T04:09:43.9737046Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\graph_matcher.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-03-14T04:09:43.9742941Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\graph_passes.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-03-14T04:09:43.9748706Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-03-14T04:09:43.9754292Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\ns_types.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-03-14T04:09:43.9759461Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\n_shadows_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-03-14T04:09:43.9772140Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-03-14T04:09:43.9778160Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\qconfig_multi_mapping.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-03-14T04:09:43.9783560Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-03-14T04:09:43.9789503Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\weight_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-03-14T04:09:43.9795024Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-03-14T04:09:43.9799185Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\_numeric_suite.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2025-03-14T04:09:43.9805048Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\_numeric_suite_fx.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2025-03-14T04:09:43.9811425Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2025-03-14T04:09:43.9816341Z creating build\bdist.win-amd64\wheel\torch\ao\pruning 2025-03-14T04:09:43.9819886Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\scheduler 2025-03-14T04:09:43.9823642Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\base_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2025-03-14T04:09:43.9829574Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\cubic_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2025-03-14T04:09:43.9835473Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\lambda_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2025-03-14T04:09:43.9848077Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2025-03-14T04:09:43.9853212Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\sparsifier 2025-03-14T04:09:43.9857042Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\base_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2025-03-14T04:09:43.9863285Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\nearly_diagonal_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2025-03-14T04:09:43.9869011Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2025-03-14T04:09:43.9881812Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\weight_norm_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2025-03-14T04:09:43.9888056Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2025-03-14T04:09:43.9893359Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental 2025-03-14T04:09:43.9897133Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\activation_sparsifier 2025-03-14T04:09:43.9901323Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier\activation_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\activation_sparsifier 2025-03-14T04:09:43.9907864Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\activation_sparsifier 2025-03-14T04:09:43.9912992Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_scheduler 2025-03-14T04:09:43.9916836Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler\base_data_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_scheduler 2025-03-14T04:09:43.9922755Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_scheduler 2025-03-14T04:09:43.9928598Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier 2025-03-14T04:09:43.9939884Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\base_data_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_sparsifier 2025-03-14T04:09:43.9946115Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\data_norm_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_sparsifier 2025-03-14T04:09:43.9952629Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier\lightning 2025-03-14T04:09:43.9963420Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-03-14T04:09:43.9967411Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\data_sparsity.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-03-14T04:09:43.9973517Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\_data_sparstity_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-03-14T04:09:43.9979526Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-03-14T04:09:43.9991999Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_sparsifier\lightning 2025-03-14T04:09:43.9996924Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\quantization_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_sparsifier 2025-03-14T04:09:44.0002733Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_sparsifier 2025-03-14T04:09:44.0008564Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\pruner 2025-03-14T04:09:44.0012548Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\base_structured_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2025-03-14T04:09:44.0018834Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\FPGM_pruner.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2025-03-14T04:09:44.0024943Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\lstm_saliency_pruner.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2025-03-14T04:09:44.0037995Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\match_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2025-03-14T04:09:44.0046128Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\parametrization.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2025-03-14T04:09:44.0054402Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\prune_functions.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2025-03-14T04:09:44.0061567Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\saliency_pruner.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2025-03-14T04:09:44.0067707Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2025-03-14T04:09:44.0073036Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental 2025-03-14T04:09:44.0077499Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning 2025-03-14T04:09:44.0091272Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning 2025-03-14T04:09:44.0097337Z creating build\bdist.win-amd64\wheel\torch\ao\quantization 2025-03-14T04:09:44.0101095Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\backend_config 2025-03-14T04:09:44.0104557Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\backend_config.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-03-14T04:09:44.0111140Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\executorch.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-03-14T04:09:44.0117144Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\fbgemm.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-03-14T04:09:44.0122327Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\native.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-03-14T04:09:44.0135532Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\observation_type.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-03-14T04:09:44.0140005Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\onednn.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-03-14T04:09:44.0145865Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\qnnpack.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-03-14T04:09:44.0151642Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\tensorrt.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-03-14T04:09:44.0156959Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-03-14T04:09:44.0162327Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\x86.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-03-14T04:09:44.0167662Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\_common_operator_config_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-03-14T04:09:44.0173419Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\_qnnpack_pt2e.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-03-14T04:09:44.0178785Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-03-14T04:09:44.0184029Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:09:44.0190034Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fuser_method_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:09:44.0202801Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fuse_modules.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:09:44.0215472Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\fx 2025-03-14T04:09:44.0216256Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\convert.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:09:44.0218278Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\custom_config.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:09:44.0223929Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\fuse.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:09:44.0229146Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\fuse_handler.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:09:44.0234345Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:09:44.0247196Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\lower_to_fbgemm.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:09:44.0252472Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\lower_to_qnnpack.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:09:44.0257472Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\lstm_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:09:44.0262963Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\match_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:09:44.0268510Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:09:44.0273732Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\prepare.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:09:44.0280128Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\qconfig_mapping_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:09:44.0285560Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\quantize_handler.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:09:44.0290875Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\tracer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:09:44.0295926Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:09:44.0302006Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_decomposed.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:09:44.0308003Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:09:44.0314187Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_lower_to_native_backend.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:09:44.0321428Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\fx\_model_report 2025-03-14T04:09:44.0324902Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report\detector.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx\_model_report 2025-03-14T04:09:44.0331358Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report\model_report.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx\_model_report 2025-03-14T04:09:44.0338276Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report\model_report_observer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx\_model_report 2025-03-14T04:09:44.0352698Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report\model_report_visualizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx\_model_report 2025-03-14T04:09:44.0359322Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx\_model_report 2025-03-14T04:09:44.0364825Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-14T04:09:44.0370454Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\observer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:09:44.0377914Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\pt2e 2025-03-14T04:09:44.0381902Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\duplicate_dq_pass.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-03-14T04:09:44.0388116Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\export_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-03-14T04:09:44.0393982Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\graph_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-03-14T04:09:44.0399946Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\port_metadata_pass.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-03-14T04:09:44.0413661Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\prepare.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-03-14T04:09:44.0419427Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\qat_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-03-14T04:09:44.0426089Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\pt2e\representation 2025-03-14T04:09:44.0429555Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation\rewrite.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e\representation 2025-03-14T04:09:44.0435733Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e\representation 2025-03-14T04:09:44.0440682Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-03-14T04:09:44.0446706Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\_affine_quantization.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-03-14T04:09:44.0453576Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\_numeric_debugger.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-03-14T04:09:44.0459378Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-03-14T04:09:44.0464043Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\qconfig.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:09:44.0469940Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\qconfig_mapping.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:09:44.0475512Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantization_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:09:44.0481536Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:09:44.0488466Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\quantizer 2025-03-14T04:09:44.0492108Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\composable_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-03-14T04:09:44.0497978Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\embedding_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-03-14T04:09:44.0503598Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-03-14T04:09:44.0517232Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-03-14T04:09:44.0522995Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\x86_inductor_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-03-14T04:09:44.0530688Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\xnnpack_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-03-14T04:09:44.0537472Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\xnnpack_quantizer_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-03-14T04:09:44.0544413Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\xpu_inductor_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-03-14T04:09:44.0549855Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-03-14T04:09:44.0556621Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_fx.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:09:44.0562665Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_jit.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:09:44.0568229Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_pt2e.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:09:44.0573631Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quant_type.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:09:44.0578887Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\stubs.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:09:44.0584301Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:09:44.0590285Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_correct_bias.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:09:44.0595527Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:09:44.0601132Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_learnable_fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:09:44.0606627Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-14T04:09:44.0611871Z copying build\lib.win-amd64-cpython-39\torch\ao\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao 2025-03-14T04:09:44.0617445Z creating build\bdist.win-amd64\wheel\torch\autograd 2025-03-14T04:09:44.0620789Z copying build\lib.win-amd64-cpython-39\torch\autograd\anomaly_mode.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-14T04:09:44.0626114Z copying build\lib.win-amd64-cpython-39\torch\autograd\forward_ad.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-14T04:09:44.0631908Z copying build\lib.win-amd64-cpython-39\torch\autograd\function.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-14T04:09:44.0637623Z copying build\lib.win-amd64-cpython-39\torch\autograd\functional.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-14T04:09:44.0652526Z copying build\lib.win-amd64-cpython-39\torch\autograd\gradcheck.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-14T04:09:44.0659078Z copying build\lib.win-amd64-cpython-39\torch\autograd\grad_mode.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-14T04:09:44.0664519Z copying build\lib.win-amd64-cpython-39\torch\autograd\graph.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-14T04:09:44.0670573Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-14T04:09:44.0676593Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler_legacy.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-14T04:09:44.0681965Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler_util.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-14T04:09:44.0688465Z copying build\lib.win-amd64-cpython-39\torch\autograd\variable.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-14T04:09:44.0694621Z creating build\bdist.win-amd64\wheel\torch\autograd\_functions 2025-03-14T04:09:44.0697804Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\tensor.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2025-03-14T04:09:44.0703124Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\utils.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2025-03-14T04:09:44.0708235Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2025-03-14T04:09:44.0713127Z copying build\lib.win-amd64-cpython-39\torch\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-14T04:09:44.0719283Z creating build\bdist.win-amd64\wheel\torch\backends 2025-03-14T04:09:44.0722925Z creating build\bdist.win-amd64\wheel\torch\backends\cpu 2025-03-14T04:09:44.0726061Z copying build\lib.win-amd64-cpython-39\torch\backends\cpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cpu 2025-03-14T04:09:44.0731344Z creating build\bdist.win-amd64\wheel\torch\backends\cuda 2025-03-14T04:09:44.0734477Z copying build\lib.win-amd64-cpython-39\torch\backends\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cuda 2025-03-14T04:09:44.0741508Z creating build\bdist.win-amd64\wheel\torch\backends\cudnn 2025-03-14T04:09:44.0744613Z copying build\lib.win-amd64-cpython-39\torch\backends\cudnn\rnn.py -> build\bdist.win-amd64\wheel\.\torch\backends\cudnn 2025-03-14T04:09:44.0749769Z copying build\lib.win-amd64-cpython-39\torch\backends\cudnn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cudnn 2025-03-14T04:09:44.0755336Z creating build\bdist.win-amd64\wheel\torch\backends\cusparselt 2025-03-14T04:09:44.0758656Z copying build\lib.win-amd64-cpython-39\torch\backends\cusparselt\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cusparselt 2025-03-14T04:09:44.0764806Z creating build\bdist.win-amd64\wheel\torch\backends\kleidiai 2025-03-14T04:09:44.0767493Z copying build\lib.win-amd64-cpython-39\torch\backends\kleidiai\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\kleidiai 2025-03-14T04:09:44.0772625Z creating build\bdist.win-amd64\wheel\torch\backends\mha 2025-03-14T04:09:44.0784701Z copying build\lib.win-amd64-cpython-39\torch\backends\mha\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mha 2025-03-14T04:09:44.0790038Z creating build\bdist.win-amd64\wheel\torch\backends\mkl 2025-03-14T04:09:44.0793395Z copying build\lib.win-amd64-cpython-39\torch\backends\mkl\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mkl 2025-03-14T04:09:44.0798862Z creating build\bdist.win-amd64\wheel\torch\backends\mkldnn 2025-03-14T04:09:44.0802108Z copying build\lib.win-amd64-cpython-39\torch\backends\mkldnn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mkldnn 2025-03-14T04:09:44.0807547Z creating build\bdist.win-amd64\wheel\torch\backends\mps 2025-03-14T04:09:44.0810658Z copying build\lib.win-amd64-cpython-39\torch\backends\mps\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mps 2025-03-14T04:09:44.0816206Z creating build\bdist.win-amd64\wheel\torch\backends\nnpack 2025-03-14T04:09:44.0819408Z copying build\lib.win-amd64-cpython-39\torch\backends\nnpack\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\nnpack 2025-03-14T04:09:44.0825794Z creating build\bdist.win-amd64\wheel\torch\backends\openmp 2025-03-14T04:09:44.0828948Z copying build\lib.win-amd64-cpython-39\torch\backends\openmp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\openmp 2025-03-14T04:09:44.0834158Z creating build\bdist.win-amd64\wheel\torch\backends\opt_einsum 2025-03-14T04:09:44.0837438Z copying build\lib.win-amd64-cpython-39\torch\backends\opt_einsum\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\opt_einsum 2025-03-14T04:09:44.0843460Z creating build\bdist.win-amd64\wheel\torch\backends\quantized 2025-03-14T04:09:44.0847212Z copying build\lib.win-amd64-cpython-39\torch\backends\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\quantized 2025-03-14T04:09:44.0852800Z creating build\bdist.win-amd64\wheel\torch\backends\xeon 2025-03-14T04:09:44.0856238Z copying build\lib.win-amd64-cpython-39\torch\backends\xeon\run_cpu.py -> build\bdist.win-amd64\wheel\.\torch\backends\xeon 2025-03-14T04:09:44.0862343Z copying build\lib.win-amd64-cpython-39\torch\backends\xeon\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\xeon 2025-03-14T04:09:44.0867518Z creating build\bdist.win-amd64\wheel\torch\backends\xnnpack 2025-03-14T04:09:44.0870678Z copying build\lib.win-amd64-cpython-39\torch\backends\xnnpack\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\xnnpack 2025-03-14T04:09:44.0876130Z creating build\bdist.win-amd64\wheel\torch\backends\_coreml 2025-03-14T04:09:44.0879459Z copying build\lib.win-amd64-cpython-39\torch\backends\_coreml\preprocess.py -> build\bdist.win-amd64\wheel\.\torch\backends\_coreml 2025-03-14T04:09:44.0884709Z copying build\lib.win-amd64-cpython-39\torch\backends\_coreml\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\_coreml 2025-03-14T04:09:44.0889289Z creating build\bdist.win-amd64\wheel\torch\backends\_nnapi 2025-03-14T04:09:44.0892835Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\prepare.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2025-03-14T04:09:44.0898114Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\serializer.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2025-03-14T04:09:44.0906057Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2025-03-14T04:09:44.0910308Z copying build\lib.win-amd64-cpython-39\torch\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends 2025-03-14T04:09:44.0916166Z creating build\bdist.win-amd64\wheel\torch\bin 2025-03-14T04:09:44.0919370Z copying build\lib.win-amd64-cpython-39\torch\bin\asmjit.dll -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-14T04:09:44.0928383Z copying build\lib.win-amd64-cpython-39\torch\bin\fbgemm.dll -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-14T04:09:44.0975396Z copying build\lib.win-amd64-cpython-39\torch\bin\FileStoreTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-14T04:09:44.0984545Z copying build\lib.win-amd64-cpython-39\torch\bin\ProcessGroupGlooAsyncTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-14T04:09:44.1002807Z copying build\lib.win-amd64-cpython-39\torch\bin\ProcessGroupGlooTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-14T04:09:44.1013394Z copying build\lib.win-amd64-cpython-39\torch\bin\protoc.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-14T04:09:44.1047246Z copying build\lib.win-amd64-cpython-39\torch\bin\TCPStoreTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-14T04:09:44.1061429Z copying build\lib.win-amd64-cpython-39\torch\bin\test_api.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-14T04:09:44.1147047Z copying build\lib.win-amd64-cpython-39\torch\bin\test_edge_op_registration.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-14T04:09:44.1156073Z copying build\lib.win-amd64-cpython-39\torch\bin\test_jit.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-14T04:09:44.1205003Z copying build\lib.win-amd64-cpython-39\torch\bin\test_lazy.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-14T04:09:44.1230098Z copying build\lib.win-amd64-cpython-39\torch\bin\test_tensorexpr.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-14T04:09:44.1288146Z copying build\lib.win-amd64-cpython-39\torch\bin\tutorial_tensorexpr.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-14T04:09:44.1295501Z creating build\bdist.win-amd64\wheel\torch\compiler 2025-03-14T04:09:44.1307014Z copying build\lib.win-amd64-cpython-39\torch\compiler\config.py -> build\bdist.win-amd64\wheel\.\torch\compiler 2025-03-14T04:09:44.1312237Z copying build\lib.win-amd64-cpython-39\torch\compiler\_cache.py -> build\bdist.win-amd64\wheel\.\torch\compiler 2025-03-14T04:09:44.1317375Z copying build\lib.win-amd64-cpython-39\torch\compiler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\compiler 2025-03-14T04:09:44.1323352Z creating build\bdist.win-amd64\wheel\torch\contrib 2025-03-14T04:09:44.1326830Z copying build\lib.win-amd64-cpython-39\torch\contrib\_tensorboard_vis.py -> build\bdist.win-amd64\wheel\.\torch\contrib 2025-03-14T04:09:44.1332250Z copying build\lib.win-amd64-cpython-39\torch\contrib\__init__.py -> build\bdist.win-amd64\wheel\.\torch\contrib 2025-03-14T04:09:44.1336834Z creating build\bdist.win-amd64\wheel\torch\cpu 2025-03-14T04:09:44.1340107Z creating build\bdist.win-amd64\wheel\torch\cpu\amp 2025-03-14T04:09:44.1343396Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2025-03-14T04:09:44.1348719Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2025-03-14T04:09:44.1354405Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2025-03-14T04:09:44.1360178Z copying build\lib.win-amd64-cpython-39\torch\cpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cpu 2025-03-14T04:09:44.1366347Z creating build\bdist.win-amd64\wheel\torch\cuda 2025-03-14T04:09:44.1370353Z creating build\bdist.win-amd64\wheel\torch\cuda\amp 2025-03-14T04:09:44.1373598Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2025-03-14T04:09:44.1379787Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\common.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2025-03-14T04:09:44.1385268Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2025-03-14T04:09:44.1390987Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2025-03-14T04:09:44.1396841Z copying build\lib.win-amd64-cpython-39\torch\cuda\comm.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:09:44.1402220Z copying build\lib.win-amd64-cpython-39\torch\cuda\error.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:09:44.1407093Z copying build\lib.win-amd64-cpython-39\torch\cuda\gds.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:09:44.1412808Z copying build\lib.win-amd64-cpython-39\torch\cuda\graphs.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:09:44.1418975Z copying build\lib.win-amd64-cpython-39\torch\cuda\jiterator.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:09:44.1433310Z copying build\lib.win-amd64-cpython-39\torch\cuda\memory.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:09:44.1439517Z copying build\lib.win-amd64-cpython-39\torch\cuda\nccl.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:09:44.1445191Z copying build\lib.win-amd64-cpython-39\torch\cuda\nvtx.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:09:44.1451426Z copying build\lib.win-amd64-cpython-39\torch\cuda\profiler.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:09:44.1456960Z copying build\lib.win-amd64-cpython-39\torch\cuda\random.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:09:44.1462651Z copying build\lib.win-amd64-cpython-39\torch\cuda\sparse.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:09:44.1467993Z copying build\lib.win-amd64-cpython-39\torch\cuda\streams.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:09:44.1473947Z copying build\lib.win-amd64-cpython-39\torch\cuda\tunable.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:09:44.1480063Z copying build\lib.win-amd64-cpython-39\torch\cuda\_gpu_trace.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:09:44.1486005Z copying build\lib.win-amd64-cpython-39\torch\cuda\_memory_viz.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:09:44.1492396Z copying build\lib.win-amd64-cpython-39\torch\cuda\_sanitizer.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:09:44.1498579Z copying build\lib.win-amd64-cpython-39\torch\cuda\_utils.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:09:44.1504322Z copying build\lib.win-amd64-cpython-39\torch\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-14T04:09:44.1512179Z creating build\bdist.win-amd64\wheel\torch\distributed 2025-03-14T04:09:44.1516202Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms 2025-03-14T04:09:44.1521676Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:09:44.1525853Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\ddp_zero_hook.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:09:44.1532342Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\debugging_hooks.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:09:44.1538399Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:09:44.1554889Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\mixed_precision_hooks.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:09:44.1562607Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\optimizer_overlap_hooks.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:09:44.1568714Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\post_localSGD_hook.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:09:44.1575753Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:09:44.1585978Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:09:44.1592287Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-03-14T04:09:44.1598171Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\join.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms 2025-03-14T04:09:44.1604027Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\model_averaging 2025-03-14T04:09:44.1607492Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging\averagers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\model_averaging 2025-03-14T04:09:44.1613346Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging\hierarchical_model_averager.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\model_averaging 2025-03-14T04:09:44.1619007Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\model_averaging 2025-03-14T04:09:44.1634085Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\model_averaging 2025-03-14T04:09:44.1638628Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_checkpoint 2025-03-14T04:09:44.1651249Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_checkpoint 2025-03-14T04:09:44.1657009Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_checkpoint 2025-03-14T04:09:44.1661803Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_comm_hooks 2025-03-14T04:09:44.1665158Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks\default_hooks.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_comm_hooks 2025-03-14T04:09:44.1670443Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_comm_hooks 2025-03-14T04:09:44.1675758Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_optimizer_overlap 2025-03-14T04:09:44.1679287Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap\optimizer_overlap.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_optimizer_overlap 2025-03-14T04:09:44.1684610Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_optimizer_overlap 2025-03-14T04:09:44.1690135Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_quantization 2025-03-14T04:09:44.1693509Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization\quantization.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_quantization 2025-03-14T04:09:44.1699743Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_quantization 2025-03-14T04:09:44.1704076Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms 2025-03-14T04:09:44.1709131Z copying build\lib.win-amd64-cpython-39\torch\distributed\argparse_util.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:09:44.1714755Z creating build\bdist.win-amd64\wheel\torch\distributed\autograd 2025-03-14T04:09:44.1717938Z copying build\lib.win-amd64-cpython-39\torch\distributed\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\autograd 2025-03-14T04:09:44.1723221Z copying build\lib.win-amd64-cpython-39\torch\distributed\c10d_logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:09:44.1737197Z creating build\bdist.win-amd64\wheel\torch\distributed\checkpoint 2025-03-14T04:09:44.1740546Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:09:44.1746696Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\default_planner.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:09:44.1752602Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\filesystem.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:09:44.1758475Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\format_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:09:44.1772987Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:09:44.1778158Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:09:44.1783349Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:09:44.1788490Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:09:44.1793828Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\planner.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:09:44.1799153Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\planner_helpers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:09:44.1804914Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\resharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:09:44.1810966Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\staging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:09:44.1816180Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\stateful.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:09:44.1821477Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:09:44.1827796Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict_loader.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:09:44.1833466Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict_saver.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:09:44.1838929Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\storage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:09:44.1844223Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:09:44.1849578Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_async_executor.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:09:44.1855521Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_async_process_executor.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:09:44.1861729Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_async_thread_executor.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:09:44.1867662Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_checkpointer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:09:44.1873725Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_dedup_save_plans.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:09:44.1888463Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_dedup_tensors.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:09:44.1894428Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_extension.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:09:44.1900916Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_fsspec_filesystem.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:09:44.1906818Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_hf_storage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:09:44.1912832Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_nested_dict.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:09:44.1918922Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_sharded_tensor_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:09:44.1925248Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_storage_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:09:44.1931106Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_traverse.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:09:44.1937355Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_version.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:09:44.1952057Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-14T04:09:44.1958183Z copying build\lib.win-amd64-cpython-39\torch\distributed\collective_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:09:44.1963967Z copying build\lib.win-amd64-cpython-39\torch\distributed\constants.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:09:44.1969802Z copying build\lib.win-amd64-cpython-39\torch\distributed\device_mesh.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:09:44.1976608Z copying build\lib.win-amd64-cpython-39\torch\distributed\distributed_c10d.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:09:44.1985604Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic 2025-03-14T04:09:44.1989308Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\agent 2025-03-14T04:09:44.1993131Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\agent\server 2025-03-14T04:09:44.1996918Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent\server 2025-03-14T04:09:44.2003619Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server\health_check_server.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent\server 2025-03-14T04:09:44.2010321Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server\local_elastic_agent.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent\server 2025-03-14T04:09:44.2016877Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent\server 2025-03-14T04:09:44.2022549Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent 2025-03-14T04:09:44.2027545Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\control_plane.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic 2025-03-14T04:09:44.2033435Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\events 2025-03-14T04:09:44.2036671Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2025-03-14T04:09:44.2043119Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2025-03-14T04:09:44.2050320Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2025-03-14T04:09:44.2058915Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\metrics 2025-03-14T04:09:44.2062923Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\metrics 2025-03-14T04:09:44.2069147Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\metrics 2025-03-14T04:09:44.2075423Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing 2025-03-14T04:09:44.2088216Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2025-03-14T04:09:44.2094465Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing\errors 2025-03-14T04:09:44.2098661Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors\error_handler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing\errors 2025-03-14T04:09:44.2104198Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors\handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing\errors 2025-03-14T04:09:44.2109139Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing\errors 2025-03-14T04:09:44.2115031Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\redirects.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2025-03-14T04:09:44.2120771Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-03-14T04:09:44.2138901Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler\handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-03-14T04:09:44.2151780Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler\subprocess_handler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-03-14T04:09:44.2157020Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-03-14T04:09:44.2162117Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\tail_log.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2025-03-14T04:09:44.2167397Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2025-03-14T04:09:44.2173549Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\rendezvous 2025-03-14T04:09:44.2176873Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-03-14T04:09:44.2182591Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\c10d_rendezvous_backend.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-03-14T04:09:44.2187908Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\dynamic_rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-03-14T04:09:44.2203166Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-03-14T04:09:44.2209367Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_rendezvous_backend.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-03-14T04:09:44.2214773Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_server.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-03-14T04:09:44.2220459Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_store.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-03-14T04:09:44.2225900Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-03-14T04:09:44.2231196Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\static_tcp_rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-03-14T04:09:44.2236918Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-03-14T04:09:44.2241777Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\_etcd_stub.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-03-14T04:09:44.2247070Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-03-14T04:09:44.2252961Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\timer 2025-03-14T04:09:44.2256227Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2025-03-14T04:09:44.2261762Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\debug_info_logging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2025-03-14T04:09:44.2267156Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\file_based_local_timer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2025-03-14T04:09:44.2272992Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\local_timer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2025-03-14T04:09:44.2287580Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2025-03-14T04:09:44.2292832Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\utils 2025-03-14T04:09:44.2296031Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-03-14T04:09:44.2302142Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\utils\data 2025-03-14T04:09:44.2305559Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data\cycling_iterator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils\data 2025-03-14T04:09:44.2311712Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data\elastic_distributed_sampler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils\data 2025-03-14T04:09:44.2317522Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils\data 2025-03-14T04:09:44.2323710Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\distributed.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-03-14T04:09:44.2329311Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\logging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-03-14T04:09:44.2334767Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\log_level.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-03-14T04:09:44.2349530Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\store.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-03-14T04:09:44.2355323Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-03-14T04:09:44.2360862Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic 2025-03-14T04:09:44.2367233Z creating build\bdist.win-amd64\wheel\torch\distributed\fsdp 2025-03-14T04:09:44.2370567Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:09:44.2376882Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\fully_sharded_data_parallel.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:09:44.2384232Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\sharded_grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:09:44.2390782Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\wrap.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:09:44.2396978Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_common_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:09:44.2412943Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:09:44.2418835Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_dynamo_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:09:44.2424924Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_exec_order_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:09:44.2431198Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_flat_param.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:09:44.2439381Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fsdp_extensions.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:09:44.2445616Z creating build\bdist.win-amd64\wheel\torch\distributed\fsdp\_fully_shard 2025-03-14T04:09:44.2449089Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-03-14T04:09:44.2454963Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_collectives.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-03-14T04:09:44.2461367Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_common.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-03-14T04:09:44.2476831Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_init.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-03-14T04:09:44.2482846Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_param.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-03-14T04:09:44.2489485Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_param_group.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-03-14T04:09:44.2496176Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_state.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-03-14T04:09:44.2502677Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fully_shard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-03-14T04:09:44.2509076Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-03-14T04:09:44.2514526Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_init_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:09:44.2521266Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_limiter_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:09:44.2527878Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_optim_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:09:44.2535300Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_runtime_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:09:44.2542403Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_shard_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:09:44.2549607Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_state_dict_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:09:44.2557890Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_trace_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:09:44.2564490Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_traversal_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:09:44.2570651Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_unshard_param_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:09:44.2585621Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_wrap_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:09:44.2591642Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-14T04:09:44.2597185Z copying build\lib.win-amd64-cpython-39\torch\distributed\launch.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:09:44.2603369Z creating build\bdist.win-amd64\wheel\torch\distributed\launcher 2025-03-14T04:09:44.2606579Z copying build\lib.win-amd64-cpython-39\torch\distributed\launcher\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\launcher 2025-03-14T04:09:44.2611962Z copying build\lib.win-amd64-cpython-39\torch\distributed\launcher\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\launcher 2025-03-14T04:09:44.2617647Z copying build\lib.win-amd64-cpython-39\torch\distributed\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:09:44.2623199Z creating build\bdist.win-amd64\wheel\torch\distributed\nn 2025-03-14T04:09:44.2626624Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\api 2025-03-14T04:09:44.2629927Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\api\remote_module.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\api 2025-03-14T04:09:44.2636357Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\api\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\api 2025-03-14T04:09:44.2641224Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\functional.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn 2025-03-14T04:09:44.2647454Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\jit 2025-03-14T04:09:44.2650827Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\instantiator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit 2025-03-14T04:09:44.2656738Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\jit\templates 2025-03-14T04:09:44.2660207Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates\remote_module_template.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit\templates 2025-03-14T04:09:44.2665617Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit\templates 2025-03-14T04:09:44.2669856Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit 2025-03-14T04:09:44.2674093Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn 2025-03-14T04:09:44.2679462Z creating build\bdist.win-amd64\wheel\torch\distributed\optim 2025-03-14T04:09:44.2682918Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\apply_optimizer_in_backward.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-14T04:09:44.2688267Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adadelta.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-14T04:09:44.2693590Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adagrad.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-14T04:09:44.2709052Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adam.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-14T04:09:44.2714256Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adamax.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-14T04:09:44.2719765Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adamw.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-14T04:09:44.2725196Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_rmsprop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-14T04:09:44.2730607Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_rprop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-14T04:09:44.2735979Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_sgd.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-14T04:09:44.2741892Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\named_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-14T04:09:44.2747395Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-14T04:09:44.2753486Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\post_localSGD_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-14T04:09:44.2759352Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-14T04:09:44.2764692Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\zero_redundancy_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-14T04:09:44.2772079Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\zero_redundancy_optimizer.pyi -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-14T04:09:44.2777967Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\_deprecation_warning.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-14T04:09:44.2782821Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-14T04:09:44.2788924Z creating build\bdist.win-amd64\wheel\torch\distributed\pipelining 2025-03-14T04:09:44.2792358Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\microbatch.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-03-14T04:09:44.2798469Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\schedules.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-03-14T04:09:44.2804958Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\stage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-03-14T04:09:44.2811018Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_backward.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-03-14T04:09:44.2826089Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_debug.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-03-14T04:09:44.2830905Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_IR.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-03-14T04:09:44.2837135Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_unflatten.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-03-14T04:09:44.2842388Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-03-14T04:09:44.2847608Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-03-14T04:09:44.2852881Z copying build\lib.win-amd64-cpython-39\torch\distributed\remote_device.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:09:44.2858025Z copying build\lib.win-amd64-cpython-39\torch\distributed\rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:09:44.2863930Z creating build\bdist.win-amd64\wheel\torch\distributed\rpc 2025-03-14T04:09:44.2867429Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-03-14T04:09:44.2873261Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\backend_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-03-14T04:09:44.2878951Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\constants.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-03-14T04:09:44.2884181Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\functions.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-03-14T04:09:44.2899526Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\internal.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-03-14T04:09:44.2904865Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\options.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-03-14T04:09:44.2910044Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\rref_proxy.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-03-14T04:09:44.2915411Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\server_process_global_profiler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-03-14T04:09:44.2921098Z creating build\bdist.win-amd64\wheel\torch\distributed\rpc\_testing 2025-03-14T04:09:44.2924527Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing\faulty_agent_backend_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc\_testing 2025-03-14T04:09:44.2930462Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc\_testing 2025-03-14T04:09:44.2935346Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-03-14T04:09:44.2940597Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-03-14T04:09:44.2945957Z copying build\lib.win-amd64-cpython-39\torch\distributed\run.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:09:44.2952134Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor 2025-03-14T04:09:44.2955596Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\debug 2025-03-14T04:09:44.2958915Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\_comm_mode.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2025-03-14T04:09:44.2964755Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\_op_coverage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2025-03-14T04:09:44.2970114Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\_visualize_sharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2025-03-14T04:09:44.2975301Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2025-03-14T04:09:44.2989996Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\device_mesh.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-14T04:09:44.2995369Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\experimental 2025-03-14T04:09:44.2998704Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_attention.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-03-14T04:09:44.3004938Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_func_map.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-03-14T04:09:44.3010994Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_register_sharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-03-14T04:09:44.3027413Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_tp_transform.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-03-14T04:09:44.3033208Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-03-14T04:09:44.3038738Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\parallel 2025-03-14T04:09:44.3042038Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-03-14T04:09:44.3047247Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\ddp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-03-14T04:09:44.3052340Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\fsdp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-03-14T04:09:44.3058199Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\input_reshard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-03-14T04:09:44.3063598Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\loss.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-03-14T04:09:44.3069149Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\style.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-03-14T04:09:44.3084072Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\_data_parallel_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-03-14T04:09:44.3089364Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-03-14T04:09:44.3094568Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-03-14T04:09:44.3100200Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\placement_types.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-14T04:09:44.3115652Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-14T04:09:44.3121823Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_collective_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-14T04:09:44.3127785Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_dispatch.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-14T04:09:44.3133538Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_dtensor_spec.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-14T04:09:44.3139262Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\_ops 2025-03-14T04:09:44.3142578Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-03-14T04:09:44.3147884Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_common_rules.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-03-14T04:09:44.3153174Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_conv_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-03-14T04:09:44.3158444Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_einsum_strategy.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-03-14T04:09:44.3173154Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-03-14T04:09:44.3179610Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_experimental_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-03-14T04:09:44.3185771Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_math_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-03-14T04:09:44.3191904Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_matrix_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-03-14T04:09:44.3198204Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_pointwise_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-03-14T04:09:44.3204089Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_random_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-03-14T04:09:44.3209740Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_tensor_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-03-14T04:09:44.3215619Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_view_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-03-14T04:09:44.3222491Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-03-14T04:09:44.3227599Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_op_schema.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-14T04:09:44.3233354Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_random.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-14T04:09:44.3239255Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_redistribute.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-14T04:09:44.3244666Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_sharding_prop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-14T04:09:44.3250554Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_shards_wrapper.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-14T04:09:44.3255898Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_tp_conv.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-14T04:09:44.3261199Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-14T04:09:44.3266490Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-14T04:09:44.3271833Z copying build\lib.win-amd64-cpython-39\torch\distributed\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:09:44.3277158Z copying build\lib.win-amd64-cpython-39\torch\distributed\_checkpointable.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:09:44.3282869Z creating build\bdist.win-amd64\wheel\torch\distributed\_composable 2025-03-14T04:09:44.3295313Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\checkpoint_activation.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2025-03-14T04:09:44.3301181Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\contract.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2025-03-14T04:09:44.3306842Z creating build\bdist.win-amd64\wheel\torch\distributed\_composable\fsdp 2025-03-14T04:09:44.3310101Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\fully_shard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2025-03-14T04:09:44.3315179Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2025-03-14T04:09:44.3320541Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\replicate.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2025-03-14T04:09:44.3334937Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2025-03-14T04:09:44.3339907Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable_state.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:09:44.3345387Z copying build\lib.win-amd64-cpython-39\torch\distributed\_functional_collectives.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:09:44.3351295Z copying build\lib.win-amd64-cpython-39\torch\distributed\_functional_collectives_impl.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:09:44.3357030Z copying build\lib.win-amd64-cpython-39\torch\distributed\_serialization.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:09:44.3363248Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard 2025-03-14T04:09:44.3366465Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-03-14T04:09:44.3372055Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\checkpoint 2025-03-14T04:09:44.3375423Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\checkpoint 2025-03-14T04:09:44.3380734Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\common_op_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-03-14T04:09:44.3386010Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-03-14T04:09:44.3391238Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\op_registry_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-03-14T04:09:44.3406295Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_optim 2025-03-14T04:09:44.3409604Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_optim 2025-03-14T04:09:44.3415066Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_optim 2025-03-14T04:09:44.3420721Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_tensor 2025-03-14T04:09:44.3424077Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2025-03-14T04:09:44.3430463Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2025-03-14T04:09:44.3435660Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2025-03-14T04:09:44.3440779Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2025-03-14T04:09:44.3445889Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\reshard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2025-03-14T04:09:44.3460010Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\shard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2025-03-14T04:09:44.3465780Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2025-03-14T04:09:44.3471937Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_tensor\_ops 2025-03-14T04:09:44.3475826Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops\binary_cmp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor\_ops 2025-03-14T04:09:44.3481933Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops\init.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor\_ops 2025-03-14T04:09:44.3487869Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops\misc_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor\_ops 2025-03-14T04:09:44.3493434Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops\tensor_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor\_ops 2025-03-14T04:09:44.3499352Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops\_common.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor\_ops 2025-03-14T04:09:44.3514579Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor\_ops 2025-03-14T04:09:44.3520212Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2025-03-14T04:09:44.3526461Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharder.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-03-14T04:09:44.3532657Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_plan 2025-03-14T04:09:44.3536581Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_plan 2025-03-14T04:09:44.3542452Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_plan 2025-03-14T04:09:44.3548563Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_spec 2025-03-14T04:09:44.3552025Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec 2025-03-14T04:09:44.3560678Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec 2025-03-14T04:09:44.3569342Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-03-14T04:09:44.3584200Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\embedding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-03-14T04:09:44.3589926Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\embedding_bag.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-03-14T04:09:44.3596452Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\_common.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-03-14T04:09:44.3611979Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-03-14T04:09:44.3616383Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\_internals.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec 2025-03-14T04:09:44.3622447Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec 2025-03-14T04:09:44.3627819Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-03-14T04:09:44.3633717Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-03-14T04:09:44.3639361Z creating build\bdist.win-amd64\wheel\torch\distributed\_sharded_tensor 2025-03-14T04:09:44.3642776Z copying build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_sharded_tensor 2025-03-14T04:09:44.3648250Z creating build\bdist.win-amd64\wheel\torch\distributed\_sharding_spec 2025-03-14T04:09:44.3651630Z copying build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_sharding_spec 2025-03-14T04:09:44.3656689Z copying build\lib.win-amd64-cpython-39\torch\distributed\_state_dict_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:09:44.3663041Z creating build\bdist.win-amd64\wheel\torch\distributed\_symmetric_memory 2025-03-14T04:09:44.3667045Z copying build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_symmetric_memory 2025-03-14T04:09:44.3673806Z creating build\bdist.win-amd64\wheel\torch\distributed\_tensor 2025-03-14T04:09:44.3686220Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2025-03-14T04:09:44.3691399Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\placement_types.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2025-03-14T04:09:44.3696468Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2025-03-14T04:09:44.3702347Z creating build\bdist.win-amd64\wheel\torch\distributed\_tools 2025-03-14T04:09:44.3705927Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\common_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-03-14T04:09:44.3711424Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\fake_collectives.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-03-14T04:09:44.3716804Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\fsdp2_mem_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-03-14T04:09:44.3722540Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\ilp_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-03-14T04:09:44.3737254Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\memory_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-03-14T04:09:44.3743193Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\mem_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-03-14T04:09:44.3749268Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\mod_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-03-14T04:09:44.3754708Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\runtime_estimator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-03-14T04:09:44.3760778Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\sac_estimator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-03-14T04:09:44.3767040Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\sac_ilp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-03-14T04:09:44.3772270Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-03-14T04:09:44.3777147Z copying build\lib.win-amd64-cpython-39\torch\distributed\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-14T04:09:44.3783598Z creating build\bdist.win-amd64\wheel\torch\distributions 2025-03-14T04:09:44.3786846Z copying build\lib.win-amd64-cpython-39\torch\distributions\bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.3792151Z copying build\lib.win-amd64-cpython-39\torch\distributions\beta.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.3797303Z copying build\lib.win-amd64-cpython-39\torch\distributions\binomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.3802506Z copying build\lib.win-amd64-cpython-39\torch\distributions\categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.3817589Z copying build\lib.win-amd64-cpython-39\torch\distributions\cauchy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.3822912Z copying build\lib.win-amd64-cpython-39\torch\distributions\chi2.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.3828099Z copying build\lib.win-amd64-cpython-39\torch\distributions\constraints.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.3833949Z copying build\lib.win-amd64-cpython-39\torch\distributions\constraint_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.3839416Z copying build\lib.win-amd64-cpython-39\torch\distributions\continuous_bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.3844712Z copying build\lib.win-amd64-cpython-39\torch\distributions\dirichlet.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.3849996Z copying build\lib.win-amd64-cpython-39\torch\distributions\distribution.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.3855359Z copying build\lib.win-amd64-cpython-39\torch\distributions\exponential.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.3860639Z copying build\lib.win-amd64-cpython-39\torch\distributions\exp_family.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.3866957Z copying build\lib.win-amd64-cpython-39\torch\distributions\fishersnedecor.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.3872807Z copying build\lib.win-amd64-cpython-39\torch\distributions\gamma.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.3878530Z copying build\lib.win-amd64-cpython-39\torch\distributions\geometric.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.3885169Z copying build\lib.win-amd64-cpython-39\torch\distributions\gumbel.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.3891001Z copying build\lib.win-amd64-cpython-39\torch\distributions\half_cauchy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.3896911Z copying build\lib.win-amd64-cpython-39\torch\distributions\half_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.3902764Z copying build\lib.win-amd64-cpython-39\torch\distributions\independent.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.3908872Z copying build\lib.win-amd64-cpython-39\torch\distributions\inverse_gamma.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.3914592Z copying build\lib.win-amd64-cpython-39\torch\distributions\kl.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.3921453Z copying build\lib.win-amd64-cpython-39\torch\distributions\kumaraswamy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.3937481Z copying build\lib.win-amd64-cpython-39\torch\distributions\laplace.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.3943312Z copying build\lib.win-amd64-cpython-39\torch\distributions\lkj_cholesky.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.3949288Z copying build\lib.win-amd64-cpython-39\torch\distributions\logistic_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.3955668Z copying build\lib.win-amd64-cpython-39\torch\distributions\log_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.3961704Z copying build\lib.win-amd64-cpython-39\torch\distributions\lowrank_multivariate_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.3967647Z copying build\lib.win-amd64-cpython-39\torch\distributions\mixture_same_family.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.3973559Z copying build\lib.win-amd64-cpython-39\torch\distributions\multinomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.3979478Z copying build\lib.win-amd64-cpython-39\torch\distributions\multivariate_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.3985999Z copying build\lib.win-amd64-cpython-39\torch\distributions\negative_binomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.4001033Z copying build\lib.win-amd64-cpython-39\torch\distributions\normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.4006869Z copying build\lib.win-amd64-cpython-39\torch\distributions\one_hot_categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.4012774Z copying build\lib.win-amd64-cpython-39\torch\distributions\pareto.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.4018444Z copying build\lib.win-amd64-cpython-39\torch\distributions\poisson.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.4024341Z copying build\lib.win-amd64-cpython-39\torch\distributions\relaxed_bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.4030218Z copying build\lib.win-amd64-cpython-39\torch\distributions\relaxed_categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.4035875Z copying build\lib.win-amd64-cpython-39\torch\distributions\studentT.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.4041738Z copying build\lib.win-amd64-cpython-39\torch\distributions\transformed_distribution.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.4047727Z copying build\lib.win-amd64-cpython-39\torch\distributions\transforms.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.4055194Z copying build\lib.win-amd64-cpython-39\torch\distributions\uniform.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.4063144Z copying build\lib.win-amd64-cpython-39\torch\distributions\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.4071078Z copying build\lib.win-amd64-cpython-39\torch\distributions\von_mises.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.4078963Z copying build\lib.win-amd64-cpython-39\torch\distributions\weibull.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.4094185Z copying build\lib.win-amd64-cpython-39\torch\distributions\wishart.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.4100329Z copying build\lib.win-amd64-cpython-39\torch\distributions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-14T04:09:44.4106739Z creating build\bdist.win-amd64\wheel\torch\export 2025-03-14T04:09:44.4109892Z copying build\lib.win-amd64-cpython-39\torch\export\custom_obj.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-14T04:09:44.4115732Z copying build\lib.win-amd64-cpython-39\torch\export\custom_ops.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-14T04:09:44.4121272Z copying build\lib.win-amd64-cpython-39\torch\export\decomp_utils.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-14T04:09:44.4126558Z copying build\lib.win-amd64-cpython-39\torch\export\dynamic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-14T04:09:44.4142716Z creating build\bdist.win-amd64\wheel\torch\export\experimental 2025-03-14T04:09:44.4145951Z copying build\lib.win-amd64-cpython-39\torch\export\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export\experimental 2025-03-14T04:09:44.4150955Z copying build\lib.win-amd64-cpython-39\torch\export\exported_program.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-14T04:09:44.4157177Z copying build\lib.win-amd64-cpython-39\torch\export\graph_signature.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-14T04:09:44.4164605Z creating build\bdist.win-amd64\wheel\torch\export\passes 2025-03-14T04:09:44.4167706Z copying build\lib.win-amd64-cpython-39\torch\export\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export\passes 2025-03-14T04:09:44.4173370Z copying build\lib.win-amd64-cpython-39\torch\export\unflatten.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-14T04:09:44.4179824Z copying build\lib.win-amd64-cpython-39\torch\export\_draft_export.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-14T04:09:44.4186414Z copying build\lib.win-amd64-cpython-39\torch\export\_remove_auto_functionalized_pass.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-14T04:09:44.4191776Z copying build\lib.win-amd64-cpython-39\torch\export\_remove_effect_tokens_pass.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-14T04:09:44.4197048Z copying build\lib.win-amd64-cpython-39\torch\export\_safeguard.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-14T04:09:44.4202799Z copying build\lib.win-amd64-cpython-39\torch\export\_swap.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-14T04:09:44.4209239Z copying build\lib.win-amd64-cpython-39\torch\export\_trace.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-14T04:09:44.4216217Z copying build\lib.win-amd64-cpython-39\torch\export\_tree_utils.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-14T04:09:44.4221408Z copying build\lib.win-amd64-cpython-39\torch\export\_unlift.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-14T04:09:44.4226663Z copying build\lib.win-amd64-cpython-39\torch\export\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-14T04:09:44.4232861Z creating build\bdist.win-amd64\wheel\torch\fft 2025-03-14T04:09:44.4236017Z copying build\lib.win-amd64-cpython-39\torch\fft\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fft 2025-03-14T04:09:44.4242553Z creating build\bdist.win-amd64\wheel\torch\func 2025-03-14T04:09:44.4245718Z copying build\lib.win-amd64-cpython-39\torch\func\__init__.py -> build\bdist.win-amd64\wheel\.\torch\func 2025-03-14T04:09:44.4251060Z copying build\lib.win-amd64-cpython-39\torch\functional.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:44.4257694Z creating build\bdist.win-amd64\wheel\torch\futures 2025-03-14T04:09:44.4260937Z copying build\lib.win-amd64-cpython-39\torch\futures\__init__.py -> build\bdist.win-amd64\wheel\.\torch\futures 2025-03-14T04:09:44.4266772Z creating build\bdist.win-amd64\wheel\torch\fx 2025-03-14T04:09:44.4269992Z copying build\lib.win-amd64-cpython-39\torch\fx\annotate.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:09:44.4275063Z copying build\lib.win-amd64-cpython-39\torch\fx\config.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:09:44.4280561Z creating build\bdist.win-amd64\wheel\torch\fx\experimental 2025-03-14T04:09:44.4284257Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\accelerator_partitioner.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:09:44.4289856Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\const_fold.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:09:44.4295392Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\debug.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:09:44.4310260Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\graph_gradual_typechecker.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:09:44.4316751Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\merge_matmul.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:09:44.4322124Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\meta_tracer.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:09:44.4327994Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:09:44.4331438Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types\constraint.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:09:44.4337574Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types\constraint_generator.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:09:44.4343759Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types\constraint_transformation.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:09:44.4359274Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types\operation.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:09:44.4364536Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types\transform_to_z3.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:09:44.4370387Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types\util.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:09:44.4375543Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types\z3_types.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:09:44.4380824Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\migrate_gradual_types 2025-03-14T04:09:44.4385164Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\normalize.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:09:44.4390487Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\optimization.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:09:44.4396230Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\partitioner_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:09:44.4401699Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\proxy_tensor.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:09:44.4408096Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\recording.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:09:44.4414172Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\refinement_types.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:09:44.4420489Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\rewriter.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:09:44.4426241Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\schema_type_annotation.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:09:44.4432307Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\symbolic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:09:44.4441570Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\sym_node.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:09:44.4448780Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\unification 2025-03-14T04:09:44.4452691Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\core.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-03-14T04:09:44.4458528Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\dispatch.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-03-14T04:09:44.4464016Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\match.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-03-14T04:09:44.4469959Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\more.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-03-14T04:09:44.4476343Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\unification\multipledispatch 2025-03-14T04:09:44.4490335Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\conflict.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2025-03-14T04:09:44.4496140Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\core.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2025-03-14T04:09:44.4502064Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\dispatcher.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2025-03-14T04:09:44.4507943Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2025-03-14T04:09:44.4513958Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\variadic.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2025-03-14T04:09:44.4528793Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2025-03-14T04:09:44.4534097Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\unification_tools.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-03-14T04:09:44.4540036Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-03-14T04:09:44.4545950Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\variable.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-03-14T04:09:44.4551583Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-03-14T04:09:44.4558821Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unify_refinements.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:09:44.4567792Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\validator.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:09:44.4585453Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_backward_state.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:09:44.4592468Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_config.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:09:44.4597715Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_constant_symnode.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:09:44.4601945Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_dynamism.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:09:44.4607424Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-14T04:09:44.4611879Z copying build\lib.win-amd64-cpython-39\torch\fx\graph.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:09:44.4618353Z copying build\lib.win-amd64-cpython-39\torch\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:09:44.4634812Z copying build\lib.win-amd64-cpython-39\torch\fx\immutable_collections.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:09:44.4640202Z copying build\lib.win-amd64-cpython-39\torch\fx\interpreter.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:09:44.4646491Z copying build\lib.win-amd64-cpython-39\torch\fx\node.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:09:44.4652491Z copying build\lib.win-amd64-cpython-39\torch\fx\operator_schemas.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:09:44.4658738Z creating build\bdist.win-amd64\wheel\torch\fx\passes 2025-03-14T04:09:44.4662203Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\annotate_getitem_nodes.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:09:44.4667954Z creating build\bdist.win-amd64\wheel\torch\fx\passes\backends 2025-03-14T04:09:44.4671132Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\backends\cudagraphs.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\backends 2025-03-14T04:09:44.4677321Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\backends 2025-03-14T04:09:44.4681945Z creating build\bdist.win-amd64\wheel\torch\fx\passes\dialect 2025-03-14T04:09:44.4685658Z creating build\bdist.win-amd64\wheel\torch\fx\passes\dialect\common 2025-03-14T04:09:44.4688900Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common\cse_pass.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\dialect\common 2025-03-14T04:09:44.4694239Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\dialect\common 2025-03-14T04:09:44.4698640Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\dialect 2025-03-14T04:09:44.4703018Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\fake_tensor_prop.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:09:44.4708707Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_drawer.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:09:44.4724552Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_manipulation.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:09:44.4730536Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_transform_observer.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:09:44.4737039Z creating build\bdist.win-amd64\wheel\torch\fx\passes\infra 2025-03-14T04:09:44.4740260Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\partitioner.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2025-03-14T04:09:44.4746106Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\pass_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2025-03-14T04:09:44.4751731Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2025-03-14T04:09:44.4756878Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2025-03-14T04:09:44.4771242Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\net_min_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:09:44.4777047Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\operator_support.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:09:44.4782511Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\param_fetch.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:09:44.4787841Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:09:44.4793126Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\reinplace.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:09:44.4799435Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\runtime_assert.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:09:44.4805208Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\shape_prop.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:09:44.4810608Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\splitter_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:09:44.4816590Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\split_module.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:09:44.4822661Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\split_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:09:44.4829466Z creating build\bdist.win-amd64\wheel\torch\fx\passes\tests 2025-03-14T04:09:44.4832532Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tests\test_pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\tests 2025-03-14T04:09:44.4838345Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tests\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\tests 2025-03-14T04:09:44.4843590Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tools_common.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:09:44.4850220Z creating build\bdist.win-amd64\wheel\torch\fx\passes\utils 2025-03-14T04:09:44.4864555Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-03-14T04:09:44.4870315Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\fuser_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-03-14T04:09:44.4876727Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\matcher_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-03-14T04:09:44.4883403Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\matcher_with_name_node_map_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-03-14T04:09:44.4899157Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\source_matcher_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-03-14T04:09:44.4905153Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-03-14T04:09:44.4910867Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\_tensorify_python_scalars.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:09:44.4916802Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-14T04:09:44.4922598Z copying build\lib.win-amd64-cpython-39\torch\fx\proxy.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:09:44.4930159Z copying build\lib.win-amd64-cpython-39\torch\fx\subgraph_rewriter.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:09:44.4936049Z copying build\lib.win-amd64-cpython-39\torch\fx\tensor_type.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:09:44.4941840Z copying build\lib.win-amd64-cpython-39\torch\fx\traceback.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:09:44.4947874Z copying build\lib.win-amd64-cpython-39\torch\fx\_compatibility.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:09:44.4953721Z copying build\lib.win-amd64-cpython-39\torch\fx\_graph_pickler.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:09:44.4959971Z copying build\lib.win-amd64-cpython-39\torch\fx\_lazy_graph_module.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:09:44.4965851Z copying build\lib.win-amd64-cpython-39\torch\fx\_pytree.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:09:44.4971709Z copying build\lib.win-amd64-cpython-39\torch\fx\_symbolic_trace.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:09:44.4979108Z copying build\lib.win-amd64-cpython-39\torch\fx\_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:09:44.4984881Z copying build\lib.win-amd64-cpython-39\torch\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-14T04:09:44.4990596Z copying build\lib.win-amd64-cpython-39\torch\hub.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:44.4997607Z creating build\bdist.win-amd64\wheel\torch\include 2025-03-14T04:09:44.5002868Z creating build\bdist.win-amd64\wheel\torch\include\ATen 2025-03-14T04:09:44.5006731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\AccumulateType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.5012237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.5017583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ATen.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.5023314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\autocast_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.5029601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Backend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.5045198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.5051271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\BlasBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.5057071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CachedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.5063933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ceil_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.5069924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\code_template.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.5077708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CollapseDims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.5083956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.5090190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.5097219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.5103836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.5109962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.5116256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.5122723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.5128360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.5143210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Config.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.5148387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Context.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.5155207Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core 2025-03-14T04:09:44.5158738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\alias_info.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5164556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Array.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5169669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATenGeneral.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5174592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATenOpList.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5189446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATen_fwd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5194620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\aten_interned_strings.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5200881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATen_pch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5206288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5211656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\blob.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5222229Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\boxing 2025-03-14T04:09:44.5223051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\BoxedKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing 2025-03-14T04:09:44.5227126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\BoxedKernel_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing 2025-03-14T04:09:44.5232641Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\boxing\impl 2025-03-14T04:09:44.5235904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl\boxing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing\impl 2025-03-14T04:09:44.5241307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl\make_boxed_from_unboxed_functor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing\impl 2025-03-14T04:09:44.5247001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl\test_helpers.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing\impl 2025-03-14T04:09:44.5253034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl\WrapFunctionIntoFunctor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing\impl 2025-03-14T04:09:44.5267797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl\WrapFunctionIntoRuntimeFunctor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing\impl 2025-03-14T04:09:44.5273105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\KernelFunction.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing 2025-03-14T04:09:44.5288751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\KernelFunction_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing 2025-03-14T04:09:44.5294166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\OperatorKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing 2025-03-14T04:09:44.5299385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\builtin_function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5304800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5310802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\CheckMemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5316335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\class_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5322386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\custom_class.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5328390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DeprecatedTypeProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5335905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5341709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dict.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5347593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dict_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5355414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5363407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5369652Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\dispatch 2025-03-14T04:09:44.5373467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\CppSignature.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2025-03-14T04:09:44.5379517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\Dispatcher.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2025-03-14T04:09:44.5386140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\DispatchKeyExtractor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2025-03-14T04:09:44.5392849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\ObservedOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2025-03-14T04:09:44.5408507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\OperatorEntry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2025-03-14T04:09:44.5414601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\OperatorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2025-03-14T04:09:44.5420600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\RegistrationHandleRAII.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2025-03-14T04:09:44.5426596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DistributionsHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5441942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dynamic_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5448144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\enum_tag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5453433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\enum_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5459740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Formatting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5465673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5471361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5477240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\function_schema.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5484028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\function_schema_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5489987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5496064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\GeneratorForPrivateuseone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5502350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\grad_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5517396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\IListRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5523642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\IListRef_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5529453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\interned_strings.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5535422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\interned_strings_class.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5540829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5547393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5554538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5559938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\jit_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5566451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\jit_type_base.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5572747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\LegacyTypeDispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5587621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\List.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5593859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\List_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5599234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\MT19937RNGEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5604569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\NamedTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5609953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\NestedIntSymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5615368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\operator_name.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5621180Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\op_registration 2025-03-14T04:09:44.5625936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration\adaption.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\op_registration 2025-03-14T04:09:44.5631236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration\infer_schema.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\op_registration 2025-03-14T04:09:44.5637346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration\op_allowlist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\op_registration 2025-03-14T04:09:44.5643089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration\op_registration.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\op_registration 2025-03-14T04:09:44.5659121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PhiloxRNGEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5664863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PythonFallbackKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5670443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PythonOpRegistrationTrampoline.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5675679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\qualified_name.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5691043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\QuantizerBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5696564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5701550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Reduction.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5706635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\rref_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5711943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5717286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5722343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5727940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\symbol.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5733196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5738342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5744035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5750170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorBody.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5776977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TorchDispatchUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5782291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TransformationHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5788257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5793265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\type_factory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5798638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\type_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5804043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\UndefinedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5809115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\UnsafeFromTH.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5814704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\VariableHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5819936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Variadic.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5825189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Vitals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-14T04:09:44.5830530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpp_custom_type_hack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.5836239Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu 2025-03-14T04:09:44.5839479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\FlushDenormal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2025-03-14T04:09:44.5844427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2025-03-14T04:09:44.5850069Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec 2025-03-14T04:09:44.5853292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-03-14T04:09:44.5858262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\functional_base.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-03-14T04:09:44.5863851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\functional_bfloat16.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-03-14T04:09:44.5869618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\intrinsics.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-03-14T04:09:44.5885260Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\sve 2025-03-14T04:09:44.5888665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve\sve_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\sve 2025-03-14T04:09:44.5894592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve\vec_common_sve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\sve 2025-03-14T04:09:44.5900470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve\vec_double.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\sve 2025-03-14T04:09:44.5906915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve\vec_float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\sve 2025-03-14T04:09:44.6040154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve\vec_int.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\sve 2025-03-14T04:09:44.6046120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve\vec_qint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\sve 2025-03-14T04:09:44.6052730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-03-14T04:09:44.6058822Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec128 2025-03-14T04:09:44.6062291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128\vec128.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec128 2025-03-14T04:09:44.6067391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128\vec128_bfloat16_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec128 2025-03-14T04:09:44.6073630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128\vec128_convert.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec128 2025-03-14T04:09:44.6081136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128\vec128_float_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec128 2025-03-14T04:09:44.6202616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128\vec128_half_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec128 2025-03-14T04:09:44.6208923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128\vec128_reduced_precision_common_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec128 2025-03-14T04:09:44.6214842Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:09:44.6218199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\missing_vld1_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:09:44.6224755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\missing_vst1_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:09:44.6229858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:09:44.6235168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_16bit_float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:09:44.6364035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_bfloat16.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:09:44.6370285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_complex_double.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:09:44.6376524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_complex_float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:09:44.6383425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_convert.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:09:44.6389531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_double.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:09:44.6395815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:09:44.6402449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_half.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:09:44.6408757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_int.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:09:44.6416398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_mask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:09:44.6422867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_qint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-03-14T04:09:44.6430874Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:09:44.6434786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_bfloat16_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:09:44.6440930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_common_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:09:44.6447277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_complex_double_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:09:44.6562831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_complex_float_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:09:44.6571834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_double_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:09:44.6581079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_float_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:09:44.6587879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_int16_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:09:44.6594250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_int32_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:09:44.6600538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_int64_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:09:44.6607434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_qint32_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:09:44.6613644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_qint8_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:09:44.6620535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_quint8_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:09:44.6627303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vsx_helpers.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-14T04:09:44.6633700Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256\zarch 2025-03-14T04:09:44.6637746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\zarch\vec256_zarch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\zarch 2025-03-14T04:09:44.6645200Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:09:44.6648563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:09:44.6654262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_bfloat16.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:09:44.6661374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_complex_double.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:09:44.6668256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_complex_float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:09:44.6772200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_convert.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:09:44.6777927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_double.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:09:44.6783966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:09:44.6790012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_int.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:09:44.6797303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_mask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:09:44.6802471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_qint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-03-14T04:09:44.6808983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec_base.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-03-14T04:09:44.6815477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec_convert.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-03-14T04:09:44.6821114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec_half.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-03-14T04:09:44.6827142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec_mask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-03-14T04:09:44.6832864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec_n.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-03-14T04:09:44.6839076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vml.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2025-03-14T04:09:44.6845086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUApplyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.6851345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFixedAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.6857486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.6863684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.6870498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.6877630Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda 2025-03-14T04:09:44.6881391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ApplyGridUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.6887514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\AsmUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.6894029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ATenCUDAGeneral.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.6899896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Atomic.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.6906605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.6989382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.6995773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.7001774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub_definitions.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.7007907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAApplyUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.7014545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDABlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.7020900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.7026403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.7032186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAContextLight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.7037679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDADataType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.7043176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDADevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.7048387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.7053848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.7060259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGraph.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.7066615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGraphsUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.7074197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.7081969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparseBlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.7642223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparseDescriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.7650559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDATensorMethods.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.7658399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.7667078Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda\detail 2025-03-14T04:09:44.7671966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\CUDAHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-03-14T04:09:44.7680360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\DeviceThreadHandles.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-03-14T04:09:44.7686716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\IndexUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-03-14T04:09:44.7692606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\IntegerDivider.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-03-14T04:09:44.7703701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\KernelUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-03-14T04:09:44.7709890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\LazyNVRTC.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-03-14T04:09:44.7715101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\OffsetCalculator.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-03-14T04:09:44.7721262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\PhiloxCudaStateRaw.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-03-14T04:09:44.7726591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\TensorInfo.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-03-14T04:09:44.7732488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\UnpackRaw.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-03-14T04:09:44.7738028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\DeviceUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.7743584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.7748833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.7754678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\jiterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.7760076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\jiterator_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.7765438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\llvm_jit_strings.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.7773933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\NumericLimits.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.7779967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PeerToPeerAccess.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.7785251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PhiloxCudaState.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.7790355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PhiloxUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.7795472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PinnedMemoryAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.7800755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ScanUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.7806148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Sleep.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.7811037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ThrustAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-14T04:09:44.7816473Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda\tunable 2025-03-14T04:09:44.7819814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\GemmCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2025-03-14T04:09:44.7825762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\GemmHipblaslt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2025-03-14T04:09:44.7831507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\GemmRocblas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2025-03-14T04:09:44.7836791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\StreamTimer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2025-03-14T04:09:44.7845898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\Tunable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2025-03-14T04:09:44.7850990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\TunableGemm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2025-03-14T04:09:44.7856492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\TunableOp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2025-03-14T04:09:44.7862040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CUDAFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.7871318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CUDAFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.7877645Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cudnn 2025-03-14T04:09:44.7880898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\cudnn-wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-03-14T04:09:44.7885995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Descriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-03-14T04:09:44.7891911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Handle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-03-14T04:09:44.7897208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Handles.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-03-14T04:09:44.7902760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-03-14T04:09:44.7912332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-03-14T04:09:44.7918465Z creating build\bdist.win-amd64\wheel\torch\include\ATen\detail 2025-03-14T04:09:44.7921815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\AcceleratorHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-03-14T04:09:44.7927730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\CUDAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-03-14T04:09:44.7933455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\FunctionTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-03-14T04:09:44.7943499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\HIPHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-03-14T04:09:44.7949405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\HPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-03-14T04:09:44.7955165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\IPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-03-14T04:09:44.7961011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MAIAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-03-14T04:09:44.7967542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MPSHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-03-14T04:09:44.7973674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MTIAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-03-14T04:09:44.7979583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\PrivateUse1HooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-03-14T04:09:44.7985598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\XPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-03-14T04:09:44.7991485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.7997202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DeviceAccelerator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8003068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8008972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8014560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8020355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8027120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dispatch_v2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8033902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\div_rtn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8039539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DLConvertor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8045335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\dlpack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8055400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DynamicLibrary.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8061233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8066856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ExpandBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8072808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ExpandUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8079376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Formatting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8085617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FunctionalStorageImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8093787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FunctionalTensorWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8100586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Functions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8107893Z creating build\bdist.win-amd64\wheel\torch\include\ATen\functorch 2025-03-14T04:09:44.8112436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\ADInterpreters.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-14T04:09:44.8118417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchedFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-14T04:09:44.8124412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-14T04:09:44.8134975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchingMetaprogramming.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-14T04:09:44.8141328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchRulesHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-14T04:09:44.8147313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\DynamicLayer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-14T04:09:44.8152772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\FunctionalizeInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-14T04:09:44.8158659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\Interpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-14T04:09:44.8164172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\LegacyVmapTransforms.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-14T04:09:44.8169540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\Macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-14T04:09:44.8174580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\PlumbingHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-14T04:09:44.8179907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\TensorWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-14T04:09:44.8185885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\VmapInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-14T04:09:44.8192239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FuncTorchTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8201771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8207077Z creating build\bdist.win-amd64\wheel\torch\include\ATen\hip 2025-03-14T04:09:44.8210447Z creating build\bdist.win-amd64\wheel\torch\include\ATen\hip\impl 2025-03-14T04:09:44.8213874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl\HIPAllocatorMasqueradingAsCUDA.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\hip\impl 2025-03-14T04:09:44.8219324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl\HIPCachingAllocatorMasqueradingAsCUDA.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\hip\impl 2025-03-14T04:09:44.8224467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl\HIPGuardImplMasqueradingAsCUDA.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\hip\impl 2025-03-14T04:09:44.8234683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl\HIPStreamMasqueradingAsCUDA.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\hip\impl 2025-03-14T04:09:44.8240230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\InferSize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8245695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\InitialTensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8251132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\jiterator_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8256423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\jit_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8261599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8266620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyBatchedFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8272017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyBatchedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8277375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyVmapMode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8289917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyVmapTransforms.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8295958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LinalgBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8301430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MapAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8306735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MatrixRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8312446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MemoryOverlap.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8317796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MetaFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8323206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MetaFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8328599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MethodOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8334407Z creating build\bdist.win-amd64\wheel\torch\include\ATen\miopen 2025-03-14T04:09:44.8337652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Descriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-03-14T04:09:44.8343596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-03-14T04:09:44.8348799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Handle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-03-14T04:09:44.8353656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\miopen-wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-03-14T04:09:44.8362753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-03-14T04:09:44.8367545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-03-14T04:09:44.8372966Z creating build\bdist.win-amd64\wheel\torch\include\ATen\mps 2025-03-14T04:09:44.8376256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-03-14T04:09:44.8381611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\IndexKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-03-14T04:09:44.8387104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-03-14T04:09:44.8393462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSAllocatorInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-03-14T04:09:44.8403680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSDevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-03-14T04:09:44.8408992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-03-14T04:09:44.8414319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-03-14T04:09:44.8419542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-03-14T04:09:44.8425048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-03-14T04:09:44.8430155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSProfiler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-03-14T04:09:44.8435891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSStream.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-03-14T04:09:44.8441302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NamedTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8450571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NamedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:44.8457803Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native 2025-03-14T04:09:44.8461297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.8466644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\AdaptivePooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.8472280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\AmpKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.8477289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BatchLinearAlgebra.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.8487051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.8492901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BinaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.8499371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BucketizationUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.8505567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CanUse32BitIndexMath.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.8511115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ComplexHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.8517120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CompositeRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.8523291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CompositeRandomAccessorCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.8529550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ConvolutionMM3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.8534782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ConvUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.8541316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.8547565Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\cpu 2025-03-14T04:09:44.8550946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\AtomicAddFloat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:09:44.8556700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\avx_mathfun.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:09:44.8563580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\CatKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:09:44.8568848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\ChannelShuffleKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:09:44.8578406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\CopyKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:09:44.8585218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\DepthwiseConvKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:09:44.8593197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\DistributionTemplates.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:09:44.8601887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\Gelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:09:44.8607475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\GridSamplerKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:09:44.8613236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\IndexKernelUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:09:44.8619305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\Intrinsics.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:09:44.8624933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\int_mm_kernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:09:44.8630352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\IsContiguous.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:09:44.8635865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\LogAddExp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:09:44.8641305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\Loops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:09:44.8646844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\MaxUnpoolKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:09:44.8652214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\mixed_data_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:09:44.8657703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\moments_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:09:44.8663200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\PixelShuffleKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:09:44.8668608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\Reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:09:44.8679087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:09:44.8684503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\ReduceUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:09:44.8690137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\SampledAddmmKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:09:44.8695328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\SerialStackImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:09:44.8700806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\SoftmaxKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:09:44.8706860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\SpmmReduceKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:09:44.8712146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\StackKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:09:44.8717634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\UpSampleKernelAVXAntialias.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:09:44.8723869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:09:44.8729177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\WeightNormKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:09:44.8738390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\zmath.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-03-14T04:09:44.8744266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CPUBlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.8749462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CPUFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.8754816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.8760582Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8764947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8770041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\BinaryInternal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8775441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\block_reduce.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8780878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\CompositeRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8791665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8796609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\CUDAJitLoops.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8801880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\CUDALoops.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8807770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\CuFFTPlanCache.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8814584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\CuFFTUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8819911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\cutlass_utils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8825881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\DeviceSqrt.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8831369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Distributions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8836951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\DistributionTemplates.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8842946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\EmbeddingBackwardKernel.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8848021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\ForeachFunctors.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8853941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\ForeachMinMaxFunctors.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8859438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\fused_adamw_amsgrad_impl.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8864963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\fused_adamw_impl.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8874712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\fused_adam_amsgrad_impl.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8880066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\fused_adam_impl.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8885529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\fused_adam_utils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8890930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\GridSampler.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8896910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\GridSampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8902918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\im2col.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8908876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\IndexKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8914553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\JitLoops.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8920429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\jit_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8926953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\KernelUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8936999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\LaunchUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8942738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Loops.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8948578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Math.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8956383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\MemoryAccess.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8962735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\MiscUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8968960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\MultiTensorApply.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8975141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Normalization.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8982356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\PersistentSoftmax.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8988863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Pow.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.8994623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Randperm.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.9000387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Reduce.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.9007096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\ReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.9017738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\reduction_template.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.9024625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.9030394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\RowwiseScaledMM.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.9036030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\ScaledGroupMM.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.9041675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\ScanKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.9047887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\ScanUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.9054213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Sort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.9059758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Sorting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.9065510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\SortingCommon.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.9071842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\SortingRadixSelect.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.9077850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\SortStable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.9089524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\SortUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.9098040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\TensorModeKernel.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.9106364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\TensorModeKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.9112297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\TensorTopK.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.9118006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\thread_constants.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.9124263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\UniqueCub.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.9130015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\UpSample.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.9135891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\vol2col.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-03-14T04:09:44.9141598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DilatedConvolutionUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9147651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DispatchStub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9157259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Distance.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9163178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Distributions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9170179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DistributionTemplates.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9176110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\EmbeddingBag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9181499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9186501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ForeachUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9192642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FractionalMaxPooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9198204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FunctionOfAMatrixUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9203310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedAdagrad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9208324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedAdam.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9213904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedSGD.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9218842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Gelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9228699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\GridSampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9234028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\GridSamplerUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9239508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\group_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9245649Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\hip 2025-03-14T04:09:44.9248856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip\ck_bgemm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\hip 2025-03-14T04:09:44.9253856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip\ck_gemm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\hip 2025-03-14T04:09:44.9259211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip\ck_gemm_template.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\hip 2025-03-14T04:09:44.9264624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip\ck_types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\hip 2025-03-14T04:09:44.9269939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Histogram.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9275278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\im2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9280652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\im2col_shape_check.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9286099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\IndexingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9291431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\IndexKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9297377Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\kleidiai 2025-03-14T04:09:44.9300698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai\kai_kernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\kleidiai 2025-03-14T04:09:44.9306337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai\kai_pack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\kleidiai 2025-03-14T04:09:44.9311580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai\kai_ukernel_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\kleidiai 2025-03-14T04:09:44.9316704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\layer_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9326515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9331749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LinearAlgebra.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9336834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LinearAlgebraUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9342830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LossMulti.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9348439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Math.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9355645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MathBitFallThroughLists.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9361027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MathBitsFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9366499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MaxPooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9372120Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn 2025-03-14T04:09:44.9375548Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn\xpu 2025-03-14T04:09:44.9379160Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn\xpu\detail 2025-03-14T04:09:44.9382533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail\Attr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mkldnn\xpu\detail 2025-03-14T04:09:44.9388387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail\oneDNN.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mkldnn\xpu\detail 2025-03-14T04:09:44.9393688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail\oneDNNContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mkldnn\xpu\detail 2025-03-14T04:09:44.9399388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mkldnn\xpu\detail 2025-03-14T04:09:44.9405558Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mps 2025-03-14T04:09:44.9408830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\Copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2025-03-14T04:09:44.9414492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\MetalShaderLibrary.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2025-03-14T04:09:44.9421191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\MPSGraphSequoiaOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2025-03-14T04:09:44.9427016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\MPSGraphSonomaOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2025-03-14T04:09:44.9437421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\MPSGraphVenturaOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2025-03-14T04:09:44.9443805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\OperationUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2025-03-14T04:09:44.9450412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\TensorFactory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2025-03-14T04:09:44.9456875Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\nested 2025-03-14T04:09:44.9460832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested\NestedTensorBinaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\nested 2025-03-14T04:09:44.9466612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested\NestedTensorMath.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\nested 2025-03-14T04:09:44.9472749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested\NestedTensorTransformerFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\nested 2025-03-14T04:09:44.9483357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested\NestedTensorTransformerUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\nested 2025-03-14T04:09:44.9489330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested\NestedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\nested 2025-03-14T04:09:44.9495742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\NonEmptyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9505705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\NonSymbolicBC.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9511891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Normalization.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9517822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Padding.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9523597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\PixelShuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9529527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\PointwiseOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9535409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Pool.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9541243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9547427Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\quantized 2025-03-14T04:09:44.9551356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\AffineQuantizer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2025-03-14T04:09:44.9557582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\AffineQuantizerBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2025-03-14T04:09:44.9563564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\ConvUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2025-03-14T04:09:44.9573429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\Copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2025-03-14T04:09:44.9579344Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\quantized\cpu 2025-03-14T04:09:44.9582883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\BinaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-03-14T04:09:44.9588597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\conv_serialization.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-03-14T04:09:44.9596278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\EmbeddingPackedParams.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-03-14T04:09:44.9604189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\fbgemm_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-03-14T04:09:44.9614689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\init_qnnpack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-03-14T04:09:44.9620700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\OnednnUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-03-14T04:09:44.9626863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\qconv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-03-14T04:09:44.9632840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\qembeddingbag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-03-14T04:09:44.9638382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\qembeddingbag_prepack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-03-14T04:09:44.9644123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\qlinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-03-14T04:09:44.9649496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\QnnpackUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-03-14T04:09:44.9655538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\QuantizedOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-03-14T04:09:44.9661591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\QuantUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-03-14T04:09:44.9666986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\RuyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-03-14T04:09:44.9672260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\XnnpackUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-03-14T04:09:44.9677721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\FakeQuantAffine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2025-03-14T04:09:44.9683074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\IndexKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2025-03-14T04:09:44.9688143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\library.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2025-03-14T04:09:44.9693792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\PackedParams.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2025-03-14T04:09:44.9699301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RangeFactories.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9704681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RangeUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9710038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceAllOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9722820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9728417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9734629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReductionType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9739967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Repeat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9745319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9751248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ResizeCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9756584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RNN.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9761863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ScatterGatherChecks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9767326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SegmentReduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9772862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SharedReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9778769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SobolEngineOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9788472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Sorting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9794023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SortingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9799173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SparseTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9804537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SpectralOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9809987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\StridedRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9815521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorAdvancedIndexing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9821434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorAdvancedIndexingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9826877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorCompare.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9832602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorConversions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9838066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorDimApply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9847760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorFactories.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9853828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorIterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9859645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorIteratorDynamicCasting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9865945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9871659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorShape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9877851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorTransformations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9884195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TopKImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9890746Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers 2025-03-14T04:09:44.9894280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\attention.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers 2025-03-14T04:09:44.9900144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\sdp_utils_cpp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers 2025-03-14T04:09:44.9906559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TransposeType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9912613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TriangularOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9918557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TypeProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9924420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UnaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9930143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Unfold2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9943141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Unfold3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9948113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UnfoldBackward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9953776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UpSample.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9961258Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\utils 2025-03-14T04:09:44.9964457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils\Factory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\utils 2025-03-14T04:09:44.9970359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils\ParamsHash.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\utils 2025-03-14T04:09:44.9976152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils\ParamUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\utils 2025-03-14T04:09:44.9982060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\verbose_wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9987739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\vol2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-14T04:09:44.9993992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NativeFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:45.0001540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NativeMetaFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:45.0008898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NestedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:45.0015063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NumericUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:45.0021223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\OpaqueTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:45.0027260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Operators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:45.0034207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\OpMathType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:45.0190229Z creating build\bdist.win-amd64\wheel\torch\include\ATen\ops 2025-03-14T04:09:45.0194279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0199585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0205017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0210465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0220376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0225968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0231186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0236486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0241778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0247033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0252882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0258229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0264077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0269680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0275070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0280378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0285519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0291005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0296462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0302422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0311467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0317363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0322681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0327867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0333134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0338524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0344074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0350408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0356687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0368503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0374732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0380910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0387523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0393684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0399764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0406434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0412618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0422572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0428776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0435535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0441659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0448436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0454543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0460979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0467217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0473305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0479325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0485391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0498729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0505252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0511581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0517797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0523936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0530188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0536946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0543145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0549522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0555766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0562110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0573128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0579255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0585866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0592131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0600109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0608214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0614657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0626634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0633354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0639083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0645405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0651582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0662613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0668220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0673788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0679572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0685157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0691411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0697595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0703225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0709534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0715131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0720924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0726585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0732291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0737723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0743154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0749521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0755731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0762163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0768043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0773748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0779457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0785357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0791796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0798185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0808253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0814402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0820569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0826720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0832775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0839150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0844971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0851226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0857165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0863511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0869758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0875960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0882038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0888490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0894545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0900419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0907248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0913629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0919795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0925792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0932036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0938304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0949376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0955345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0961343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0967420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0973457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0979608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0985930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0992004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.0998066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1004153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1010180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1016308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1022733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1028815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1035538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1041883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1048365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1053684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1059768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1066217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1071835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1077292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1082985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1088518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1094380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\affine_grid_generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1100569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\affine_grid_generator_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1106930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1112985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\affine_grid_generator_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1119193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\affine_grid_generator_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1125427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1136844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\affine_grid_generator_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1143213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\affine_grid_generator_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1149379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1154736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1160858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1166811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1172728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1178913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1184392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1190097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1195264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1200818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1206610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_as_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1212239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1217422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1223073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1228924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_tensors_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1234465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_tensors_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1239878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_tensors_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1245292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1261890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_to_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1263063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_to_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1264045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_to_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1267954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1273234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1278613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1283892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1289358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1295426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1301046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1306822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1312187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1317638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1323098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1328321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1333971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1339370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1344762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alpha_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1350479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alpha_dropout_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1356102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alpha_dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1367219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alpha_dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1372631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1378345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1383960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1389415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1394816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1400435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1405775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1411847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1417892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1423723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1430214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1436392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1442363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1448281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1454655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1461689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1467585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1473887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1480326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1486558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1492469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1498565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1505071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1510816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1516263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1523040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1528933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1535507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1541423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1547308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1553542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1559596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1565916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1571880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1579715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1586546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1592803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1599423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1605477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1619242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1627340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1633811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1639968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1645901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1652089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1658476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1664486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1670121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1675611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1682531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1688846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1694215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1699856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1705365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1710957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1716797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1722452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1727940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1733425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1738819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1744413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1749887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1755334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1761161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1766861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1772376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1778407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1783956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1789525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1794900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1800425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1806024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1811734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1817135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1823266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1829172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1834565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1840095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1845681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1851452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1856947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1862619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1868381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1874207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1879849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1885432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1891086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1898008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1904277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1910650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1916635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1922928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1929043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1935146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1941382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1947882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1953917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1959827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1965889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1971753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1977655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1983569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1989769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.1995724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2001906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2008328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2014616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2020800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2027091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2033198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2039393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2046283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2052760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2058713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2064415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2070022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2075617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2081235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2086596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2092911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2098399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2105254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2111279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2117076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2129705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2135952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2141656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2147923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2153457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2158997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2165158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2171224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2177370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_scatter_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2183046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2188599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2194785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2200430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2206046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2211638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2217227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2222785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2228313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2233780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2239320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2244877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2251372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2256997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2263063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2268547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2273615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2279130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2285160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2290581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2296390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2302037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2307493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2312816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2318330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2323598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2328843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2334504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2340598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2345838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2351349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2357176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2362628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2367851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2373386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2379587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2385277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2390524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2396102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2401849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool1d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2407396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2412684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2419072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2425281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2431592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2438077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2444262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2450489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2456587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2463223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2469844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2475817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2482050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2487706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2493509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2499346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2505226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2512007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2518377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2524511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2530753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2537488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2543834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2550204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2556513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2562853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2569049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2580571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2587203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2593149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2599371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2605416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2613888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2622590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2629502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2635761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2647752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2650779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2688879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2697344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2704817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2711971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2718034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2725323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bartlett_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2731187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bartlett_window_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2738244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bartlett_window_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2743975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bartlett_window_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2749514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2755499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2761401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2767821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2773820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_elemt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2779929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2785631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_elemt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2791300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_elemt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2796888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_elemt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2802757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2808424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2814340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2820656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2826638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_reduce_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2832288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_reduce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2837959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_reduce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2843803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2849547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_elemt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2855287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_elemt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2861115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_elemt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2867360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_elemt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2873121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2879238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2885014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2890535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2896282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2902256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_with_counts.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2908526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2914328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2923103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2929489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2938164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2947137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2956083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_stats.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2965500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_stats_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2972722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_stats_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2979117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_stats_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2985789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_stats_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2992095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_update_stats.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.2998884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3004790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_update_stats_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3011601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_update_stats_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3017250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_update_stats_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3023654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_update_stats_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3029287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3035374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3041127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3046721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3052374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3066736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3072262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3077835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3083720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3089313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3094686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3100066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3105704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3111955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3117757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3123523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3129129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3134694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3140310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3146120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3151721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3157964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3163758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_with_logits.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3169757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3175366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_with_logits_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3181336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_with_logits_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3187062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3192836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3198455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3204007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3209577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3218555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3224777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3233778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3242392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3250959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3259424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3266104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3272203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3278648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3284868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3291387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3297748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3304056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3310076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3316163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3321789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3327416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3334229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3339885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3345508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3351279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3356879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3363093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3369125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3374865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3381103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3386661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3392123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3398103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3403837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3409582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3415249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3421421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3427427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3433986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3440276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3446649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3452864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3459734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3466403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3472518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3478787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3485398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3492076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3498887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3505282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3512069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3517902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3523904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3529935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3535809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3541775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3548386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3554231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3559954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3565968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3571730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3577819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3583599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3589371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3595174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\blackman_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3602226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\blackman_window_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3608656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\blackman_window_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3616722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\blackman_window_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3626016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\block_diag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3633178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\block_diag_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3639432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\block_diag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3645666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\block_diag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3652083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3658191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3664519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3670068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3675623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3681368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3687027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3692384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3697745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3703610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_tensors_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3709329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_tensors_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3715308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_tensors_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3720821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3726694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_to_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3732691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_to_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3738254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_to_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3744104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3749834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3755712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3761251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3767700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3773831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3780264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\can_cast.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3786295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\can_cast_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3792586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\can_cast_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3798414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\can_cast_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3804744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cartesian_prod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3811128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cartesian_prod_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3817062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cartesian_prod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3823075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cartesian_prod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3829640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3836029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3842162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3848220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3854261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3860119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3866109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3872044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3878310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3884119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3890211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3896169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3902413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3908507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3920425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3926494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3932746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3938806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3944857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3951506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3957742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3964054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3970765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3977385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3983403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3989506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.3995641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4002469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4008275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4014311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4020814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4027129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4033249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4039339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4045254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4052254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4057980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4063480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4069873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4076599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4082494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4088387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chain_matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4094800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chain_matmul_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4101092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chain_matmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4106832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chain_matmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4113108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4119068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4125067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4130858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4136427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4144356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4151648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4160543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4169296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4177832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4186455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4193124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4199355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4205489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4211779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_inverse_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4218167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_inverse_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4223968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_inverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4230313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_inverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4236231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4242426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4248050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4253926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_solve_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4259400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_solve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4265236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_solve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4271513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\choose_qparams_optimized.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4277334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4282791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\choose_qparams_optimized_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4288399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\choose_qparams_optimized_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4294095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4299923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4305524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4311139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4316564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4322197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4328113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4333677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4339122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4345324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4350981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4356644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4362096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4367702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4373183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4378944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4384689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4390356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4395842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4402465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4407978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4413595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4419297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4425815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4431621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4437246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4442794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4448268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4453824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4459305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4464777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4470452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4475687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4481456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4486862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4492199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4497574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4502900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4508261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4514164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4519671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4525102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4531202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4537346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4542902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4548385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\column_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4554065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\column_stack_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4560122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\column_stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4565493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\column_stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4571196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4576919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4582359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4588281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4593968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4599655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4605234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4610806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4616988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4622162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4628656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4634540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4640263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4645745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4651680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4657153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4662831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4668348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4673959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4679392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4684902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4690655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4696236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4701820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4708351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4713764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4719386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4725056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4731353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4736555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4742009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4747323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4753222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4758926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4764877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4771398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4777171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4782998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4788674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\constant_pad_nd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4794524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\constant_pad_nd_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4800715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\constant_pad_nd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4806711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\constant_pad_nd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4812659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4824727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4830450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4836661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4842702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4848858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4855252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4861919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4868104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4874346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4880480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4887154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4893238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4899393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4905901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4911904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4918287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4924457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4931271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4937535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4944209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4950867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4957412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_overrideable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4964412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4970825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_overrideable_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4977214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_overrideable_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4983954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4990142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.4996624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5002990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_overrideable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5009608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_overrideable_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5015959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_overrideable_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5022358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_overrideable_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5029304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_depthwise3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5035989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5042301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_depthwise3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5049140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_depthwise3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5055333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_depthwise3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5061642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5067879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5074424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5080740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5087189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5093909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5100006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5106204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5112632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5120588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5127063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5133476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5139904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5147009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5152846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5159460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5165374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5172183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5178103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5183971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5189666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5195410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5201368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5207517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5213083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5218757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5224317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5230031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5236081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5241935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5248160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5253746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5260295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5265694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5271130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5277028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_sparse_to_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5283797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5289196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_sparse_to_sparse_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5294830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_sparse_to_sparse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5300623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_sparse_to_sparse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5306254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5311574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5316965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5322424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5327974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5333598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5339605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5345114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5350964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5356623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5363412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5369609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5375699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5381722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_embedding_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5388176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5394275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_embedding_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5400752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_embedding_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5407039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_similarity.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5419586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_similarity_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5422611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_similarity_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5428518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_similarity_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5434963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5440863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5446888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5453361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5459032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5465102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5471073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5477203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5483816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5489978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5496190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5502810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5509199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5515349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5521940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5528007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5534160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5540113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5546507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5552897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_entropy_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5559499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5565568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_entropy_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5572120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_entropy_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5578378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5584607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5590791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5597177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5603223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5609951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5616269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5622531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5631280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5638664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5645217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5651533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5657827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ctc_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5664114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ctc_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5669786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ctc_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5676150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5692157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5698595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5704754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5710667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5716535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5723421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5729984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5736232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5742060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5747719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5753805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5760165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5765944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5771653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5777981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5784732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5791534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5798080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5804372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5811130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5818010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_add_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5824952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5831685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_add_relu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5838277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_add_relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5844646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_add_relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5850983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5857401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5863747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5870095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5876923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5884097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_relu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5890542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5897009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5903580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5910181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5928335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_transpose_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5929749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_transpose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5930953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_transpose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5935580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5941826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5948907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5955817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5962388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5968847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5975562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5982079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5988432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.5994795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6001279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_is_acceptable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6007803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6014026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_is_acceptable_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6020157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_is_acceptable_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6026377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6032588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummaxmin_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6039089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6045254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummaxmin_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6051458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummaxmin_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6057921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6064635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6071789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6077943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6084114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6090293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6096489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6102604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6108707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6115246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6121385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6128387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6134585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6140720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6147693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6154197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6160387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6166659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6172266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6178540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6184683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6190403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6195936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6201801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6207449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6213607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6219156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6224947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6230552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6236120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6241660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6247808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumulative_trapezoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6253728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6259432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumulative_trapezoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6265540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumulative_trapezoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6274577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6280230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6286255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6292399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6298274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6304564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6310614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6316779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6323009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dense_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6329221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dense_dim_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6335320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dense_dim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6341775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dense_dim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6347982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6354379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6360562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6366845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6373065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6379314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6385930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6391571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6398177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6404191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6410738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6417175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6423474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6429767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6435954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6441941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6448408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6454639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6460341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6466231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6472047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6477950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6484069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6489918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6496014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6502022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6508707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6514924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6521525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6528591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6535014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6541283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6548012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6554626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6560581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6567283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6573397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6579242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6585411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6592242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6598431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_scatter_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6604829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6611223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6618055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6624906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_embed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6631791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6638467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_embed_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6644961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_embed_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6651372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_embed_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6657131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6663228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6668344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6673914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6680016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6685525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6691144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6697147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6702569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6709022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6714522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6720075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6725700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6731079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6737006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6743102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6748244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6753624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6758832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6764758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6770681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6776172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6781712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6788455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6794288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6799545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6805011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6810467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6815908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6821524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6826981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6832381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6837940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6843502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6848749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6854466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6859858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6865971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6871539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6877295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6882553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6888161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6893813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6899160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6904971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6910365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6915677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6921826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6928026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6932993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6938421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6944486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6950033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6955401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6960862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6966838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6972421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6978033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6983589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6989245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.6994854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7001018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7007075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7012464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7017967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7023586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7028588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7034034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7039429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7045873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7051518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7057468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7063227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7068908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7074478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_bag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7080230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_bag_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7085931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_bag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7091712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_bag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7097636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7103415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_dense_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7109533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7115268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_dense_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7121079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_dense_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7126714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_dense_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7132526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_dense_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7138662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7144841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7150988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7156892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7163021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7168851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7174882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7180886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7186690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7192362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_sparse_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7198807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7204817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_sparse_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7211909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_sparse_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7217557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7223430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7229142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7234900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7240674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7246622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7252676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_like_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7257860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7263590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7269383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7275201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7280691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7286628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_permuted.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7292684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_permuted_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7310686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_permuted_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7316566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_permuted_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7322295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_quantized.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7328525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_quantized_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7334425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_quantized_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7340220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_quantized_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7346022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7354902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7361511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7370802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7379882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7388778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7397321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7404548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7410662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7416594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7422946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7429125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7435190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7441737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7447096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7452599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7458752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7464186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7469666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7475310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7481460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7486739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7492427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7506930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7512484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7517818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7523269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7528690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7534282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7540247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7546173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7551642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7557219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7562767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7568354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7573912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7579549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7585609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7590954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7596747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7602205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7607331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7612874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7618670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7624148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7629307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7634882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7641149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7646777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7652822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7658042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7663653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7669364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7674660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7679874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7685505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_as_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7691082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7696269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7702594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7707982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7714615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7720290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7725865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7731707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7737630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7745236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7751501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7761389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7769664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7776828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7783329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7789890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7797756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7807086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7813308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7820453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7827530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7833779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7839493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7846071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7851729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7857634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7864199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7869675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7875226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7880363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7886040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7892393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7897682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7903406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7909219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7914931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7920371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7925794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7931354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7937803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7943596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7950299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7956691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7962486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7968261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7974383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7980702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7986635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7992876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.7998355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8004746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8010421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8016116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8022118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8028748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8034891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8041172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8047520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8054830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8068188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8074399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8080412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8086526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8092584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8099046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8105312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8112386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8118833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_fp16_weight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8125651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8132639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8142389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8151439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8161131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8167805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_fp16_weight_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8174720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_fp16_weight_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8181921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_int8_weight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8189081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8195024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8201853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8207981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8213858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8220832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_int8_weight_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8226586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_int8_weight_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8232499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_quantize_weight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8238715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8244463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_quantize_weight_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8251273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_quantize_weight_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8257100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8263384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8269053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8274910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8280449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_pack_quantized_matrix.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8286899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8293049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_pack_quantized_matrix_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8299097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_pack_quantized_matrix_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8305142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_alpha_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8311445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8317475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_alpha_dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8323207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_alpha_dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8328949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8334862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_dropout_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8340507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8346446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8352107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8357435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8363122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft2_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8368558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8374075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8380152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftfreq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8386610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftfreq_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8392326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftfreq_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8397869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftfreq_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8403492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8409611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftn_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8415124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8420861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8426541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8432718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftshift_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8438457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8443772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8449736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8456265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8462641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8468770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8475070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8481674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft2_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8487797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8493986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8500148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8506682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfftn_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8512836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8519400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8526063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8532045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8538105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8544346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8550683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8556972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft2_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8562971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8569376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8575788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8582506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftn_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8588862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8595431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8601778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8608762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftshift_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8614945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8621319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8627941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8633997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8640101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8646797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8654277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8663266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft2_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8672238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8678714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8685101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8691773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfftn_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8698221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8703974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8710637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8716540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8722244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8728389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8733969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8739823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft2_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8745580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8751166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8757365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8764728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfftn_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8770460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8775994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8781956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8787457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8793590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8799688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8805159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8811116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft2_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8816675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8822273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8827880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftfreq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8833888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8839608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftfreq_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8845271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftfreq_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8850985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8856850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftn_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8862575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8868148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8874082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8879633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8885160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8890874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8896444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8902121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8907686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8913167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8918875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_diagonal_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8924386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_diagonal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8930212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_diagonal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8935634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8941681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8947500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8953121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8959010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8964501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8969985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8975769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8981644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8987232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_dense_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8993038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.8998711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_dense_tensors_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9004111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_dense_tensors_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9010039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9015928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9021949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9027655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9033057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9038666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9044067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9049527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9055467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9061996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9068153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9074942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9081070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9087281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9093753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9099792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9105753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\float_power.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9112319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\float_power_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9118227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\float_power_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9124443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\float_power_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9130753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9136863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9142950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9149707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9158730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9168020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9176823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9186401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9194741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9201380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9208072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9214632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9220988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9226861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9233958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9239122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9244996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9251215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9256763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9262603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9268233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9273845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9280025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9285622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9291381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9296812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9303035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9308876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9323446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9329189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9335718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9341733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9347587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9353204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9358702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9364505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9370086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9375602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9381512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9387228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9392507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9397893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9403764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9410344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9415965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9421815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9427699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9434151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9440610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9447000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9453726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9459913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9466672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9473653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9480195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9486384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9492729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9499214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9505864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9512176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9518817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9525245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9531847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9538878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9545566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9552400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9558806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9565640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9571982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9578373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9585177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9591421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9597642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9603851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9609932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9616106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9622301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9628020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9634299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9640816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9647290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9656106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9664269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9670569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frobenius_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9677315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frobenius_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9683653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frobenius_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9689899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frobenius_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9695686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_blob.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9701941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_file.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9707913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_file_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9713398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_file_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9720604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_file_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9727859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_file_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9734844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9741750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9749185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9756706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_like_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9763416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9770070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9775496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9781484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9787146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9793450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9799846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9806439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9812512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9818378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9825465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9831951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9838531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9845807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9852278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9858901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9865489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9872424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9878708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9885023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9891568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9897956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9904583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9910611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9917097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9923940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9929995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9936381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9942652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9948637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9954698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9961647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9968299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9974604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9981087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9987533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:45.9994326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0000793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0007151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0014568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0021217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0027706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0033866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0040305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0047086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0053274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0059521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0065930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0072492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0079231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0086129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0092672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0098967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0105850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0111919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0118351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0125604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0131764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0137967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0144338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0150361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0156671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0164645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0171006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0177450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0183972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0190237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0195898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0202215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0207679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0213156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0219456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0225260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0231304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_jvp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0237902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0243611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_jvp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0249987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_jvp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0255640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_jvp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0261787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_jvp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0267798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0273566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0279611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0285667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0291147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0296767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0303397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0309828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0315658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0321240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0327419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0333207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0338519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0344942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0350554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0355962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0361819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0367666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0373843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0379639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0385520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0390950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0396875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_equal_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0402815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_equal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0409293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_equal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0415291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0421049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0426702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0432411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0438343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0444452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0450558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0456348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0462442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0468440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0474611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0480700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0486328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0492185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0498020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0504135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0510905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0516623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0522540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0528690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0534595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0540564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0546661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0552513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0559030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0565112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0571213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0577025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0582703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0588507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0594356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\group_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0601203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\group_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0606964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\group_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0612916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\group_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0618685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0624281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0630105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_cell_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0635860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0641578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0648049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0653589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0659072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0664483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0670467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0676598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0682396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0688078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0694014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0699579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0705430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0712030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hamming_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0720711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hamming_window_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0729350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hamming_window_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0738124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hamming_window_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0752947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hann_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0755815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hann_window_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0762687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hann_window_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0768867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hann_window_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0774558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0780318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0786679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0792642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0798475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0804397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0810417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0816439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0822413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0828669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0834288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0839990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0845684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0851944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0857711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0863470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0870151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0875880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0882219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0888280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0894337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0900082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0906793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0912944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0918769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0925172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0930947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0936853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0942648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0949008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0954967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0961006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0966793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0972518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0978417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0984555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0990761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.0996768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.1002515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.1009175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.1014938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.1020932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.1027173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.1033295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.1038813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.1044822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.1051098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.1057580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.1063570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.1069357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.1075416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.1081170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.1086885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.1092591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.1099178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.1105011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.1111586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.1993989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2000232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2006479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2012868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2019085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2025328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2031548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hinge_embedding_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2037900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2044279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hinge_embedding_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2050843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hinge_embedding_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2056630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2062633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2068788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2074966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2080887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2087120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2093493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2100071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2106440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2112881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2119320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2125523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2131719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2138196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2144515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2150530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2156592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2163852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2172506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2179432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2185777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2192089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2198426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2204426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2210106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2216464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2222511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2228309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2234644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2240694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2246989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2252515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2258116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2264632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2270670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2276207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2282135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2287558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2293525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2299134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2304838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2310493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2316847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2322891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2328768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2334109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2339689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2345280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2350451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2356033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2361407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2366949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2372106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2377681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2383264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2417593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2418349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2418844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2419400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2419829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2420497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2424020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2430247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2436526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2442704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2448971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2455810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2461962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2468126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2474297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2480494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2486764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2492979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2498953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2505162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2511128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2517171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2523037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2529626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2536097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2542522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2548683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2554933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2561386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2567615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2573862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2580609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2586895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2593694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2600604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2606868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2613849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2622744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2630924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2637301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2643625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2650298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2658081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2663897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2670117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2676068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2681881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2687676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2693561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2699276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2705048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2710715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2717417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2723473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2729292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2734940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_put.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2740937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_put_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2747453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_put_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2753020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_put_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2758635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2764709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2771142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2776903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2782893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2788708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2794551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2800179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2805878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2811511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2818093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2824582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2830334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2836688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2842648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2848352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2854086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2859727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2865702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2871002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2876491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2882455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2888254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2893830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2899731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2905530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2910954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2916677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\infinitely_differentiable_gelu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2922718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2928416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\infinitely_differentiable_gelu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2934360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\infinitely_differentiable_gelu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2939883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2945539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2950996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2957460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2962974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\instance_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2968797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\instance_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2975500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\instance_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2981905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\instance_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2987900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\int_repr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.2994315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\int_repr_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3000504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\int_repr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3007464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\int_repr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3013783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3019424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3026642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3032573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3038657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3044807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3050818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3057634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3063845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3069800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3076114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3082552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3088606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3094394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3100019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3107305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3112767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3118853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3124498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3130051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3135609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3141399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3146970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3152599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3157879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3163405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3169061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3174741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3181199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3186753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3192367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3198677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3205540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3214615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3223355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3231827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3240490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3247872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3254513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3261139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3267626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3273876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3280534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3286258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3291913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3298183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3303989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3310015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3315783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3321198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3326927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3332627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3338036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3343728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3349535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_coalesced.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3354991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_coalesced_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3360700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_coalesced_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3366075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_coalesced_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3372383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_complex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3378263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_complex_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3383951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_complex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3389304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_complex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3395323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3401493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_conj_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3414514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3419904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3425420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_distributed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3431254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_distributed_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3436779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_distributed_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3442219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_distributed_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3448052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_floating_point.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3454045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_floating_point_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3460790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_floating_point_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3466107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_floating_point_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3471784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_inference.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3477653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_inference_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3483702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_inference_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3489407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_inference_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3495058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_leaf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3500350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_leaf_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3506047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_leaf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3511407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_leaf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3516977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3522475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_neg_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3528956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_neg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3533934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_neg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3540011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3546082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_nonzero_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3551532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_nonzero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3556947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_nonzero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3562693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_pinned.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3568232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_pinned_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3573891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_pinned_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3579490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_pinned_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3585354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_same_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3591155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_same_size_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3596671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_same_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3602310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_same_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3608232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_set_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3613430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_set_to_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3619147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_set_to_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3625409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_set_to_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3630788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_set_to_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3636699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_signed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3643314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_signed_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3649622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_signed_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3655627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_signed_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3662265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_vulkan_available.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3668916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_vulkan_available_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3674970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_vulkan_available_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3681284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_vulkan_available_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3688143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3696398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3704744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3713644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3721603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kaiser_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3728172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kaiser_window_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3735186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kaiser_window_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3741498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kaiser_window_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3747680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kl_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3753845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kl_div_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3759936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kl_div_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3766021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kl_div_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3772142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3777756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3783715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3789591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3794876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3800516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3806625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3813095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3818930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3824763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3830555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3836139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\l1_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3841729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\l1_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3847983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\l1_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3853569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\l1_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3859270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\layer_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3865150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\layer_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3870677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\layer_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3876770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\layer_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3882857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3889148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3895204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3901433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3907666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3913363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3919360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3925355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3931156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3937204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3943294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3949737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3955870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3961758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3969022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3975787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3982135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3988410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.3995646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4001964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4008196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4014417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4021777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4027870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4034680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4041082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4047506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4053912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4060001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4066377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4072631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4078846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4084977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4091212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4097411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4104251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4109844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4115496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4121119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4126957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4132836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_equal_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4138461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_equal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4144327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_equal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4150128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4155740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4161619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4167236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4173315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4178870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4184546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4190193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4195833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4201371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4207041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4212501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4218343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4224742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4230390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4235970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4241594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4247214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4252887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4259080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4265395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4270957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4277694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4283493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4289238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4295007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4300913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4306373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4312248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4318280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4323652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4330206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4335724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4341628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4347303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ex_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4353368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ex_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4359074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ex_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4364696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ex_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4370683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4376280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4382161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4388063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4393519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cond.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4399452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cond_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4404913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cond_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4410437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cond_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4416408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4423073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4428573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4434079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4439927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4445406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4450962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4456936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4463174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4469490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_det_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4475351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_det_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4480737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_det_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4486385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4492116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_diagonal_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4497572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_diagonal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4503078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_diagonal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4508641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eig.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4514944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4521713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigh_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4528025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4534288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4540588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4547195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvalsh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4553774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4560098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvalsh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4566370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvalsh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4573008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4579388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4585830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4592450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4598654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4605093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eig_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4612078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eig_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4618555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eig_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4624947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eig_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4631355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_householder_product.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4637990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_householder_product_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4644580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_householder_product_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4650958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_householder_product_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4657324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_householder_product_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4664272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4671207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4678434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4686127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4693833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ex_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4702801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ex_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4709299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ex_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4715834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ex_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4722407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4729173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4735191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4741495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4747322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4753331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4759656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4765930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4772461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ex_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4777793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ex_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4783540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ex_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4790376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ex_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4796173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4802090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4807838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4813555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4819235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4825593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4831643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_solve_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4837457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_solve_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4843368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_solve_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4849236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_solve_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4855067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_solve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4860902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_solve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4866457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4872360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4878251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4883934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4889642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4895695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4901523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4907872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4913354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4919283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4925072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4931028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4936751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4942995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4949050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ex_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4955111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ex_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4960930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ex_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4966715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ex_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4972513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4978254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4984101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4990323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.4997123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5003653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5010193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5016859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5023416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5030077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5036349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_solve_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5042824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_solve_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5049137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_solve_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5055512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_solve_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5061915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_solve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5068182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_solve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5074663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5081293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matmul_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5087899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5094296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5100867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5107718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5114502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_exp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5120859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_exp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5127397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_exp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5133598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_exp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5139826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5146423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5152654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5158945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5165459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_power.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5172680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5179469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_power_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5188508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_power_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5197433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_rank.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5204317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5211047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_rank_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5217808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_rank_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5224388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_multi_dot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5230428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5236821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_multi_dot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5242563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_multi_dot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5248225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5254974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5260902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5266717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5272473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5278580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5285128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5291138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5297637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5303516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5309396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5315459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5321009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5326754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5332719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5338921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5344668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5350731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5356540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5362590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_slogdet_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5368240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_slogdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5373942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_slogdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5379874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5385949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5391810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_ex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5397777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5403404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_ex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5409046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_ex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5414769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5420602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5426512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_triangular.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5432396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_triangular_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5438171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_triangular_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5443879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_triangular_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5450459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_triangular_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5456161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5462207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svdvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5468241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svdvals_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5474032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svdvals_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5479757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svdvals_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5485712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svd_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5491836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5498177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5504856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5511422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5517603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorinv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5523897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorinv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5530187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorsolve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5536915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5543651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorsolve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5550352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorsolve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5556815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vander.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5563584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vander_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5569917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vander_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5576449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vander_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5582827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vecdot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5589571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vecdot_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5614938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vecdot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5621589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vecdot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5628173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vector_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5635000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5641236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vector_norm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5648310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vector_norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5654558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vector_norm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5661110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vector_norm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5667418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vector_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5674539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vector_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5681938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5688632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5697576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5705088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5711486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5718018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5724450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5730809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5736529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5743196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5748923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5754853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5761205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5766815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5772342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5778575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5784547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5790438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5796316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5801745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5807339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5812910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5818344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5824287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5830505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5836124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5842236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5847679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5853740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5858943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5864434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5870229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5876016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5881730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5887485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5892953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5898532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5904293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5909608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5915204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5920899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5926209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5931704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5937947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5943545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5949189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5954763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5960596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5966628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5972647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5978579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5984326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5990187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.5996839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6003195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6009769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6016378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6022703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6029382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6035376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6041421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6047630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6054656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6060771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6067085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6073049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6079733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6086205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6092501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6098967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6105258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6111632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6117922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6124518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6130720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6137099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6143588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6150206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6156536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6163297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6169789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6176275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6182659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6190082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6198834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6207562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6213936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6220506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6227094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6233563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6239202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6245597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6251672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6257371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6263784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6269730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6275535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6281255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6287177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6293984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6299732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6305640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6311313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6317394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6323054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6328705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6334951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6340324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6346414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6352149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6357786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6363562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6369770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6375864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6381721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6387507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6393147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6399158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6404510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6410336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6415840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6420971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6426669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6432191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6438061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6443920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6449421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6455390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6461096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6466794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6472647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6478525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6484076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6489813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6495434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6502460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6508648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6514623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6520435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6526138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6531817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6537842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6543457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6549550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6555263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6560899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6566769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_softmax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6572518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_softmax_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6578513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6584225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6589828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6595539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6601583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6607946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6614162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6620622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6626924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6633695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6639568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6645995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_cell_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6652045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6658128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6664881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6671326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_mps_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6677955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6684321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_mps_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6690956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_mps_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6700081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6708662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6716942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6726098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6732194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6738747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6745682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6751520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6757636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6763668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6769374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6775141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_solve_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6781630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_solve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6787213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_solve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6792811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6798793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6804335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6810119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6817583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6823580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6829466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6835109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6840876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\margin_ranking_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6853590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6859926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\margin_ranking_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6866179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\margin_ranking_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6872227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6878016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6883789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6889495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6895234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6901112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6907073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6912820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6918565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6924732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6931054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6936981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6943238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6948946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6954792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6960497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6967125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6974131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6980404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6986485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6992587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.6998371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7003935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7009808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7015554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7021894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7028199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7033877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7039254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7045207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7050786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7056481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7062697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7068596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7075014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7081605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7087280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7093398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7099476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7104890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7110901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7116932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7122391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7128013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_H.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7133377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_H_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7140038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_H_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7146215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_H_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7151990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_power.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7157936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_power_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7163661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_power_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7169368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_power_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7174946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7181421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7189474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7196572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7205422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7214099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7223077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7231345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7237726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7244478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7251115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7257476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7264084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7269910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7275384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7281019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7286673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7292023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7298240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7304490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7311875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7317272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d_with_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7323300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7329005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d_with_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7334647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d_with_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7340343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7346764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7353263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7359480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7366014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7372073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7377964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7383797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7389693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7395754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7402010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7407717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7414383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7420274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7426726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7432540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7438296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7444852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7450638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7456507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7462501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7469049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7474806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7480757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7486827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7492986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7498758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7504625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7510349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7516275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7522336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7528217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7534086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7540006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7546051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7552174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7557994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7563805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7569491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7575253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7580963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7586730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7592684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7598392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7604199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7610100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7615872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7621820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7627929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7633691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7639578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7646355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7651995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7657775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7663453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7669132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7674607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7680532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7685799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7691401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7697047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7702776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7708426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7714161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7719849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7725741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7731280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7736977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7743388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7749940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7757821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7766289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7774718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7782985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7791211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7797608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7803816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7810353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7816986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7823209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7829619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7835472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7841458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7847763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7853328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7859101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7864737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7870149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7875785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7882287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7887753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7893406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7899402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7905329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7911263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7917354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7923436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7929160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7935452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7941143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7946944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7953235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_add_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7959063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_add_relu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7964855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_add_relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7970686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_add_relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7976796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7982675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7988685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.7994456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8000339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8006390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_relu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8012119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8017815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8023939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8030082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8036671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_transpose_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8043076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_transpose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8049546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_transpose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8055863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_depthwise_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8062939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8069536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_depthwise_convolution_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8076373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_depthwise_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8082990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_depthwise_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8089319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8095871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8103324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8109508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8115768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8122102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8128820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8135186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8142098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8148997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8155192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8161703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8168287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8174816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8181211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8187725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8195807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8205138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8213001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8219409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8225843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8232009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8238618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8244391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8250450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8256185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8262260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8278455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8279687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8280858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8286319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8292303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8299085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8304746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8310505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8316451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8322167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8328179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8333986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_input.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8340599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8346806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_input_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8353588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_input_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8359495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8365261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8370970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_weights.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8377184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8383127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_weights_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8388968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_weights_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8395015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8400713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8406557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8412297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8418179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8424717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8430547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8436318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8442328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8447989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8454602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8461256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8467805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8474409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8480867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8487289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8493921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8500551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8507092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8513579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8520550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8526988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8533762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8540206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8547000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8553385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8560147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8566417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8573056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8579904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8586820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8593475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8600003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8606708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8613265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8620461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8626596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8632765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8639182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8645261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8651373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8657650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8663628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8670050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8675890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8681628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8687811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8695775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8704567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8711401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8717803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8723871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8729935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8736058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8741944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8748117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8753772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8760270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8766005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8771539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8777330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mps_convolution_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8783392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8789051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mps_convolution_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8795984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mps_convolution_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8802023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mps_convolution_transpose_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8808202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8814049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mps_convolution_transpose_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8819829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mps_convolution_transpose_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8825588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8830998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8837011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8842808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8849315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8854833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8861003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8866779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8872712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8878389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8884148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8889851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8895919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8901363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8906915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8912262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8917657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8923157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8928626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8934103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8939702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8944929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8950898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8957431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8963941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8970182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8976525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8983446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8990232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.8997066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9003936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9010384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9017236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9023595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9030019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9036516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9042736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9048938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9055283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9061830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9068324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9074712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9081260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9087909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9093918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9100009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9107033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9113170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9119532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9125974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9132565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9138822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9145253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9151690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9158121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9165035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9171574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9177698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9184038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9190146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9196544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9205216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9234386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9242652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9250769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9256804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9263698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9270865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9281458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9287030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9293353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9299081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9305055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9310300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9315989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9321434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9327986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9333746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9340232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9346314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9352963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9358849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9365161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9370870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9376563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9382494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9388891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9394721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9400296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9406228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9411985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9418517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9424707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9429820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nan_to_num.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9435918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nan_to_num_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9441407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nan_to_num_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9447056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nan_to_num_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9452658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nan_to_num_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9458352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nan_to_num_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9464028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9470157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9476014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9481999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9487471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_copy_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9494228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9502708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9509856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9518809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9526055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9534895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9544356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9553395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9559825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9566504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9573334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9580010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9585883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9592308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9598134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9603889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_channel_shuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9610551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9616524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_channel_shuffle_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9622579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_channel_shuffle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9628905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_channel_shuffle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9635488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9641661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9647862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9653789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9659619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9665382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9671167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9677180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9682857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9688926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9695368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9701727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9707522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9713362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9719584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9725534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9731397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9737469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9743420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9750418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9756209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9762183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9768032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9773808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9779642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9785704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9792078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9801593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9810611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9819505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9828657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9838044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9844753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9851684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9858271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9865021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9870985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9877689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_norm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9883500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9889520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9895895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9901339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9907047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9912610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9918129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9924232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9930156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9935929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9941781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9947444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9952628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9958123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9963821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9969124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nested_to_padded_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9975644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9982244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nested_to_padded_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9987929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nested_to_padded_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9993502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:46.9999348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0005040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0010561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0016263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_strided.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0022704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0028514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_strided_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0034673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_strided_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0040886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_strided_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0052755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_full.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0058372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_full_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0064258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_full_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0069722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_full_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0075326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_ones.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0082127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_ones_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0088295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_ones_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0095593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_ones_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0104401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_zeros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0113436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_zeros_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0122335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_zeros_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0130875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_zeros_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0137157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0144000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0150273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0156872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0162786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0169479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0175136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0180798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0187549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0193105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0198650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0204131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0210088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0216474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0222734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0227946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0233341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0238931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0244644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0250365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0256093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0262652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0269292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0274950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0280931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0286667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0292363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0298231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0304102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0309701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0315410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0321477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0327320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0333060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0338974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0344898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0350690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0356859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0362775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0368331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0374800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0381011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0386885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0392630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_forward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0398476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_forward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0404241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0410243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0415860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0421709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_nd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0427706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_nd_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0433317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_nd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0439016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_nd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0445197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0450846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0456408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0462235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0467863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0473481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_numpy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0479436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_numpy_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0485166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_numpy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0490594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_numpy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0496668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0502297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_static.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0508032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_static_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0514399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_static_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0520723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_static_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0527061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_static_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0533704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0539675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0545969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0552269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0558356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0564614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0570855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0577163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0584396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0590851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0597632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0604814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0610956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0617433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_except_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0624019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_except_dim_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0630204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_except_dim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0637105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_except_dim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0643473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0649568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0655894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0662635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0670070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\not_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0676486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\not_equal_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0682607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\not_equal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0689056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\not_equal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0696048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nuclear_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0702622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nuclear_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0710788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nuclear_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0719452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nuclear_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0727288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\numpy_T.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0733295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\numpy_T_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0739741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\numpy_T_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0745831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\numpy_T_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0752248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0759278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0765021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0770701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_like_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0776810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0782700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0790033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0795629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0800959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\one_hot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0807041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\one_hot_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0812823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\one_hot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0818604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\one_hot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0824836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0830145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0835832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0842563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0848377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0855170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0861136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0866724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0872327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0877973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0883978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0890432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0895960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0901322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0906914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0912573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0918387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0923964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\output_nr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0930628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\output_nr_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0936434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\output_nr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0942145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\output_nr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0947843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0953389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0959541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0965226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0970611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_sequence.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0976551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_sequence_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0982447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_sequence_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0988139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_sequence_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.0994801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pairwise_distance.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1000737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pairwise_distance_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1006266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pairwise_distance_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1011824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pairwise_distance_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1018205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1024410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1031300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1036986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1043066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1048968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1054978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1062673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1069547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1076001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1082546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1088950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1096100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1102771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1108448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1114770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1120633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1126991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pin_memory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1134073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pin_memory_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1140318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pin_memory_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1147040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pin_memory_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1153436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1160109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1167420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1174010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1180047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1186796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1192882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1200455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1207264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1215996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1223119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1231953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1239212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1245648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1252260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1258601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1264493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1271720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_nll_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1277999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1284125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_nll_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1290278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_nll_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1296090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1302021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1308643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1314216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1320569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1326291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1331884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1337915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1345186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1351022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1356634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1362702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1369098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1375086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1382355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1388569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1394286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1399832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1405339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1411010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1417668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1423616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1429377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1435009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1440532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1446196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1452698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1458304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1463745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1469204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1474981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1480530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1486900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1492670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1498365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1504211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1509723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1515895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1522930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1529350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1535422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1541651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1547568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\promote_types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1555241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\promote_types_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1561486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\promote_types_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1567900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\promote_types_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1574395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1582313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1589930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1596106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1602343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1608917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1614762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1621386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1693880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1702922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1786458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1793225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1798894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1814588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1820934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1827263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1833069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1839270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1845680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1852411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1858258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_batch_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1864646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_batch_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1870749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_gru_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1877296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1883134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_gru_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1889459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_gru_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1895350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_lstm_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1901628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1907469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_lstm_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1913463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_lstm_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1919449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1925909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1932346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1937746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1943669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1949845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1955985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1962088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1967712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1973861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool3d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1979824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1985994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1992447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_rnn_relu_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.1998484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2004165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_rnn_relu_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2010447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_rnn_relu_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2016213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_rnn_tanh_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2023185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2029474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_rnn_tanh_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2035479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_rnn_tanh_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2041180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_channel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2047505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_channel_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2053403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_channel_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2059360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_channel_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2065720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_channel_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2071646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_channel_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2077811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2083628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2089458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2095469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2101669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_dynamic.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2108916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2115174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_dynamic_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2121422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_dynamic_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2128161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_dynamic_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2135276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_dynamic_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2141895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2148359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2155428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_axis.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2161568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_axis_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2167577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_axis_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2173960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_scales.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2181953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2188864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_scales_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2195188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_scales_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2202166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_zero_points.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2208973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2216755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_zero_points_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2225859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_zero_points_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2234827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_scale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2243123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_scale_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2256353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_scale_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2262968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_zero_point.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2269823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_zero_point_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2276091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_zero_point_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2282002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2288701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2294546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2300211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2306669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2312839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2319249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2324781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2330908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_like_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2337518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2343475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2349508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2355329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2361011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2367648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2373468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2379219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2385413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_like_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2391595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2397343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2403265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2408974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2414953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2421047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2426689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2432433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2438021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2443744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2449924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2455310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2461390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2467480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2473094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2478943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2485411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2491147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2497275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2503312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2509634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2515540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_like_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2521442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2527439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2533376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2539733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2545446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2551148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2556941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2562589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2568204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2574085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2582039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2588018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2593623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2599444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2604958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2610597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2616018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2621805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2627334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2632781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2638841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2644631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2650490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2657297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2664262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2669983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2675661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2681503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\record_stream.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2687359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\record_stream_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2693893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\record_stream_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2700453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\record_stream_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2708301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\refine_names.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2714633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\refine_names_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2720869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\refine_names_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2727393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\refine_names_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2735695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2743862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2761515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2768162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2777971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2872541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2878367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2884038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2889803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2896132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2901776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2907682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2913754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2919645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2925609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2931452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2937110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2943130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2949141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2955337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2961335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2967182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2972886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2979232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2985141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2991335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.2997184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3003531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3009942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3015728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3022301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3028625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3034726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3041031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3047119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3053553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3059320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3065605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3071423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3077524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3083449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3089339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3095222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3101517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3108358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3114518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3120521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3157933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3163989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3170193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3176446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3182661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3189023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3194971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3201538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3208026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3214602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3221517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3230401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3239641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3248519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3256399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3264011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3270193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3276721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3283056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3288651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3295296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3300978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3306825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3312978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3319601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3392773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3398929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3405608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3411801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3417394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3423535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3429456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3435194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3441747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3447422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3453152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3458917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3464725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3470517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3476165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3482430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3488374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3494320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3500219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3506263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3512131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3518626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3524747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3530546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3539686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3548097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3556975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3566696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3575094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3583818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3590368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3596374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3602581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3608985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3615004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3621334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3627076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3633567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3639413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3646478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3652405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3658542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3664583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3670532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3676500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3682755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3689069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3695029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3701327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3707336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3713219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3719757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3726052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3731938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3739995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3747557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\requires_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3756829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\requires_grad_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3766329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\requires_grad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3775233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\requires_grad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3784215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3790233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3797198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3804140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_as_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3811114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3817355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3824545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3830631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3836400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3843119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3849037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3854623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3860612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3866516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3872923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3878708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3885393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_sparse_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3891567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_sparse_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3897629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_sparse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3903516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_sparse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3909775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3915468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3921503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3927595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3933600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3939603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3945188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3951053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_conj_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3957981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3963638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3969634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3986554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_neg_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3987821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_neg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3988840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_neg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3993302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\result_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.3999527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\result_type_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4005429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\result_type_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4011347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\result_type_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4017481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retains_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4023728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retains_grad_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4030383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retains_grad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4041175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retains_grad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4045145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retain_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4051073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retain_grad_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4056847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retain_grad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4062600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retain_grad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4068314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rms_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4074083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rms_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4079912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rms_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4085540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rms_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4091136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4096652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4102735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4108545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4114232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4120182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4125990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4131691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4137530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4143729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4149872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4159745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4164385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4170430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4176275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4184515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4190077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4196382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4202634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4209118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4214811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4220821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4226634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4232445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4238044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4243788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4249355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4255064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4260921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4267938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4273869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4279669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4285305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4291325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4297056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4302761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4308469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4314621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4320431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4326583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4331899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4337684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4343449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4349250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4366090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_stack_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4372623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4378244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4384167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4389832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4395634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4401614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4407427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4413413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4419754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4425891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4431842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4437927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4444010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4449835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4455749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4461828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4467792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4473845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4480274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4486753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4493406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4499719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4505718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4511985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4517988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4524038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4530178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4536553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4542924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4548511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4554228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4560144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4566241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4571845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4577698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4583440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4589553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4595750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4601805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scalar_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4607832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scalar_tensor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4614201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scalar_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4620187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scalar_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4626100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scaled_dot_product_attention.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4632155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4638232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scaled_dot_product_attention_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4644147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scaled_dot_product_attention_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4649884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4655325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4661555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4667318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4673535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4679425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4685321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4691245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4697805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4704640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4711682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4718126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4724766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4731996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4739479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4749424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4756708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4765060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4774600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4783585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4790455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4796944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4803630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4810149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4816210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4822922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4828875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4835347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4841196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4847080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4853162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4859183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4865360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4871374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4877188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4883240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4889522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4895566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4901176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4907386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4913049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4918641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4924584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4930993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4937079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4942743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4949615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4955519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4961745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4967732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4973811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4979458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4985206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4991301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.4997160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_scatter_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5003353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5009499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5015307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5021013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5026598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5031911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5037412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5044082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5051186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5057487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5063886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5069991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5076091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_data_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5082561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5088741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5095048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5101578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5107678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5113856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5120420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5126582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5132646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5138608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5144404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5150867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5157231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5163309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5169392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5176101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5182414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5189109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5196144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5203043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5209334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5215707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5222431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5229096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5237918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5246960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5255175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5261898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5269080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5275525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5281588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5287470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5293801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5299803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5306002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5312341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5318084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5323850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5329910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5335363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5342313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5348256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5353800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5359502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5364997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5370649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5375680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5382053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5388738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5394400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5400197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5405930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5411708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5417775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5424327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5430370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5435824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5441935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5447563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5453135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5458701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5464550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5470111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5475451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5481711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5487311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5501574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5507201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5512630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5518190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5523981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5529225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5534928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5540304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5546841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5553241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5559053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5565413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5571950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5578326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5585212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5591413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5597833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5603786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5609989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5616200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5622409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5629301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5635278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5641070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5648450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5654489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5661129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5667553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5673935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5680455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5687146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5693821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5700229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5706503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5713038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5719436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5726269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_inverse_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5732968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_inverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5741958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_inverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5749167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5755541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5761898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5768912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5775402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_scatter_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5781474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5787829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5793508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5800431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5806318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5812015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5817731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5823881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5829456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5835932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5841755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5847696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5853550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5859330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5865223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5871340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5877181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5883059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5889944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5895714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5901589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5907830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5914038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5919915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5925862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5931589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5937404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5943734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5949549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5955482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5961394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5967294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5973244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5979024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5985469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5991931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.5998611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6006015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6012662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6018969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6025180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6031369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6037374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6043711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6050139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6056851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6063420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6069929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6076151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6082642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6089831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6096624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6103376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6109953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6116402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6122850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6129502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6135796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6142390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6148986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6155442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6161942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6168774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6175124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6182099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6188474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6194973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6201483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6207724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6214327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6220637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6227400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6233839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6241856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6249724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6258710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6265650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6272450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6278842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6285669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6291997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6298711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6304615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6310550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6317301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6323248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6329065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6335531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6341070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6347814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6353758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6360198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6366195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6371945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6377819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\soft_margin_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6384279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\soft_margin_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6391362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6397654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\soft_margin_loss_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6403624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\soft_margin_loss_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6409541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\soft_margin_loss_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6415310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\soft_margin_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6421402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\soft_margin_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6427344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6433442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6439296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6445114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6450810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6456837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6462811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6468452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6474883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6480954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6487297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsc_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6494014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6500134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsc_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6509966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsc_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6515953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsr_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6522376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6528476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsr_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6534297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsr_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6540207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_compressed_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6547109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_compressed_tensor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6553869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_compressed_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6560711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_compressed_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6567226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_coo_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6574246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6580729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6586636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_coo_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6592616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_coo_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6598761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csc_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6604891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6610564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csc_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6616891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csc_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6622983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csr_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6629181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6635063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csr_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6641528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csr_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6647620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6653767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_dim_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6659908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_dim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6666109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_dim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6672536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_mask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6678679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_mask_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6684634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_mask_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6690453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_mask_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6696185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6702210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_and_clear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6708994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6715039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_and_clear_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6721215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_and_clear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6727243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_and_clear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6733533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6739069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6745202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6751458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6757174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_sampled_addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6763483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_sampled_addmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6769250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_sampled_addmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6774955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_airy_ai.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6781069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6786762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_airy_ai_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6792604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_airy_ai_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6798727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_airy_ai_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6804613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_airy_ai_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6810535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_airy_ai_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6816345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_airy_ai_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6822266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6828896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6834579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j0_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6840602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j0_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6880539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6886992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j0_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6894221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6900609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6907074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6914147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6920592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j1_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6927893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j1_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6933971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6940364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j1_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6946592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6953079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6959008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6965258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6971128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y0_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6977251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y0_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6983139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6989070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y0_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.6994925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7000844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7006621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7012894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7018680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y1_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7024683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y1_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7030962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7036600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y1_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7042345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7048616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7054190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7060491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7066956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7073265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7079399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7085414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7092062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7100114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7106534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7112982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7119961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7127144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7134022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7140562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7147184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7153720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7160206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7166877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7173565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7180913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7187773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7194171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7200949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7207839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7214826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7221794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7229145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7237076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7246353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7256238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7265278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7272750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7280074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7286780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7293305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7299296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7306108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_digamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7312226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_digamma_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7319031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_digamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7324984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_digamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7331112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7337823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7343855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7350237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7357464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7363251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7369061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7374860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7380637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7386545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7392307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7399071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7405619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7411584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7417440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7423674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7429909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7436145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7442331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfc_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7448180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7453709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7459488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7465618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfinv_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7471399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfinv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7477003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfinv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7483210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erf_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7489334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7494938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7501045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_exp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7507163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_exp2_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7512995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_exp2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7518672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_exp2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7524810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7531118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expit_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7536973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7542711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7548966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7555016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expm1_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7561028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expm1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7566850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expm1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7572887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammainc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7578702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaincc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7585016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaincc_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7590811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaincc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7596792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaincc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7602964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammainc_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7609185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammainc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7615049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammainc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7621043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaln.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7627261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaln_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7633153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaln_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7639373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaln_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7646068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7652303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7659334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7666056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7672937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7679924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7686569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7693066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7699557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7706008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7713067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7719805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7726259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7733048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7740105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7749601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7757718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7765938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7774624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7781416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7788826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7795198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7801912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7807744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7814263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7820095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7826453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7832780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7838655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7844432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7850191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7856036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7863162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7869019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7874870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7880638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7886739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7892622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7898446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7905020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7910767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7916605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7922368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7928474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7934305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7940777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7946914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7953204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7959238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7965225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7971163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7977019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7982979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7988842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.7994939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8000918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8007187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8013842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8019741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8026031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8031985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8037985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8043904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8049813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8056078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8063193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log1p_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8069578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log1p_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8075855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log1p_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8082249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8088985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logit_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8095462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8102074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8108679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8115307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logsumexp_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8121889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8128589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8135133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_ndtr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8142259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8148686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_ndtr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8155152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_ndtr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8161582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_ndtr_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8167986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_ndtr_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8174545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_ndtr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8181000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_ndtr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8187777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8195234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_softmax_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8201634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8207956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8214358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8221307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8227985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i0_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8234438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i0_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8241086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8248439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i0_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8255310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8264802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8273380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8280496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8287317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i1_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8294091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i1_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8300660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8306834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i1_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8313626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8319572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8326198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8332577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8338449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k0_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8344879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k0_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8350907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8357691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k0_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8363902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8369762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8375671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8382318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8388267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k1_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8394231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k1_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8400272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8406940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k1_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8412994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8418875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8424916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_multigammaln.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8431193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_multigammaln_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8437366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_multigammaln_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8443166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_multigammaln_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8449007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8455126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8461762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8467505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8473889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8479593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8485517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8491550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8497455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8503563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtr_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8509447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8514990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8520927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_polygamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8526755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_polygamma_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8532614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_polygamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8539081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_polygamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8545675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_psi.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8551647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_psi_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8557269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_psi_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8563402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_psi_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8569856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8576826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_round_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8583441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_round_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8589940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_round_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8596483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8603392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8609775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k0_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8616506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k0_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8622853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8629135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8635477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8641840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8648450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8655549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8662147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k1_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8669209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k1_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8675618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8682238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8689125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8695536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8702115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8709497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8716496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8722847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8729496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8736005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8742827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8749656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8758736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8767885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8775221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8782381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8789106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8795797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8801829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8808536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8814775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8821561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8827742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8834231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8840491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8847162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8853673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8859700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8867137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8877465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8883675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8889460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8895987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8902353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8908687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8914893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8920897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8927404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8933616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8939627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8945603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_sinc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8951673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_sinc_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8957536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_sinc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8963144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_sinc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8969020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8975408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_softmax_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8981405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8987058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8993190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_spherical_bessel_j0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.8999305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9005120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_spherical_bessel_j0_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9011270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_spherical_bessel_j0_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9017171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_spherical_bessel_j0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9023214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_spherical_bessel_j0_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9029128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_spherical_bessel_j0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9035013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_spherical_bessel_j0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9041055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9047307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9053217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9059216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9065295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9071242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9077279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9083073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9088895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9094664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlogy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9100972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlogy_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9106771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlogy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9113707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlogy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9119228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9125471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9131383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9137186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9143138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9149352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9155409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9161624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9167630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9173445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9179126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9185280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9190792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9196907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9203435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9209311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9215098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9220999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9226959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9232818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9238925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9245030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9251527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9258157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9264770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_copy_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9271303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9277902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9284361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9290244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9296086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9302129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9307758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9313443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9319451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9324924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9330614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9336058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9341416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9346992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9352494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9358494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9364264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9370035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9375781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9381463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9387507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9393238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9398820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9404782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9410850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9416277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9422193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9427726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9433282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9438897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9444792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9461367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9462450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9463544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9467096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9472256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9477799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9483401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9489094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9494667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9500159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9506015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9511744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9517983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9524120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9529893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9535602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9541374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9546881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9552235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9557835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9563326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9568795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9574503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9580265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9585844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9591144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9596612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9601924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9607442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9612925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9618569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9625156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9630875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9636783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9642260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9647925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9653185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9658961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9664839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9670273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9676093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9681981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9687815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9693527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9699205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9705184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9710713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9716422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9722060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9727601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_to_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9733602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_to_size_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9739314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_to_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9744853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_to_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9750724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9756792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9762515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9768853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9774884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9780606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9786353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9792028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9798769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9805434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9811157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9817568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9824098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_constrain_range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9830542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9836424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_constrain_range_for_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9843079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9849717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_constrain_range_for_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9855605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_constrain_range_for_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9862274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_constrain_range_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9868114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_constrain_range_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9873841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_numel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9879803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_numel_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9885768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_numel_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9891271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_numel_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9897021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9902645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_size_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9908202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9914489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9920297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_storage_offset.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9926490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_storage_offset_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9932141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_storage_offset_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9937672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_storage_offset_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9943532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_stride.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9949558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_stride_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9955857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_stride_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9961263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_stride_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9967579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9972748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9978397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_along_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9984396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_along_dim_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9990372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_along_dim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:47.9996190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_along_dim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0001945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0007498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0013844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0020227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0026036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0031867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0037828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0044409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0050627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0056952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0063451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0069838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0076162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0083038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0089588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0095146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0101179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0106932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0112407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0118122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0123755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0129548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0135316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0141289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0154182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0160843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0167860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0174408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0181690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0187994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0197378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0216880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0223989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0237525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor_split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0244146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor_split_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0250339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor_split_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0256682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor_split_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0263105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\thnn_conv2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0269863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\thnn_conv2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0275960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\thnn_conv2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0282680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\thnn_conv2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0289140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0328169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0334336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0339965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0345753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0351689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0358195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0364032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0369805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0376032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0381639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0387440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0393276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0399061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0404722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0410833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0417000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0422808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0428352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0433679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0439297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0444349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0450032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0456723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0462441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0467996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0473577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0479141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0484854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0490451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0495851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0501083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0513838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0515597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0521129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0526979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0532557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0538194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0544486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0550889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0556971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0562621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0568627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0575330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0581188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0586840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0592489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0598144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0603643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0609057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_padded_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0615212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_padded_tensor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0620804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_padded_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0626571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_padded_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0632214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0637676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0643279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsc_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0649031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0654463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0660124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0666006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsr_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0671704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0678425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0684664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0690291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0696091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csc_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0701913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0707850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0713975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0720050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csr_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0726019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0731556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0737510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0744039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0749395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0754788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0760707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0766265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0771940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0778553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0784928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0790584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0796948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0803116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0809427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0815964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0842011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0848487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0854767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0861473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0867276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0873430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0879779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0885372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0891120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0897313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0902717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0909076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0914972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0921540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0927348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0932875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0938585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0944786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0950379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0956155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0962033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0967877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0973996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0979722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0985353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0991005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.0996904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1002772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1008376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1014344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1019821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1025614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1032144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1037819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1044213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1050551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1056068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1061685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1067951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triplet_margin_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1073985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1080220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triplet_margin_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1085833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triplet_margin_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1091743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1097914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1103246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1108824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1114442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1120501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1125936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1131817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1137951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1143768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1149823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1156319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1161609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1167066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1172477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\true_divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1178848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\true_divide_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1185364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\true_divide_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1191738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\true_divide_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1198047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1204403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1210645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1216835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1223440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1229265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1235558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1242085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1248277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\type_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1254164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\type_as_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1260260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\type_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1266230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\type_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1274869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1283509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1292317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1301149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1307768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1313744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1320265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1325967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1331949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1337516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1344006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1349639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1355707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1362059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1367909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1373535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1379543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1385319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1391679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1397561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1403250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_dense_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1409339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1414979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_dense_tensors_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1420397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_dense_tensors_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1426569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1432207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1437860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1442980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1449807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1454878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1460713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1466498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1472227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1477829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1483918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1489932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1495590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1501301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1507096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1512786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1518530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1524156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1529734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.1535393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4247417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4253713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4260076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4266554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4273000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4279713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4286240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4293776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4310067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4318806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4327213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4333896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4340123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4346416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4352336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_consecutive.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4359043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4365619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_consecutive_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4371575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_consecutive_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4378799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_consecutive_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4384550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_consecutive_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4390462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4396278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4402058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4408217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4414297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_chunk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4420375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_chunk_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4426122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_chunk_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4431514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_chunk_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4437149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4443186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4449274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4455309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4461963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split_with_sizes.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4468162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4473921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split_with_sizes_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4479805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split_with_sizes_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4485460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4491336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4497042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4503219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4509061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4514840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4520637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4526355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4532107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4538114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4544112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4550243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4555956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4562412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4568902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4575713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4582536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4588919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4595678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4608874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4610825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4617205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4623726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4630130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4636496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4643391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4650407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4657206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4664212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4670534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4677080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4683457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4690149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4696441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4702787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4709571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4716090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4723524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4730077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4736595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4743004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4749332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4756131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4763515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4769872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4777012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4784136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4790481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4797941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4807295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4813932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4820388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4827138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4833849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4840208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4846558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4852554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4858416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4865114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4870979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4877056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4882842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4888706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4895732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4901736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4907725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4913770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4919702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4925539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4931323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4937464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4943749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4950157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4956639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4962511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4968476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4974607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4980608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4986680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4992542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.4999183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5004951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5010910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5016944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5022908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5028810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5034729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5040916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5046921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5053755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5059730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5065696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5071488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5077412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5083418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5089147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5094980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5100987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5107466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5113299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5119431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5125361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5131412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5137419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5143501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5149777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5156763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5163381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5170154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5176645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5183343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5190066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5196591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5203061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5209611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5216804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5223876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5230685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5237241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5243905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5250552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5257008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5263926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5270731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5277446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5284345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5290920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5297475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5304393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5312444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5321249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5329654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5336005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5343026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5349771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5357083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5362889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5369479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5375444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5381492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\value_selecting_reduction_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5388315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5394275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\value_selecting_reduction_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5400425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\value_selecting_reduction_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5405814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5411542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5417819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5423531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5429754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5436450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5442374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5447985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5453594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5460085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5465972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5471745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5477520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5483320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5488946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5494608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5500107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5505604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5511304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5517233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5523013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5528578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5534054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5539364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5544759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5549864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5555628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5561722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5567810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5573414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5579099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5585014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5590772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5596618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5602747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5608210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5614242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5619789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5625344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5631122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5636808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5642931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5649099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5654850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5660654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5666667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5672434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5678787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5684709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5690291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5696292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5701852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5707959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5713784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5719600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5725358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5731111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5737471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5743734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5749622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5755299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5760596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5766388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5771868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5777447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5783148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5788795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5794322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5799655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5805363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5811176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5817490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5823248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5828875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5834513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5840267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5846620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5852487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5858814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5864734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5870394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5876119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5881750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5893413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5899276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5905189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5910662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5920099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5925375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5931342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5937876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5944232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5950865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_like_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5957169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5962957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5970401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5976529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5982941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5989449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.5995694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6002180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6008318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6014929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6021786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6027542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6033419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6040661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6047038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6053538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6059417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6065515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6072564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6078587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6084510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6090522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6096814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6103086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6108948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6115040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6121040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6126987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6132917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6138756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6145347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6151451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6157618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6163674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6170089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6175747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6181971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6187922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6193878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6199849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6206510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6213096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6219546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6226203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_batch_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6233022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_batch_dim_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6239387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_batch_dim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6245543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_batch_dim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6251890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6258661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6265139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6271959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6278566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6285602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6292035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6298548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6304906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6311197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6320374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6329263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6336729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6343651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6350240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6356953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6363758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6370097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6376365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_update_scale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6382456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_update_scale_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6388827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_update_scale_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6394958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_update_scale_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6400901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_update_scale_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6406820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_update_scale_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6412608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_update_scale_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6419030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_async.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6425062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_async_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6431317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_async_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6437827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_async_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6443040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_async_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6448716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6454776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_scalar_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6461087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_scalar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6466686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_scalar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6472496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_tensor_metadata.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6478782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_tensor_metadata_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6484513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_tensor_metadata_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6490388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_tensor_metadata_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6496344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_tensor_metadata_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6502157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_autocast_to_full_precision.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6507715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6513560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_autocast_to_full_precision_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6519093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_autocast_to_full_precision_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6524930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_autocast_to_reduced_precision.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6530785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6536644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_autocast_to_reduced_precision_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6542804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_autocast_to_reduced_precision_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6548493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6554192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6559702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6565357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6571057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_impl_index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6576747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_impl_index_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6583145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6588861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_impl_index_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6594655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_impl_index_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6634214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6640403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_impl_index_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6646987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_impl_index_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6653390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_no_update.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6659998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_no_update_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6666402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_no_update_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6672847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_no_update_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6679502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_with_update.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6686582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_with_update_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6693398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_with_update_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6700099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_with_update_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6706603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_with_update_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6713237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_with_update_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6719541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Byte.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6725947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Byte_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6732274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Byte_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6738293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Byte_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6744774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Char.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6751171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Char_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6757975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Char_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6764146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Char_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6770554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Double.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6777671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Double_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6783743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Double_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6789622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Double_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6796158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6802731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Float_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6809082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Float_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6816564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Float_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6825834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Half.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6833574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Half_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6839949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Half_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6846133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Half_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6852474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Int.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6871857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Int_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6873126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Int_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6874103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Int_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6877271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Long.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6883719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Long_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6889683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Long_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6895443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Long_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6901146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Short.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6907060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Short_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6912916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Short_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6918905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Short_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6924823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6930589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6936227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6942191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6947973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6953912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6959799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6966125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6972018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6977807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6983649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6989532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.6995484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cholesky_solve_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7001412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7007175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cholesky_solve_helper_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7013001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cholesky_solve_helper_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7018772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cholesky_solve_helper_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7024661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cholesky_solve_helper_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7030806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_choose_qparams_per_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7036765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7042359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_choose_qparams_per_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7047916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_choose_qparams_per_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7053563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_chunk_cat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7059485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_chunk_cat_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7065807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_chunk_cat_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7071633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_chunk_cat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7077404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_chunk_cat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7083119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7088635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7094648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7100338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7106418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7112437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7118274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7124534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7130280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7136458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_compute_linear_combination.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7142630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_compute_linear_combination_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7148658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_compute_linear_combination_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7154417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_compute_linear_combination_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7160122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_compute_linear_combination_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7165731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7171171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7176682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7182729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7188715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7194644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7199958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7205689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7211100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7216891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_physical.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7223240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_physical_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7229980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_physical_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7236521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_physical_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7242959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_coo_to_csr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7249737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7256112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7263000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7269418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7275872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7282753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7289375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7296366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_csr_to_coo.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7303545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7309956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7316662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7323406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7334453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7342764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7350532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7358775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7366671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7375298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7382840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7390371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7399566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7406518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7413002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7419544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7426594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7432815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7439303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_double_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7445810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7452079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_double_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7458549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_double_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7464568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7471180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_mode_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7476997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_mode_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7483744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_mode_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7490534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7496258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7502393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conv_depthwise2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7508196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conv_depthwise2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7513803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conv_depthwise2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7519809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conv_depthwise2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7525701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7531775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from_and_resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7537848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7543880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from_and_resize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7549480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from_and_resize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7555523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7561677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7567519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7573351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_compress.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7579084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_compress_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7584981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_compress_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7590796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_compress_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7596405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_sparse_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7602761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_sparse_mm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7609013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_sparse_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7614534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_sparse_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7620335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_sparse_mm_search.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7626700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_sparse_mm_search_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7632832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_sparse_mm_search_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7638989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_sparse_mm_search_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7644925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7651599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7658157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7664504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7671544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7678747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7685236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7691908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7698293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7705110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7712058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7718591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7725001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7731671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_attention_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7738254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_attention_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7745198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_attention_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7751900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_attention_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7758394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7765042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7771523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_ctc_loss_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7778004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_ctc_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7785508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_ctc_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7792037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_init_dropout_state.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7798974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7805466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_init_dropout_state_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7811924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_init_dropout_state_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7819608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_init_dropout_state_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7828671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7837225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7844352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7851582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7858040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7864414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7870653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7881361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7885982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_flatten_weight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7893167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7899046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7904977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7911251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7916614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7923197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7929610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_clear_plan_cache.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7935651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7941332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_clear_plan_cache_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7947059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_clear_plan_cache_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7952968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_get_plan_cache_max_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7959558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7965886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_get_plan_cache_max_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7971983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_get_plan_cache_max_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7977794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_get_plan_cache_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7984109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7989905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_get_plan_cache_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.7995808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_get_plan_cache_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8002010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_set_plan_cache_max_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8008297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8014112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_set_plan_cache_max_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8019823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_set_plan_cache_max_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8025911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummax_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8032047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummax_helper_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8037831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummax_helper_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8044116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummax_helper_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8049700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummax_helper_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8055439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummin_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8061397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummin_helper_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8067488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummin_helper_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8073718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummin_helper_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8079740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummin_helper_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8085608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_debug_has_internal_overlap.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8091695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8097482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_debug_has_internal_overlap_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8103427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_debug_has_internal_overlap_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8109162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8114824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8120104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8125723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8131376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8137545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8144249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dim_arange.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8150809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dim_arange_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8156977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dim_arange_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8163760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dim_arange_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8170285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8177102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8183724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8190083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8196454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8202681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8209399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dyn_quant_matmul_4bit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8216234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dyn_quant_matmul_4bit_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8222864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dyn_quant_matmul_4bit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8229128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dyn_quant_matmul_4bit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8235758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8242387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8249351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8256095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8262570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8269094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8275324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8281823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8289039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8295791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8302388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8308913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8315499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8322464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8331278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8340826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8350127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8357130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8364340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8370980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8377382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8383886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8390365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8396627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8402626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8409352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8415089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8421181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8427139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_dense_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8433664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8440311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_dense_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8446317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_dense_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8452363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_dense_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8458395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_dense_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8464405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_forward_only.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8470923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8478168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_forward_only_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8484358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_forward_only_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8489930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_forward_only_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8495733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_forward_only_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8501692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8508027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8514232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8520554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8526739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8532654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8538648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8545146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8551166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_sparse_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8557531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8563572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_sparse_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8569456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_sparse_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8575447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_affine_quantized.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8582044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8588100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_affine_quantized_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8593982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_affine_quantized_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8599717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_affine_quantized_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8605727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_per_channel_affine_quantized.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8612118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8618385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_per_channel_affine_quantized_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8624383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_per_channel_affine_quantized_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8630854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_per_channel_affine_quantized_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8636628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_euclidean_dist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8642522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_euclidean_dist_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8648481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_euclidean_dist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8654460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_euclidean_dist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8660514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8666435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8672348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8678267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8684547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8690988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8697304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8703334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8709557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8715539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8721696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8728190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8734923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8742881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8749282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8756012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8763002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8769933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8776646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8783895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8790874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8798129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8804953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8811800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8818251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8828148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8838481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8848042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8856863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2c.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8863428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2c_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8870140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2c_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8876892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2c_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8883495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2c_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8889721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2r.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8895568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2r_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8901799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2r_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8907939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2r_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8914580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2r_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8920328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_r2c.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8925761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_r2c_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8931527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_r2c_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8937257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_r2c_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8944248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_r2c_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8950260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fill_mem_eff_dropout_mask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8956027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8961823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8967527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8973235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8979796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8986031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8991764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.8997619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9003291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9009448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9015737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9021886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9027611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9033406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9038918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9044536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9050727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9056906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_abs.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9062840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_abs_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9068427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_abs_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9074051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_abs_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9079724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_abs_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9085650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_acos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9091991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_acos_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9097875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_acos_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9103736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_acos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9109927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_acos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9115690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9121778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcdiv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9128467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9135100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcdiv_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9141489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcdiv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9147756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcdiv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9154125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9161650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9168347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcmul_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9175665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9182310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9188925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_add_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9195410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_add_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9202155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_add_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9208785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_add_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9215340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_asin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9222410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_asin_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9229113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_asin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9235650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_asin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9242086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_asin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9248548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_atan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9255106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_atan_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9261528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_atan_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9267712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_atan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9274087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_atan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9281009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_ceil.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9288016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_ceil_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9294465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_ceil_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9300925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_ceil_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9307515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_ceil_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9313941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9320757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_max_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9328579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_max_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9335539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_max_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9345384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_max_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9352150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_min.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9359301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_min_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9366106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_min_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9372809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_min_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9378680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_min_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9385441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9391586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9397432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_copy_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9404254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9410143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9416160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9421974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9428037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cosh_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9434393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cosh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9440125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9445946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9452174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cos_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9458042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cos_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9463909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9469627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9475772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9482472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_div_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9488876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_div_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9494914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_div_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9500733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_div_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9506718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9512522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9518562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erfc_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9524279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erfc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9530091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erfc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9536101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erfc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9542226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erf_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9548082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erf_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9553872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9559674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9565479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9571211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9577287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_expm1_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9583096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_expm1_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9589652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_expm1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9596016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_expm1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9602881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_exp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9609222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_exp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9615974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_exp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9622367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_exp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9628729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_floor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9635432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_floor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9642987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_floor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9649571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_floor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9656070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_floor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9662817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_frac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9670268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_frac_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9676634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_frac_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9683151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_frac_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9690188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_frac_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9697067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9703991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lerp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9710574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lerp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9716936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lerp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9723540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lerp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9729973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9736591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9743310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lgamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9749775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lgamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9756634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lgamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9763166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9769614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log10.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9776596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log10_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9782964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log10_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9789444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log10_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9796224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log10_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9803426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9810284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log1p_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9816778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log1p_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9823873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log1p_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9833098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log1p_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9840475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9850020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log2_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9859368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log2_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9868766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9878736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9885975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9893308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9899847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9906911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9913765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9920205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_maximum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9926365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_maximum_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9932199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_maximum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9938807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_maximum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9945913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_maximum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9951975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_max_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9958257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_max_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9964598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_max_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9970510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_max_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9977214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_minimum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9984012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_minimum_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9989751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_minimum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:48.9995781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_minimum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0001687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_minimum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0007828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_mul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0035919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_mul_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0041579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_mul_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0047407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_mul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0053266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_mul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0059471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0065675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_neg_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0072101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_neg_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0077737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_neg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0083492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_neg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0089308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0095413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_norm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0101289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0107099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0112538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0118199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0124002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_pow_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0129511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_pow_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0135162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_pow_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0141903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_pow_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0148615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_reciprocal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0155544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0161629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_reciprocal_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0167732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_reciprocal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0174113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_reciprocal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0180450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0187224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_round_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0193520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_round_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0199820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_round_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0206302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_round_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0212663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_rsqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0219229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_rsqrt_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0226016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_rsqrt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0232324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_rsqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0238611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_rsqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0244919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0251891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0258319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sigmoid_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0265205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0271719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0278082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0320004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sign_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0326545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sign_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0335469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sign_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0344646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sign_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0351367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0358160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0365182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sinh_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0371611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sinh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0377311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0383652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0389616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sin_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0395228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0401675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0407259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0412869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0418717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0424425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sqrt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0430833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0436641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0442363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0448254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sub_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0453886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sub_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0459744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sub_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0465649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sub_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0471523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0477341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0484059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tanh_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0489956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tanh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0495775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0501587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0507773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tan_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0513512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tan_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0519401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0525273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0531013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_trunc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0536922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_trunc_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0542544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_trunc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0548093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_trunc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0553841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_trunc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0559599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_zero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0565782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_zero_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0571693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_zero_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0584705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_zero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0587081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_zero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0593224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_async.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0598857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_async_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0607925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_async_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0613787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_async_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0619723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0625987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_scalar_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0631831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_scalar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0638118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_scalar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0644833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_sym_constrain_range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0651030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0657028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_sym_constrain_range_for_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0663412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0669367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_sym_constrain_range_for_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0678979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_sym_constrain_range_for_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0685039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_sym_constrain_range_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0690952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_sym_constrain_range_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0696716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adagrad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0702778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adagrad_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0708600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adagrad_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0714690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adagrad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0720514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adagrad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0726362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0732338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0738780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0745276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0751158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0757131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0762945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0769071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0774831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0780774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0786584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0792170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0798246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0804337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_dropout_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0810183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_dropout_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0816058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0821988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0827955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0834348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0841247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0848311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0857915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0866925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0875878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sdp_choice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0885415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sdp_choice_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0892547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sdp_choice_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0899275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sdp_choice_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0906382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sdp_choice_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0913017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sdp_choice_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0919237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0926112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0932201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0938320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0944894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0950594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0956345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0961968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0967565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0974488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0980532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0986847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0992763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.0998551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1004430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1010697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_gather_sparse_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1016658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1023269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_gather_sparse_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1029208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_gather_sparse_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1035091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1041071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1047441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1053280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1059188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1065469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1071199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1077093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1082778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_has_compatible_shallow_copy_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1088671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1094195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_has_compatible_shallow_copy_type_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1099741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_has_compatible_shallow_copy_type_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1105573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_has_same_storage_numel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1111378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1116981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_has_same_storage_numel_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1122574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_has_same_storage_numel_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1128564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_bin_edges.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1134549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1141303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_bin_edges_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1146931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_bin_edges_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1152820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_bin_edges_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1158782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_cts.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1165041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1171067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_cts_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1177290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_cts_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1183480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_cts_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1189441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1195875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1202018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_tensors_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1207901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_tensors_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1213833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_tensors_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1219388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_index_put_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1225657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_index_put_impl_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1231453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_index_put_impl_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1237479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_index_put_impl_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1243264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_index_put_impl_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1249289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_index_put_impl_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1255359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_index_put_impl_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1261304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1266540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1272726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1278442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1284186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1289842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1295540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1301699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1307389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_int_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1312954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_int_mm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1318476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_int_mm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1324251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_int_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1330368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_int_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1336903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_all_true.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1343682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_all_true_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1350178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_all_true_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1355579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_all_true_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1361258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_any_true.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1367146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_any_true_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1372743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_any_true_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1378366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_any_true_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1383914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_zerotensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1389799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_zerotensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1395210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_zerotensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1400442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_zerotensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1406256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_jagged_to_padded_dense_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1412054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_jagged_to_padded_dense_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1417776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_jagged_to_padded_dense_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1423450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_jagged_to_padded_dense_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1429022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_jagged_to_padded_dense_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1434850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lazy_clone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1440852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lazy_clone_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1446476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lazy_clone_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1452173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lazy_clone_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1458008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_check_errors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1464063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1469631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_check_errors_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1475093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_check_errors_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1480561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1486540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1492355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1498013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1503642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1509434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1514904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1520374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1526058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1532024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1537491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1543291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1548808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1554471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1560155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1565940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1571527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1577212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigvals_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1582985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigvals_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1588678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigvals_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1595602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigvals_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1602753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1608760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1614443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1620311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1626555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1632584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1638632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1644561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1651183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_solve_ex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1657624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1663613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_solve_ex_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1671056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_solve_ex_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1677520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_solve_ex_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1684188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_solve_ex_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1690670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_solve_ex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1697169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_solve_ex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1703835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1710835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1717249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1723667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1730050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1736637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1743100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1749408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1755901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_local_scalar_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1762073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_local_scalar_dense_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1768350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_local_scalar_dense_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1774693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_local_scalar_dense_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1781318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_local_scalar_dense_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1787697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1794169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1800568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1806813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1813159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1819118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1825322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_backward_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1832434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1839450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_backward_data_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1848075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_backward_data_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1854442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_backward_data_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1861036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_backward_data_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1867706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_backward_data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1874061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_backward_data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1880028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1886236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1891864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1897583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1905432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1911264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1916974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1922710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lstm_mps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1928559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lstm_mps_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1934819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lstm_mps_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1940515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lstm_mps_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1946237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lu_with_info.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1952307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lu_with_info_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1957875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lu_with_info_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1963390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lu_with_info_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1968961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dep_token.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1974657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dep_token_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1980025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dep_token_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1985526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dep_token_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1991843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.1998361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2003821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2010020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2016111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2021804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2027686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2033390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2038817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2044640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_channel_quantized_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2050787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2056560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_channel_quantized_tensor_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2062969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_channel_quantized_tensor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2068808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_channel_quantized_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2074699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_channel_quantized_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2080578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_tensor_quantized_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2086635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2093193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2099744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2106213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2112558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2118934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_scale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2125583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_scale_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2131848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_scale_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2138016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_scale_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2144365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_scale_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2150496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2156794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2163548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2170121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2177002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2183625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2189944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2196261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2202353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2208659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2214784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2221043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2227523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mixed_dtypes_linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2233736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mixed_dtypes_linear_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2240084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mixed_dtypes_linear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2246191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mixed_dtypes_linear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2252542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_reshape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2258682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2264644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_reshape_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2270710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_reshape_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2277123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2283713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2290142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_transpose_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2296794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_transpose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2303173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_transpose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2309344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2315878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2321901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2327988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2334176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2342751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2351831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution_transpose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2358609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution_transpose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2365294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2372248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2379081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2385065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2391497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2397561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_no_training.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2403626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2410360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_no_training_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2416267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_no_training_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2422217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2428419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_multi_head_attention.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2434522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2440968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_multi_head_attention_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2447005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_multi_head_attention_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2452719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_multi_head_attention_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2458560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_multi_head_attention_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2464448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2470396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2487730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2488520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2489254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2494609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2500079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2505973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2511461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2517448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2523335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2529236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2535003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2541042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2546953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2552907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_and_nested_example.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2559052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2564893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_and_nested_example_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2570705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_and_nested_example_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2576798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2582932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2588864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2595222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2601238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2607021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2612898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2618563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2624494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_jagged_dummy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2630478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_jagged_dummy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2636112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_jagged_dummy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2641948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_lengths.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2647807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_lengths_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2653568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_lengths_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2659373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_max_seqlen.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2665280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_max_seqlen_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2671404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_max_seqlen_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2677273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_min_seqlen.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2683267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_min_seqlen_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2689425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_min_seqlen_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2696073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_offsets.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2701993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_offsets_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2707485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_offsets_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2713312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_ragged_idx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2719119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_ragged_idx_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2724680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_ragged_idx_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2730473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2736429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_values_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2742851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2748877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2754696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_values_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2760429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_values_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2766201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_values_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2772383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_values_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2778120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_select_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2784046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_select_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2789871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_select_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2795634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_sum_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2801434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_sum_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2807206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_sum_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2813254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2819407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2825360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2831338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2837175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2843112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2849186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2855090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2861043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2866940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2872876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2878962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_tensor_list.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2885617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2891442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_tensor_list_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2897398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_tensor_list_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2903255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2909454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2915323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2921157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2927047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_softmax_with_shape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2933606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_softmax_with_shape_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2939466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_softmax_with_shape_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2945393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_storage_offsets.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2951736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2957543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_storage_offsets_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2963474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_storage_offsets_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2969321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_strides.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2975424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2981512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_strides_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2987908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_strides_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.2999313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3002250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3008893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3015057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3020704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3026591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3033115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3038877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3044821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3050814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3057048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_jagged.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3062452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_jagged_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3068751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3074649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3080642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_jagged_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3086485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_jagged_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3092258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_jagged_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3097891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_jagged_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3103959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_new_zeros_with_same_feature_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3110001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3116118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_new_zeros_with_same_feature_meta_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3121948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_new_zeros_with_same_feature_meta_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3127634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_available.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3134236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_available_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3140377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_available_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3146722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_available_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3153058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_spatial_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3160007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3166503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_spatial_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3172847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_spatial_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3179457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3185119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3191399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3197420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pack_padded_sequence.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3203917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pack_padded_sequence_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3210897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3217356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pack_padded_sequence_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3223831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pack_padded_sequence_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3230838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3237137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pack_padded_sequence_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3243424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pack_padded_sequence_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3249701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_padded_dense_to_jagged_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3256007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_padded_dense_to_jagged_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3262464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_padded_dense_to_jagged_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3268917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_padded_dense_to_jagged_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3275387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_padded_dense_to_jagged_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3281920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_circular.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3288727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_circular_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3294942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_circular_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3301089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_circular_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3307548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_enum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3314061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_enum_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3320280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_enum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3326352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_enum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3333407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_packed_sequence.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3340350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3348196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_packed_sequence_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3357162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_packed_sequence_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3364852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3372763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3381392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3390046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3398675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3407364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3413787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3420541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3426812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3433025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3439419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3445918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3451874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pin_memory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3457969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pin_memory_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3464204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pin_memory_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3469714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pin_memory_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3475275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3480930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3486748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3493022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3499656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3505553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3511165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3517132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3522630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3528413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3534087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3539719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3545420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3551392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3557406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_propagate_xla_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3563356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_propagate_xla_data_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3568967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_propagate_xla_data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3574445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_propagate_xla_data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3580324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_remove_batch_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3586331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3620043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_remove_batch_dim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3625762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_remove_batch_dim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3631466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3637136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3643274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3649393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3655811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3662373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3669049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3675860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3682582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3689012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3695120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3701638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3708254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3714514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3720670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3727364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_from_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3734137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3740715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_from_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3747182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_from_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3753964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_resize_output.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3760585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_resize_output_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3766925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_resize_output_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3773498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_resize_output_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3779824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_resize_output_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3786220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_rowwise_prune.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3792732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_rowwise_prune_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3798929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_rowwise_prune_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3805291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_rowwise_prune_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3811709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_safe_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3818294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_safe_softmax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3824566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_safe_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3830716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_safe_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3837206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3844042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3853095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3862631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3872342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3878898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3885562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_saturate_weight_to_fp16.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3892367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3898757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_saturate_weight_to_fp16_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3904747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_saturate_weight_to_fp16_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3911404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_attention_math.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3917610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3923480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3930136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3935848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3942073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_attention_math_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3948094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_attention_math_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3954141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3962066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3970559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3980703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3989991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.3999169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4005692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4012323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4019016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_efficient_attention.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4025863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4032607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4039139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4045631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4052698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4059317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4066163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4072722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4078741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4085737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4091854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4097974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4104694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4110625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4116723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4122860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4129170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4135540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4141585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4147373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4153129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4159109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4165092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4171281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4177438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4183805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4190083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4196535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4203144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4209042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4215010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4220809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_grouped_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4227157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_grouped_mm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4232963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_grouped_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4238708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_grouped_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4244217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4250039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_mm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4255717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4261459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4267554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_segment_reduce_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4273546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4279329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_segment_reduce_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4285174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_segment_reduce_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4291603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_segment_reduce_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4298047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_segment_reduce_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4304939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_shape_as_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4311450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4317834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_shape_as_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4323954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_shape_as_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4330296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4336928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4343361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4351698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4360742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4369416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4378418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4385401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4392234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4398700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4405294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4411747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_draw.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4418106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4423774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_draw_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4430114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_draw_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4436740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_ff.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4442800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4448446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_ff_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4454298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_ff_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4460131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_initialize_state.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4467097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4473188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_initialize_state_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4478766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_initialize_state_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4484593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_scramble.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4490668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4496263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_scramble_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4502520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_scramble_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4508479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4514061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_backward_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4519979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4525498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_backward_data_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4531175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_backward_data_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4544429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_backward_data_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4550659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_backward_data_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4556471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_backward_data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4562158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_backward_data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4568213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4573946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4579875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4585632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4591844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4597178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4602784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4608544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4614501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_addmm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4620079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_addmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4625870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_addmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4631788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_broadcast_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4637650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_broadcast_to_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4643717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4649843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4655788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_broadcast_to_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4661884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_broadcast_to_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4668351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_broadcast_to_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4674336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_broadcast_to_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4680674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4687403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4693777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4700373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4707449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4714251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4720579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4726904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4733495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4740309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4746840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4753591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4760021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4766153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4772150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4778511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4784798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_unsafe.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4791150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4797353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_unsafe_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4803290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_unsafe_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4809631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4815690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4822389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4828475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4834597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4840861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4847068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4853673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4860361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4866573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4872527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csc_tensor_unsafe.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4879216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4885370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csc_tensor_unsafe_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4891293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csc_tensor_unsafe_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4897138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_prod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4903344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4909129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_prod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4915382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_prod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4921157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_sum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4927371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4933140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_sum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4939031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_sum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4945148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_tensor_unsafe.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4951469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4957603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_tensor_unsafe_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4963337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_tensor_unsafe_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4969137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4974993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax_backward_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4981148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4988308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax_backward_data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.4994206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax_backward_data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5000320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5006229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5012165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5018212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5024249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mask_projection.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5030274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mask_projection_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5036013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mask_projection_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5042021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mask_projection_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5047840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5053913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5059880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5065787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5071580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_reduce_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5077526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_reduce_impl_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5083542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5089400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5095911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_reduce_impl_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5102300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_reduce_impl_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5112815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5117114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_addmm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5123155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_addmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5129122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_addmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5135349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_apply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5141395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_apply_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5147463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_apply_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5153589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_apply_dense_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5159908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_apply_dense_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5165585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_apply_dense_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5171614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_apply_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5177660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_apply_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5183658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5189661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_linear_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5195767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_linear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5201689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_linear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5207999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5214695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_mm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5220828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5226891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5232626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_tile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5238627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_tile_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5244825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_tile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5250777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_tile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5256646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5262688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_backward_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5269496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5275316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_backward_data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5281464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_backward_data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5287614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5293754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5299560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5305531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5311524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sparse_matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5318334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5324753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sparse_matmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5331561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sparse_matmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5337775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5344351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5351275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5360133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5369457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5378746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5388227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5395497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5401939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5408449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5414723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5420889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5426579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5432965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5439113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spsolve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5446193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spsolve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5451875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spsolve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5457915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5463824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5469337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5475064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5481286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5487062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5493095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5498692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5504823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5510993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5517201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5522966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_grad_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5528783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_grad_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5534589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_grad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5540632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_grad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5546485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5552241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5558135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_ambiguous_defaults.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5564008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5569617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_ambiguous_defaults_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5575570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_ambiguous_defaults_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5581585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5587721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5593728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5599455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5605692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5611561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5618540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5625617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5631603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5637927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5643908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5649939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5655973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5662091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5668062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_check_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5674591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_check_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5680898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_check_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5686900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_check_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5693042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_functorch_fallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5699469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_functorch_fallback_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5705589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_functorch_fallback_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5711677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_functorch_fallback_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5717668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_functorch_fallback_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5723680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_filled_intlist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5729974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5736192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_filled_intlist_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5742414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_filled_intlist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5748486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_filled_intlist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5754930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_floatlist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5761129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5767331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_floatlist_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5773260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_floatlist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5779197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_floatlist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5785157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_intlist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5791364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5797226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_intlist_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5803406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_intlist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5809432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_intlist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5815385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_parallel_materialize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5821707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_parallel_materialize_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5828233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_parallel_materialize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5833986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_parallel_materialize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5840186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_serialization_subcmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5846512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5852627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_serialization_subcmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5859289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_serialization_subcmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5865741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_string_default.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5872000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_string_default_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5878054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_string_default_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5883752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_string_default_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5889931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_warn_in_autograd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5895880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5901878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_warn_in_autograd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5907681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_warn_in_autograd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5913971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5920211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5926014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5931723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5937591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5944214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5950236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5956148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5961884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5967738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5974184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5979962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5985971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5991746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.5997875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6004020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6010488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6016493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6022463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6028393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6034773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6040934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6047532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6053578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6059646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6065759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6071982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6078022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6084273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6090262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6096266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6102710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6108606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6114376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6120186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6125885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6131606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6137110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_cpu_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6144102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_cpu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6149831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_cpu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6155578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6161959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_dense_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6167680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_dense_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6173556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_dense_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6179207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6185005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6191092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6196997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsc_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6202730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6208601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6214409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6220218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6226489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6232446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6238558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6244493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6250311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6256301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6262322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6268129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6274551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csc_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6280499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csc_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6286481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6292519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6298465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6304484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6310667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csr_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6316691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6322841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6328728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6334586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6340417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6346196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6352066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6357886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_semi_structured.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6363700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_semi_structured_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6369638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_semi_structured_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6375198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_semi_structured_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6381114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transformer_encoder_layer_fwd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6387190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6393186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transformer_encoder_layer_fwd_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6399134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transformer_encoder_layer_fwd_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6404915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transformer_encoder_layer_fwd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6410729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transformer_encoder_layer_fwd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6416458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transform_bias_rescale_qkv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6423438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6429590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transform_bias_rescale_qkv_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6436822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transform_bias_rescale_qkv_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6443427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transform_bias_rescale_qkv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6449925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transform_bias_rescale_qkv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6456388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6463170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6468913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6474490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6480342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6486249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_multi_head_attention.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6492673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6498679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_multi_head_attention_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6504569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_multi_head_attention_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6510505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_multi_head_attention_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6516482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_scaled_dot_attention.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6522568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6528457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_scaled_dot_attention_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6534464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_scaled_dot_attention_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6540534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_scaled_dot_attention_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6546382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6551664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6557422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6563003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6568837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6574532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6580174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6586162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6591755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6599116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6604961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6610829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6616544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unpack_dual.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6623078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unpack_dual_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6628812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unpack_dual_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6634385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unpack_dual_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6640012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6645892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6651502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6657174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6663068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index_put.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6669127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index_put_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6674902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index_put_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6680660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index_put_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6686474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_masked_index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6692741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_masked_index_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6699375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_masked_index_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6705269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_masked_index_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6711112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6717111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6722878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6728908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6734644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6740764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_view_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6746609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_view_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6752398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_view_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6758298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6764118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6770677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6776410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6782293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6788226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6794240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6800684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6807156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6814197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6820746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6857184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6866539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6875587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6884739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6893219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6899885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6906709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6913556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6920697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6926643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6933355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6939379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6946506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6952535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6958697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6964931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6970920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6977613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6983699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6989373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.6995217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7000978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7007041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7013462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7019545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7026332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7032387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7038383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7044532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7050512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7056513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7062384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7068873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7075115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7081117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7087101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7093053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7099129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7105370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7111294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7117069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7123383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7129851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7135826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7142029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7147941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7154001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7159979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7165999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7172989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7179583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7186125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7193315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7199985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7206793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7213297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7219721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7226358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7232975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7239988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7246843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7253809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7260416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7267147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7273896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7280393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7287261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7293924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7300477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7307757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7314481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7321168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7327821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7334286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7342511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_use_cudnn_ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7351789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_use_cudnn_ctc_loss_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7359289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_use_cudnn_ctc_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7365883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_use_cudnn_ctc_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7372479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7379339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7385968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7391950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7398701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_compressed_sparse_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7404732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_compressed_sparse_indices_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7411321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_compressed_sparse_indices_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7417247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_compressed_sparse_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7423509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_compressed_sparse_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7429382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7435585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7446913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7450511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7456187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7462787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7468646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7474552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7480649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7486897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7493620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7499613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7505957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_coo_tensor_args.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7512534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7518663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_coo_tensor_args_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7524766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_coo_tensor_args_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7530604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_csc_tensor_args.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7536895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7542955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_csc_tensor_args_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7549368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_csc_tensor_args_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7555295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_csr_tensor_args.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7561789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7567582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_csr_tensor_args_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7573723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_csr_tensor_args_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7579509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7584771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7591039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7596954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7602657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7608952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7615224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7621366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7627719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7633907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7640268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7646111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7652607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7659123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7665765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7672188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7678903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7685467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7692020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7698307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7704839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int8pack_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7711267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int8pack_mm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7717686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int8pack_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7724249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int8pack_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7730830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7737616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7744026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_differentiable_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7750781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7757125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_differentiable_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7763951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_differentiable_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7770438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7777413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7786205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7793407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7800956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7809657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7816918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7824270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7832433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7839977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7847648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7854939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7870801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7878173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7885681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_linear_prepack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7895045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7901004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_linear_prepack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7908669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_linear_prepack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7914627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7922321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7928325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7934503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-14T04:09:49.7947778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PadNd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.7954718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Parallel-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.7960214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Parallel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.7965542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelFuture.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.7970812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelNative.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.7976051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelOpenMP.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.7981728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PTThreadPool.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.7987337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PythonTorchFunctionTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.7993409Z creating build\bdist.win-amd64\wheel\torch\include\ATen\quantized 2025-03-14T04:09:49.7996959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\quantized\QTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\quantized 2025-03-14T04:09:49.8002249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\quantized\Quantizer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\quantized 2025-03-14T04:09:49.8008958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\record_function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8015351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\RedispatchFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8040104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\RegistrationDeclarations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8052835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ROCmFABackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8058284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SavedTensorHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8064011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8069015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ScalarOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8074390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8079655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SDPBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8084782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SequenceNumber.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8089724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SmallVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8103026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseCsrTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8108667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseCsrTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8114621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8120373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8125534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\StorageUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8130943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8136004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8141286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorGeometry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8146691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIndexing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8152922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8159276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIteratorInternal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8164827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8170206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorNames.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8176647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8182763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8189174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorSubclassLikeUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8195237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8201507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ThreadLocalPythonObjects.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8207423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ThreadLocalState.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8227850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TracerMode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8234164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TypeDefault.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8239865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8245611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Version.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8251249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\VmapGeneratedPlumbing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8273091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\WrapDimUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8279208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\WrapDimUtilsMulti.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-14T04:09:49.8285602Z creating build\bdist.win-amd64\wheel\torch\include\ATen\xpu 2025-03-14T04:09:49.8289547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-03-14T04:09:49.8295358Z creating build\bdist.win-amd64\wheel\torch\include\ATen\xpu\detail 2025-03-14T04:09:49.8298713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail\XPUHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu\detail 2025-03-14T04:09:49.8304813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\PinnedMemoryAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-03-14T04:09:49.8310327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-03-14T04:09:49.8330089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUDevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-03-14T04:09:49.8335613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-03-14T04:09:49.8341543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-03-14T04:09:49.8354823Z creating build\bdist.win-amd64\wheel\torch\include\c10 2025-03-14T04:09:49.8358605Z creating build\bdist.win-amd64\wheel\torch\include\c10\core 2025-03-14T04:09:49.8362448Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\alignment.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8369259Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Allocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8378233Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\AutogradState.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8385392Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Backend.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8404803Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CachingDeviceAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8410845Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CompileTimeFunctionPointer.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8416323Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ConstantSymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8422309Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Contiguity.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8427716Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CopyBytes.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8433036Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CPUAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8438917Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DefaultDtype.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8444085Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DefaultTensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8449599Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8455339Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceArray.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8460666Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8466847Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceType.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8472494Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DispatchKey.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8478480Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DispatchKeySet.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8484504Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DynamicCast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8489958Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8508463Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\GeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8513914Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\GradMode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8519448Z creating build\bdist.win-amd64\wheel\torch\include\c10\core\impl 2025-03-14T04:09:49.8523494Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\alloc_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-03-14T04:09:49.8536408Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\COW.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-03-14T04:09:49.8537518Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\COWDeleter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-03-14T04:09:49.8539184Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\DeviceGuardImplInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-03-14T04:09:49.8557626Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\FakeGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-03-14T04:09:49.8562824Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\GPUTrace.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-03-14T04:09:49.8568142Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\HermeticPyObjectTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-03-14T04:09:49.8573740Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\InlineDeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-03-14T04:09:49.8579271Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\InlineEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-03-14T04:09:49.8584815Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\InlineStreamGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-03-14T04:09:49.8590212Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\LocalDispatchKeySet.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-03-14T04:09:49.8595523Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\PyInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-03-14T04:09:49.8600875Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\PyObjectSlot.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-03-14T04:09:49.8606314Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\PythonDispatcherTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-03-14T04:09:49.8611656Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\SizesAndStrides.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-03-14T04:09:49.8617148Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\TorchDispatchModeTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-03-14T04:09:49.8623120Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\VirtualGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-03-14T04:09:49.8629738Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\InferenceMode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8635664Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8641441Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\MemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8647408Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\OptionalRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8653108Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\PyHandleCache.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8659045Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\QEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8664826Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\QScheme.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8670836Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\RefcountedDeleter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8677135Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SafePyObject.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8683080Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8701413Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8708028Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ScalarTypeToTypeMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8714078Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8720059Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\StorageImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8726033Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8731909Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\StreamGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8738570Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymbolicShapeMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8744777Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymBool.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8750603Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymFloat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8756418Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymInt.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8762485Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymIntArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8768505Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8787187Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\TensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8794582Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\TensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8801042Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\thread_pool.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8807081Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\UndefinedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8813250Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\WrapDimMinimal.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-14T04:09:49.8819525Z creating build\bdist.win-amd64\wheel\torch\include\c10\cuda 2025-03-14T04:09:49.8823284Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAAlgorithm.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-14T04:09:49.8829315Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAAllocatorConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-14T04:09:49.8835309Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDACachingAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-14T04:09:49.8841616Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDADeviceAssertion.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-14T04:09:49.8860033Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDADeviceAssertionHost.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-14T04:09:49.8865925Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAException.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-14T04:09:49.8873916Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-14T04:09:49.8882238Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAGraphsC10Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-14T04:09:49.8890378Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-14T04:09:49.8898607Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMacros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-14T04:09:49.8905858Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMathCompat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-14T04:09:49.8911918Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMiscFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-14T04:09:49.8917825Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAStream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-14T04:09:49.8923992Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\driver_api.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-14T04:09:49.8930187Z creating build\bdist.win-amd64\wheel\torch\include\c10\cuda\impl 2025-03-14T04:09:49.8933424Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl\CUDAGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda\impl 2025-03-14T04:09:49.8939483Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl\CUDATest.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda\impl 2025-03-14T04:09:49.8944879Z 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 2025-03-14T04:09:49.8950022Z creating build\bdist.win-amd64\wheel\torch\include\c10\macros 2025-03-14T04:09:49.8953248Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\cmake_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2025-03-14T04:09:49.8958987Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\Export.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2025-03-14T04:09:49.8964121Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\Macros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2025-03-14T04:09:49.8969907Z creating build\bdist.win-amd64\wheel\torch\include\c10\metal 2025-03-14T04:09:49.8973417Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\indexing.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-03-14T04:09:49.8979047Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\random.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-03-14T04:09:49.8984805Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\reduction_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-03-14T04:09:49.8991047Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\special_math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-03-14T04:09:49.8996854Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-03-14T04:09:49.9015707Z creating build\bdist.win-amd64\wheel\torch\include\c10\util 2025-03-14T04:09:49.9018981Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\AbortHandler.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9024863Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\accumulate.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9030166Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\AlignOf.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9035427Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ApproximateClock.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9052233Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Array.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9057495Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9062815Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9068622Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9074004Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16-math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9079343Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9084598Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\bits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9089885Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Bitset.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9094980Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\bit_cast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9100082Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\C++17.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9105452Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\CallOnce.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9110649Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9116216Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex_math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9121864Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9127578Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ConstexprCrc.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9132901Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\copysign.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9138138Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DeadlockDetection.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9143797Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Deprecated.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9149183Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9154248Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DynamicCounter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9170650Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\env.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9175821Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\error.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9181642Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Exception.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9188139Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ExclusivelyOwned.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9194243Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ExclusivelyOwnedTensorTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9200151Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\FbcodeMaps.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9206168Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Flags.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9212061Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\flat_hash_map.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9219060Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fn-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9225337Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fn.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9231393Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fnuz-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9249859Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fnuz.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9256343Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9262584Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9268699Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2fnuz-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9275122Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2fnuz.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9281130Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e8m0fnu-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9287203Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e8m0fnu.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9293561Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_fnuz_cvt.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9300065Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\floating_point_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9317843Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\FunctionRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9323905Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Gauge.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9329762Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\generic_math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9335830Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Half-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9341964Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Half.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9348292Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\hash.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9354544Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\IdWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9360671Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\int128.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9366838Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\intrusive_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9374913Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\irange.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9380773Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Lazy.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9389175Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\LeftRight.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9395779Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\llvmMathExtras.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9414539Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Load.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9420503Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Logging.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9426667Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\logging_is_google_glog.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9432710Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\logging_is_not_google_glog.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9439110Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\MathConstants.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9444854Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\MaybeOwned.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9450430Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Metaprogramming.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9456419Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\NetworkFlow.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9461876Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\numa.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9474475Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Optional.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9475521Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\OptionalArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9480904Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\order_preserving_flat_hash_map.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9509189Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\overflows.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9514883Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\overloaded.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9520261Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ParallelGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9526109Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\python_stub.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9531221Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\qint32.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9536440Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\qint8.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9541858Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint2x4.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9546923Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint4x2.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9551860Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint8.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9557276Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Registry.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9562730Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\safe_numerics.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9568329Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ScopeExit.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9585160Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\signal_handler.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9590458Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\SmallBuffer.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9596145Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\SmallVector.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9602425Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\sparse_bitset.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9608558Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ssize.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9613856Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\static_tracepoint.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9619767Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\static_tracepoint_elfx86.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9625655Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\strides.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9631024Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\StringUtil.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9636759Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\string_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9642544Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\string_view.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9660587Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\strong_type.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9667004Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Synchronized.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9672432Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\tempfile.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9677884Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ThreadLocal.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9684022Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ThreadLocalDebugInfo.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9690259Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\thread_name.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9696168Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Type.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9702332Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeCast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9708218Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9714542Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeIndex.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9720590Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeList.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9727141Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeSafeSignMath.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9733291Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9739366Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Unicode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9745252Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\UniqueVoidPtr.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9751526Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Unroll.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9757615Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\WaitCounter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9764113Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\WaitCounterDynamicBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9770201Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\win32-headers.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-14T04:09:49.9776781Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu 2025-03-14T04:09:49.9780457Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu\impl 2025-03-14T04:09:49.9784536Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl\XPUGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu\impl 2025-03-14T04:09:49.9790546Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUCachingAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-03-14T04:09:49.9796843Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUDeviceProp.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-03-14T04:09:49.9803074Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUException.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-03-14T04:09:49.9820596Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-03-14T04:09:49.9826461Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUMacros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-03-14T04:09:49.9832387Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUStream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-03-14T04:09:49.9838815Z creating build\bdist.win-amd64\wheel\torch\include\caffe2 2025-03-14T04:09:49.9842097Z creating build\bdist.win-amd64\wheel\torch\include\caffe2\serialize 2025-03-14T04:09:49.9845924Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\crc_alt.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-03-14T04:09:49.9852887Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\file_adapter.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-03-14T04:09:49.9859004Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\inline_container.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-03-14T04:09:49.9864985Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\in_memory_adapter.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-03-14T04:09:49.9883525Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\istream_adapter.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-03-14T04:09:49.9892584Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\read_adapter_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-03-14T04:09:49.9898997Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\versions.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-03-14T04:09:49.9905117Z copying build\lib.win-amd64-cpython-39\torch\include\cpuinfo.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:09:49.9912098Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:09:49.9918259Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_config.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:09:49.9934940Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_debug.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:09:49.9940586Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_ocl.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:09:49.9946117Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_sycl.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:09:49.9952349Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_sycl_types.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:09:49.9958297Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_threadpool.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:09:49.9963789Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_types.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:09:49.9969454Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_version.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:09:49.9975344Z copying build\lib.win-amd64-cpython-39\torch\include\experiments-config.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:09:49.9981340Z copying build\lib.win-amd64-cpython-39\torch\include\fp16.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:09:49.9986494Z copying build\lib.win-amd64-cpython-39\torch\include\fxdiv.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:09:49.9992217Z creating build\bdist.win-amd64\wheel\torch\include\kineto 2025-03-14T04:09:49.9995534Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\AbstractConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-14T04:09:50.0001279Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityProfilerInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-14T04:09:50.0006797Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityTraceInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-14T04:09:50.0023509Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityType.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-14T04:09:50.0029401Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ClientInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-14T04:09:50.0035024Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\Config.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-14T04:09:50.0040618Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\GenericTraceActivity.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-14T04:09:50.0046095Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\IActivityProfiler.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-14T04:09:50.0051489Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ILoggerObserver.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-14T04:09:50.0056773Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ITraceActivity.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-14T04:09:50.0062840Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\libkineto.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-14T04:09:50.0068572Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\LoggingAPI.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-14T04:09:50.0073681Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\output_base.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-14T04:09:50.0079089Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ThreadUtil.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-14T04:09:50.0084450Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\time_since_epoch.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-14T04:09:50.0089717Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\TraceSpan.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-14T04:09:50.0095050Z copying build\lib.win-amd64-cpython-39\torch\include\libshm.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:09:50.0100222Z copying build\lib.win-amd64-cpython-39\torch\include\psimd.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:09:50.0106176Z copying build\lib.win-amd64-cpython-39\torch\include\pthreadpool.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:09:50.0113178Z creating build\bdist.win-amd64\wheel\torch\include\pybind11 2025-03-14T04:09:50.0116373Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\attr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:09:50.0122393Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\buffer_info.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:09:50.0127607Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\cast.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:09:50.0134753Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\chrono.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:09:50.0139915Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:09:50.0145012Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:09:50.0162067Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\detail 2025-03-14T04:09:50.0165384Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\class.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-03-14T04:09:50.0171899Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-03-14T04:09:50.0178575Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\cpp_conduit.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-03-14T04:09:50.0184460Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\descr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-03-14T04:09:50.0190592Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\exception_translation.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-03-14T04:09:50.0207946Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\init.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-03-14T04:09:50.0214229Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\internals.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-03-14T04:09:50.0220624Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-03-14T04:09:50.0226897Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\type_caster_base.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-03-14T04:09:50.0233818Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\value_and_holder.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-03-14T04:09:50.0240109Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\eigen 2025-03-14T04:09:50.0243449Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2025-03-14T04:09:50.0249128Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\matrix.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2025-03-14T04:09:50.0255746Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2025-03-14T04:09:50.0262352Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:09:50.0267908Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\embed.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:09:50.0273779Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eval.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:09:50.0279666Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:09:50.0285719Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\gil.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:09:50.0292201Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\gil_safe_call_once.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:09:50.0298201Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\iostream.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:09:50.0304074Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\numpy.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:09:50.0311735Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\operators.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:09:50.0317223Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\options.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:09:50.0323332Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\pybind11.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:09:50.0331130Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\pytypes.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:09:50.0338484Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\stl.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:09:50.0344444Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\stl_bind.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:09:50.0351054Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\type_caster_pyobject_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:09:50.0357080Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\typing.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-14T04:09:50.0363100Z copying build\lib.win-amd64-cpython-39\torch\include\sleef.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:09:50.0372356Z creating build\bdist.win-amd64\wheel\torch\include\THC 2025-03-14T04:09:50.0376306Z copying build\lib.win-amd64-cpython-39\torch\include\THC\THCAtomics.cuh -> build\bdist.win-amd64\wheel\.\torch\include\THC 2025-03-14T04:09:50.0383112Z copying build\lib.win-amd64-cpython-39\torch\include\THC\THCDeviceUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\THC 2025-03-14T04:09:50.0390601Z creating build\bdist.win-amd64\wheel\torch\include\torch 2025-03-14T04:09:50.0394785Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc 2025-03-14T04:09:50.0398209Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api 2025-03-14T04:09:50.0402369Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include 2025-03-14T04:09:50.0405808Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:50.0409766Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\all.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:50.0415579Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\arg.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:50.0420741Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\autograd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:50.0426384Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\cuda.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:50.0432241Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:09:50.0435669Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-03-14T04:09:50.0439128Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader\base.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-03-14T04:09:50.0445345Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader\stateful.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-03-14T04:09:50.0450786Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader\stateless.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-03-14T04:09:50.0456142Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:09:50.0461828Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader_options.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:09:50.0467576Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\datasets 2025-03-14T04:09:50.0481863Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets\base.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\datasets 2025-03-14T04:09:50.0487569Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets\chunk.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\datasets 2025-03-14T04:09:50.0493278Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets\map.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\datasets 2025-03-14T04:09:50.0498658Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets\mnist.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\datasets 2025-03-14T04:09:50.0504221Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets\shared.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\datasets 2025-03-14T04:09:50.0509289Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets\stateful.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\datasets 2025-03-14T04:09:50.0514468Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\datasets 2025-03-14T04:09:50.0531242Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:09:50.0536456Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\detail 2025-03-14T04:09:50.0539905Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail\data_shuttle.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\detail 2025-03-14T04:09:50.0545781Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail\queue.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\detail 2025-03-14T04:09:50.0551319Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail\sequencers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\detail 2025-03-14T04:09:50.0556525Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\example.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:09:50.0561796Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\iterator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:09:50.0567291Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\samplers 2025-03-14T04:09:50.0571206Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers\base.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\samplers 2025-03-14T04:09:50.0576610Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers\custom_batch_request.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\samplers 2025-03-14T04:09:50.0582228Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers\distributed.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\samplers 2025-03-14T04:09:50.0587225Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers\random.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\samplers 2025-03-14T04:09:50.0592518Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers\sequential.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\samplers 2025-03-14T04:09:50.0608888Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers\serialize.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\samplers 2025-03-14T04:09:50.0614476Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers\stream.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\samplers 2025-03-14T04:09:50.0619982Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:09:50.0625779Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\transforms 2025-03-14T04:09:50.0629420Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms\base.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\transforms 2025-03-14T04:09:50.0635557Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms\collate.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\transforms 2025-03-14T04:09:50.0641498Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms\lambda.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\transforms 2025-03-14T04:09:50.0646988Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms\stack.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\transforms 2025-03-14T04:09:50.0652844Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\transforms 2025-03-14T04:09:50.0658773Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:09:50.0665120Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\worker_exception.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data 2025-03-14T04:09:50.0670870Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:50.0676774Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\detail 2025-03-14T04:09:50.0680772Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\detail\static.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\detail 2025-03-14T04:09:50.0686756Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\detail\TensorDataContainer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\detail 2025-03-14T04:09:50.0692681Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\enum.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:50.0710083Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\expanding_array.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:50.0716342Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\fft.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:50.0722183Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\imethod.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:50.0727991Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\jit.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:50.0733790Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\mps.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:50.0739697Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nested.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:50.0745905Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:09:50.0749437Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\cloneable.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:09:50.0756000Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:09:50.0759558Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\activation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:09:50.0766027Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\batchnorm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:09:50.0771918Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\conv.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:09:50.0778013Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\distance.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:09:50.0794134Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:09:50.0800239Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\embedding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:09:50.0806607Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\fold.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:09:50.0812729Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\instancenorm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:09:50.0818607Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\linear.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:09:50.0824714Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\loss.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:09:50.0831180Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\normalization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:09:50.0837299Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\padding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:09:50.0843646Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\pixelshuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:09:50.0849639Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\pooling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:09:50.0856298Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\upsampling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:09:50.0862584Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\vision.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-14T04:09:50.0868489Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:09:50.0874840Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:09:50.0891816Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:09:50.0898621Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:50.0903003Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\activation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:50.0909557Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\adaptive.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:50.0915209Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\batchnorm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:50.0921361Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\common.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:50.0927177Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:09:50.0942294Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\any.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:09:50.0948268Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\any_module_holder.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:09:50.0953870Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\any_value.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:09:50.0959739Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:09:50.0975561Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\moduledict.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:09:50.0981124Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\modulelist.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:09:50.0986686Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\named_any.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:09:50.0992107Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\parameterdict.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:09:50.0997826Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\parameterlist.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:09:50.1003282Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\sequential.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-14T04:09:50.1009040Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\conv.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:50.1014893Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\distance.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:50.1020633Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:50.1026617Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\embedding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:50.1031962Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\fold.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:50.1037484Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\instancenorm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:50.1043137Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\linear.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:50.1048363Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\loss.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:50.1054283Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\normalization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:50.1059767Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\padding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:50.1065731Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\pixelshuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:50.1071123Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\pooling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:50.1077617Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:50.1083725Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\transformer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:50.1089436Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\transformercoder.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:50.1095050Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\transformerlayer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:50.1100645Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\upsampling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:50.1106161Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:50.1111768Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-14T04:09:50.1117298Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:09:50.1123332Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:50.1126933Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\activation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:50.1133021Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\adaptive.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:50.1138522Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\batchnorm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:50.1144176Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\conv.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:50.1149557Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\distance.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:50.1165499Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:50.1170833Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\embedding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:50.1176150Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\fold.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:50.1181635Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\instancenorm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:50.1186921Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\linear.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:50.1193488Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\loss.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:50.1200052Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\normalization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:50.1206214Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\padding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:50.1212127Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\pixelshuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:50.1218168Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\pooling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:50.1224458Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:50.1230457Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\transformer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:50.1236520Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\transformercoder.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:50.1243017Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\transformerlayer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:50.1250896Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\upsampling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:50.1257435Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\vision.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-14T04:09:50.1263256Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:09:50.1269057Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\parallel 2025-03-14T04:09:50.1272666Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\parallel\data_parallel.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\parallel 2025-03-14T04:09:50.1278828Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\pimpl-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:09:50.1284797Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\pimpl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:09:50.1290774Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\utils 2025-03-14T04:09:50.1294765Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils\clip_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\utils 2025-03-14T04:09:50.1300744Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils\convert_parameters.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\utils 2025-03-14T04:09:50.1306681Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils\rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\utils 2025-03-14T04:09:50.1312557Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-03-14T04:09:50.1318477Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:50.1324305Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:09:50.1327775Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\adagrad.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:09:50.1333635Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\adam.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:09:50.1339323Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\adamw.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:09:50.1345148Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\lbfgs.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:09:50.1350970Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\optimizer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:09:50.1356826Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\rmsprop.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:09:50.1373185Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-03-14T04:09:50.1377764Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers\lr_scheduler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-03-14T04:09:50.1384750Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers\reduce_on_plateau_scheduler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-03-14T04:09:50.1393845Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers\step_lr.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-03-14T04:09:50.1410036Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\serialize.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:09:50.1416041Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\sgd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim 2025-03-14T04:09:50.1422066Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:50.1427642Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\ordered_dict.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:50.1433980Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\python.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:50.1440742Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\serialize 2025-03-14T04:09:50.1444381Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize\archive.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\serialize 2025-03-14T04:09:50.1449820Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize\input-archive.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\serialize 2025-03-14T04:09:50.1455397Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize\output-archive.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\serialize 2025-03-14T04:09:50.1461117Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\serialize 2025-03-14T04:09:50.1476242Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:50.1481732Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:50.1487228Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\special.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:50.1493828Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\torch.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:50.1498887Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:50.1504235Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:50.1509586Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\version.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:50.1514717Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-03-14T04:09:50.1521214Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1524610Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\anomaly_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1530439Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\autograd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1535950Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\autograd_not_implemented_fallback.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1541646Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\cpp_hook.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1557019Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\custom_function.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1562858Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\edge.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1568322Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\engine.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1573936Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\forward_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1579372Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\function.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1585441Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\functions 2025-03-14T04:09:50.1588854Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions\accumulate_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\functions 2025-03-14T04:09:50.1594798Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions\basic_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\functions 2025-03-14T04:09:50.1600185Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions\comm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\functions 2025-03-14T04:09:50.1605170Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions\pybind.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\functions 2025-03-14T04:09:50.1620333Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\functions 2025-03-14T04:09:50.1625759Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\functions 2025-03-14T04:09:50.1631043Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\FunctionsManual.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1637140Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\function_hook.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1642749Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\generated 2025-03-14T04:09:50.1646205Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated\Functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\generated 2025-03-14T04:09:50.1656324Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated\python_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\generated 2025-03-14T04:09:50.1661922Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated\python_return_types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\generated 2025-03-14T04:09:50.1677664Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated\VariableType.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\generated 2025-03-14T04:09:50.1683132Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated\variable_factories.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\generated 2025-03-14T04:09:50.1689346Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated\ViewFuncs.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\generated 2025-03-14T04:09:50.1696413Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\grad_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1702026Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\graph_task.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1707609Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\InferenceMode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1712662Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\input_buffer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1718274Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\input_metadata.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1723758Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\jit_decomp_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1729164Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\profiler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1734189Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\profiler_kineto.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1739793Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\profiler_legacy.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1755433Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\profiler_python.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1760873Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_anomaly_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1766339Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_autograd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1771519Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_cpp_function.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1777171Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_engine.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1782854Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_enum_tag.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1788137Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_fft_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1793438Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_function.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1799537Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_hook.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1815110Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_legacy_variable.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1820444Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_linalg_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1825864Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_nested_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1831190Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_nn_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1836522Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_saved_variable_hooks.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1841953Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_sparse_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1847190Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_special_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1852839Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_torch_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1858302Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_variable.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1874062Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_variable_indexing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1879621Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\record_function_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1884989Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\saved_variable.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1891043Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\saved_variable_hooks.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1896552Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\symbolic.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1903029Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\utils 2025-03-14T04:09:50.1907494Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils\error_messages.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\utils 2025-03-14T04:09:50.1915534Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils\grad_layout_contract.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\utils 2025-03-14T04:09:50.1923623Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils\lambda_post_hook.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\utils 2025-03-14T04:09:50.1931619Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils\python_arg_parsing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\utils 2025-03-14T04:09:50.1948154Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils\warnings.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\utils 2025-03-14T04:09:50.1953832Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils\wrap_outputs.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\utils 2025-03-14T04:09:50.1959843Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\variable.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1966591Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\VariableTypeUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1972784Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\variable_info.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-03-14T04:09:50.1978255Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\copy_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:09:50.1984493Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\cuda 2025-03-14T04:09:50.1987690Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\comm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-03-14T04:09:50.1993136Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\CUDAPluggableAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-03-14T04:09:50.1999086Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\device_set.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-03-14T04:09:50.2004332Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-03-14T04:09:50.2009190Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\GdsFile.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-03-14T04:09:50.2024387Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\memory_snapshot.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-03-14T04:09:50.2030144Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-03-14T04:09:50.2035109Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\nccl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-03-14T04:09:50.2040395Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\python_comm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-03-14T04:09:50.2046021Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\python_nccl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-03-14T04:09:50.2051328Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-03-14T04:09:50.2056865Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\THCP.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-03-14T04:09:50.2062504Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\CudaIPCTypes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:09:50.2077878Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DataLoader.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:09:50.2082864Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:09:50.2087913Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DeviceAccelerator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:09:50.2093125Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed 2025-03-14T04:09:50.2096463Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd 2025-03-14T04:09:50.2099758Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\context 2025-03-14T04:09:50.2103248Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context\container.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\context 2025-03-14T04:09:50.2108725Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context\context.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\context 2025-03-14T04:09:50.2114087Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\functions 2025-03-14T04:09:50.2117654Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions\recvrpc_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\functions 2025-03-14T04:09:50.2123005Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions\sendrpc_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\functions 2025-03-14T04:09:50.2128599Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:09:50.2132106Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\autograd_metadata.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:09:50.2138125Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\cleanup_autograd_context_req.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:09:50.2143684Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\cleanup_autograd_context_resp.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:09:50.2159197Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\propagate_gradients_req.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:09:50.2164822Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\propagate_gradients_resp.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:09:50.2170340Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_autograd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:09:50.2175784Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_profiling_req.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:09:50.2181353Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_profiling_resp.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:09:50.2186900Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\rref_backward_req.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:09:50.2192455Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\rref_backward_resp.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-14T04:09:50.2197991Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2201941Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\Backend.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2207265Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\Backoff.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2212432Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\c10d.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2217472Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\comm.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2222916Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2228616Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2244462Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\debug.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2249770Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\default_comm_hooks.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2255257Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\DMAConnectivity.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2260616Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\error.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2266052Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\exception.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2271764Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\FakeProcessGroup.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2277222Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\FileStore.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2282708Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\FlightRecorder.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2288817Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\Functional.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2294178Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\GlooDeviceFactory.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2299723Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\GroupRegistry.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2305541Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\HashStore.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2311474Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\intra_node_comm.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2317688Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\logger.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2323662Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\logging.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2329931Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\NanCheck.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2335757Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\NCCLUtils.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2351613Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\ParamCommsUtils.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2357992Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\PrefixStore.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2364287Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\ProcessGroup.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2370922Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\ProcessGroupGloo.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2377084Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\ProcessGroupMPI.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2383301Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\ProcessGroupNCCL.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2390542Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\ProcessGroupUCC.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2397389Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\ProcessGroupWrapper.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2416308Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\PyProcessGroup.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2424907Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\python_comm_hook.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2432557Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\RankLocal.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2439205Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\reducer.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2445450Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\reducer_timer.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2451800Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\sequence_num.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2458321Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\socket.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2463932Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\socket_fmt.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2470251Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\Store.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2475791Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\SymmetricMemory.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2481122Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\TCPStore.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2487129Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\TCPStoreBackend.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2502025Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\TraceUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2507540Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\Types.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2512867Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\UCCTracing.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2518910Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\UCCUtils.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2524570Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\UnixSockUtils.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2529951Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\Utils.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2535784Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\WinSockUtils.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2541260Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\Work.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-03-14T04:09:50.2547663Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:50.2551003Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\agent_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:50.2556433Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\message.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:50.2561914Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\python_call.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:50.2567594Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\python_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:50.2583056Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\python_remote_call.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:50.2588392Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\python_resp.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:50.2594510Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\python_rpc_handler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:50.2600665Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\py_rref.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:50.2605999Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\request_callback.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:50.2611609Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\request_callback_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:50.2617508Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\request_callback_no_python.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:50.2623436Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\rpc.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:50.2628522Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\rpc_agent.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:50.2634461Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\rpc_command_base.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:50.2640535Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\rref_context.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:50.2646007Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\rref_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:50.2652339Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\rref_proto.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:50.2657918Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\script_call.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:50.2663711Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\script_remote_call.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:50.2668982Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\script_resp.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:50.2684058Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\tensorpipe_agent.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:50.2689932Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\tensorpipe_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:50.2695487Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\torchscript_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:50.2701535Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:50.2708227Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\unpickled_python_call.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:50.2713250Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\unpickled_python_remote_call.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:50.2719072Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-03-14T04:09:50.2724350Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Dtype.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:09:50.2729616Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DynamicTypes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:09:50.2735336Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\dynamo 2025-03-14T04:09:50.2738768Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\cache_entry.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-03-14T04:09:50.2744534Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\compiled_autograd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-03-14T04:09:50.2751031Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\cpp_shim.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-03-14T04:09:50.2756281Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\cpython_defs.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-03-14T04:09:50.2772121Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\cpython_includes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-03-14T04:09:50.2777464Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\debug_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-03-14T04:09:50.2782934Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\eval_frame.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-03-14T04:09:50.2788591Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\eval_frame_cpp.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-03-14T04:09:50.2793708Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\extra_state.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-03-14T04:09:50.2799387Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\framelocals_mapping.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-03-14T04:09:50.2804850Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\guards.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-03-14T04:09:50.2810460Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-03-14T04:09:50.2815629Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\python_compiled_autograd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-03-14T04:09:50.2820711Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-03-14T04:09:50.2825741Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:09:50.2830726Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:09:50.2836160Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Export.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:09:50.2841155Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:09:50.2846788Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor 2025-03-14T04:09:50.2850096Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_include 2025-03-14T04:09:50.2854125Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include\array_ref.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_include 2025-03-14T04:09:50.2859453Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include\common.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_include 2025-03-14T04:09:50.2865048Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include\cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_include 2025-03-14T04:09:50.2870019Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include\cuda.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_include 2025-03-14T04:09:50.2875054Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include\xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_include 2025-03-14T04:09:50.2889815Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_package 2025-03-14T04:09:50.2893413Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package\model_package_loader.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_package 2025-03-14T04:09:50.2898961Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package\pybind.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_package 2025-03-14T04:09:50.2904272Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_runner 2025-03-14T04:09:50.2907742Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runner 2025-03-14T04:09:50.2913696Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runner 2025-03-14T04:09:50.2919005Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_cuda.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runner 2025-03-14T04:09:50.2936079Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runner 2025-03-14T04:09:50.2943610Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner\pybind.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runner 2025-03-14T04:09:50.2951286Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:09:50.2966603Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\arrayref_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:09:50.2974626Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\device_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:09:50.2980802Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\interface.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:09:50.2997324Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\mini_array_ref.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:09:50.3003557Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\model.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:09:50.3009737Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\model_container.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:09:50.3016921Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\scalar_to_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:09:50.3022557Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\sycl_runtime_wrappers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:09:50.3028640Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\thread_local.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:09:50.3034713Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:09:50.3040105Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\utils_cuda.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:09:50.3045507Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\utils_xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-14T04:09:50.3051798Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch 2025-03-14T04:09:50.3055399Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch\c 2025-03-14T04:09:50.3059256Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c\shim.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\c 2025-03-14T04:09:50.3065414Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c\shim_mkldnn.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\c 2025-03-14T04:09:50.3070790Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c\shim_xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\c 2025-03-14T04:09:50.3076439Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-03-14T04:09:50.3079945Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-03-14T04:09:50.3085872Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_cuda.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-03-14T04:09:50.3092055Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-03-14T04:09:50.3107494Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\mkldnn_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch 2025-03-14T04:09:50.3113434Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\oss_proxy_executor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch 2025-03-14T04:09:50.3128649Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\proxy_executor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch 2025-03-14T04:09:50.3133824Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\tensor_converter.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch 2025-03-14T04:09:50.3139246Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch 2025-03-14T04:09:50.3144787Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\array_ref_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor 2025-03-14T04:09:50.3150316Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\cpp_wrapper 2025-03-14T04:09:50.3153780Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\array_ref.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper 2025-03-14T04:09:50.3158973Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\common.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper 2025-03-14T04:09:50.3164253Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper 2025-03-14T04:09:50.3169379Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\cuda.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper 2025-03-14T04:09:50.3174563Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-03-14T04:09:50.3188337Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-03-14T04:09:50.3193476Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\cuda.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-03-14T04:09:50.3204261Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-03-14T04:09:50.3206623Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper 2025-03-14T04:09:50.3212408Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\inductor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor 2025-03-14T04:09:50.3218204Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\itt_wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:09:50.3223648Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit 2025-03-14T04:09:50.3227142Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\api 2025-03-14T04:09:50.3230565Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api\compilation_unit.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\api 2025-03-14T04:09:50.3236373Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api\function_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\api 2025-03-14T04:09:50.3241711Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api\method.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\api 2025-03-14T04:09:50.3246828Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api\module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\api 2025-03-14T04:09:50.3252780Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api\object.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\api 2025-03-14T04:09:50.3268899Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\backends 2025-03-14T04:09:50.3272195Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-03-14T04:09:50.3277894Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend_debug_handler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-03-14T04:09:50.3283756Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend_debug_info.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-03-14T04:09:50.3289278Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend_detail.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-03-14T04:09:50.3305414Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend_exception.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-03-14T04:09:50.3310868Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend_init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-03-14T04:09:50.3316836Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-03-14T04:09:50.3323072Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend_preprocess.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-03-14T04:09:50.3328902Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend_resolver.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-03-14T04:09:50.3334808Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen 2025-03-14T04:09:50.3338316Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen\cuda 2025-03-14T04:09:50.3342328Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\cuda\interface.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\cuda 2025-03-14T04:09:50.3348629Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:50.3352656Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\builtin_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:50.3358668Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\canonicalize_modified_loop.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:50.3364580Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\concrete_module_type.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:50.3380250Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\convert_to_ssa.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:50.3385975Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\edit_distance.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:50.3392448Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\error_report.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:50.3398499Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\exit_transforms.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:50.3404293Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\function_schema_parser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:50.3413145Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\inline_loop_condition.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:50.3421249Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\ir_emitter.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:50.3429573Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\lexer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:50.3435979Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\mini_environment.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:50.3442939Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\name_mangler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:50.3449239Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\parser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:50.3455401Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\parser_constants.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:50.3461391Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\parse_string_literal.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:50.3467539Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\resolver.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:50.3473307Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\schema_matching.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:50.3479456Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\schema_type_parser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:50.3485062Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\script_type_parser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:50.3499777Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\source_range.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:50.3505507Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\source_ref.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:50.3511196Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\strtod.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:50.3516383Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\sugared_value.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:50.3522326Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\tracer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:50.3528951Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\tree.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:50.3534224Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\tree_views.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:50.3540327Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\versioned_symbols.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-03-14T04:09:50.3546007Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\ir 2025-03-14T04:09:50.3549356Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\alias_analysis.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-03-14T04:09:50.3555440Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\attributes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-03-14T04:09:50.3560845Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\constants.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-03-14T04:09:50.3566715Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\graph_node_list.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-03-14T04:09:50.3582194Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\graph_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-03-14T04:09:50.3587523Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\ir.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-03-14T04:09:50.3593917Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\irparser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-03-14T04:09:50.3599382Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\ir_views.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-03-14T04:09:50.3605062Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\named_value.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-03-14T04:09:50.3610407Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\node_hashing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-03-14T04:09:50.3615949Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\scope.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-03-14T04:09:50.3621547Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\subgraph_matcher.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-03-14T04:09:50.3627168Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\type_hashing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-03-14T04:09:50.3632274Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\jit_log.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit 2025-03-14T04:09:50.3638033Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\jit_opt_limit.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit 2025-03-14T04:09:50.3653705Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:50.3657046Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\code.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:50.3662705Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\debug_info.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:50.3668300Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\file_format.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:50.3674019Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\flatbuffer_loader.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:50.3688714Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\frame.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:50.3694400Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\function.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:50.3699502Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\import.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:50.3704955Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\import_data.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:50.3710497Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\import_export_common.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:50.3716612Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\interpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:50.3722412Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\method.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:50.3727539Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:50.3732993Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\observer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:50.3738232Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\parse_bytecode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:50.3744028Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\parse_operators.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:50.3749577Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\prim_ops_registery.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:50.3756089Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\profiler_edge.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:50.3761358Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\promoted_prim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:50.3767292Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\quantization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:50.3772889Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\register_ops_common_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:50.3778303Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\type_parser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:50.3784044Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\upgrader_mobile.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-03-14T04:09:50.3800471Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.3803824Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\add_if_then_else.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.3809088Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\annotate_warns.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.3814941Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\autocast.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.3820839Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\bailout_graph.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.3837497Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\batch_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.3843129Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\canonicalize.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.3849532Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\canonicalize_graph_fuser_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.3855033Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\check_strict_fusion.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.3860593Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\clear_profiling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.3866789Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\clear_undefinedness.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.3873760Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\common_subexpression_elimination.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.3879549Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\concat_opt.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.3885849Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\constant_pooling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.3891844Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\constant_propagation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.3898049Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\create_autodiff_subgraphs.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.3904429Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\create_functional_graphs.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.3912603Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\dead_code_elimination.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.3921417Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\decompose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.3929868Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\device_type_analysis.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.3945320Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\dtype_analysis.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.3951621Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\eliminate_no_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.3957617Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\erase_number_types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.3963762Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\fixup_trace_scope_blocks.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.3969104Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\fold_conv_bn.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.3975433Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\fold_linear_bn.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.3980913Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\freeze_module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.3986798Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\frozen_concat_linear.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.3992424Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\frozen_conv_add_relu_fusion.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4007479Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\frozen_conv_folding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4013135Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\frozen_graph_optimizations.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4018272Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\frozen_linear_folding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4024505Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\frozen_linear_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4030043Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\frozen_ops_to_mkldnn.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4035675Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\fuse_linear.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4041056Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\fuse_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4046409Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\graph_fuser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4052174Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\graph_rewrite_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4068100Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\guard_elimination.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4073346Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\hoist_conv_packed_params.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4078449Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\inliner.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4083912Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\inline_autodiff_subgraphs.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4089460Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\inline_forked_closures.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4094374Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\inline_fork_wait.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4107351Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\inplace_check.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4108662Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\insert_guards.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4111138Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\integer_value_refinement.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4125755Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\lift_closures.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4130880Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\liveness.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4136221Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\loop_unrolling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4141816Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\lower_grad_of.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4147229Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\lower_graph.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4152776Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\lower_tuples.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4158828Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\metal_rewrite.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4164281Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\mkldnn_rewrite.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4169719Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\mobile_optimizer_type.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4174872Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\normalize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4199999Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onednn_graph_fuser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4205633Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4211291Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\pass_manager.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4216995Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\peephole.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4222468Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\peephole_alias_sensitive.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4227771Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\peephole_dict_idioms.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4233272Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\peephole_list_idioms.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4238770Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\peephole_non_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4244033Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\prepack_folding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4249551Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:09:50.4253072Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\dedup_module_uses.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:09:50.4258551Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\finalize.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:09:50.4263939Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\fusion_passes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:09:50.4268942Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\helper.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:09:50.4284228Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\insert_observers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:09:50.4289707Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\insert_quant_dequant.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:09:50.4295273Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\quantization_patterns.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:09:50.4302069Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\quantization_type.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:09:50.4307374Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\register_packed_params.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-03-14T04:09:50.4312448Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\refine_tuple_types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4327806Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\remove_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4333670Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\remove_exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4340175Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\remove_expands.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4346324Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\remove_inplace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4352334Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\remove_mutation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4358418Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\remove_redundant_profiles.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4364359Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\replacement_of_old_operators.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4370312Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\requires_grad_analysis.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4375924Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\restore_mutation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4392472Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\shape_analysis.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4398569Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\specialize_autogradzero.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4404838Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\subgraph_rewrite.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4412395Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\symbolic_shape_analysis.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4420863Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\symbolic_shape_cache.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4428244Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\symbolic_shape_runtime_fusion.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4436471Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\tensorexpr_fuser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4443706Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\update_differentiable_graph_requires_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4450745Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\utils 2025-03-14T04:09:50.4454587Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils\check_alias_annotation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\utils 2025-03-14T04:09:50.4460672Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils\memory_dag.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\utils 2025-03-14T04:09:50.4467098Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils\optimization_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\utils 2025-03-14T04:09:50.4482579Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils\op_registry.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\utils 2025-03-14T04:09:50.4488771Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils\subgraph_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\utils 2025-03-14T04:09:50.4494520Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\value_refinement_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4500091Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\variadic_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4506429Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\vulkan_rewrite.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4512134Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\xnnpack_rewrite.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-03-14T04:09:50.4517947Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\python 2025-03-14T04:09:50.4521171Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-03-14T04:09:50.4526240Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\module_python.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-03-14T04:09:50.4532146Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\pybind.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-03-14T04:09:50.4537570Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\pybind_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-03-14T04:09:50.4543893Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_arg_flatten.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-03-14T04:09:50.4559256Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_custom_class.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-03-14T04:09:50.4564753Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_dict.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-03-14T04:09:50.4570955Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_ir.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-03-14T04:09:50.4576463Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_ivalue.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-03-14T04:09:50.4582348Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_list.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-03-14T04:09:50.4588070Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_sugared_value.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-03-14T04:09:50.4593450Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_tracer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-03-14T04:09:50.4599109Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_tree_views.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-03-14T04:09:50.4604529Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\script_init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-03-14T04:09:50.4610095Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\update_graph_executor_opt.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-03-14T04:09:50.4615500Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\utf8_decoding_ignore.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-03-14T04:09:50.4621173Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\resource_guard.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit 2025-03-14T04:09:50.4627426Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:50.4630809Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\argument_spec.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:50.4636918Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\autodiff.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:50.4642275Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\calculate_necessary_args.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:50.4647823Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\custom_operator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:50.4663015Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\decomposition_registry.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:50.4668483Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\decomposition_registry_util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:50.4673778Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\exception_message.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:50.4679368Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\graph_executor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:50.4684790Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\graph_executor_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:50.4690453Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\graph_iterator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:50.4696174Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\instruction.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:50.4701705Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\interpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:50.4707161Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\jit_exception.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:50.4712691Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\jit_trace.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:50.4718885Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\logging.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:50.4724198Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\operator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:50.4730052Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\operator_options.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:50.4735973Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\print_handler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:50.4742012Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\profiling_graph_executor_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:50.4748088Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\profiling_record.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:50.4763490Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\register_ops_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:50.4770150Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\script_profile.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:50.4776501Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\serialized_shape_function_registry.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:50.4782377Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\shape_function_registry.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:50.4788379Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\simple_graph_executor_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:50.4794410Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\slice_indices_adjust.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:50.4800488Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\symbolic_script.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:50.4806500Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\symbolic_shape_registry.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:50.4814262Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\symbolic_shape_registry_util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:50.6729700Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\vararg_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:50.6735085Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\variable_tensor_list.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-03-14T04:09:50.6740892Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:50.6744751Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\callstack_debug_info_serialization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:50.6749962Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\export.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:50.6755347Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\export_bytecode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:50.6772647Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\flatbuffer_serializer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:50.6777877Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\flatbuffer_serializer_jit.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:50.6783036Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\import.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:50.6788696Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\import_export_constants.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:50.6794134Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\import_export_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:50.6799244Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\import_export_helpers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:50.6804560Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\import_read.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:50.6809949Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\import_source.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:50.6815627Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\mobile_bytecode_generated.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:50.6823325Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\onnx.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:50.6829043Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\pickle.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:50.6835154Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\pickler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:50.6841171Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\python_print.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:50.6847409Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\source_range_serialization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:50.6853580Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\source_range_serialization_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:50.6859694Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\storage_context.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:50.6866083Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\type_name_uniquer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:50.6883288Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\unpickler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-03-14T04:09:50.6889882Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.6893384Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\analysis.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.6900278Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\block_codegen.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.6905873Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\bounds_inference.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.6911852Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\bounds_overlap.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.6929034Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\codegen.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.6935572Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\cpp_codegen.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.6943096Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\cpp_intrinsics.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.6949034Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\cuda_codegen.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.6957514Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\cuda_random.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.6965690Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\eval.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.6972158Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.6978236Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\expr.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.6984430Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\external_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.6990499Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\external_functions_core.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.6996385Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\external_functions_registry.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.7001909Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\fwd_decls.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.7007885Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\graph_opt.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.7013329Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\half_support.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.7018827Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\hash_provider.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.7025228Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\intrinsic_symbols.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.7030252Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\ir.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.7047015Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\ir_cloner.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.7053125Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\ir_mutator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.7058509Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\ir_printer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.7064068Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\ir_simplifier.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.7069572Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\ir_verifier.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.7074962Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\ir_visitor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.7080736Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\kernel.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.7086341Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\llvm_codegen.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.7091730Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\llvm_jit.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.7097029Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\loopnest.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.7102989Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\loopnest_randomization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.7119843Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\lowerings.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.7125321Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\mem_dependency_checker.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.7131007Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:09:50.7134415Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\conv2d.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:09:50.7139768Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:09:50.7145015Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\misc.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:09:50.7150396Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\norm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:09:50.7155416Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\operators.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:09:50.7171256Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\pointwise.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:09:50.7176468Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\quantization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:09:50.7181762Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\reduction.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:09:50.7186895Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-14T04:09:50.7191650Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\reduction.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.7197389Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\registerizer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.7202792Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\stmt.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.7208868Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.7221045Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\tensorexpr_init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.7226408Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.7231547Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\unique_name_manager.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.7237297Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\var_substitutor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-03-14T04:09:50.7242684Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\testing 2025-03-14T04:09:50.7246095Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing\file_check.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\testing 2025-03-14T04:09:50.7251576Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing\hooks_for_testing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\testing 2025-03-14T04:09:50.7256964Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:09:50.7262310Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy 2025-03-14T04:09:50.7265693Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\backend 2025-03-14T04:09:50.7268990Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend\backend_data.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\backend 2025-03-14T04:09:50.7274710Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend\backend_device.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\backend 2025-03-14T04:09:50.7280030Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend\backend_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\backend 2025-03-14T04:09:50.7285375Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend\lowering_context.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\backend 2025-03-14T04:09:50.7302502Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:50.7305827Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\cache.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:50.7311146Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\config.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:50.7316457Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\debug_util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:50.7321715Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\dynamic_ir.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:50.7326927Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\hash.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:50.7344118Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\helpers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:50.7350977Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core\internal_ops 2025-03-14T04:09:50.7356137Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\internal_ops\ltc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core\internal_ops 2025-03-14T04:09:50.7364220Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ir.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:50.7372186Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ir_builder.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:50.7380412Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ir_dump_util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:50.7388793Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ir_metadata.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:50.7394640Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ir_util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:50.7400423Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\lazy_graph_executor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:50.7406558Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\metrics.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:50.7412446Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\multi_wait.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:50.7418790Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core\ops 2025-03-14T04:09:50.7422273Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops\arithmetic_ir_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core\ops 2025-03-14T04:09:50.7428086Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core\ops 2025-03-14T04:09:50.7433423Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\permutation_util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:50.7438837Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\shape.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:50.7444832Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\shape_inference.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:50.7450307Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:50.7455566Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\tensor_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:50.7461119Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\tensor_util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:50.7466955Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\thread_pool.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:50.7472478Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\trie.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:50.7478265Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\unique.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:50.7495355Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-03-14T04:09:50.7500606Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\python 2025-03-14T04:09:50.7504101Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python\python_util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\python 2025-03-14T04:09:50.7509470Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:09:50.7512891Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\config.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:09:50.7518247Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\dynamic_ir.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:09:50.7523551Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ir_builder.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:09:50.7529361Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\tensor_aten_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:09:50.7545790Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ts_autograd_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:09:50.7551152Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ts_backend_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:09:50.7556562Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ts_eager_fallback.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:09:50.7561897Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ts_lowering_context.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:09:50.7567312Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ts_node.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:09:50.7572542Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ts_node_lowering.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-03-14T04:09:50.7577716Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\MemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:09:50.7583523Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:09:50.7589259Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\onnx 2025-03-14T04:09:50.7592554Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx\back_compat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\onnx 2025-03-14T04:09:50.7598110Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\onnx 2025-03-14T04:09:50.7602999Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx\onnx.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\onnx 2025-03-14T04:09:50.7608199Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler 2025-03-14T04:09:50.7611519Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\api.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-03-14T04:09:50.7616397Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\collection.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-03-14T04:09:50.7622412Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\combined_traceback.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-03-14T04:09:50.7627731Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\containers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-03-14T04:09:50.7643401Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\data_flow.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-03-14T04:09:50.7648700Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\events.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-03-14T04:09:50.7654002Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\kineto_client_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-03-14T04:09:50.7659209Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\kineto_shim.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-03-14T04:09:50.7664870Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\orchestration 2025-03-14T04:09:50.7668324Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration\observer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\orchestration 2025-03-14T04:09:50.7673711Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration\python_tracer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\orchestration 2025-03-14T04:09:50.7679019Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration\vulkan.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\orchestration 2025-03-14T04:09:50.7684208Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\perf-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-03-14T04:09:50.7689441Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\perf.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-03-14T04:09:50.7694859Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\python 2025-03-14T04:09:50.7698243Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python\combined_traceback.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\python 2025-03-14T04:09:50.7703673Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\python 2025-03-14T04:09:50.7709242Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python\pybind.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\python 2025-03-14T04:09:50.7714676Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\standalone 2025-03-14T04:09:50.7718195Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone\execution_trace_observer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\standalone 2025-03-14T04:09:50.7723583Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone\itt_observer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\standalone 2025-03-14T04:09:50.7728600Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone\nvtx_observer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\standalone 2025-03-14T04:09:50.7744881Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone\privateuse1_observer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\standalone 2025-03-14T04:09:50.7750325Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\stubs 2025-03-14T04:09:50.7753524Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs\base.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\stubs 2025-03-14T04:09:50.7759118Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:09:50.7762402Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\action.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:09:50.7767697Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\communicate.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:09:50.7773253Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\debug_info.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:09:50.7778539Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\dwarf_enums.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:09:50.7794767Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\dwarf_symbolize_enums.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:09:50.7800070Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\eh_frame_hdr.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:09:50.7805485Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\fast_symbolizer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:09:50.7811087Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\fde.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:09:50.7816371Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\lexer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:09:50.7821678Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\line_number_program.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:09:50.7827201Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\mem_file.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:09:50.7832687Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\range_table.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:09:50.7838039Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\sections.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:09:50.7844085Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\unwind.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:09:50.7848999Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\unwinder.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:09:50.7854243Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\unwind_error.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-03-14T04:09:50.7859530Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-03-14T04:09:50.7864978Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\PyInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:09:50.7870191Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\python_dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:09:50.7885999Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\python_headers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:09:50.7891280Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\QScheme.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:09:50.7896533Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\serialization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:09:50.7901768Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Size.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:09:50.7907040Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\stable 2025-03-14T04:09:50.7910291Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\stable\library.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\stable 2025-03-14T04:09:50.7915666Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:09:50.7920935Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\StorageMethods.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:09:50.7926089Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\StorageSharing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:09:50.7931163Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:09:50.7936334Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\tensor 2025-03-14T04:09:50.7939896Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor\python_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\tensor 2025-03-14T04:09:50.7945865Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\THConcat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:09:50.7951059Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\THP.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:09:50.7956244Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\TypeInfo.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:09:50.7961173Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:09:50.7967769Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\utils 2025-03-14T04:09:50.7971148Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\byte_order.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.7977132Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\cpp_stacktraces.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.7982500Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\cuda_enabled.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.7987622Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\device_lazy_init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8004404Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\disable_torch_function.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8010187Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\generated_serialization_types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8023019Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8028214Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\invalid_arguments.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8033328Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\nested.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8038245Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\numpy_stub.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8043890Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\object_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8049324Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\out_types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8054797Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\pybind.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8060205Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\pycfunction_helpers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8065676Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\pyobject_preservation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8070805Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\pythoncapi_compat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8076851Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_arg_parser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8083399Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_compat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8088996Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8094219Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_numbers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8110098Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_raii.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8115504Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_scalars.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8121198Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_strings.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8127131Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_stub.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8132250Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_symnode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8137846Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_torch_function_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8143940Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_tuples.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8149605Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\schema_info.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8154954Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\six.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8160252Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\structseq.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8175926Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_apply.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8181374Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_dtypes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8186578Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_flatten.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8191913Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_layouts.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8197163Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_list.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8202481Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_memoryformats.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8207697Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_new.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8213241Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_numpy.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8218752Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_qschemes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8234855Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8240642Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\throughput_benchmark-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8246741Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\throughput_benchmark.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8252816Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\torch_dispatch_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8258835Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\variadic.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8264732Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\verbose.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-03-14T04:09:50.8270366Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-14T04:09:50.8286541Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\xpu 2025-03-14T04:09:50.8289918Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\xpu 2025-03-14T04:09:50.8295577Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\xpu 2025-03-14T04:09:50.8301068Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\xpu 2025-03-14T04:09:50.8307617Z copying build\lib.win-amd64-cpython-39\torch\include\torch\custom_class.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-03-14T04:09:50.8314043Z copying build\lib.win-amd64-cpython-39\torch\include\torch\custom_class_detail.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-03-14T04:09:50.8319864Z copying build\lib.win-amd64-cpython-39\torch\include\torch\extension.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-03-14T04:09:50.8335709Z copying build\lib.win-amd64-cpython-39\torch\include\torch\library.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-03-14T04:09:50.8342250Z copying build\lib.win-amd64-cpython-39\torch\include\torch\script.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-03-14T04:09:50.8348390Z copying build\lib.win-amd64-cpython-39\torch\include\xnnpack.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-14T04:09:50.8365125Z creating build\bdist.win-amd64\wheel\torch\jit 2025-03-14T04:09:50.8368472Z copying build\lib.win-amd64-cpython-39\torch\jit\annotations.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:09:50.8374843Z copying build\lib.win-amd64-cpython-39\torch\jit\frontend.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:09:50.8381486Z copying build\lib.win-amd64-cpython-39\torch\jit\generate_bytecode.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:09:50.8387810Z creating build\bdist.win-amd64\wheel\torch\jit\mobile 2025-03-14T04:09:50.8391131Z copying build\lib.win-amd64-cpython-39\torch\jit\mobile\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit\mobile 2025-03-14T04:09:50.8397022Z copying build\lib.win-amd64-cpython-39\torch\jit\quantized.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:09:50.8413535Z copying build\lib.win-amd64-cpython-39\torch\jit\supported_ops.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:09:50.8419533Z copying build\lib.win-amd64-cpython-39\torch\jit\unsupported_tensor_ops.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:09:50.8425424Z copying build\lib.win-amd64-cpython-39\torch\jit\_async.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:09:50.8432026Z copying build\lib.win-amd64-cpython-39\torch\jit\_await.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:09:50.8439034Z copying build\lib.win-amd64-cpython-39\torch\jit\_builtins.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:09:50.8445833Z copying build\lib.win-amd64-cpython-39\torch\jit\_check.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:09:50.8454178Z copying build\lib.win-amd64-cpython-39\torch\jit\_dataclass_impls.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:09:50.8461564Z copying build\lib.win-amd64-cpython-39\torch\jit\_decompositions.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:09:50.8467779Z copying build\lib.win-amd64-cpython-39\torch\jit\_decomposition_utils.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:09:50.8473501Z copying build\lib.win-amd64-cpython-39\torch\jit\_freeze.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:09:50.8479450Z copying build\lib.win-amd64-cpython-39\torch\jit\_fuser.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:09:50.8485508Z copying build\lib.win-amd64-cpython-39\torch\jit\_ir_utils.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:09:50.8490952Z copying build\lib.win-amd64-cpython-39\torch\jit\_logging.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:09:50.8496407Z copying build\lib.win-amd64-cpython-39\torch\jit\_monkeytype_config.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:09:50.8502407Z creating build\bdist.win-amd64\wheel\torch\jit\_passes 2025-03-14T04:09:50.8505759Z copying build\lib.win-amd64-cpython-39\torch\jit\_passes\_property_propagation.py -> build\bdist.win-amd64\wheel\.\torch\jit\_passes 2025-03-14T04:09:50.8511379Z copying build\lib.win-amd64-cpython-39\torch\jit\_passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit\_passes 2025-03-14T04:09:50.8516240Z copying build\lib.win-amd64-cpython-39\torch\jit\_pickle.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:09:50.8521454Z copying build\lib.win-amd64-cpython-39\torch\jit\_recursive.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:09:50.8527445Z copying build\lib.win-amd64-cpython-39\torch\jit\_script.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:09:50.8533604Z copying build\lib.win-amd64-cpython-39\torch\jit\_script.pyi -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:09:50.8538943Z copying build\lib.win-amd64-cpython-39\torch\jit\_serialization.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:09:50.8555536Z copying build\lib.win-amd64-cpython-39\torch\jit\_shape_functions.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:09:50.8561371Z copying build\lib.win-amd64-cpython-39\torch\jit\_state.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:09:50.8566605Z copying build\lib.win-amd64-cpython-39\torch\jit\_trace.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:09:50.8572867Z copying build\lib.win-amd64-cpython-39\torch\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-14T04:09:50.8578754Z creating build\bdist.win-amd64\wheel\torch\lib 2025-03-14T04:09:50.8582151Z copying build\lib.win-amd64-cpython-39\torch\lib\aoti_custom_ops.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:50.8590170Z copying build\lib.win-amd64-cpython-39\torch\lib\aoti_custom_ops.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:50.8595924Z copying build\lib.win-amd64-cpython-39\torch\lib\asmjit.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:50.8604526Z copying build\lib.win-amd64-cpython-39\torch\lib\asmjit.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:50.8611318Z copying build\lib.win-amd64-cpython-39\torch\lib\backend_with_compiler.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:50.8629116Z copying build\lib.win-amd64-cpython-39\torch\lib\backend_with_compiler.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:50.8634903Z copying build\lib.win-amd64-cpython-39\torch\lib\c10.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:50.8648425Z copying build\lib.win-amd64-cpython-39\torch\lib\c10.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:50.8659951Z copying build\lib.win-amd64-cpython-39\torch\lib\c10_cuda.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:50.8668896Z copying build\lib.win-amd64-cpython-39\torch\lib\c10_cuda.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:50.8675100Z copying build\lib.win-amd64-cpython-39\torch\lib\caffe2_nvrtc.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:50.8681228Z copying build\lib.win-amd64-cpython-39\torch\lib\caffe2_nvrtc.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:50.8686629Z copying build\lib.win-amd64-cpython-39\torch\lib\cpuinfo.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:50.8693310Z copying build\lib.win-amd64-cpython-39\torch\lib\dnnl.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:51.5060544Z copying build\lib.win-amd64-cpython-39\torch\lib\fbgemm.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:51.5106969Z copying build\lib.win-amd64-cpython-39\torch\lib\fbgemm.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:51.5124300Z copying build\lib.win-amd64-cpython-39\torch\lib\fmt.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:51.5142025Z copying build\lib.win-amd64-cpython-39\torch\lib\jitbackend_test.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:51.5150277Z copying build\lib.win-amd64-cpython-39\torch\lib\jitbackend_test.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:51.5156901Z copying build\lib.win-amd64-cpython-39\torch\lib\kineto.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:51.5497871Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotobuf-lite.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:51.5551024Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotobuf.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:51.5885082Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotoc.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:51.6262144Z copying build\lib.win-amd64-cpython-39\torch\lib\microkernels-prod.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:51.6304044Z copying build\lib.win-amd64-cpython-39\torch\lib\pthreadpool.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:51.6312017Z copying build\lib.win-amd64-cpython-39\torch\lib\shm.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:51.6317847Z copying build\lib.win-amd64-cpython-39\torch\lib\shm.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:51.6323550Z copying build\lib.win-amd64-cpython-39\torch\lib\sleef.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:51.6413167Z copying build\lib.win-amd64-cpython-39\torch\lib\torch.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:51.6418847Z copying build\lib.win-amd64-cpython-39\torch\lib\torch.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:51.6424872Z copying build\lib.win-amd64-cpython-39\torch\lib\torchbind_test.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:51.6436183Z copying build\lib.win-amd64-cpython-39\torch\lib\torchbind_test.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:51.6442827Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cpu.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:51.7716240Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cpu.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:51.7979013Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cuda.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:51.9940667Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cuda.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:51.9972381Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_global_deps.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:51.9978354Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_python.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:52.0129162Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_python.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:52.0137346Z copying build\lib.win-amd64-cpython-39\torch\lib\XNNPACK.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:52.0171296Z copying build\lib.win-amd64-cpython-39\torch\lib\_C.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-14T04:09:52.0177370Z copying build\lib.win-amd64-cpython-39\torch\library.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:52.0184067Z creating build\bdist.win-amd64\wheel\torch\linalg 2025-03-14T04:09:52.0187338Z copying build\lib.win-amd64-cpython-39\torch\linalg\__init__.py -> build\bdist.win-amd64\wheel\.\torch\linalg 2025-03-14T04:09:52.0194819Z creating build\bdist.win-amd64\wheel\torch\masked 2025-03-14T04:09:52.0198232Z creating build\bdist.win-amd64\wheel\torch\masked\maskedtensor 2025-03-14T04:09:52.0201499Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\binary.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-03-14T04:09:52.0206694Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\core.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-03-14T04:09:52.0211933Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\creation.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-03-14T04:09:52.0216989Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\passthrough.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-03-14T04:09:52.0222318Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\reductions.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-03-14T04:09:52.0238223Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\unary.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-03-14T04:09:52.0243507Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\_ops_refs.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-03-14T04:09:52.0249348Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-03-14T04:09:52.0254262Z copying build\lib.win-amd64-cpython-39\torch\masked\_docs.py -> build\bdist.win-amd64\wheel\.\torch\masked 2025-03-14T04:09:52.0261375Z copying build\lib.win-amd64-cpython-39\torch\masked\_ops.py -> build\bdist.win-amd64\wheel\.\torch\masked 2025-03-14T04:09:52.0268355Z copying build\lib.win-amd64-cpython-39\torch\masked\__init__.py -> build\bdist.win-amd64\wheel\.\torch\masked 2025-03-14T04:09:52.0274034Z creating build\bdist.win-amd64\wheel\torch\monitor 2025-03-14T04:09:52.0277723Z copying build\lib.win-amd64-cpython-39\torch\monitor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\monitor 2025-03-14T04:09:52.0283729Z creating build\bdist.win-amd64\wheel\torch\mps 2025-03-14T04:09:52.0287235Z copying build\lib.win-amd64-cpython-39\torch\mps\event.py -> build\bdist.win-amd64\wheel\.\torch\mps 2025-03-14T04:09:52.0292934Z copying build\lib.win-amd64-cpython-39\torch\mps\profiler.py -> build\bdist.win-amd64\wheel\.\torch\mps 2025-03-14T04:09:52.0298559Z copying build\lib.win-amd64-cpython-39\torch\mps\__init__.py -> build\bdist.win-amd64\wheel\.\torch\mps 2025-03-14T04:09:52.0304786Z creating build\bdist.win-amd64\wheel\torch\mtia 2025-03-14T04:09:52.0308379Z copying build\lib.win-amd64-cpython-39\torch\mtia\memory.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2025-03-14T04:09:52.0314118Z copying build\lib.win-amd64-cpython-39\torch\mtia\_utils.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2025-03-14T04:09:52.0319856Z copying build\lib.win-amd64-cpython-39\torch\mtia\__init__.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2025-03-14T04:09:52.0326192Z creating build\bdist.win-amd64\wheel\torch\multiprocessing 2025-03-14T04:09:52.0330344Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\pool.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-03-14T04:09:52.0335748Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\queue.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-03-14T04:09:52.0341486Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\reductions.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-03-14T04:09:52.0347971Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\spawn.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-03-14T04:09:52.0353923Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\_atfork.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-03-14T04:09:52.0370139Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-03-14T04:09:52.0376740Z creating build\bdist.win-amd64\wheel\torch\nested 2025-03-14T04:09:52.0380213Z creating build\bdist.win-amd64\wheel\torch\nested\_internal 2025-03-14T04:09:52.0384191Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\nested_int.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-03-14T04:09:52.0390219Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\nested_tensor.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-03-14T04:09:52.0396861Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\ops.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-03-14T04:09:52.0403841Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\sdpa.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-03-14T04:09:52.0421285Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-03-14T04:09:52.0426181Z copying build\lib.win-amd64-cpython-39\torch\nested\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nested 2025-03-14T04:09:52.0432769Z creating build\bdist.win-amd64\wheel\torch\nn 2025-03-14T04:09:52.0436210Z creating build\bdist.win-amd64\wheel\torch\nn\attention 2025-03-14T04:09:52.0439798Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\bias.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2025-03-14T04:09:52.0446020Z creating build\bdist.win-amd64\wheel\torch\nn\attention\experimental 2025-03-14T04:09:52.0450499Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\experimental\_paged_attention.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention\experimental 2025-03-14T04:09:52.0456613Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention\experimental 2025-03-14T04:09:52.0461914Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2025-03-14T04:09:52.0468962Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2025-03-14T04:09:52.0484837Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2025-03-14T04:09:52.0490883Z creating build\bdist.win-amd64\wheel\torch\nn\backends 2025-03-14T04:09:52.0494184Z copying build\lib.win-amd64-cpython-39\torch\nn\backends\thnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\backends 2025-03-14T04:09:52.0499885Z copying build\lib.win-amd64-cpython-39\torch\nn\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\backends 2025-03-14T04:09:52.0505778Z copying build\lib.win-amd64-cpython-39\torch\nn\common_types.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-03-14T04:09:52.0513795Z copying build\lib.win-amd64-cpython-39\torch\nn\cpp.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-03-14T04:09:52.0521550Z copying build\lib.win-amd64-cpython-39\torch\nn\functional.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-03-14T04:09:52.0540463Z copying build\lib.win-amd64-cpython-39\torch\nn\functional.pyi -> build\bdist.win-amd64\wheel\.\torch\nn 2025-03-14T04:09:52.0547104Z copying build\lib.win-amd64-cpython-39\torch\nn\grad.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-03-14T04:09:52.0552436Z copying build\lib.win-amd64-cpython-39\torch\nn\init.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-03-14T04:09:52.0559257Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic 2025-03-14T04:09:52.0562640Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\modules 2025-03-14T04:09:52.0567367Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules\fused.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\modules 2025-03-14T04:09:52.0573347Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\modules 2025-03-14T04:09:52.0578691Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\qat 2025-03-14T04:09:52.0582304Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\qat\modules 2025-03-14T04:09:52.0585470Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules\conv_fused.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\qat\modules 2025-03-14T04:09:52.0590904Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules\linear_fused.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\qat\modules 2025-03-14T04:09:52.0595994Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules\linear_relu.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\qat\modules 2025-03-14T04:09:52.0601049Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\qat\modules 2025-03-14T04:09:52.0616551Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\qat 2025-03-14T04:09:52.0621882Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized 2025-03-14T04:09:52.0625416Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\dynamic 2025-03-14T04:09:52.0628645Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\dynamic\modules 2025-03-14T04:09:52.0631978Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules\linear_relu.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized\dynamic\modules 2025-03-14T04:09:52.0637115Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized\dynamic\modules 2025-03-14T04:09:52.0642247Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized\dynamic 2025-03-14T04:09:52.0648162Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\modules 2025-03-14T04:09:52.0651477Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules\bn_relu.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized\modules 2025-03-14T04:09:52.0656562Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules\conv_relu.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized\modules 2025-03-14T04:09:52.0662613Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules\linear_relu.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized\modules 2025-03-14T04:09:52.0668577Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized\modules 2025-03-14T04:09:52.0674458Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized 2025-03-14T04:09:52.0680400Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic 2025-03-14T04:09:52.0686104Z creating build\bdist.win-amd64\wheel\torch\nn\modules 2025-03-14T04:09:52.0689330Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:09:52.0695747Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\adaptive.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:09:52.0701786Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:09:52.0707946Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\channelshuffle.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:09:52.0724095Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\container.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:09:52.0730686Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:09:52.0737854Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\distance.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:09:52.0743812Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:09:52.0749972Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\flatten.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:09:52.0755547Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\fold.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:09:52.0762181Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\instancenorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:09:52.0768654Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\lazy.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:09:52.0774643Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:09:52.0780603Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\loss.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:09:52.0787686Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\module.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:09:52.0795139Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:09:52.0801100Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\padding.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:09:52.0808012Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\pixelshuffle.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:09:52.0813416Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\pooling.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:09:52.0820160Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:09:52.0827294Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\sparse.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:09:52.0833223Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\transformer.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:09:52.0839664Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\upsampling.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:09:52.0845190Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:09:52.0850520Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\_functions.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:09:52.0856003Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-14T04:09:52.0861647Z creating build\bdist.win-amd64\wheel\torch\nn\parallel 2025-03-14T04:09:52.0864933Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\comm.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-03-14T04:09:52.0870610Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\data_parallel.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-03-14T04:09:52.0875909Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\distributed.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-03-14T04:09:52.0882705Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\parallel_apply.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-03-14T04:09:52.0898676Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\replicate.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-03-14T04:09:52.0904211Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\scatter_gather.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-03-14T04:09:52.0909525Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\_functions.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-03-14T04:09:52.0915371Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-03-14T04:09:52.0920747Z copying build\lib.win-amd64-cpython-39\torch\nn\parameter.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-03-14T04:09:52.0926138Z copying build\lib.win-amd64-cpython-39\torch\nn\parameter.pyi -> build\bdist.win-amd64\wheel\.\torch\nn 2025-03-14T04:09:52.0931858Z creating build\bdist.win-amd64\wheel\torch\nn\qat 2025-03-14T04:09:52.0935067Z creating build\bdist.win-amd64\wheel\torch\nn\qat\dynamic 2025-03-14T04:09:52.0938330Z creating build\bdist.win-amd64\wheel\torch\nn\qat\dynamic\modules 2025-03-14T04:09:52.0941610Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\dynamic\modules 2025-03-14T04:09:52.0946645Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\dynamic\modules 2025-03-14T04:09:52.0951513Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\dynamic 2025-03-14T04:09:52.0956706Z creating build\bdist.win-amd64\wheel\torch\nn\qat\modules 2025-03-14T04:09:52.0959878Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2025-03-14T04:09:52.0964967Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2025-03-14T04:09:52.0970959Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2025-03-14T04:09:52.0979705Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2025-03-14T04:09:52.0984005Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat 2025-03-14T04:09:52.0989890Z creating build\bdist.win-amd64\wheel\torch\nn\quantizable 2025-03-14T04:09:52.0993350Z creating build\bdist.win-amd64\wheel\torch\nn\quantizable\modules 2025-03-14T04:09:52.0996652Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2025-03-14T04:09:52.1001755Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2025-03-14T04:09:52.1006731Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2025-03-14T04:09:52.1011634Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable 2025-03-14T04:09:52.1016788Z creating build\bdist.win-amd64\wheel\torch\nn\quantized 2025-03-14T04:09:52.1020066Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\dynamic 2025-03-14T04:09:52.1023677Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\dynamic\modules 2025-03-14T04:09:52.1026644Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic\modules 2025-03-14T04:09:52.1031746Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic\modules 2025-03-14T04:09:52.1036619Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic\modules 2025-03-14T04:09:52.1043123Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic\modules 2025-03-14T04:09:52.1048691Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic 2025-03-14T04:09:52.1053678Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\functional.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized 2025-03-14T04:09:52.1059204Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\modules 2025-03-14T04:09:52.1062302Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-03-14T04:09:52.1067381Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-03-14T04:09:52.1073415Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-03-14T04:09:52.1078144Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-03-14T04:09:52.1083056Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-03-14T04:09:52.1098426Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\functional_modules.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-03-14T04:09:52.1103341Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-03-14T04:09:52.1108492Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-03-14T04:09:52.1113922Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-03-14T04:09:52.1118829Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-03-14T04:09:52.1124291Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-03-14T04:09:52.1129755Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\_reference 2025-03-14T04:09:52.1142989Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\_reference\modules 2025-03-14T04:09:52.1146249Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2025-03-14T04:09:52.1151412Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2025-03-14T04:09:52.1156431Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2025-03-14T04:09:52.1161360Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\sparse.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2025-03-14T04:09:52.1166567Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2025-03-14T04:09:52.1171804Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2025-03-14T04:09:52.1177008Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference 2025-03-14T04:09:52.1181969Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized 2025-03-14T04:09:52.1187515Z creating build\bdist.win-amd64\wheel\torch\nn\utils 2025-03-14T04:09:52.1190884Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\clip_grad.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-14T04:09:52.1196356Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\convert_parameters.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-14T04:09:52.1201527Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\fusion.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-14T04:09:52.1206669Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\init.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-14T04:09:52.1211927Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\memory_format.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-14T04:09:52.1227218Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\parametrizations.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-14T04:09:52.1233126Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\parametrize.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-14T04:09:52.1239065Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\prune.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-14T04:09:52.1245172Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-14T04:09:52.1250908Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\spectral_norm.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-14T04:09:52.1256819Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\stateless.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-14T04:09:52.1262285Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\weight_norm.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-14T04:09:52.1267733Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_deprecation_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-14T04:09:52.1273362Z creating build\bdist.win-amd64\wheel\torch\nn\utils\_expanded_weights 2025-03-14T04:09:52.1276892Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\conv_expanded_weights.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-03-14T04:09:52.1282166Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\conv_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-03-14T04:09:52.1287914Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\embedding_expanded_weights.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-03-14T04:09:52.1303847Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\expanded_weights_impl.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-03-14T04:09:52.1309063Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\expanded_weights_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-03-14T04:09:52.1314535Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\group_norm_expanded_weights.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-03-14T04:09:52.1320850Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\instance_norm_expanded_weights.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-03-14T04:09:52.1326127Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\layer_norm_expanded_weights.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-03-14T04:09:52.1331490Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\linear_expanded_weights.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-03-14T04:09:52.1337073Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-03-14T04:09:52.1342268Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_named_member_accessor.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-14T04:09:52.1348699Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_per_sample_grad.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-14T04:09:52.1354082Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-14T04:09:52.1359331Z copying build\lib.win-amd64-cpython-39\torch\nn\_reduction.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-03-14T04:09:52.1364719Z copying build\lib.win-amd64-cpython-39\torch\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-03-14T04:09:52.1370947Z creating build\bdist.win-amd64\wheel\torch\onnx 2025-03-14T04:09:52.1374101Z copying build\lib.win-amd64-cpython-39\torch\onnx\errors.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:09:52.1379311Z copying build\lib.win-amd64-cpython-39\torch\onnx\operators.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:09:52.1384880Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_caffe2.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:09:52.1390248Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_helper.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:09:52.1406890Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset10.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:09:52.1412895Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset11.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:09:52.1419357Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset12.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:09:52.1425567Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset13.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:09:52.1432618Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset14.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:09:52.1438752Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset15.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:09:52.1445244Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset16.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:09:52.1451073Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset17.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:09:52.1457179Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset18.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:09:52.1463434Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset19.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:09:52.1469309Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset20.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:09:52.1475410Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset7.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:09:52.1481603Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset8.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:09:52.1487777Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset9.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:09:52.1496580Z copying build\lib.win-amd64-cpython-39\torch\onnx\utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:09:52.1503455Z copying build\lib.win-amd64-cpython-39\torch\onnx\verification.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:09:52.1524146Z copying build\lib.win-amd64-cpython-39\torch\onnx\_constants.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:09:52.1532554Z copying build\lib.win-amd64-cpython-39\torch\onnx\_experimental.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:09:52.1540730Z copying build\lib.win-amd64-cpython-39\torch\onnx\_flags.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:09:52.1546607Z copying build\lib.win-amd64-cpython-39\torch\onnx\_globals.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:09:52.1552797Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal 2025-03-14T04:09:52.1556849Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics 2025-03-14T04:09:52.1560856Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics\infra 2025-03-14T04:09:52.1564298Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\context.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2025-03-14T04:09:52.1570649Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\decorator.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2025-03-14T04:09:52.1576233Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\formatter.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2025-03-14T04:09:52.1583546Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1587759Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\version.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1593857Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_address.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1599663Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_artifact.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1605688Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_artifact_change.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1611341Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_artifact_content.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1627296Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_artifact_location.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1632503Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_attachment.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1638066Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_code_flow.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1643589Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_configuration_override.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1648844Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_conversion.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1654143Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_edge.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1659512Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_edge_traversal.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1664984Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_exception.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1670814Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_external_properties.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1676504Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_external_property_file_reference.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1681940Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_external_property_file_references.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1687232Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_fix.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1692274Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_graph.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1697315Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_graph_traversal.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1702841Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_invocation.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1708280Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_location.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1723679Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_location_relationship.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1728923Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_logical_location.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1734264Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_message.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1740144Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_multiformat_message_string.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1745534Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_node.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1750864Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_notification.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1756272Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_physical_location.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1761712Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_property_bag.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1766865Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_rectangle.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1772242Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_region.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1788800Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_replacement.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1794317Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_reporting_configuration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1799738Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1805220Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_reference.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1810812Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_relationship.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1816134Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_result.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1821658Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_result_provenance.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1827597Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_run.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1833601Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_run_automation_details.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1839898Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_sarif_log.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1855781Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_special_locations.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1861629Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_stack.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1867727Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_stack_frame.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1873650Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_suppression.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1879485Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1885651Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow_location.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1891671Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_tool.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1897868Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_tool_component.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1904190Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_tool_component_reference.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1910293Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_translation_metadata.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1926219Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_version_control_details.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1939752Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_web_request.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1941236Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_web_response.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1943743Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-14T04:09:52.1949253Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2025-03-14T04:09:52.1965579Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\_infra.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2025-03-14T04:09:52.1971568Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2025-03-14T04:09:52.1977112Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\_diagnostic.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2025-03-14T04:09:52.1983188Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\_rules.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2025-03-14T04:09:52.1989662Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2025-03-14T04:09:52.1995597Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\exporter 2025-03-14T04:09:52.1998909Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_analysis.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:09:52.2004806Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_building.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:09:52.2011561Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_capture_strategies.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:09:52.2019046Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_compat.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:09:52.2038170Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_constants.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:09:52.2044059Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_core.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:09:52.2051321Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_decomp.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:09:52.2057267Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_dispatching.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:09:52.2063503Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_dynamic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:09:52.2069433Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_errors.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:09:52.2075073Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_fx_passes.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:09:52.2080475Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_ir_passes.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:09:52.2085861Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_isolated.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:09:52.2091917Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_onnx_program.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:09:52.2097609Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:09:52.2103103Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_reporting.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:09:52.2108767Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_schemas.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:09:52.2114274Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_tensors.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:09:52.2120055Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_testing.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:09:52.2125682Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\exporter\_torchlib 2025-03-14T04:09:52.2129037Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\exporter\_torchlib\ops 2025-03-14T04:09:52.2132355Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops\core.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter\_torchlib\ops 2025-03-14T04:09:52.2137551Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops\hop.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter\_torchlib\ops 2025-03-14T04:09:52.2142736Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter\_torchlib\ops 2025-03-14T04:09:52.2147943Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\_tensor_typing.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter\_torchlib 2025-03-14T04:09:52.2153275Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\_torchlib_registry.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter\_torchlib 2025-03-14T04:09:52.2158782Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter\_torchlib 2025-03-14T04:09:52.2173107Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_verification.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:09:52.2178651Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-14T04:09:52.2183441Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx 2025-03-14T04:09:52.2186661Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx\analysis 2025-03-14T04:09:52.2189951Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis\unsupported_nodes.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\analysis 2025-03-14T04:09:52.2195243Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\analysis 2025-03-14T04:09:52.2200293Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\decomposition_skip.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-03-14T04:09:52.2205903Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\decomposition_table.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-03-14T04:09:52.2211220Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\diagnostics.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-03-14T04:09:52.2226566Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\dynamo_graph_extractor.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-03-14T04:09:52.2232703Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\fx_onnx_interpreter.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-03-14T04:09:52.2238752Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\fx_symbolic_graph_extractor.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-03-14T04:09:52.2244201Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\onnxfunction_dispatcher.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-03-14T04:09:52.2250379Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx\passes 2025-03-14T04:09:52.2253700Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\decomp.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2025-03-14T04:09:52.2259065Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\functionalization.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2025-03-14T04:09:52.2264740Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\modularization.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2025-03-14T04:09:52.2270615Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\readability.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2025-03-14T04:09:52.2287047Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\type_promotion.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2025-03-14T04:09:52.2293990Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\virtualization.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2025-03-14T04:09:52.2299765Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2025-03-14T04:09:52.2305578Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2025-03-14T04:09:52.2311153Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\patcher.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-03-14T04:09:52.2317002Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-03-14T04:09:52.2322881Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\serialization.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-03-14T04:09:52.2329883Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\type_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-03-14T04:09:52.2336278Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\_pass.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-03-14T04:09:52.2342223Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-03-14T04:09:52.2347790Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\io_adapter.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-03-14T04:09:52.2364171Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\jit_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-03-14T04:09:52.2369876Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\onnxruntime.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-03-14T04:09:52.2376796Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\onnx_proto_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-03-14T04:09:52.2382870Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-03-14T04:09:52.2388874Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\_exporter_legacy.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-03-14T04:09:52.2395574Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\_lazy_import.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-03-14T04:09:52.2401533Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-03-14T04:09:52.2406537Z copying build\lib.win-amd64-cpython-39\torch\onnx\_onnx_supported_ops.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:09:52.2412433Z copying build\lib.win-amd64-cpython-39\torch\onnx\_type_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:09:52.2418427Z copying build\lib.win-amd64-cpython-39\torch\onnx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-14T04:09:52.2425254Z creating build\bdist.win-amd64\wheel\torch\optim 2025-03-14T04:09:52.2429809Z copying build\lib.win-amd64-cpython-39\torch\optim\adadelta.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:09:52.2438380Z copying build\lib.win-amd64-cpython-39\torch\optim\adagrad.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:09:52.2446967Z copying build\lib.win-amd64-cpython-39\torch\optim\adam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:09:52.2455984Z copying build\lib.win-amd64-cpython-39\torch\optim\adamax.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:09:52.2464551Z copying build\lib.win-amd64-cpython-39\torch\optim\adamw.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:09:52.2470266Z copying build\lib.win-amd64-cpython-39\torch\optim\asgd.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:09:52.2476882Z copying build\lib.win-amd64-cpython-39\torch\optim\lbfgs.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:09:52.2493266Z copying build\lib.win-amd64-cpython-39\torch\optim\lr_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:09:52.2500005Z copying build\lib.win-amd64-cpython-39\torch\optim\nadam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:09:52.2506208Z copying build\lib.win-amd64-cpython-39\torch\optim\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:09:52.2512159Z copying build\lib.win-amd64-cpython-39\torch\optim\radam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:09:52.2518599Z copying build\lib.win-amd64-cpython-39\torch\optim\rmsprop.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:09:52.2524334Z copying build\lib.win-amd64-cpython-39\torch\optim\rprop.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:09:52.2530112Z copying build\lib.win-amd64-cpython-39\torch\optim\sgd.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:09:52.2536117Z copying build\lib.win-amd64-cpython-39\torch\optim\sparse_adam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:09:52.2541258Z copying build\lib.win-amd64-cpython-39\torch\optim\swa_utils.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:09:52.2547163Z copying build\lib.win-amd64-cpython-39\torch\optim\_adafactor.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:09:52.2553656Z copying build\lib.win-amd64-cpython-39\torch\optim\_functional.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:09:52.2559229Z creating build\bdist.win-amd64\wheel\torch\optim\_multi_tensor 2025-03-14T04:09:52.2562429Z copying build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\optim\_multi_tensor 2025-03-14T04:09:52.2567658Z copying build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\optim\_multi_tensor 2025-03-14T04:09:52.2572559Z copying build\lib.win-amd64-cpython-39\torch\optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-14T04:09:52.2577870Z copying build\lib.win-amd64-cpython-39\torch\overrides.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:52.2585918Z creating build\bdist.win-amd64\wheel\torch\package 2025-03-14T04:09:52.2588976Z creating build\bdist.win-amd64\wheel\torch\package\analyze 2025-03-14T04:09:52.2592317Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\find_first_use_of_broken_modules.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2025-03-14T04:09:52.2597686Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\is_from_package.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2025-03-14T04:09:52.2604781Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\trace_dependencies.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2025-03-14T04:09:52.2621167Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\__init__.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2025-03-14T04:09:52.2629023Z copying build\lib.win-amd64-cpython-39\torch\package\file_structure_representation.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-14T04:09:52.2637241Z copying build\lib.win-amd64-cpython-39\torch\package\find_file_dependencies.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-14T04:09:52.2645464Z copying build\lib.win-amd64-cpython-39\torch\package\glob_group.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-14T04:09:52.2661936Z copying build\lib.win-amd64-cpython-39\torch\package\importer.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-14T04:09:52.2668980Z copying build\lib.win-amd64-cpython-39\torch\package\package_exporter.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-14T04:09:52.2676382Z copying build\lib.win-amd64-cpython-39\torch\package\package_importer.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-14T04:09:52.2682759Z copying build\lib.win-amd64-cpython-39\torch\package\_digraph.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-14T04:09:52.2688184Z copying build\lib.win-amd64-cpython-39\torch\package\_directory_reader.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-14T04:09:52.2694101Z copying build\lib.win-amd64-cpython-39\torch\package\_importlib.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-14T04:09:52.2700094Z copying build\lib.win-amd64-cpython-39\torch\package\_mangling.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-14T04:09:52.2706224Z copying build\lib.win-amd64-cpython-39\torch\package\_mock.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-14T04:09:52.2712263Z copying build\lib.win-amd64-cpython-39\torch\package\_package_pickler.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-14T04:09:52.2718117Z copying build\lib.win-amd64-cpython-39\torch\package\_package_unpickler.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-14T04:09:52.2723303Z copying build\lib.win-amd64-cpython-39\torch\package\_stdlib.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-14T04:09:52.2728471Z copying build\lib.win-amd64-cpython-39\torch\package\__init__.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-14T04:09:52.2733826Z creating build\bdist.win-amd64\wheel\torch\profiler 2025-03-14T04:09:52.2746764Z copying build\lib.win-amd64-cpython-39\torch\profiler\itt.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-03-14T04:09:52.2752064Z copying build\lib.win-amd64-cpython-39\torch\profiler\profiler.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-03-14T04:09:52.2757761Z copying build\lib.win-amd64-cpython-39\torch\profiler\python_tracer.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-03-14T04:09:52.2763351Z copying build\lib.win-amd64-cpython-39\torch\profiler\_memory_profiler.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-03-14T04:09:52.2769484Z copying build\lib.win-amd64-cpython-39\torch\profiler\_pattern_matcher.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-03-14T04:09:52.2786099Z copying build\lib.win-amd64-cpython-39\torch\profiler\_utils.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-03-14T04:09:52.2791195Z copying build\lib.win-amd64-cpython-39\torch\profiler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-03-14T04:09:52.2796943Z copying build\lib.win-amd64-cpython-39\torch\py.typed -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:52.2801762Z creating build\bdist.win-amd64\wheel\torch\quantization 2025-03-14T04:09:52.2805263Z copying build\lib.win-amd64-cpython-39\torch\quantization\fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-14T04:09:52.2810565Z copying build\lib.win-amd64-cpython-39\torch\quantization\fuser_method_mappings.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-14T04:09:52.2815503Z copying build\lib.win-amd64-cpython-39\torch\quantization\fuse_modules.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-14T04:09:52.2830715Z creating build\bdist.win-amd64\wheel\torch\quantization\fx 2025-03-14T04:09:52.2833762Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\convert.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-14T04:09:52.2838858Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\fuse.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-14T04:09:52.2843883Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\fusion_patterns.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-14T04:09:52.2849837Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-14T04:09:52.2854799Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\match_utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-14T04:09:52.2869731Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-14T04:09:52.2874681Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\prepare.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-14T04:09:52.2879711Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\quantization_patterns.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-14T04:09:52.2885043Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\quantization_types.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-14T04:09:52.2890028Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-14T04:09:52.2895363Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-14T04:09:52.2900619Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-14T04:09:52.2905900Z copying build\lib.win-amd64-cpython-39\torch\quantization\observer.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-14T04:09:52.2911508Z copying build\lib.win-amd64-cpython-39\torch\quantization\qconfig.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-14T04:09:52.2916767Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantization_mappings.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-14T04:09:52.2922053Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-14T04:09:52.2927380Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize_fx.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-14T04:09:52.2935601Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize_jit.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-14T04:09:52.2943596Z copying build\lib.win-amd64-cpython-39\torch\quantization\quant_type.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-14T04:09:52.2949516Z copying build\lib.win-amd64-cpython-39\torch\quantization\stubs.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-14T04:09:52.2957292Z copying build\lib.win-amd64-cpython-39\torch\quantization\utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-14T04:09:52.2965639Z copying build\lib.win-amd64-cpython-39\torch\quantization\_numeric_suite.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-14T04:09:52.2973858Z copying build\lib.win-amd64-cpython-39\torch\quantization\_numeric_suite_fx.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-14T04:09:52.2982207Z copying build\lib.win-amd64-cpython-39\torch\quantization\_quantized_conversions.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-14T04:09:52.2990004Z copying build\lib.win-amd64-cpython-39\torch\quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-14T04:09:52.2996028Z copying build\lib.win-amd64-cpython-39\torch\quasirandom.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:52.3001916Z copying build\lib.win-amd64-cpython-39\torch\random.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:52.3008193Z copying build\lib.win-amd64-cpython-39\torch\return_types.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:52.3014119Z copying build\lib.win-amd64-cpython-39\torch\return_types.pyi -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:52.3019988Z copying build\lib.win-amd64-cpython-39\torch\serialization.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:52.3027535Z creating build\bdist.win-amd64\wheel\torch\share 2025-03-14T04:09:52.3030662Z creating build\bdist.win-amd64\wheel\torch\share\cmake 2025-03-14T04:09:52.3033920Z creating build\bdist.win-amd64\wheel\torch\share\cmake\ATen 2025-03-14T04:09:52.3037742Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\ATen\ATenConfig.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\ATen 2025-03-14T04:09:52.3043841Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2 2025-03-14T04:09:52.3047121Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Config.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-03-14T04:09:52.3052807Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Targets-release.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-03-14T04:09:52.3058082Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Targets.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-03-14T04:09:52.3074283Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUDAToolkit.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-03-14T04:09:52.3080753Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUDSS.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-03-14T04:09:52.3086027Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUSPARSELT.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-03-14T04:09:52.3091570Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindSYCLToolkit.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-03-14T04:09:52.3097083Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-03-14T04:09:52.3100516Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDA.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-03-14T04:09:52.3105763Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDNN.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-03-14T04:09:52.3111296Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-03-14T04:09:52.3125297Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\CMakeInitializeConfigs.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-03-14T04:09:52.3131634Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-03-14T04:09:52.3135457Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\make2cmake.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-03-14T04:09:52.3140976Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\parse_cubin.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-03-14T04:09:52.3146785Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\run_nvcc.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-03-14T04:09:52.3161750Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\select_compute_arch.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-03-14T04:09:52.3167273Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-03-14T04:09:52.3173994Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindPackageHandleStandardArgs.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-03-14T04:09:52.3189434Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindPackageMessage.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-03-14T04:09:52.3194808Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\public 2025-03-14T04:09:52.3198134Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\cuda.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-03-14T04:09:52.3203673Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\gflags.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-03-14T04:09:52.3209337Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\glog.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-03-14T04:09:52.3214779Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\LoadHIP.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-03-14T04:09:52.3230273Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\mkl.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-03-14T04:09:52.3235660Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\mkldnn.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-03-14T04:09:52.3240706Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\protobuf.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-03-14T04:09:52.3245941Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\utils.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-03-14T04:09:52.3251793Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\xpu.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-03-14T04:09:52.3257282Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Torch 2025-03-14T04:09:52.3260527Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Torch\TorchConfig.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Torch 2025-03-14T04:09:52.3266068Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Torch\TorchConfigVersion.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Torch 2025-03-14T04:09:52.3271295Z creating build\bdist.win-amd64\wheel\torch\signal 2025-03-14T04:09:52.3274563Z creating build\bdist.win-amd64\wheel\torch\signal\windows 2025-03-14T04:09:52.3277967Z copying build\lib.win-amd64-cpython-39\torch\signal\windows\windows.py -> build\bdist.win-amd64\wheel\.\torch\signal\windows 2025-03-14T04:09:52.3283679Z copying build\lib.win-amd64-cpython-39\torch\signal\windows\__init__.py -> build\bdist.win-amd64\wheel\.\torch\signal\windows 2025-03-14T04:09:52.3288682Z copying build\lib.win-amd64-cpython-39\torch\signal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\signal 2025-03-14T04:09:52.3293882Z creating build\bdist.win-amd64\wheel\torch\sparse 2025-03-14T04:09:52.3297059Z copying build\lib.win-amd64-cpython-39\torch\sparse\semi_structured.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-03-14T04:09:52.3303087Z copying build\lib.win-amd64-cpython-39\torch\sparse\_semi_structured_conversions.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-03-14T04:09:52.3308519Z copying build\lib.win-amd64-cpython-39\torch\sparse\_semi_structured_ops.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-03-14T04:09:52.3323344Z copying build\lib.win-amd64-cpython-39\torch\sparse\_triton_ops.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-03-14T04:09:52.3329914Z copying build\lib.win-amd64-cpython-39\torch\sparse\_triton_ops_meta.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-03-14T04:09:52.3340322Z copying build\lib.win-amd64-cpython-39\torch\sparse\__init__.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-03-14T04:09:52.3346488Z creating build\bdist.win-amd64\wheel\torch\special 2025-03-14T04:09:52.3349702Z copying build\lib.win-amd64-cpython-39\torch\special\__init__.py -> build\bdist.win-amd64\wheel\.\torch\special 2025-03-14T04:09:52.3355569Z copying build\lib.win-amd64-cpython-39\torch\storage.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:52.3367315Z creating build\bdist.win-amd64\wheel\torch\test 2025-03-14T04:09:52.3380278Z copying build\lib.win-amd64-cpython-39\torch\test\apply_utils_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3389445Z copying build\lib.win-amd64-cpython-39\torch\test\atest.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3398617Z copying build\lib.win-amd64-cpython-39\torch\test\backend_fallback_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3407297Z copying build\lib.win-amd64-cpython-39\torch\test\basic.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3426851Z copying build\lib.win-amd64-cpython-39\torch\test\broadcast_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3435941Z copying build\lib.win-amd64-cpython-39\torch\test\c10_accumulate_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3446010Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ArrayRef_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3454358Z copying build\lib.win-amd64-cpython-39\torch\test\c10_bfloat16_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3464213Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Bitset_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3473415Z copying build\lib.win-amd64-cpython-39\torch\test\c10_bit_cast_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3482765Z copying build\lib.win-amd64-cpython-39\torch\test\c10_CompileTimeFunctionPointer_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3492354Z copying build\lib.win-amd64-cpython-39\torch\test\c10_complex_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3508722Z copying build\lib.win-amd64-cpython-39\torch\test\c10_complex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3514001Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ConstexprCrc_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3523393Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3535809Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cuda_CUDAAssertionsTest_1_var_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3548708Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cuda_CUDAAssertionsTest_catches_stream.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3562045Z 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 2025-03-14T04:09:52.3581765Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cuda_CUDAAssertionsTest_from_2_processes.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3592023Z 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 2025-03-14T04:09:52.3600779Z 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 2025-03-14T04:09:52.3610052Z 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 2025-03-14T04:09:52.3619247Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cuda_CUDATest.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3628283Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DeadlockDetection_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3646050Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DeviceGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3655285Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Device_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3664246Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DispatchKeySet_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3673290Z copying build\lib.win-amd64-cpython-39\torch\test\c10_error_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3681950Z copying build\lib.win-amd64-cpython-39\torch\test\c10_exception_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3691218Z copying build\lib.win-amd64-cpython-39\torch\test\c10_flags_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3699977Z copying build\lib.win-amd64-cpython-39\torch\test\c10_generic_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3708870Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3717847Z copying build\lib.win-amd64-cpython-39\torch\test\c10_InlineDeviceGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3726835Z copying build\lib.win-amd64-cpython-39\torch\test\c10_InlineStreamGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3746128Z copying build\lib.win-amd64-cpython-39\torch\test\c10_intrusive_ptr_benchmark.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3754609Z copying build\lib.win-amd64-cpython-39\torch\test\c10_intrusive_ptr_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3770812Z copying build\lib.win-amd64-cpython-39\torch\test\c10_irange_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3779634Z copying build\lib.win-amd64-cpython-39\torch\test\c10_lazy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3788672Z copying build\lib.win-amd64-cpython-39\torch\test\c10_LeftRight_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3798012Z copying build\lib.win-amd64-cpython-39\torch\test\c10_logging_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3807107Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Metaprogramming_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3815866Z copying build\lib.win-amd64-cpython-39\torch\test\c10_NetworkFlow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3844902Z copying build\lib.win-amd64-cpython-39\torch\test\c10_optional_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3856030Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ordered_preserving_dict_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3865941Z copying build\lib.win-amd64-cpython-39\torch\test\c10_registry_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3875604Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Scalar_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3885583Z copying build\lib.win-amd64-cpython-39\torch\test\c10_SizesAndStrides_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3894820Z copying build\lib.win-amd64-cpython-39\torch\test\c10_small_vector_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3910287Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ssize_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3919601Z copying build\lib.win-amd64-cpython-39\torch\test\c10_StreamGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3928693Z copying build\lib.win-amd64-cpython-39\torch\test\c10_string_util_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3947913Z copying build\lib.win-amd64-cpython-39\torch\test\c10_string_view_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3957279Z copying build\lib.win-amd64-cpython-39\torch\test\c10_SymInt_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3966686Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Synchronized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3976105Z copying build\lib.win-amd64-cpython-39\torch\test\c10_tempfile_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3985503Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ThreadLocal_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.3994982Z copying build\lib.win-amd64-cpython-39\torch\test\c10_typeid_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4004807Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeIndex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4014063Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeList_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4032673Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeTraits_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4045322Z copying build\lib.win-amd64-cpython-39\torch\test\CppSignature_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4056099Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4066542Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_generator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4076743Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_profiling_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4086748Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_rng_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4098899Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_allocatorTraceTracker_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4107865Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4117533Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_apply_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4136285Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_atomic_ops_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4146454Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_caching_host_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4155789Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_complex_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4165678Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_complex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4174717Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_cub_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4184577Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_cudnn_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4194010Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_device_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4202880Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_distributions_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4213431Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_dlconvertor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4222729Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_generator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4232222Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4241472Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_integer_divider_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4250282Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_optional_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4259957Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_packedtensoraccessor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4269489Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_reportMemoryUsage_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4278770Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_stream_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4298537Z copying build\lib.win-amd64-cpython-39\torch\test\cuda_vectorized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4308115Z copying build\lib.win-amd64-cpython-39\torch\test\Dict_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4318487Z copying build\lib.win-amd64-cpython-39\torch\test\Dimname_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4327392Z copying build\lib.win-amd64-cpython-39\torch\test\dispatch_key_set_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4336615Z copying build\lib.win-amd64-cpython-39\torch\test\dlconvertor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4346517Z copying build\lib.win-amd64-cpython-39\torch\test\extension_backend_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4355999Z copying build\lib.win-amd64-cpython-39\torch\test\half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4365354Z copying build\lib.win-amd64-cpython-39\torch\test\IListRef_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4374870Z copying build\lib.win-amd64-cpython-39\torch\test\inline_container_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4384626Z copying build\lib.win-amd64-cpython-39\torch\test\ivalue_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4395954Z copying build\lib.win-amd64-cpython-39\torch\test\KernelFunction_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4405605Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_function_legacy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4418514Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_function_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4430059Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_lambda_legacy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4442838Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_lambda_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4455982Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_stackbased_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4466404Z copying build\lib.win-amd64-cpython-39\torch\test\lazy_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4475824Z copying build\lib.win-amd64-cpython-39\torch\test\legacy_vmap_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4498079Z copying build\lib.win-amd64-cpython-39\torch\test\List_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4510815Z copying build\lib.win-amd64-cpython-39\torch\test\make_boxed_from_unboxed_functor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4523455Z copying build\lib.win-amd64-cpython-39\torch\test\math_kernel_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4533535Z copying build\lib.win-amd64-cpython-39\torch\test\MaybeOwned_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4547900Z copying build\lib.win-amd64-cpython-39\torch\test\memory_format_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4561586Z copying build\lib.win-amd64-cpython-39\torch\test\memory_overlapping_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4575311Z copying build\lib.win-amd64-cpython-39\torch\test\mobile_memory_cleanup.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4586302Z copying build\lib.win-amd64-cpython-39\torch\test\NamedTensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4596830Z copying build\lib.win-amd64-cpython-39\torch\test\native_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4607392Z copying build\lib.win-amd64-cpython-39\torch\test\operators_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4617414Z copying build\lib.win-amd64-cpython-39\torch\test\operator_name_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4627228Z copying build\lib.win-amd64-cpython-39\torch\test\op_allowlist_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4635602Z copying build\lib.win-amd64-cpython-39\torch\test\op_registration_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4660407Z copying build\lib.win-amd64-cpython-39\torch\test\packedtensoraccessor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4670309Z copying build\lib.win-amd64-cpython-39\torch\test\pow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4681050Z copying build\lib.win-amd64-cpython-39\torch\test\quantized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4690983Z copying build\lib.win-amd64-cpython-39\torch\test\reduce_ops_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4700624Z copying build\lib.win-amd64-cpython-39\torch\test\reportMemoryUsage_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4710235Z copying build\lib.win-amd64-cpython-39\torch\test\scalar_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4719853Z copying build\lib.win-amd64-cpython-39\torch\test\scalar_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4729405Z copying build\lib.win-amd64-cpython-39\torch\test\StorageUtils_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4738683Z copying build\lib.win-amd64-cpython-39\torch\test\stride_properties_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4748557Z copying build\lib.win-amd64-cpython-39\torch\test\tensor_iterator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4759393Z copying build\lib.win-amd64-cpython-39\torch\test\test_parallel.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4768478Z copying build\lib.win-amd64-cpython-39\torch\test\thread_init_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4775338Z copying build\lib.win-amd64-cpython-39\torch\test\type_ptr_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4784303Z copying build\lib.win-amd64-cpython-39\torch\test\type_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4793802Z copying build\lib.win-amd64-cpython-39\torch\test\undefined_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4802958Z copying build\lib.win-amd64-cpython-39\torch\test\verify_api_visibility.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4809667Z copying build\lib.win-amd64-cpython-39\torch\test\weakref_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4818889Z copying build\lib.win-amd64-cpython-39\torch\test\wrapdim_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4828027Z copying build\lib.win-amd64-cpython-39\torch\test\xla_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-14T04:09:52.4837498Z creating build\bdist.win-amd64\wheel\torch\testing 2025-03-14T04:09:52.4841074Z copying build\lib.win-amd64-cpython-39\torch\testing\_comparison.py -> build\bdist.win-amd64\wheel\.\torch\testing 2025-03-14T04:09:52.4848650Z copying build\lib.win-amd64-cpython-39\torch\testing\_creation.py -> build\bdist.win-amd64\wheel\.\torch\testing 2025-03-14T04:09:52.4856074Z creating build\bdist.win-amd64\wheel\torch\testing\_internal 2025-03-14T04:09:52.4861584Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\autocast_test_lists.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:52.4868975Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\autograd_function_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:52.4875838Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\check_kernel_launches.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:52.4954499Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\codegen 2025-03-14T04:09:52.4959502Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\codegen 2025-03-14T04:09:52.4966897Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_cuda.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:52.4973178Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_device_type.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:52.4982223Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_distributed.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:52.4990176Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_dist_composable.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:52.4996441Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_dtype.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:52.5002892Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_fsdp.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:52.5010193Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_jit.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:52.5016732Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_methods_invocations.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:52.5035561Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_mkldnn.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:52.5044543Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_modules.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:52.5056185Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_nn.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:52.5065241Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_optimizers.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:52.5073323Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_pruning.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:52.5080411Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_quantization.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:52.5089175Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_quantized.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:53.0256937Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_subclass.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:53.0263087Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:53.0271665Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\composite_compliance.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:53.0278317Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\custom_op_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:53.0284956Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\custom_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:53.0292058Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\data 2025-03-14T04:09:53.0295674Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\network1.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2025-03-14T04:09:53.0301272Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\network2.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2025-03-14T04:09:53.0307129Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2025-03-14T04:09:53.0312791Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed 2025-03-14T04:09:53.0316692Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\checkpoint_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-03-14T04:09:53.0322854Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\common_state_dict.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-03-14T04:09:53.0328998Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\ddp_under_dist_autograd_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-03-14T04:09:53.0411242Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\distributed_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-03-14T04:09:53.0421707Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\distributed_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-03-14T04:09:53.0427348Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\fake_pg.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-03-14T04:09:53.0433517Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\multi_threaded_pg.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-03-14T04:09:53.0440096Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\nn 2025-03-14T04:09:53.0443934Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\nn\api 2025-03-14T04:09:53.0447588Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api\remote_module_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\nn\api 2025-03-14T04:09:53.0458652Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\nn\api 2025-03-14T04:09:53.0461300Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\nn 2025-03-14T04:09:53.0466856Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc 2025-03-14T04:09:53.0470270Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\dist_autograd_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc 2025-03-14T04:09:53.0477383Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\dist_optimizer_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc 2025-03-14T04:09:53.0483461Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc\examples 2025-03-14T04:09:53.0487561Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples\parameter_server_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc\examples 2025-03-14T04:09:53.0493798Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples\reinforcement_learning_rpc_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc\examples 2025-03-14T04:09:53.0499711Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc\examples 2025-03-14T04:09:53.0504895Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\faulty_agent_rpc_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc 2025-03-14T04:09:53.0564622Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\faulty_rpc_agent_test_fixture.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc 2025-03-14T04:09:53.0570680Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc\jit 2025-03-14T04:09:53.0574365Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit\dist_autograd_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc\jit 2025-03-14T04:09:53.0580463Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit\rpc_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc\jit 2025-03-14T04:09:53.0586934Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit\rpc_test_faulty.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc\jit 2025-03-14T04:09:53.0593443Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc\jit 2025-03-14T04:09:53.0598520Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\rpc_agent_test_fixture.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc 2025-03-14T04:09:53.0604097Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\rpc_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc 2025-03-14T04:09:53.0612479Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\tensorpipe_rpc_agent_test_fixture.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc 2025-03-14T04:09:53.0618471Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc 2025-03-14T04:09:53.0623338Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-03-14T04:09:53.0629256Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_shard 2025-03-14T04:09:53.0633124Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-03-14T04:09:53.0636749Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor\_test_ops_common.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-03-14T04:09:53.0642833Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor\_test_st_common.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-03-14T04:09:53.0648604Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-03-14T04:09:53.0654118Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\test_common.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\_shard 2025-03-14T04:09:53.0659908Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\_shard 2025-03-14T04:09:53.0665523Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_tensor 2025-03-14T04:09:53.0668953Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor\common_dtensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\_tensor 2025-03-14T04:09:53.0675461Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\_tensor 2025-03-14T04:09:53.0680325Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-03-14T04:09:53.0684945Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\dist_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:53.0692316Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\dynamo_test_failures.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:53.0699030Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\fake_config_module.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:53.0708411Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\fake_config_module2.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:53.5938400Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\fake_config_module3.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:53.5945326Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\generated 2025-03-14T04:09:53.5949696Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\generated\annotated_fn_args.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\generated 2025-03-14T04:09:53.5962058Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\generated\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\generated 2025-03-14T04:09:53.5967488Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\hop_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:53.5973842Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\hypothesis_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:53.5980605Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\inductor_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:53.5987155Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\jit_metaprogramming_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:53.5994620Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\jit_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:53.6001866Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\logging_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:53.6008726Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\logging_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:53.6015076Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\opinfo 2025-03-14T04:09:54.1148891Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\core.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2025-03-14T04:09:54.1160926Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\opinfo\definitions 2025-03-14T04:09:54.1166521Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\fft.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2025-03-14T04:09:54.1176268Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\linalg.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2025-03-14T04:09:54.1184419Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\nested.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2025-03-14T04:09:54.1191836Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\signal.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2025-03-14T04:09:54.1198564Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\sparse.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2025-03-14T04:09:54.1205019Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\special.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2025-03-14T04:09:54.1271131Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\_masked.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2025-03-14T04:09:54.1277676Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2025-03-14T04:09:54.1283359Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\refs.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2025-03-14T04:09:54.1288510Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2025-03-14T04:09:54.1294133Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2025-03-14T04:09:54.1300007Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\optests 2025-03-14T04:09:54.1303847Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\aot_autograd.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-03-14T04:09:54.1309709Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\autograd_registration.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-03-14T04:09:54.1315493Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\fake_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-03-14T04:09:54.1320931Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\generate_tests.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-03-14T04:09:54.1389552Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\make_fx.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-03-14T04:09:54.1395143Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-03-14T04:09:54.1400701Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\quantization_torch_package_models.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:54.1406343Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\static_module.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:54.1412817Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\subclasses.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:54.1418851Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\test_module 2025-03-14T04:09:54.1422591Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module\future_div.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\test_module 2025-03-14T04:09:54.1428055Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module\no_future_div.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\test_module 2025-03-14T04:09:54.1433703Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\test_module 2025-03-14T04:09:54.1438237Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\torchbind_impls.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:54.1444092Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\triton_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:54.1450097Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\two_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:54.1456055Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-14T04:09:54.1461430Z copying build\lib.win-amd64-cpython-39\torch\testing\_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing 2025-03-14T04:09:54.7031261Z copying build\lib.win-amd64-cpython-39\torch\testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing 2025-03-14T04:09:54.7037004Z copying build\lib.win-amd64-cpython-39\torch\torch_version.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:54.7042705Z copying build\lib.win-amd64-cpython-39\torch\types.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:54.7049847Z creating build\bdist.win-amd64\wheel\torch\utils 2025-03-14T04:09:54.7053561Z creating build\bdist.win-amd64\wheel\torch\utils\backcompat 2025-03-14T04:09:54.7056964Z copying build\lib.win-amd64-cpython-39\torch\utils\backcompat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\backcompat 2025-03-14T04:09:54.7063487Z copying build\lib.win-amd64-cpython-39\torch\utils\backend_registration.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:54.7070540Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark 2025-03-14T04:09:54.7074196Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\examples 2025-03-14T04:09:54.7077868Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\blas_compare_setup.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-03-14T04:09:54.7083670Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\compare.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-03-14T04:09:54.7088956Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-03-14T04:09:54.7100319Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\op_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-03-14T04:09:54.7106089Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\simple_timeit.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-03-14T04:09:54.7348374Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\spectral_ops_fuzz_test.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-03-14T04:09:54.7357301Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-03-14T04:09:54.7364997Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\op_fuzzers 2025-03-14T04:09:54.7369920Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers\binary.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\op_fuzzers 2025-03-14T04:09:54.7378230Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers\sparse_binary.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\op_fuzzers 2025-03-14T04:09:54.7386568Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers\sparse_unary.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\op_fuzzers 2025-03-14T04:09:54.7392450Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers\spectral.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\op_fuzzers 2025-03-14T04:09:54.7668095Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers\unary.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\op_fuzzers 2025-03-14T04:09:54.7673728Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\op_fuzzers 2025-03-14T04:09:54.7678270Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\utils 2025-03-14T04:09:54.7681470Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-03-14T04:09:54.7686854Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\compare.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-03-14T04:09:54.7692114Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\compile.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-03-14T04:09:54.7697246Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\cpp_jit.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-03-14T04:09:54.7702466Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-03-14T04:09:54.7708360Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\sparse_fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-03-14T04:09:54.7989560Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\timeit_template.cpp -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-03-14T04:09:54.7994994Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\timer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-03-14T04:09:54.8001951Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-14T04:09:54.8006186Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper\callgrind.h -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-14T04:09:54.8012355Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper\compat_bindings.cpp -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-14T04:09:54.8018401Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper\timer_callgrind_template.cpp -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-14T04:09:54.8311737Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper\timer_interface.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-14T04:09:54.8318462Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper\valgrind.h -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-14T04:09:54.8328294Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-14T04:09:54.8332517Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\_stubs.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-03-14T04:09:54.8337837Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-03-14T04:09:54.8342166Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark 2025-03-14T04:09:54.8348111Z creating build\bdist.win-amd64\wheel\torch\utils\bottleneck 2025-03-14T04:09:55.2189150Z copying build\lib.win-amd64-cpython-39\torch\utils\bottleneck\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\bottleneck 2025-03-14T04:09:55.2193918Z copying build\lib.win-amd64-cpython-39\torch\utils\bottleneck\__main__.py -> build\bdist.win-amd64\wheel\.\torch\utils\bottleneck 2025-03-14T04:09:55.2199949Z copying build\lib.win-amd64-cpython-39\torch\utils\bundled_inputs.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2206454Z copying build\lib.win-amd64-cpython-39\torch\utils\checkpoint.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2213511Z copying build\lib.win-amd64-cpython-39\torch\utils\collect_env.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2221822Z copying build\lib.win-amd64-cpython-39\torch\utils\cpp_backtrace.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2228785Z copying build\lib.win-amd64-cpython-39\torch\utils\cpp_extension.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2240298Z creating build\bdist.win-amd64\wheel\torch\utils\data 2025-03-14T04:09:55.2244285Z copying build\lib.win-amd64-cpython-39\torch\utils\data\backward_compatibility.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-03-14T04:09:55.2250106Z copying build\lib.win-amd64-cpython-39\torch\utils\data\dataloader.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-03-14T04:09:55.2258067Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes 2025-03-14T04:09:55.2262070Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\dataframe 2025-03-14T04:09:55.2265549Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe\dataframes.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\dataframe 2025-03-14T04:09:55.2271762Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe\dataframe_wrapper.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\dataframe 2025-03-14T04:09:55.2277128Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe\datapipes.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\dataframe 2025-03-14T04:09:55.2287035Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe\structures.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\dataframe 2025-03-14T04:09:55.2292365Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\dataframe 2025-03-14T04:09:55.2297912Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\datapipe.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-03-14T04:09:55.2303805Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\datapipe.pyi -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-03-14T04:09:55.2309643Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\gen_pyi.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-03-14T04:09:55.2315388Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\iter 2025-03-14T04:09:55.2322583Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\callable.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-03-14T04:09:55.2328532Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\combinatorics.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-03-14T04:09:55.2333933Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\combining.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-03-14T04:09:55.2339746Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\filelister.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-03-14T04:09:55.2349158Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\fileopener.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-03-14T04:09:55.2354500Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\grouping.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-03-14T04:09:55.2359795Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\routeddecoder.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-03-14T04:09:55.2365093Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\selecting.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-03-14T04:09:55.2370380Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\sharding.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-03-14T04:09:55.2376245Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\streamreader.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-03-14T04:09:55.2381750Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\utils.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-03-14T04:09:55.2386885Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-03-14T04:09:55.2392308Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\map 2025-03-14T04:09:55.2395595Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\callable.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2025-03-14T04:09:55.2400910Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\combinatorics.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2025-03-14T04:09:55.2406390Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\combining.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2025-03-14T04:09:55.2411453Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\grouping.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2025-03-14T04:09:55.2416597Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\utils.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2025-03-14T04:09:55.2427635Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2025-03-14T04:09:55.2432803Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\utils 2025-03-14T04:09:55.2436950Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\utils 2025-03-14T04:09:55.2442658Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils\decoder.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\utils 2025-03-14T04:09:55.2448855Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils\snapshot.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\utils 2025-03-14T04:09:55.2454668Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\utils 2025-03-14T04:09:55.2459236Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_decorator.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-03-14T04:09:55.2465278Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_hook_iterator.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-03-14T04:09:55.2471430Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_typing.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-03-14T04:09:55.2477989Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-03-14T04:09:55.2483559Z copying build\lib.win-amd64-cpython-39\torch\utils\data\dataset.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-03-14T04:09:55.2494897Z copying build\lib.win-amd64-cpython-39\torch\utils\data\distributed.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-03-14T04:09:55.2501016Z copying build\lib.win-amd64-cpython-39\torch\utils\data\graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-03-14T04:09:55.2507065Z copying build\lib.win-amd64-cpython-39\torch\utils\data\graph_settings.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-03-14T04:09:55.2513031Z copying build\lib.win-amd64-cpython-39\torch\utils\data\sampler.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-03-14T04:09:55.2519517Z creating build\bdist.win-amd64\wheel\torch\utils\data\_utils 2025-03-14T04:09:55.2523062Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\collate.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-03-14T04:09:55.2529682Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\fetch.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-03-14T04:09:55.2535949Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\pin_memory.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-03-14T04:09:55.2541942Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\signal_handling.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-03-14T04:09:55.2547859Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\worker.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-03-14T04:09:55.2558431Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-03-14T04:09:55.2565407Z copying build\lib.win-amd64-cpython-39\torch\utils\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-03-14T04:09:55.2571023Z copying build\lib.win-amd64-cpython-39\torch\utils\deterministic.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2576711Z copying build\lib.win-amd64-cpython-39\torch\utils\dlpack.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2582612Z copying build\lib.win-amd64-cpython-39\torch\utils\file_baton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2588537Z copying build\lib.win-amd64-cpython-39\torch\utils\flop_counter.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2595537Z creating build\bdist.win-amd64\wheel\torch\utils\hipify 2025-03-14T04:09:55.2598822Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\constants.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-03-14T04:09:55.2604274Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\cuda_to_hip_mappings.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-03-14T04:09:55.2613278Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\hipify_python.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-03-14T04:09:55.2619338Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\version.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-03-14T04:09:55.2629657Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-03-14T04:09:55.2635537Z copying build\lib.win-amd64-cpython-39\torch\utils\hooks.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2641013Z creating build\bdist.win-amd64\wheel\torch\utils\jit 2025-03-14T04:09:55.2644831Z copying build\lib.win-amd64-cpython-39\torch\utils\jit\log_extract.py -> build\bdist.win-amd64\wheel\.\torch\utils\jit 2025-03-14T04:09:55.2650808Z copying build\lib.win-amd64-cpython-39\torch\utils\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\jit 2025-03-14T04:09:55.2655636Z copying build\lib.win-amd64-cpython-39\torch\utils\mkldnn.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2661538Z copying build\lib.win-amd64-cpython-39\torch\utils\mobile_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2667879Z creating build\bdist.win-amd64\wheel\torch\utils\model_dump 2025-03-14T04:09:55.2671650Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\code.js -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-03-14T04:09:55.2677360Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\htm.mjs -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-03-14T04:09:55.2682914Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\preact.mjs -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-03-14T04:09:55.2688367Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\skeleton.html -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-03-14T04:09:55.2693512Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-03-14T04:09:55.2704087Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\__main__.py -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-03-14T04:09:55.2709073Z copying build\lib.win-amd64-cpython-39\torch\utils\model_zoo.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2714376Z copying build\lib.win-amd64-cpython-39\torch\utils\module_tracker.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2726667Z creating build\bdist.win-amd64\wheel\torch\utils\serialization 2025-03-14T04:09:55.2729906Z copying build\lib.win-amd64-cpython-39\torch\utils\serialization\config.py -> build\bdist.win-amd64\wheel\.\torch\utils\serialization 2025-03-14T04:09:55.2734995Z copying build\lib.win-amd64-cpython-39\torch\utils\serialization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\serialization 2025-03-14T04:09:55.2740068Z copying build\lib.win-amd64-cpython-39\torch\utils\show_pickle.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2746039Z creating build\bdist.win-amd64\wheel\torch\utils\tensorboard 2025-03-14T04:09:55.2749250Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\summary.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-03-14T04:09:55.2756392Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\writer.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-03-14T04:09:55.2762914Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_convert_np.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-03-14T04:09:55.2768277Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_embedding.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-03-14T04:09:55.2778063Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_onnx_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-03-14T04:09:55.2783550Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_proto_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-03-14T04:09:55.2788903Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_pytorch_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-03-14T04:09:55.2794356Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-03-14T04:09:55.2799528Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-03-14T04:09:55.2804712Z copying build\lib.win-amd64-cpython-39\torch\utils\throughput_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2810916Z creating build\bdist.win-amd64\wheel\torch\utils\viz 2025-03-14T04:09:55.2814190Z copying build\lib.win-amd64-cpython-39\torch\utils\viz\_cycles.py -> build\bdist.win-amd64\wheel\.\torch\utils\viz 2025-03-14T04:09:55.2820068Z copying build\lib.win-amd64-cpython-39\torch\utils\viz\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\viz 2025-03-14T04:09:55.2824451Z copying build\lib.win-amd64-cpython-39\torch\utils\weak.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2829974Z copying build\lib.win-amd64-cpython-39\torch\utils\_appending_byte_serializer.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2835353Z copying build\lib.win-amd64-cpython-39\torch\utils\_backport_slots.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2840795Z copying build\lib.win-amd64-cpython-39\torch\utils\_config_module.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2846968Z copying build\lib.win-amd64-cpython-39\torch\utils\_config_typing.pyi -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2852574Z copying build\lib.win-amd64-cpython-39\torch\utils\_content_store.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2862932Z copying build\lib.win-amd64-cpython-39\torch\utils\_contextlib.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2868470Z copying build\lib.win-amd64-cpython-39\torch\utils\_cpp_embed_headers.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2874490Z copying build\lib.win-amd64-cpython-39\torch\utils\_cpp_extension_versioner.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2879854Z copying build\lib.win-amd64-cpython-39\torch\utils\_cxx_pytree.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2886129Z copying build\lib.win-amd64-cpython-39\torch\utils\_device.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2891380Z copying build\lib.win-amd64-cpython-39\torch\utils\_exposed_in.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2896756Z copying build\lib.win-amd64-cpython-39\torch\utils\_filelock.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2902246Z copying build\lib.win-amd64-cpython-39\torch\utils\_foreach_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2909379Z copying build\lib.win-amd64-cpython-39\torch\utils\_freeze.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2914589Z copying build\lib.win-amd64-cpython-39\torch\utils\_functools.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2925395Z copying build\lib.win-amd64-cpython-39\torch\utils\_get_clean_triton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2933655Z copying build\lib.win-amd64-cpython-39\torch\utils\_import_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2941977Z copying build\lib.win-amd64-cpython-39\torch\utils\_mode_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2950032Z copying build\lib.win-amd64-cpython-39\torch\utils\_ordered_set.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2958414Z copying build\lib.win-amd64-cpython-39\torch\utils\_python_dispatch.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2965835Z copying build\lib.win-amd64-cpython-39\torch\utils\_pytree.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2973537Z copying build\lib.win-amd64-cpython-39\torch\utils\_stats.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.2979541Z creating build\bdist.win-amd64\wheel\torch\utils\_strobelight 2025-03-14T04:09:55.2983768Z copying build\lib.win-amd64-cpython-39\torch\utils\_strobelight\cli_function_profiler.py -> build\bdist.win-amd64\wheel\.\torch\utils\_strobelight 2025-03-14T04:09:55.2989928Z copying build\lib.win-amd64-cpython-39\torch\utils\_strobelight\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\_strobelight 2025-03-14T04:09:55.2995128Z creating build\bdist.win-amd64\wheel\torch\utils\_sympy 2025-03-14T04:09:55.2998545Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\functions.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-03-14T04:09:55.3004803Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\interp.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-03-14T04:09:55.3010684Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\numbers.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-03-14T04:09:55.3015963Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\printers.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-03-14T04:09:55.3021810Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\reference.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-03-14T04:09:55.3031884Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\singleton_int.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-03-14T04:09:55.3037538Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\solve.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-03-14T04:09:55.3042764Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\symbol.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-03-14T04:09:55.3048074Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\value_ranges.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-03-14T04:09:55.3054746Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-03-14T04:09:55.3059157Z copying build\lib.win-amd64-cpython-39\torch\utils\_thunk.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.3064353Z copying build\lib.win-amd64-cpython-39\torch\utils\_traceback.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.3074417Z copying build\lib.win-amd64-cpython-39\torch\utils\_triton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.3079702Z copying build\lib.win-amd64-cpython-39\torch\utils\_typing_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.3084718Z copying build\lib.win-amd64-cpython-39\torch\utils\_zip.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.3090083Z copying build\lib.win-amd64-cpython-39\torch\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-14T04:09:55.3095743Z copying build\lib.win-amd64-cpython-39\torch\version.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:55.3100918Z creating build\bdist.win-amd64\wheel\torch\xpu 2025-03-14T04:09:55.3104174Z copying build\lib.win-amd64-cpython-39\torch\xpu\memory.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-03-14T04:09:55.3109990Z copying build\lib.win-amd64-cpython-39\torch\xpu\random.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-03-14T04:09:55.3115646Z copying build\lib.win-amd64-cpython-39\torch\xpu\streams.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-03-14T04:09:55.3121213Z copying build\lib.win-amd64-cpython-39\torch\xpu\_gpu_trace.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-03-14T04:09:55.3127071Z copying build\lib.win-amd64-cpython-39\torch\xpu\_utils.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-03-14T04:09:55.3132809Z copying build\lib.win-amd64-cpython-39\torch\xpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-03-14T04:09:55.3143942Z copying build\lib.win-amd64-cpython-39\torch\_appdirs.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:55.3150496Z creating build\bdist.win-amd64\wheel\torch\_awaits 2025-03-14T04:09:55.3154184Z copying build\lib.win-amd64-cpython-39\torch\_awaits\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_awaits 2025-03-14T04:09:55.3160666Z creating build\bdist.win-amd64\wheel\torch\_C 2025-03-14T04:09:55.3164209Z copying build\lib.win-amd64-cpython-39\torch\_C\_aoti.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:09:55.3170601Z copying build\lib.win-amd64-cpython-39\torch\_C\_autograd.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:09:55.3176469Z copying build\lib.win-amd64-cpython-39\torch\_C\_cpu.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:09:55.3181899Z copying build\lib.win-amd64-cpython-39\torch\_C\_cudnn.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:09:55.3187236Z copying build\lib.win-amd64-cpython-39\torch\_C\_cusparselt.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:09:55.3197791Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_autograd.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:09:55.3203588Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_c10d.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:09:55.3210029Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_rpc.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:09:55.3216254Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_rpc_testing.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:09:55.3224865Z copying build\lib.win-amd64-cpython-39\torch\_C\_export.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:09:55.3230150Z copying build\lib.win-amd64-cpython-39\torch\_C\_functions.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:09:55.3238261Z copying build\lib.win-amd64-cpython-39\torch\_C\_functorch.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:09:55.3246447Z copying build\lib.win-amd64-cpython-39\torch\_C\_instruction_counter.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:09:55.3253332Z copying build\lib.win-amd64-cpython-39\torch\_C\_itt.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:09:55.3258994Z copying build\lib.win-amd64-cpython-39\torch\_C\_lazy.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:09:55.3265241Z copying build\lib.win-amd64-cpython-39\torch\_C\_lazy_ts_backend.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:09:55.3271019Z copying build\lib.win-amd64-cpython-39\torch\_C\_monitor.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:09:55.3277009Z copying build\lib.win-amd64-cpython-39\torch\_C\_nn.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:09:55.3282471Z copying build\lib.win-amd64-cpython-39\torch\_C\_nvtx.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:09:55.3288832Z copying build\lib.win-amd64-cpython-39\torch\_C\_onnx.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:09:55.3294146Z copying build\lib.win-amd64-cpython-39\torch\_C\_profiler.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:09:55.3299560Z copying build\lib.win-amd64-cpython-39\torch\_C\_VariableFunctions.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:09:55.3316917Z copying build\lib.win-amd64-cpython-39\torch\_C\_verbose.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:09:55.3321956Z copying build\lib.win-amd64-cpython-39\torch\_C\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-14T04:09:55.3336945Z copying build\lib.win-amd64-cpython-39\torch\_C.cp39-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:55.3342642Z copying build\lib.win-amd64-cpython-39\torch\_classes.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:55.3348169Z copying build\lib.win-amd64-cpython-39\torch\_compile.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:55.3353786Z creating build\bdist.win-amd64\wheel\torch\_custom_op 2025-03-14T04:09:55.3357072Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\autograd.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2025-03-14T04:09:55.3362346Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\impl.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2025-03-14T04:09:55.3368273Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2025-03-14T04:09:55.3372666Z copying build\lib.win-amd64-cpython-39\torch\_custom_ops.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:55.3378624Z creating build\bdist.win-amd64\wheel\torch\_decomp 2025-03-14T04:09:55.3381857Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2025-03-14T04:09:55.3389707Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions_for_jvp.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2025-03-14T04:09:55.3395196Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions_for_rng.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2025-03-14T04:09:55.3406436Z copying build\lib.win-amd64-cpython-39\torch\_decomp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2025-03-14T04:09:55.3412071Z copying build\lib.win-amd64-cpython-39\torch\_deploy.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:55.3422043Z creating build\bdist.win-amd64\wheel\torch\_dispatch 2025-03-14T04:09:55.3425426Z copying build\lib.win-amd64-cpython-39\torch\_dispatch\python.py -> build\bdist.win-amd64\wheel\.\torch\_dispatch 2025-03-14T04:09:55.3431579Z copying build\lib.win-amd64-cpython-39\torch\_dispatch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dispatch 2025-03-14T04:09:55.3436660Z creating build\bdist.win-amd64\wheel\torch\_dynamo 2025-03-14T04:09:55.3440003Z creating build\bdist.win-amd64\wheel\torch\_dynamo\backends 2025-03-14T04:09:55.3443307Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\common.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-03-14T04:09:55.3448674Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\cudagraphs.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-03-14T04:09:55.3454017Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\debugging.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-03-14T04:09:55.3459541Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-03-14T04:09:55.3469638Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\inductor.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-03-14T04:09:55.3475076Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\onnxrt.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-03-14T04:09:55.3480629Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\registry.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-03-14T04:09:55.3485802Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\tensorrt.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-03-14T04:09:55.3490691Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\torchxla.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-03-14T04:09:55.3495882Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\tvm.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-03-14T04:09:55.3501223Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-03-14T04:09:55.3505710Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\bytecode_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.3511135Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\bytecode_transformation.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.3517394Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\cache_size.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.3535327Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\callback.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.3536261Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\codegen.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.3540493Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\code_context.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.3546668Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\compiled_autograd.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.3553423Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\comptime.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.3559219Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\config.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.3565683Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\convert_frame.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.3572489Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\create_parameter_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.3578680Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\current_scope_id.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.3584759Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.3591132Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\decorators.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.3597579Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\device_interface.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.3603564Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.3609343Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\eval_frame.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.3616359Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\exc.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.3623051Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\external_utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.3628933Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\funcname_cache.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.3635383Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\graph_break_hints.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.3646526Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\graph_deduplication.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.3652613Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\graph_region_tracker.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.3659258Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\guards.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.3667144Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\hooks.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.3672971Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\logging.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.3678911Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\metrics_context.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.3684724Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\mutation_guard.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.3690531Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\output_graph.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.3697940Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\pgo.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.3704479Z creating build\bdist.win-amd64\wheel\torch\_dynamo\polyfills 2025-03-14T04:09:55.3708223Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\builtins.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-03-14T04:09:55.3713651Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\functools.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-03-14T04:09:55.3719053Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\fx.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-03-14T04:09:55.3724422Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\itertools.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-03-14T04:09:55.3737082Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\loader.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-03-14T04:09:55.3744593Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\operator.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-03-14T04:09:55.3750950Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\os.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-03-14T04:09:55.3757785Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\pytree.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-03-14T04:09:55.3763828Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\sys.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-03-14T04:09:55.3770230Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-03-14T04:09:55.3776510Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\profiler.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.9138724Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\replay_record.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.9145234Z creating build\bdist.win-amd64\wheel\torch\_dynamo\repro 2025-03-14T04:09:55.9148451Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\after_aot.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2025-03-14T04:09:55.9154698Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\after_dynamo.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2025-03-14T04:09:55.9160822Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\aoti.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2025-03-14T04:09:55.9166680Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2025-03-14T04:09:55.9171822Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\resume_execution.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.9178811Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\side_effects.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.9185813Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\source.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.9192126Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\symbolic_convert.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.9200989Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\tensor_version_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.9207211Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\testing.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.9213921Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\test_case.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.9219993Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\test_minifier_common.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:55.9226079Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\trace_rules.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:56.4673388Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\types.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:56.4679756Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:56.4688986Z creating build\bdist.win-amd64\wheel\torch\_dynamo\variables 2025-03-14T04:09:56.4692811Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\base.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:09:56.4699521Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\builder.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:09:56.4707477Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\builtin.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:09:56.4714564Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\constant.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:09:56.4720375Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\ctx_manager.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:09:56.5229635Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\dicts.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:09:56.5236216Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:09:56.5242787Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\functions.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:09:56.5250755Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\higher_order_ops.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:09:56.5259136Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\iter.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:09:56.5265598Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\lazy.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:09:56.5271600Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\lists.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:09:56.5277981Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\misc.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:09:56.5284863Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\nn_module.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:09:56.5292446Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:09:56.5300817Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\script_object.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:09:56.5309266Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\sdpa.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:09:56.5317600Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\tensor.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:09:56.5327124Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\torch.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:09:56.5336450Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\torch_function.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:09:56.5343227Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\user_defined.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:09:56.5351002Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-14T04:09:56.5357187Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\_trace_wrapped_higher_order_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:56.5363256Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-14T04:09:56.5368883Z copying build\lib.win-amd64-cpython-39\torch\_environment.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:56.5375301Z creating build\bdist.win-amd64\wheel\torch\_export 2025-03-14T04:09:56.5378548Z copying build\lib.win-amd64-cpython-39\torch\_export\converter.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-03-14T04:09:56.5385981Z creating build\bdist.win-amd64\wheel\torch\_export\db 2025-03-14T04:09:56.5389941Z copying build\lib.win-amd64-cpython-39\torch\_export\db\case.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2025-03-14T04:09:56.5396235Z creating build\bdist.win-amd64\wheel\torch\_export\db\examples 2025-03-14T04:09:56.5399641Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\assume_constant_result.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.5404820Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\autograd_function.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.5410152Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\class_method.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.5567878Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_branch_class_method.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.5573345Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_branch_nested_function.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.5579663Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_branch_nonlocal_variables.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.5586079Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_closed_over_variable.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.5591838Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_operands.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.5598273Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_predicate.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.5603971Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\constrain_as_size_example.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.5609709Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\constrain_as_value_example.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.5616188Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\decorator.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.5622401Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dictionary.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.5628005Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_assert.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.5633870Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_constructor.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.5639761Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_if_guard.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.5645586Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_map.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.5651420Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_round.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.6050930Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_slicing.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.6056088Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_view.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.6061351Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\fn_with_kwargs.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.6067151Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\list_contains.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.6072388Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\list_unpack.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.6077837Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\model_attr_mutation.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.6083978Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\nested_function.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.6089514Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\null_context_manager.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.6098944Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\optional_input.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.6104866Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\pytree_flatten.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.6110077Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\scalar_output.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.6115605Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\specialized_attribute.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.6120821Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\static_for_loop.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.6126097Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\static_if.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.6131321Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\tensor_setattr.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.6136669Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\type_reflection_method.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.6142025Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\unsupported_operator.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.6151667Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\user_input_mutation.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.6156878Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-14T04:09:56.6162413Z copying build\lib.win-amd64-cpython-39\torch\_export\db\gen_example.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2025-03-14T04:09:56.6167458Z copying build\lib.win-amd64-cpython-39\torch\_export\db\logging.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2025-03-14T04:09:56.6172688Z copying build\lib.win-amd64-cpython-39\torch\_export\db\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2025-03-14T04:09:56.6177612Z copying build\lib.win-amd64-cpython-39\torch\_export\error.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-03-14T04:09:56.6183011Z copying build\lib.win-amd64-cpython-39\torch\_export\non_strict_utils.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-03-14T04:09:56.6189315Z creating build\bdist.win-amd64\wheel\torch\_export\passes 2025-03-14T04:09:56.6197443Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\add_runtime_assertions_for_constraints_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-03-14T04:09:56.6203425Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\collect_tracepoints_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-03-14T04:09:56.6209369Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\constant_folding.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-03-14T04:09:56.6219925Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\functionalize_side_effectful_ops_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-03-14T04:09:56.6226010Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\insert_custom_op_guards.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-03-14T04:09:56.6232042Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\lift_constants_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-03-14T04:09:56.6238455Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\remove_runtime_assertions.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-03-14T04:09:56.6244817Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\replace_autocast_with_hop_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-03-14T04:09:56.6250992Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\replace_quantized_ops_with_standard_ops_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-03-14T04:09:56.6257686Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\replace_set_grad_with_hop_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-03-14T04:09:56.6263992Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\replace_view_ops_with_view_copy_ops_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-03-14T04:09:56.6270018Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\replace_with_hop_pass_util.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-03-14T04:09:56.6275847Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\_node_metadata_hook.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-03-14T04:09:56.6281546Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-03-14T04:09:56.6286549Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_base.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-03-14T04:09:56.6293162Z creating build\bdist.win-amd64\wheel\torch\_export\pass_infra 2025-03-14T04:09:56.6296655Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\node_metadata.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2025-03-14T04:09:56.6302336Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\proxy_value.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2025-03-14T04:09:56.6307971Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2025-03-14T04:09:56.6312585Z creating build\bdist.win-amd64\wheel\torch\_export\serde 2025-03-14T04:09:56.6315841Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\aoti_schema.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-03-14T04:09:56.6320907Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\dynamic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-03-14T04:09:56.6326996Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\export_schema.thrift -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-03-14T04:09:56.6332324Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-03-14T04:09:56.6341607Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema.yaml -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-03-14T04:09:56.6346979Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema_check.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-03-14T04:09:56.6352821Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\serialize.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-03-14T04:09:56.6360135Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\union.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-03-14T04:09:56.6366053Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-03-14T04:09:56.6370349Z copying build\lib.win-amd64-cpython-39\torch\_export\tools.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-03-14T04:09:56.6376071Z copying build\lib.win-amd64-cpython-39\torch\_export\utils.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-03-14T04:09:56.6382699Z copying build\lib.win-amd64-cpython-39\torch\_export\verifier.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-03-14T04:09:56.6388402Z copying build\lib.win-amd64-cpython-39\torch\_export\wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-03-14T04:09:56.6393569Z copying build\lib.win-amd64-cpython-39\torch\_export\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-03-14T04:09:56.6399263Z creating build\bdist.win-amd64\wheel\torch\_functorch 2025-03-14T04:09:56.6402514Z copying build\lib.win-amd64-cpython-39\torch\_functorch\aot_autograd.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:09:56.6408885Z copying build\lib.win-amd64-cpython-39\torch\_functorch\apis.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:09:56.6414853Z copying build\lib.win-amd64-cpython-39\torch\_functorch\autograd_function.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:09:56.6420706Z copying build\lib.win-amd64-cpython-39\torch\_functorch\batch_norm_replacement.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:09:56.6430212Z copying build\lib.win-amd64-cpython-39\torch\_functorch\benchmark_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:09:56.6435607Z copying build\lib.win-amd64-cpython-39\torch\_functorch\compilers.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:09:56.6441030Z copying build\lib.win-amd64-cpython-39\torch\_functorch\compile_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:09:56.6446342Z copying build\lib.win-amd64-cpython-39\torch\_functorch\config.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:09:56.6452029Z copying build\lib.win-amd64-cpython-39\torch\_functorch\deprecated.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:09:56.6457521Z copying build\lib.win-amd64-cpython-39\torch\_functorch\eager_transforms.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:09:56.6464284Z copying build\lib.win-amd64-cpython-39\torch\_functorch\functional_call.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:09:56.6470154Z copying build\lib.win-amd64-cpython-39\torch\_functorch\fx_minifier.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:09:56.6476172Z copying build\lib.win-amd64-cpython-39\torch\_functorch\make_functional.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:09:56.6482045Z copying build\lib.win-amd64-cpython-39\torch\_functorch\partitioners.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:09:56.6488811Z copying build\lib.win-amd64-cpython-39\torch\_functorch\pyfunctorch.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:09:56.6494285Z copying build\lib.win-amd64-cpython-39\torch\_functorch\python_key.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:09:56.6499420Z copying build\lib.win-amd64-cpython-39\torch\_functorch\pytree_hacks.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:09:56.6505054Z copying build\lib.win-amd64-cpython-39\torch\_functorch\top_operators_github_usage.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:09:56.6510871Z copying build\lib.win-amd64-cpython-39\torch\_functorch\utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:09:56.6516280Z copying build\lib.win-amd64-cpython-39\torch\_functorch\vmap.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:09:56.6522364Z creating build\bdist.win-amd64\wheel\torch\_functorch\_activation_checkpointing 2025-03-14T04:09:56.6529674Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing\ac_logging_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_activation_checkpointing 2025-03-14T04:09:56.6535282Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing\graph_info_provider.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_activation_checkpointing 2025-03-14T04:09:56.6540554Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing\knapsack.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_activation_checkpointing 2025-03-14T04:09:56.6549527Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing\knapsack_evaluator.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_activation_checkpointing 2025-03-14T04:09:56.6554891Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_activation_checkpointing 2025-03-14T04:09:56.6560079Z creating build\bdist.win-amd64\wheel\torch\_functorch\_aot_autograd 2025-03-14T04:09:56.6565038Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\autograd_cache.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-03-14T04:09:56.6577941Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\collect_metadata_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-03-14T04:09:56.6584443Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\dispatch_and_compile_graph.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-03-14T04:09:56.6594143Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\functional_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-03-14T04:09:56.6599812Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\input_output_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-03-14T04:09:56.6605733Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\jit_compile_runtime_wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-03-14T04:09:56.6612571Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\logging_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-03-14T04:09:56.6618472Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\runtime_wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-03-14T04:09:56.6625713Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\schemas.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-03-14T04:09:56.6631807Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\subclass_parametrization.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-03-14T04:09:56.6637335Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\subclass_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-03-14T04:09:56.6643340Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\traced_function_transforms.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-03-14T04:09:56.6649237Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-03-14T04:09:56.6654897Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-03-14T04:09:56.6659894Z copying build\lib.win-amd64-cpython-39\torch\_functorch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-14T04:09:56.6665541Z copying build\lib.win-amd64-cpython-39\torch\_guards.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:56.6671996Z creating build\bdist.win-amd64\wheel\torch\_higher_order_ops 2025-03-14T04:09:56.6675389Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\aoti_call_delegate.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:09:56.6680804Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\associative_scan.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:09:56.6686712Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\auto_functionalize.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:09:56.6697149Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\base_hop.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:09:56.6702380Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\cond.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:09:56.6709287Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\effects.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:09:56.6715680Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\executorch_call_delegate.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:09:56.6721322Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\flat_apply.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:09:56.6727378Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:09:56.6734065Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\foreach_map.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:09:56.6740149Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\hints_wrap.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:09:56.6746239Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\invoke_subgraph.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:09:56.6752170Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\map.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:09:56.6758101Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\out_dtype.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:09:56.6764127Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\run_const_graph.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:09:56.6770079Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\scan.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:09:56.6776482Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\strict_mode.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:09:56.6782644Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\torchbind.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:09:56.6789012Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\triton_kernel_wrap.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:09:56.6796788Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\utils.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:09:56.6805319Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\while_loop.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:09:56.6814367Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\wrap.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:09:56.6825873Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\_invoke_quant.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:09:56.6833260Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-14T04:09:56.6840125Z creating build\bdist.win-amd64\wheel\torch\_inductor 2025-03-14T04:09:56.6843649Z copying build\lib.win-amd64-cpython-39\torch\_inductor\analyze_preserves_zero_mask.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:56.6849579Z copying build\lib.win-amd64-cpython-39\torch\_inductor\aoti_eager.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:56.6855474Z copying build\lib.win-amd64-cpython-39\torch\_inductor\async_compile.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:56.6866747Z creating build\bdist.win-amd64\wheel\torch\_inductor\autoheuristic 2025-03-14T04:09:56.6871046Z creating build\bdist.win-amd64\wheel\torch\_inductor\autoheuristic\artifacts 2025-03-14T04:09:56.6874446Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-03-14T04:09:56.6880333Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MixedMMH100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-03-14T04:09:56.6886232Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MMRankingA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-03-14T04:09:56.6896850Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MMRankingH100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-03-14T04:09:56.6902893Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_PadMMA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-03-14T04:09:56.6908415Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-03-14T04:09:56.6912733Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\autoheuristic.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-03-14T04:09:56.6918805Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\autoheuristic_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-03-14T04:09:56.6928909Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\learnedheuristic_interface.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-03-14T04:09:56.6934535Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\learned_heuristic_controller.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-03-14T04:09:56.6939941Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-03-14T04:09:56.6944528Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autotune_process.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:56.6950516Z copying build\lib.win-amd64-cpython-39\torch\_inductor\bounds.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:56.6956192Z copying build\lib.win-amd64-cpython-39\torch\_inductor\choices.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:56.6961452Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codecache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:56.6969825Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen 2025-03-14T04:09:56.6973223Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_hipify_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:09:56.6978853Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\aoti_runtime 2025-03-14T04:09:56.6982288Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime\interface.cpp -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\aoti_runtime 2025-03-14T04:09:56.6988011Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\block_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:09:56.6993242Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\common.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:09:56.7003643Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:09:56.7011488Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_bmm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:09:56.7017120Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_flex_attention_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:09:56.7023239Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:09:56.7029856Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_grouped_gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:09:56.7035703Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_micro_gemm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:09:56.7042206Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_prefix.h -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:09:56.7049082Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:09:56.7054529Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_template_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:09:56.7060435Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:09:56.7066582Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_cpu.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:09:56.7074231Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_cpu_array_ref.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:09:56.7081007Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_gpu.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:09:56.7087308Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpu_device_op_overrides.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:09:56.7093780Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda 2025-03-14T04:09:56.7097452Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_cpp_scheduling.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-03-14T04:09:56.7104178Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_env.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-03-14T04:09:56.7110026Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-03-14T04:09:56.7116348Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-03-14T04:09:56.7126742Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-03-14T04:09:56.7131187Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions\gemm_operation_extensions.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-03-14T04:09:56.7137025Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-03-14T04:09:56.7141436Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-03-14T04:09:56.7147108Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\device_op_overrides.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-03-14T04:09:56.7152949Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-03-14T04:09:56.7159924Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-03-14T04:09:56.7164597Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda_combined_scheduling.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:09:56.7175045Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:09:56.7181006Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\halide.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:09:56.7188490Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\memory_planning.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:09:56.7195110Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\mps.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:09:56.7201629Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\mps_device_op_overrides.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:09:56.7207375Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\multi_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:09:56.7213449Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\rocm 2025-03-14T04:09:56.7216747Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\ck_conv_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-03-14T04:09:56.7223107Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\ck_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-03-14T04:09:56.7229751Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\ck_universal_gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-03-14T04:09:56.7241896Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\compile_command.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-03-14T04:09:56.7247823Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_benchmark_request.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-03-14T04:09:56.7253743Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_cpp_scheduling.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-03-14T04:09:56.7259360Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-03-14T04:09:56.7265588Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-03-14T04:09:56.7272601Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_template_buffer.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-03-14T04:09:56.7278588Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-03-14T04:09:56.7283007Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\simd.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:09:56.7290386Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\simd_kernel_features.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:09:56.7296848Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:09:56.7306455Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_combo_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:09:56.7315715Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_split_scan.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:09:56.7327459Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:09:56.7334640Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\wrapper.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:09:56.7342113Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\xpu 2025-03-14T04:09:56.7346080Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu\device_op_overrides.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\xpu 2025-03-14T04:09:56.7352025Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\xpu 2025-03-14T04:09:56.7356812Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-14T04:09:56.7361502Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comms.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:56.7367340Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comm_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:56.7373191Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comm_lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:56.7378544Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compiler_bisector.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:56.7385172Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_fx.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:56.7392328Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_fx_ext.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:56.7398176Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_fx_subproc.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:56.7404736Z creating build\bdist.win-amd64\wheel\torch\_inductor\compile_worker 2025-03-14T04:09:56.7408155Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\subproc_pool.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2025-03-14T04:09:56.7413456Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\watchdog.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2025-03-14T04:09:56.7419326Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2025-03-14T04:09:56.7423035Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\__main__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2025-03-14T04:09:56.7427980Z copying build\lib.win-amd64-cpython-39\torch\_inductor\config.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:56.7433994Z copying build\lib.win-amd64-cpython-39\torch\_inductor\constant_folding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:56.7439521Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cpp_builder.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:56.7445787Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cpu_vec_isa.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:56.7455874Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cudagraph_trees.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:56.7463046Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cudagraph_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:56.7468391Z copying build\lib.win-amd64-cpython-39\torch\_inductor\custom_graph_pass.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:56.7474290Z copying build\lib.win-amd64-cpython-39\torch\_inductor\debug.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:56.7480191Z copying build\lib.win-amd64-cpython-39\torch\_inductor\decomposition.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:56.7486150Z copying build\lib.win-amd64-cpython-39\torch\_inductor\dependencies.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:56.7492025Z copying build\lib.win-amd64-cpython-39\torch\_inductor\dtype_propagation.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:56.7497455Z copying build\lib.win-amd64-cpython-39\torch\_inductor\exc.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:56.7502741Z copying build\lib.win-amd64-cpython-39\torch\_inductor\extern_node_serializer.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:56.7508002Z copying build\lib.win-amd64-cpython-39\torch\_inductor\freezing.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:56.7514310Z copying build\lib.win-amd64-cpython-39\torch\_inductor\freezing_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:56.7523997Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:56.7530688Z creating build\bdist.win-amd64\wheel\torch\_inductor\fx_passes 2025-03-14T04:09:56.7533967Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\b2b_gemm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:09:56.7539705Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\binary_folding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:09:56.7545448Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\ddp_fusion.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:09:56.7551276Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\decompose_mem_bound_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:09:56.7560299Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\dedupe_symint_uses.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:09:56.7565595Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\efficient_conv_bn_eval.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:09:56.7570912Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\freezing_patterns.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:09:56.7576228Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\fuse_attention.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:09:56.7581921Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\group_batch_fusion.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:09:56.7588157Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\joint_graph.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:09:56.7594097Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\micro_pipeline_tp.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:09:56.7600319Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\misc_patterns.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:09:56.7605996Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\mkldnn_fusion.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:09:56.7612262Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\numeric_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:09:56.7617999Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\pad_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:09:56.7623949Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\post_grad.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:09:56.7629973Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\pre_grad.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:09:56.7635743Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\quantization.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:09:56.7642919Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\reinplace.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:09:56.7648863Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\replace_random.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:09:56.7659334Z creating build\bdist.win-amd64\wheel\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:56.7662834Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\addmm_pattern.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:56.7669231Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\bmm_pattern.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:56.7675161Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\mm_pattern.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:56.7854381Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_1.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:56.7860965Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_10.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:56.7867390Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_11.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:56.7873374Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_12.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:56.7878992Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_13.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:56.7885604Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_14.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:56.7891316Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_15.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:56.7897264Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_16.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:56.7903988Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_17.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:56.7910198Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_18.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:56.7917229Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_19.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:56.7923281Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_2.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:56.7929400Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_3.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:56.7935157Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_4.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:56.7940927Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_5.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:56.7946937Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_6.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:57.3185912Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_7.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:57.3192724Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_8.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:57.3198629Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_9.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:57.3205013Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-03-14T04:09:57.3210023Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\split_cat.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:09:57.3218410Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-14T04:09:57.3223555Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:57.3229517Z copying build\lib.win-amd64-cpython-39\torch\_inductor\graph.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:57.3236707Z copying build\lib.win-amd64-cpython-39\torch\_inductor\hooks.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:57.3242575Z copying build\lib.win-amd64-cpython-39\torch\_inductor\index_propagation.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:57.3248552Z copying build\lib.win-amd64-cpython-39\torch\_inductor\inductor_prims.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:57.3254633Z copying build\lib.win-amd64-cpython-39\torch\_inductor\ir.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:57.3264470Z copying build\lib.win-amd64-cpython-39\torch\_inductor\jagged_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:57.3271223Z creating build\bdist.win-amd64\wheel\torch\_inductor\kernel 2025-03-14T04:09:57.3275080Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\bmm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-03-14T04:09:57.3281187Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\conv.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-03-14T04:09:57.3287667Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-03-14T04:09:57.3295372Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex_decoding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-03-14T04:09:57.3301748Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-03-14T04:09:57.3423164Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_common.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-03-14T04:09:57.3429187Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_plus_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-03-14T04:09:57.3434707Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_scaled.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-03-14T04:09:57.3440762Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-03-14T04:09:57.3446026Z copying build\lib.win-amd64-cpython-39\torch\_inductor\loop_body.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:57.3452107Z copying build\lib.win-amd64-cpython-39\torch\_inductor\lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:57.3460021Z copying build\lib.win-amd64-cpython-39\torch\_inductor\memory.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:57.3465915Z copying build\lib.win-amd64-cpython-39\torch\_inductor\metrics.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:57.8840591Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mkldnn_ir.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:57.8847453Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mkldnn_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:57.8854830Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mock_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:57.8860952Z copying build\lib.win-amd64-cpython-39\torch\_inductor\ops_handler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:57.8868090Z copying build\lib.win-amd64-cpython-39\torch\_inductor\optimize_indexing.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:57.8874103Z copying build\lib.win-amd64-cpython-39\torch\_inductor\output_code.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:57.8882954Z creating build\bdist.win-amd64\wheel\torch\_inductor\package 2025-03-14T04:09:57.8888049Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\build_package.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2025-03-14T04:09:57.8895705Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\package.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2025-03-14T04:09:57.8901728Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\pt2_archive_constants.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2025-03-14T04:09:57.8907458Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2025-03-14T04:09:57.8913189Z copying build\lib.win-amd64-cpython-39\torch\_inductor\pattern_matcher.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:57.8920425Z copying build\lib.win-amd64-cpython-39\torch\_inductor\quantized_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:57.8926469Z copying build\lib.win-amd64-cpython-39\torch\_inductor\remote_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:57.9082734Z creating build\bdist.win-amd64\wheel\torch\_inductor\runtime 2025-03-14T04:09:57.9086533Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\autotune_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-14T04:09:57.9093385Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\benchmarking.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-14T04:09:57.9099297Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\cache_dir_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-14T04:09:57.9105401Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\compile_tasks.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-14T04:09:57.9115631Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\coordinate_descent_tuner.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-14T04:09:57.9121559Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\halide_helpers.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-14T04:09:57.9127361Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\hints.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-14T04:09:57.9133161Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\runtime_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-14T04:09:57.9139111Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_compat.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-14T04:09:57.9146168Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_helpers.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-14T04:09:57.9152913Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_heuristics.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-14T04:09:57.9160546Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-14T04:09:57.9165467Z copying build\lib.win-amd64-cpython-39\torch\_inductor\scheduler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:57.9174450Z copying build\lib.win-amd64-cpython-39\torch\_inductor\script.ld -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:57.9179839Z copying build\lib.win-amd64-cpython-39\torch\_inductor\select_algorithm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:57.9186956Z copying build\lib.win-amd64-cpython-39\torch\_inductor\sizevars.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:57.9193188Z copying build\lib.win-amd64-cpython-39\torch\_inductor\subgraph_lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:57.9198784Z copying build\lib.win-amd64-cpython-39\torch\_inductor\test_case.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:57.9204511Z copying build\lib.win-amd64-cpython-39\torch\_inductor\test_operators.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:57.9210168Z copying build\lib.win-amd64-cpython-39\torch\_inductor\triton_bundler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:57.9215702Z copying build\lib.win-amd64-cpython-39\torch\_inductor\utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:57.9222545Z copying build\lib.win-amd64-cpython-39\torch\_inductor\virtualized.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:57.9233771Z copying build\lib.win-amd64-cpython-39\torch\_inductor\wrapper_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:57.9239778Z copying build\lib.win-amd64-cpython-39\torch\_inductor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-14T04:09:57.9245944Z copying build\lib.win-amd64-cpython-39\torch\_jit_internal.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:57.9253364Z creating build\bdist.win-amd64\wheel\torch\_lazy 2025-03-14T04:09:57.9256941Z copying build\lib.win-amd64-cpython-39\torch\_lazy\closure.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-03-14T04:09:57.9262694Z copying build\lib.win-amd64-cpython-39\torch\_lazy\computation.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-03-14T04:09:57.9268593Z copying build\lib.win-amd64-cpython-39\torch\_lazy\config.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-03-14T04:09:57.9274098Z copying build\lib.win-amd64-cpython-39\torch\_lazy\debug.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-03-14T04:09:57.9279750Z copying build\lib.win-amd64-cpython-39\torch\_lazy\device_context.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-03-14T04:09:57.9289404Z copying build\lib.win-amd64-cpython-39\torch\_lazy\extract_compiled_graph.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-03-14T04:09:57.9295295Z copying build\lib.win-amd64-cpython-39\torch\_lazy\ir_cache.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-03-14T04:09:57.9300787Z copying build\lib.win-amd64-cpython-39\torch\_lazy\metrics.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-03-14T04:09:57.9306548Z copying build\lib.win-amd64-cpython-39\torch\_lazy\tensor_factory_functions.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-03-14T04:09:57.9312450Z copying build\lib.win-amd64-cpython-39\torch\_lazy\ts_backend.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-03-14T04:09:57.9318084Z copying build\lib.win-amd64-cpython-39\torch\_lazy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-03-14T04:09:57.9324528Z creating build\bdist.win-amd64\wheel\torch\_library 2025-03-14T04:09:57.9327776Z copying build\lib.win-amd64-cpython-39\torch\_library\autograd.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-03-14T04:09:57.9333505Z copying build\lib.win-amd64-cpython-39\torch\_library\custom_ops.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-03-14T04:09:57.9340159Z copying build\lib.win-amd64-cpython-39\torch\_library\fake_class_registry.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-03-14T04:09:57.9346158Z copying build\lib.win-amd64-cpython-39\torch\_library\fake_impl.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-03-14T04:09:57.9357208Z copying build\lib.win-amd64-cpython-39\torch\_library\infer_schema.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-03-14T04:09:57.9363158Z copying build\lib.win-amd64-cpython-39\torch\_library\simple_registry.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-03-14T04:09:57.9368853Z copying build\lib.win-amd64-cpython-39\torch\_library\triton.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-03-14T04:09:57.9374721Z copying build\lib.win-amd64-cpython-39\torch\_library\utils.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-03-14T04:09:57.9381150Z copying build\lib.win-amd64-cpython-39\torch\_library\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-03-14T04:09:57.9387883Z copying build\lib.win-amd64-cpython-39\torch\_linalg_utils.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:57.9398829Z copying build\lib.win-amd64-cpython-39\torch\_lobpcg.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:57.9405700Z creating build\bdist.win-amd64\wheel\torch\_logging 2025-03-14T04:09:57.9408907Z copying build\lib.win-amd64-cpython-39\torch\_logging\scribe.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-03-14T04:09:57.9414546Z copying build\lib.win-amd64-cpython-39\torch\_logging\structured.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-03-14T04:09:57.9419941Z copying build\lib.win-amd64-cpython-39\torch\_logging\_internal.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-03-14T04:09:57.9425993Z copying build\lib.win-amd64-cpython-39\torch\_logging\_registrations.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-03-14T04:09:57.9436900Z copying build\lib.win-amd64-cpython-39\torch\_logging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-03-14T04:09:57.9442048Z copying build\lib.win-amd64-cpython-39\torch\_lowrank.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:57.9448271Z copying build\lib.win-amd64-cpython-39\torch\_meta_registrations.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:57.9456274Z copying build\lib.win-amd64-cpython-39\torch\_namedtensor_internals.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:57.9462099Z creating build\bdist.win-amd64\wheel\torch\_numpy 2025-03-14T04:09:57.9465426Z copying build\lib.win-amd64-cpython-39\torch\_numpy\fft.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-14T04:09:57.9470567Z copying build\lib.win-amd64-cpython-39\torch\_numpy\linalg.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-14T04:09:57.9476161Z copying build\lib.win-amd64-cpython-39\torch\_numpy\random.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-14T04:09:57.9482556Z creating build\bdist.win-amd64\wheel\torch\_numpy\testing 2025-03-14T04:09:57.9485727Z copying build\lib.win-amd64-cpython-39\torch\_numpy\testing\utils.py -> build\bdist.win-amd64\wheel\.\torch\_numpy\testing 2025-03-14T04:09:57.9492219Z copying build\lib.win-amd64-cpython-39\torch\_numpy\testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_numpy\testing 2025-03-14T04:09:57.9497513Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_binary_ufuncs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-14T04:09:57.9503420Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_casting_dicts.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-14T04:09:57.9514237Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_dtypes.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-14T04:09:57.9519388Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_dtypes_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-14T04:09:57.9524658Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_funcs.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-14T04:09:57.9529848Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_funcs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-14T04:09:57.9536765Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_getlimits.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-14T04:09:57.9542268Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_ndarray.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-14T04:09:57.9548164Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_normalizations.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-14T04:09:57.9553512Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_reductions_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-14T04:09:57.9559061Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_ufuncs.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-14T04:09:57.9564400Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_unary_ufuncs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-14T04:09:57.9569614Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_util.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-14T04:09:57.9574849Z copying build\lib.win-amd64-cpython-39\torch\_numpy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-14T04:09:57.9579960Z copying build\lib.win-amd64-cpython-39\torch\_ops.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:57.9586519Z creating build\bdist.win-amd64\wheel\torch\_prims 2025-03-14T04:09:57.9589594Z copying build\lib.win-amd64-cpython-39\torch\_prims\context.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-03-14T04:09:57.9594961Z copying build\lib.win-amd64-cpython-39\torch\_prims\debug_prims.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-03-14T04:09:57.9600163Z copying build\lib.win-amd64-cpython-39\torch\_prims\executor.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-03-14T04:09:57.9605171Z copying build\lib.win-amd64-cpython-39\torch\_prims\rng_prims.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-03-14T04:09:57.9610633Z copying build\lib.win-amd64-cpython-39\torch\_prims\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-03-14T04:09:57.9621267Z creating build\bdist.win-amd64\wheel\torch\_prims_common 2025-03-14T04:09:57.9624686Z copying build\lib.win-amd64-cpython-39\torch\_prims_common\wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_prims_common 2025-03-14T04:09:57.9630469Z copying build\lib.win-amd64-cpython-39\torch\_prims_common\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_prims_common 2025-03-14T04:09:57.9636853Z copying build\lib.win-amd64-cpython-39\torch\_python_dispatcher.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:57.9642495Z creating build\bdist.win-amd64\wheel\torch\_refs 2025-03-14T04:09:57.9645625Z copying build\lib.win-amd64-cpython-39\torch\_refs\fft.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2025-03-14T04:09:57.9651546Z creating build\bdist.win-amd64\wheel\torch\_refs\linalg 2025-03-14T04:09:57.9654717Z copying build\lib.win-amd64-cpython-39\torch\_refs\linalg\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\linalg 2025-03-14T04:09:57.9660752Z creating build\bdist.win-amd64\wheel\torch\_refs\nn 2025-03-14T04:09:57.9664061Z creating build\bdist.win-amd64\wheel\torch\_refs\nn\functional 2025-03-14T04:09:57.9667215Z copying build\lib.win-amd64-cpython-39\torch\_refs\nn\functional\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\nn\functional 2025-03-14T04:09:57.9673103Z copying build\lib.win-amd64-cpython-39\torch\_refs\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\nn 2025-03-14T04:09:57.9678496Z creating build\bdist.win-amd64\wheel\torch\_refs\special 2025-03-14T04:09:57.9681636Z copying build\lib.win-amd64-cpython-39\torch\_refs\special\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\special 2025-03-14T04:09:57.9686889Z copying build\lib.win-amd64-cpython-39\torch\_refs\_conversions.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2025-03-14T04:09:57.9692301Z copying build\lib.win-amd64-cpython-39\torch\_refs\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2025-03-14T04:09:57.9704739Z copying build\lib.win-amd64-cpython-39\torch\_size_docs.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:57.9710653Z copying build\lib.win-amd64-cpython-39\torch\_sources.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:57.9716517Z copying build\lib.win-amd64-cpython-39\torch\_storage_docs.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:57.9730244Z copying build\lib.win-amd64-cpython-39\torch\_streambase.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:57.9736265Z creating build\bdist.win-amd64\wheel\torch\_strobelight 2025-03-14T04:09:57.9739890Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\cli_function_profiler.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2025-03-14T04:09:57.9746522Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\compile_time_profiler.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2025-03-14T04:09:57.9752458Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2025-03-14T04:09:57.9761801Z creating build\bdist.win-amd64\wheel\torch\_subclasses 2025-03-14T04:09:57.9765124Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_impls.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-03-14T04:09:57.9771779Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_tensor.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-03-14T04:09:57.9779733Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-03-14T04:09:57.9789864Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\functional_tensor.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-03-14T04:09:57.9796570Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\meta_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-03-14T04:09:57.9803890Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\schema_check_mode.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-03-14T04:09:57.9810087Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\_fake_tensor_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-03-14T04:09:57.9816114Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-03-14T04:09:57.9821576Z copying build\lib.win-amd64-cpython-39\torch\_tensor.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:57.9828726Z copying build\lib.win-amd64-cpython-39\torch\_tensor_docs.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:57.9836698Z copying build\lib.win-amd64-cpython-39\torch\_tensor_str.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:57.9843527Z copying build\lib.win-amd64-cpython-39\torch\_thread_safe_fork.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:57.9848576Z copying build\lib.win-amd64-cpython-39\torch\_torch_docs.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:57.9859043Z copying build\lib.win-amd64-cpython-39\torch\_utils.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:57.9865752Z copying build\lib.win-amd64-cpython-39\torch\_utils_internal.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:57.9876410Z creating build\bdist.win-amd64\wheel\torch\_vendor 2025-03-14T04:09:57.9879889Z creating build\bdist.win-amd64\wheel\torch\_vendor\packaging 2025-03-14T04:09:57.9883509Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\version.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2025-03-14T04:09:57.9891445Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\_structures.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2025-03-14T04:09:57.9899414Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2025-03-14T04:09:57.9907205Z copying build\lib.win-amd64-cpython-39\torch\_vendor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_vendor 2025-03-14T04:09:57.9912231Z copying build\lib.win-amd64-cpython-39\torch\_VF.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:57.9919187Z copying build\lib.win-amd64-cpython-39\torch\_VF.pyi -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:57.9938680Z copying build\lib.win-amd64-cpython-39\torch\_vmap_internals.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:57.9944851Z copying build\lib.win-amd64-cpython-39\torch\_weights_only_unpickler.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:57.9951565Z copying build\lib.win-amd64-cpython-39\torch\__config__.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:57.9957535Z copying build\lib.win-amd64-cpython-39\torch\__future__.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:57.9963721Z copying build\lib.win-amd64-cpython-39\torch\__init__.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-14T04:09:57.9981839Z creating build\bdist.win-amd64\wheel\torchgen 2025-03-14T04:09:57.9985281Z creating build\bdist.win-amd64\wheel\torchgen\aoti 2025-03-14T04:09:57.9988439Z copying build\lib.win-amd64-cpython-39\torchgen\aoti\fallback_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\aoti 2025-03-14T04:09:57.9993988Z copying build\lib.win-amd64-cpython-39\torchgen\aoti\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\aoti 2025-03-14T04:09:57.9998539Z creating build\bdist.win-amd64\wheel\torchgen\api 2025-03-14T04:09:58.0001687Z copying build\lib.win-amd64-cpython-39\torchgen\api\autograd.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-14T04:09:58.0008270Z copying build\lib.win-amd64-cpython-39\torchgen\api\cpp.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-14T04:09:58.0014071Z copying build\lib.win-amd64-cpython-39\torchgen\api\dispatcher.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-14T04:09:58.0019390Z copying build\lib.win-amd64-cpython-39\torchgen\api\functionalization.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-14T04:09:58.0024863Z copying build\lib.win-amd64-cpython-39\torchgen\api\lazy.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-14T04:09:58.0035661Z copying build\lib.win-amd64-cpython-39\torchgen\api\meta.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-14T04:09:58.0040579Z copying build\lib.win-amd64-cpython-39\torchgen\api\native.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-14T04:09:58.0046059Z copying build\lib.win-amd64-cpython-39\torchgen\api\python.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-14T04:09:58.0052352Z copying build\lib.win-amd64-cpython-39\torchgen\api\structured.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-14T04:09:58.0057609Z copying build\lib.win-amd64-cpython-39\torchgen\api\translate.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-14T04:09:58.0063724Z creating build\bdist.win-amd64\wheel\torchgen\api\types 2025-03-14T04:09:58.0066959Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\signatures.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2025-03-14T04:09:58.0072296Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\types.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2025-03-14T04:09:58.0077464Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\types_base.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2025-03-14T04:09:58.0082753Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2025-03-14T04:09:58.0088287Z copying build\lib.win-amd64-cpython-39\torchgen\api\ufunc.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-14T04:09:58.0093479Z copying build\lib.win-amd64-cpython-39\torchgen\api\unboxing.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-14T04:09:58.0098796Z copying build\lib.win-amd64-cpython-39\torchgen\api\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-14T04:09:58.0103271Z copying build\lib.win-amd64-cpython-39\torchgen\code_template.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-14T04:09:58.0108463Z copying build\lib.win-amd64-cpython-39\torchgen\context.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-14T04:09:58.0113840Z creating build\bdist.win-amd64\wheel\torchgen\dest 2025-03-14T04:09:58.0116966Z copying build\lib.win-amd64-cpython-39\torchgen\dest\lazy_ir.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-03-14T04:09:58.0122895Z copying build\lib.win-amd64-cpython-39\torchgen\dest\lazy_ts_lowering.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-03-14T04:09:58.0128109Z copying build\lib.win-amd64-cpython-39\torchgen\dest\native_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-03-14T04:09:58.0133385Z copying build\lib.win-amd64-cpython-39\torchgen\dest\register_dispatch_key.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-03-14T04:09:58.0145019Z copying build\lib.win-amd64-cpython-39\torchgen\dest\ufunc.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-03-14T04:09:58.0150757Z copying build\lib.win-amd64-cpython-39\torchgen\dest\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-03-14T04:09:58.0156180Z creating build\bdist.win-amd64\wheel\torchgen\executorch 2025-03-14T04:09:58.0163458Z creating build\bdist.win-amd64\wheel\torchgen\executorch\api 2025-03-14T04:09:58.0166655Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\custom_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2025-03-14T04:09:58.0172161Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\et_cpp.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2025-03-14T04:09:58.0177603Z creating build\bdist.win-amd64\wheel\torchgen\executorch\api\types 2025-03-14T04:09:58.0180854Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\signatures.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2025-03-14T04:09:58.0186201Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\types.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2025-03-14T04:09:58.0191391Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2025-03-14T04:09:58.0196289Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\unboxing.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2025-03-14T04:09:58.0202347Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2025-03-14T04:09:58.0207164Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\model.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2025-03-14T04:09:58.0213009Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\parse.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2025-03-14T04:09:58.0218938Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2025-03-14T04:09:58.0223784Z copying build\lib.win-amd64-cpython-39\torchgen\gen.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-14T04:09:58.0231857Z copying build\lib.win-amd64-cpython-39\torchgen\gen_aoti_c_shim.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-14T04:09:58.0238284Z copying build\lib.win-amd64-cpython-39\torchgen\gen_backend_stubs.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-14T04:09:58.0244712Z copying build\lib.win-amd64-cpython-39\torchgen\gen_executorch.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-14T04:09:58.0251664Z copying build\lib.win-amd64-cpython-39\torchgen\gen_functionalization_type.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-14T04:09:58.0258404Z copying build\lib.win-amd64-cpython-39\torchgen\gen_lazy_tensor.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-14T04:09:58.0265239Z copying build\lib.win-amd64-cpython-39\torchgen\gen_schema_utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-14T04:09:58.0271040Z copying build\lib.win-amd64-cpython-39\torchgen\gen_vmap_plumbing.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-14T04:09:58.0276955Z copying build\lib.win-amd64-cpython-39\torchgen\local.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-14T04:09:58.0282559Z copying build\lib.win-amd64-cpython-39\torchgen\model.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-14T04:09:58.0290641Z copying build\lib.win-amd64-cpython-39\torchgen\native_function_generation.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-14T04:09:58.0297425Z creating build\bdist.win-amd64\wheel\torchgen\operator_versions 2025-03-14T04:09:58.0300954Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\gen_mobile_upgraders.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2025-03-14T04:09:58.0307226Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\gen_mobile_upgraders_constant.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2025-03-14T04:09:58.0313030Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2025-03-14T04:09:58.0335745Z creating build\bdist.win-amd64\wheel\torchgen\packaged 2025-03-14T04:09:58.0339335Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen 2025-03-14T04:09:58.0343056Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen\native 2025-03-14T04:09:58.0346554Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native\native_functions.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\native 2025-03-14T04:09:58.0358567Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native\tags.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\native 2025-03-14T04:09:58.0365352Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0369305Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\ATenOpList.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0376146Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\aten_interned_strings.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0382106Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\CompositeViewCopyKernels.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0392246Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0400575Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0408978Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0415090Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0420783Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0426616Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\enum_tag.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0432208Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Function.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0437841Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\FunctionalInverses.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0443984Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0449490Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0455571Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\LazyIr.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0460689Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\LazyNonNativeIr.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0465901Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\MethodOperators.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0471906Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0477156Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0482625Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeMetaFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0492358Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeMetaFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0497519Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operator.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0503376Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operators.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0508907Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operators.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0514546Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RedispatchFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0519629Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RedispatchFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0525145Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterBackendSelect.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0530680Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterCodegenUnboxedKernels.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0536170Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterDispatchDefinitions.ini -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0541541Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterDispatchKey.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0551225Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterFunctionalization.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0556567Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterSchema.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0561881Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegistrationDeclarations.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0566934Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\TensorBody.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0572967Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\TensorMethods.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0578333Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCPU.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0583620Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCPUKernel.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0588992Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCUDA.cu -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0594302Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UnboxingFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0603518Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UnboxingFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-14T04:09:58.0609118Z creating build\bdist.win-amd64\wheel\torchgen\packaged\autograd 2025-03-14T04:09:58.0612343Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\BUILD.bazel -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-14T04:09:58.0617411Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\build.bzl -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-14T04:09:58.0622305Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\context.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-14T04:09:58.0627523Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\deprecated.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-14T04:09:58.0632901Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\derivatives.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-14T04:09:58.0644752Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_annotated_fn_args.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-14T04:09:58.0650161Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_autograd.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-14T04:09:58.0655543Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_autograd_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-14T04:09:58.0661628Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_inplace_or_view_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-14T04:09:58.0667748Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_python_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-14T04:09:58.0673700Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_trace_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-14T04:09:58.0679654Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_variable_factories.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-14T04:09:58.0685034Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_variable_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-14T04:09:58.0691983Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_view_funcs.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-14T04:09:58.0697343Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\load_derivatives.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-14T04:09:58.0703980Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\README.md -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-14T04:09:58.0710433Z creating build\bdist.win-amd64\wheel\torchgen\packaged\autograd\templates 2025-03-14T04:09:58.0714284Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ADInplaceOrViewType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:09:58.0720920Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\annotated_fn_args.py.in -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:09:58.0726290Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\Functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:09:58.0736023Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\Functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:09:58.0741994Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_enum_tag.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:09:58.0748430Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_fft_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:09:58.0754296Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:09:58.0760744Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:09:58.0766649Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_linalg_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:09:58.0773092Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_nested_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:09:58.0778634Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_nn_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:09:58.0784680Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_return_types.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:09:58.0790844Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_return_types.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:09:58.0796584Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_sparse_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:09:58.0802704Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_special_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:09:58.0808691Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_torch_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:09:58.0814730Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_variable_methods.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:09:58.0825979Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\TraceType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:09:58.0831963Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\VariableType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:09:58.0837826Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\VariableType.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:09:58.0843969Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\variable_factories.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:09:58.0849878Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ViewFuncs.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:09:58.0855661Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ViewFuncs.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-14T04:09:58.0861861Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-14T04:09:58.0867124Z creating build\bdist.win-amd64\wheel\torchgen\selective_build 2025-03-14T04:09:58.0870954Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\operator.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2025-03-14T04:09:58.0876735Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\selector.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2025-03-14T04:09:58.0882515Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2025-03-14T04:09:58.0887309Z creating build\bdist.win-amd64\wheel\torchgen\static_runtime 2025-03-14T04:09:58.0891028Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\config.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2025-03-14T04:09:58.0898353Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\generator.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2025-03-14T04:09:58.0907541Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\gen_static_runtime_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2025-03-14T04:09:58.0917890Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2025-03-14T04:09:58.0922706Z copying build\lib.win-amd64-cpython-39\torchgen\utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-14T04:09:58.0929125Z copying build\lib.win-amd64-cpython-39\torchgen\yaml_utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-14T04:09:58.0939110Z copying build\lib.win-amd64-cpython-39\torchgen\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-14T04:09:58.0950920Z running install_egg_info 2025-03-14T04:09:58.1115938Z running egg_info 2025-03-14T04:09:58.1212183Z creating torch.egg-info 2025-03-14T04:09:58.1214940Z writing torch.egg-info\PKG-INFO 2025-03-14T04:09:58.1245986Z writing dependency_links to torch.egg-info\dependency_links.txt 2025-03-14T04:09:58.1250135Z writing entry points to torch.egg-info\entry_points.txt 2025-03-14T04:09:58.1261893Z writing requirements to torch.egg-info\requires.txt 2025-03-14T04:09:58.1266036Z writing top-level names to torch.egg-info\top_level.txt 2025-03-14T04:09:58.1269082Z writing manifest file 'torch.egg-info\SOURCES.txt' 2025-03-14T04:09:59.0214375Z reading manifest file 'torch.egg-info\SOURCES.txt' 2025-03-14T04:09:59.0214970Z reading manifest template 'MANIFEST.in' 2025-03-14T04:10:01.8881497Z warning: no files found matching '*.*' under directory 'ios' 2025-03-14T04:10:31.0317437Z warning: no files found matching '*.*' under directory 'modules' 2025-03-14T04:10:31.2396298Z warning: no previously-included files matching '*.o' found anywhere in distribution 2025-03-14T04:10:31.3916278Z warning: no previously-included files matching '*.so' found anywhere in distribution 2025-03-14T04:10:31.5479838Z warning: no previously-included files matching '*.dylib' found anywhere in distribution 2025-03-14T04:10:31.7015327Z warning: no previously-included files matching '*.a' found anywhere in distribution 2025-03-14T04:10:32.1295255Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2025-03-14T04:10:32.1295869Z adding license file 'LICENSE' 2025-03-14T04:10:32.1296478Z adding license file 'NOTICE' 2025-03-14T04:10:39.4926599Z writing manifest file 'torch.egg-info\SOURCES.txt' 2025-03-14T04:10:39.5468605Z Copying torch.egg-info to build\bdist.win-amd64\wheel\.\torch-2.8.0a0+gitaed0b7a-py3.9.egg-info 2025-03-14T04:10:39.5585754Z running install_scripts 2025-03-14T04:10:39.5608506Z C:\Jenkins\Miniconda3\lib\site-packages\wheel\bdist_wheel.py:108: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect 2025-03-14T04:10:39.5609356Z if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")): 2025-03-14T04:10:39.5715506Z creating build\bdist.win-amd64\wheel\torch-2.8.0a0+gitaed0b7a.dist-info\WHEEL 2025-03-14T04:10:39.5728776Z creating 'dist\torch-2.8.0a0+gitaed0b7a-cp39-cp39-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it 2025-03-14T04:10:39.5985279Z adding 'functorch/_C.cp39-win_amd64.pyd' 2025-03-14T04:10:39.6007973Z adding 'functorch/__init__.py' 2025-03-14T04:10:39.6011457Z adding 'functorch/_src/__init__.py' 2025-03-14T04:10:39.6015085Z adding 'functorch/_src/aot_autograd/__init__.py' 2025-03-14T04:10:39.6018684Z adding 'functorch/_src/eager_transforms/__init__.py' 2025-03-14T04:10:39.6022870Z adding 'functorch/_src/make_functional/__init__.py' 2025-03-14T04:10:39.6026713Z adding 'functorch/_src/vmap/__init__.py' 2025-03-14T04:10:39.6030488Z adding 'functorch/compile/__init__.py' 2025-03-14T04:10:39.6035262Z adding 'functorch/dim/__init__.py' 2025-03-14T04:10:39.6038469Z adding 'functorch/dim/batch_tensor.py' 2025-03-14T04:10:39.6042202Z adding 'functorch/dim/delayed_mul_tensor.py' 2025-03-14T04:10:39.6045662Z adding 'functorch/dim/dim.py' 2025-03-14T04:10:39.6048984Z adding 'functorch/dim/magic_trace.py' 2025-03-14T04:10:39.6053176Z adding 'functorch/dim/op_properties.py' 2025-03-14T04:10:39.6062545Z adding 'functorch/dim/reference.py' 2025-03-14T04:10:39.6066083Z adding 'functorch/dim/tree_map.py' 2025-03-14T04:10:39.6070002Z adding 'functorch/dim/wrap_type.py' 2025-03-14T04:10:39.6074193Z adding 'functorch/einops/__init__.py' 2025-03-14T04:10:39.6079406Z adding 'functorch/einops/_parsing.py' 2025-03-14T04:10:39.6084560Z adding 'functorch/einops/rearrange.py' 2025-03-14T04:10:39.6088517Z adding 'functorch/experimental/__init__.py' 2025-03-14T04:10:39.6091415Z adding 'functorch/experimental/control_flow.py' 2025-03-14T04:10:39.6094151Z adding 'functorch/experimental/ops.py' 2025-03-14T04:10:39.6102520Z adding 'torch/_C.cp39-win_amd64.pyd' 2025-03-14T04:10:39.6105904Z adding 'torch/_VF.py' 2025-03-14T04:10:39.6330319Z adding 'torch/_VF.pyi' 2025-03-14T04:10:39.6362062Z adding 'torch/__config__.py' 2025-03-14T04:10:39.6366034Z adding 'torch/__future__.py' 2025-03-14T04:10:39.6404612Z adding 'torch/__init__.py' 2025-03-14T04:10:39.6416144Z adding 'torch/_appdirs.py' 2025-03-14T04:10:39.6422019Z adding 'torch/_classes.py' 2025-03-14T04:10:39.6426446Z adding 'torch/_compile.py' 2025-03-14T04:10:39.6433659Z adding 'torch/_custom_ops.py' 2025-03-14T04:10:39.6439825Z adding 'torch/_deploy.py' 2025-03-14T04:10:39.6443813Z adding 'torch/_environment.py' 2025-03-14T04:10:39.6459010Z adding 'torch/_guards.py' 2025-03-14T04:10:39.6483320Z adding 'torch/_jit_internal.py' 2025-03-14T04:10:39.6488638Z adding 'torch/_linalg_utils.py' 2025-03-14T04:10:39.6505206Z adding 'torch/_lobpcg.py' 2025-03-14T04:10:39.6511631Z adding 'torch/_lowrank.py' 2025-03-14T04:10:39.6583041Z adding 'torch/_meta_registrations.py' 2025-03-14T04:10:39.6592441Z adding 'torch/_namedtensor_internals.py' 2025-03-14T04:10:39.6613266Z adding 'torch/_ops.py' 2025-03-14T04:10:39.6619234Z adding 'torch/_python_dispatcher.py' 2025-03-14T04:10:39.6622569Z adding 'torch/_size_docs.py' 2025-03-14T04:10:39.6626609Z adding 'torch/_sources.py' 2025-03-14T04:10:39.6630104Z adding 'torch/_storage_docs.py' 2025-03-14T04:10:39.6633047Z adding 'torch/_streambase.py' 2025-03-14T04:10:39.6657139Z adding 'torch/_tensor.py' 2025-03-14T04:10:39.6701280Z adding 'torch/_tensor_docs.py' 2025-03-14T04:10:39.6714584Z adding 'torch/_tensor_str.py' 2025-03-14T04:10:39.6718209Z adding 'torch/_thread_safe_fork.py' 2025-03-14T04:10:39.6866579Z adding 'torch/_torch_docs.py' 2025-03-14T04:10:39.6892287Z adding 'torch/_utils.py' 2025-03-14T04:10:39.6898378Z adding 'torch/_utils_internal.py' 2025-03-14T04:10:39.6903981Z adding 'torch/_vmap_internals.py' 2025-03-14T04:10:39.6912387Z adding 'torch/_weights_only_unpickler.py' 2025-03-14T04:10:39.6945800Z adding 'torch/functional.py' 2025-03-14T04:10:39.6961549Z adding 'torch/hub.py' 2025-03-14T04:10:39.6982404Z adding 'torch/library.py' 2025-03-14T04:10:39.7010334Z adding 'torch/overrides.py' 2025-03-14T04:10:39.7015522Z adding 'torch/py.typed' 2025-03-14T04:10:39.7020121Z adding 'torch/quasirandom.py' 2025-03-14T04:10:39.7025080Z adding 'torch/random.py' 2025-03-14T04:10:39.7028637Z adding 'torch/return_types.py' 2025-03-14T04:10:39.7032811Z adding 'torch/return_types.pyi' 2025-03-14T04:10:39.7061961Z adding 'torch/serialization.py' 2025-03-14T04:10:39.7079025Z adding 'torch/storage.py' 2025-03-14T04:10:39.7083813Z adding 'torch/torch_version.py' 2025-03-14T04:10:39.7087604Z adding 'torch/types.py' 2025-03-14T04:10:39.7090615Z adding 'torch/version.py' 2025-03-14T04:10:39.7329662Z adding 'torch/_C/_VariableFunctions.pyi' 2025-03-14T04:10:39.7427806Z adding 'torch/_C/__init__.pyi' 2025-03-14T04:10:39.7439932Z adding 'torch/_C/_aoti.pyi' 2025-03-14T04:10:39.7443741Z adding 'torch/_C/_autograd.pyi' 2025-03-14T04:10:39.7446764Z adding 'torch/_C/_cpu.pyi' 2025-03-14T04:10:39.7449644Z adding 'torch/_C/_cudnn.pyi' 2025-03-14T04:10:39.7452363Z adding 'torch/_C/_cusparselt.pyi' 2025-03-14T04:10:39.7455394Z adding 'torch/_C/_distributed_autograd.pyi' 2025-03-14T04:10:39.7462851Z adding 'torch/_C/_distributed_c10d.pyi' 2025-03-14T04:10:39.7467636Z adding 'torch/_C/_distributed_rpc.pyi' 2025-03-14T04:10:39.7470934Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2025-03-14T04:10:39.7473925Z adding 'torch/_C/_export.pyi' 2025-03-14T04:10:39.7476712Z adding 'torch/_C/_functions.pyi' 2025-03-14T04:10:39.7480141Z adding 'torch/_C/_functorch.pyi' 2025-03-14T04:10:39.7483011Z adding 'torch/_C/_instruction_counter.pyi' 2025-03-14T04:10:39.7485786Z adding 'torch/_C/_itt.pyi' 2025-03-14T04:10:39.7488746Z adding 'torch/_C/_lazy.pyi' 2025-03-14T04:10:39.7491653Z adding 'torch/_C/_lazy_ts_backend.pyi' 2025-03-14T04:10:39.7494804Z adding 'torch/_C/_monitor.pyi' 2025-03-14T04:10:39.7498369Z adding 'torch/_C/_nn.pyi' 2025-03-14T04:10:39.7501378Z adding 'torch/_C/_nvtx.pyi' 2025-03-14T04:10:39.7504370Z adding 'torch/_C/_onnx.pyi' 2025-03-14T04:10:39.7508615Z adding 'torch/_C/_profiler.pyi' 2025-03-14T04:10:39.7511609Z adding 'torch/_C/_verbose.pyi' 2025-03-14T04:10:39.7515553Z adding 'torch/_awaits/__init__.py' 2025-03-14T04:10:39.7519052Z adding 'torch/_custom_op/__init__.py' 2025-03-14T04:10:39.7524677Z adding 'torch/_custom_op/autograd.py' 2025-03-14T04:10:39.7534401Z adding 'torch/_custom_op/impl.py' 2025-03-14T04:10:39.7542752Z adding 'torch/_decomp/__init__.py' 2025-03-14T04:10:39.7601498Z adding 'torch/_decomp/decompositions.py' 2025-03-14T04:10:39.7611150Z adding 'torch/_decomp/decompositions_for_jvp.py' 2025-03-14T04:10:39.7616645Z adding 'torch/_decomp/decompositions_for_rng.py' 2025-03-14T04:10:39.7620680Z adding 'torch/_dispatch/__init__.py' 2025-03-14T04:10:39.7624993Z adding 'torch/_dispatch/python.py' 2025-03-14T04:10:39.7631833Z adding 'torch/_dynamo/__init__.py' 2025-03-14T04:10:39.7637403Z adding 'torch/_dynamo/_trace_wrapped_higher_order_op.py' 2025-03-14T04:10:39.7641818Z adding 'torch/_dynamo/bytecode_analysis.py' 2025-03-14T04:10:39.7663586Z adding 'torch/_dynamo/bytecode_transformation.py' 2025-03-14T04:10:39.7670789Z adding 'torch/_dynamo/cache_size.py' 2025-03-14T04:10:39.7674413Z adding 'torch/_dynamo/callback.py' 2025-03-14T04:10:39.7678041Z adding 'torch/_dynamo/code_context.py' 2025-03-14T04:10:39.7688251Z adding 'torch/_dynamo/codegen.py' 2025-03-14T04:10:39.7706870Z adding 'torch/_dynamo/compiled_autograd.py' 2025-03-14T04:10:39.7716315Z adding 'torch/_dynamo/comptime.py' 2025-03-14T04:10:39.7728330Z adding 'torch/_dynamo/config.py' 2025-03-14T04:10:39.7748384Z adding 'torch/_dynamo/convert_frame.py' 2025-03-14T04:10:39.7753341Z adding 'torch/_dynamo/create_parameter_op.py' 2025-03-14T04:10:39.7756761Z adding 'torch/_dynamo/current_scope_id.py' 2025-03-14T04:10:39.7769395Z adding 'torch/_dynamo/debug_utils.py' 2025-03-14T04:10:39.7780426Z adding 'torch/_dynamo/decorators.py' 2025-03-14T04:10:39.7786983Z adding 'torch/_dynamo/device_interface.py' 2025-03-14T04:10:39.7790741Z adding 'torch/_dynamo/distributed.py' 2025-03-14T04:10:39.7818279Z adding 'torch/_dynamo/eval_frame.py' 2025-03-14T04:10:39.7829481Z adding 'torch/_dynamo/exc.py' 2025-03-14T04:10:39.7834662Z adding 'torch/_dynamo/external_utils.py' 2025-03-14T04:10:39.7838230Z adding 'torch/_dynamo/funcname_cache.py' 2025-03-14T04:10:39.7841565Z adding 'torch/_dynamo/graph_break_hints.py' 2025-03-14T04:10:39.7847030Z adding 'torch/_dynamo/graph_deduplication.py' 2025-03-14T04:10:39.7854012Z adding 'torch/_dynamo/graph_region_tracker.py' 2025-03-14T04:10:39.7897406Z adding 'torch/_dynamo/guards.py' 2025-03-14T04:10:39.7903493Z adding 'torch/_dynamo/hooks.py' 2025-03-14T04:10:39.7906993Z adding 'torch/_dynamo/logging.py' 2025-03-14T04:10:39.7911559Z adding 'torch/_dynamo/metrics_context.py' 2025-03-14T04:10:39.7915881Z adding 'torch/_dynamo/mutation_guard.py' 2025-03-14T04:10:39.7958836Z adding 'torch/_dynamo/output_graph.py' 2025-03-14T04:10:39.7971667Z adding 'torch/_dynamo/pgo.py' 2025-03-14T04:10:39.7976507Z adding 'torch/_dynamo/profiler.py' 2025-03-14T04:10:39.7980472Z adding 'torch/_dynamo/replay_record.py' 2025-03-14T04:10:39.7990099Z adding 'torch/_dynamo/resume_execution.py' 2025-03-14T04:10:39.8005076Z adding 'torch/_dynamo/side_effects.py' 2025-03-14T04:10:39.8014272Z adding 'torch/_dynamo/source.py' 2025-03-14T04:10:39.8069383Z adding 'torch/_dynamo/symbolic_convert.py' 2025-03-14T04:10:39.8077664Z adding 'torch/_dynamo/tensor_version_op.py' 2025-03-14T04:10:39.8080597Z adding 'torch/_dynamo/test_case.py' 2025-03-14T04:10:39.8086322Z adding 'torch/_dynamo/test_minifier_common.py' 2025-03-14T04:10:39.8093907Z adding 'torch/_dynamo/testing.py' 2025-03-14T04:10:39.8131015Z adding 'torch/_dynamo/trace_rules.py' 2025-03-14T04:10:39.8138838Z adding 'torch/_dynamo/types.py' 2025-03-14T04:10:39.8195488Z adding 'torch/_dynamo/utils.py' 2025-03-14T04:10:39.8202941Z adding 'torch/_dynamo/backends/__init__.py' 2025-03-14T04:10:39.8207036Z adding 'torch/_dynamo/backends/common.py' 2025-03-14T04:10:39.8212384Z adding 'torch/_dynamo/backends/cudagraphs.py' 2025-03-14T04:10:39.8219452Z adding 'torch/_dynamo/backends/debugging.py' 2025-03-14T04:10:39.8230604Z adding 'torch/_dynamo/backends/distributed.py' 2025-03-14T04:10:39.8234432Z adding 'torch/_dynamo/backends/inductor.py' 2025-03-14T04:10:39.8237704Z adding 'torch/_dynamo/backends/onnxrt.py' 2025-03-14T04:10:39.8242180Z adding 'torch/_dynamo/backends/registry.py' 2025-03-14T04:10:39.8245667Z adding 'torch/_dynamo/backends/tensorrt.py' 2025-03-14T04:10:39.8248569Z adding 'torch/_dynamo/backends/torchxla.py' 2025-03-14T04:10:39.8253474Z adding 'torch/_dynamo/backends/tvm.py' 2025-03-14T04:10:39.8259691Z adding 'torch/_dynamo/polyfills/__init__.py' 2025-03-14T04:10:39.8263322Z adding 'torch/_dynamo/polyfills/builtins.py' 2025-03-14T04:10:39.8266535Z adding 'torch/_dynamo/polyfills/functools.py' 2025-03-14T04:10:39.8269959Z adding 'torch/_dynamo/polyfills/fx.py' 2025-03-14T04:10:39.8274280Z adding 'torch/_dynamo/polyfills/itertools.py' 2025-03-14T04:10:39.8277646Z adding 'torch/_dynamo/polyfills/loader.py' 2025-03-14T04:10:39.8281302Z adding 'torch/_dynamo/polyfills/operator.py' 2025-03-14T04:10:39.8285170Z adding 'torch/_dynamo/polyfills/os.py' 2025-03-14T04:10:39.8290830Z adding 'torch/_dynamo/polyfills/pytree.py' 2025-03-14T04:10:39.8294247Z adding 'torch/_dynamo/polyfills/sys.py' 2025-03-14T04:10:39.8298034Z adding 'torch/_dynamo/repro/__init__.py' 2025-03-14T04:10:39.8311449Z adding 'torch/_dynamo/repro/after_aot.py' 2025-03-14T04:10:39.8320555Z adding 'torch/_dynamo/repro/after_dynamo.py' 2025-03-14T04:10:39.8330208Z adding 'torch/_dynamo/repro/aoti.py' 2025-03-14T04:10:39.8335895Z adding 'torch/_dynamo/variables/__init__.py' 2025-03-14T04:10:39.8344427Z adding 'torch/_dynamo/variables/base.py' 2025-03-14T04:10:39.8392285Z adding 'torch/_dynamo/variables/builder.py' 2025-03-14T04:10:39.8420658Z adding 'torch/_dynamo/variables/builtin.py' 2025-03-14T04:10:39.8428530Z adding 'torch/_dynamo/variables/constant.py' 2025-03-14T04:10:39.8441735Z adding 'torch/_dynamo/variables/ctx_manager.py' 2025-03-14T04:10:39.8453900Z adding 'torch/_dynamo/variables/dicts.py' 2025-03-14T04:10:39.8460979Z adding 'torch/_dynamo/variables/distributed.py' 2025-03-14T04:10:39.8486816Z adding 'torch/_dynamo/variables/functions.py' 2025-03-14T04:10:39.8523458Z adding 'torch/_dynamo/variables/higher_order_ops.py' 2025-03-14T04:10:39.8532881Z adding 'torch/_dynamo/variables/iter.py' 2025-03-14T04:10:39.8537890Z adding 'torch/_dynamo/variables/lazy.py' 2025-03-14T04:10:39.8549819Z adding 'torch/_dynamo/variables/lists.py' 2025-03-14T04:10:39.8570671Z adding 'torch/_dynamo/variables/misc.py' 2025-03-14T04:10:39.8588852Z adding 'torch/_dynamo/variables/nn_module.py' 2025-03-14T04:10:39.8597064Z adding 'torch/_dynamo/variables/optimizer.py' 2025-03-14T04:10:39.8601277Z adding 'torch/_dynamo/variables/script_object.py' 2025-03-14T04:10:39.8604791Z adding 'torch/_dynamo/variables/sdpa.py' 2025-03-14T04:10:39.8623765Z adding 'torch/_dynamo/variables/tensor.py' 2025-03-14T04:10:39.8645907Z adding 'torch/_dynamo/variables/torch.py' 2025-03-14T04:10:39.8656621Z adding 'torch/_dynamo/variables/torch_function.py' 2025-03-14T04:10:39.8678744Z adding 'torch/_dynamo/variables/user_defined.py' 2025-03-14T04:10:39.8685663Z adding 'torch/_export/__init__.py' 2025-03-14T04:10:39.8708537Z adding 'torch/_export/converter.py' 2025-03-14T04:10:39.8713564Z adding 'torch/_export/error.py' 2025-03-14T04:10:39.8724182Z adding 'torch/_export/non_strict_utils.py' 2025-03-14T04:10:39.8731357Z adding 'torch/_export/pass_base.py' 2025-03-14T04:10:39.8736633Z adding 'torch/_export/tools.py' 2025-03-14T04:10:39.8756534Z adding 'torch/_export/utils.py' 2025-03-14T04:10:39.8765014Z adding 'torch/_export/verifier.py' 2025-03-14T04:10:39.8769007Z adding 'torch/_export/wrappers.py' 2025-03-14T04:10:39.8772973Z adding 'torch/_export/db/__init__.py' 2025-03-14T04:10:39.8777210Z adding 'torch/_export/db/case.py' 2025-03-14T04:10:39.8780429Z adding 'torch/_export/db/gen_example.py' 2025-03-14T04:10:39.8783919Z adding 'torch/_export/db/logging.py' 2025-03-14T04:10:39.8789098Z adding 'torch/_export/db/examples/__init__.py' 2025-03-14T04:10:39.8793033Z adding 'torch/_export/db/examples/assume_constant_result.py' 2025-03-14T04:10:39.8795412Z adding 'torch/_export/db/examples/autograd_function.py' 2025-03-14T04:10:39.8798847Z adding 'torch/_export/db/examples/class_method.py' 2025-03-14T04:10:39.8801856Z adding 'torch/_export/db/examples/cond_branch_class_method.py' 2025-03-14T04:10:39.8805215Z adding 'torch/_export/db/examples/cond_branch_nested_function.py' 2025-03-14T04:10:39.8808639Z adding 'torch/_export/db/examples/cond_branch_nonlocal_variables.py' 2025-03-14T04:10:39.8811855Z adding 'torch/_export/db/examples/cond_closed_over_variable.py' 2025-03-14T04:10:39.8815669Z adding 'torch/_export/db/examples/cond_operands.py' 2025-03-14T04:10:39.8818122Z adding 'torch/_export/db/examples/cond_predicate.py' 2025-03-14T04:10:39.8821416Z adding 'torch/_export/db/examples/constrain_as_size_example.py' 2025-03-14T04:10:39.8824387Z adding 'torch/_export/db/examples/constrain_as_value_example.py' 2025-03-14T04:10:39.8827535Z adding 'torch/_export/db/examples/decorator.py' 2025-03-14T04:10:39.8830517Z adding 'torch/_export/db/examples/dictionary.py' 2025-03-14T04:10:39.8833657Z adding 'torch/_export/db/examples/dynamic_shape_assert.py' 2025-03-14T04:10:39.8836653Z adding 'torch/_export/db/examples/dynamic_shape_constructor.py' 2025-03-14T04:10:39.8866369Z adding 'torch/_export/db/examples/dynamic_shape_if_guard.py' 2025-03-14T04:10:39.8869244Z adding 'torch/_export/db/examples/dynamic_shape_map.py' 2025-03-14T04:10:39.8872429Z adding 'torch/_export/db/examples/dynamic_shape_round.py' 2025-03-14T04:10:39.8875412Z adding 'torch/_export/db/examples/dynamic_shape_slicing.py' 2025-03-14T04:10:39.8878510Z adding 'torch/_export/db/examples/dynamic_shape_view.py' 2025-03-14T04:10:39.8881552Z adding 'torch/_export/db/examples/fn_with_kwargs.py' 2025-03-14T04:10:39.8884718Z adding 'torch/_export/db/examples/list_contains.py' 2025-03-14T04:10:39.8887714Z adding 'torch/_export/db/examples/list_unpack.py' 2025-03-14T04:10:39.8890960Z adding 'torch/_export/db/examples/model_attr_mutation.py' 2025-03-14T04:10:39.8894666Z adding 'torch/_export/db/examples/nested_function.py' 2025-03-14T04:10:39.8897160Z adding 'torch/_export/db/examples/null_context_manager.py' 2025-03-14T04:10:39.8900353Z adding 'torch/_export/db/examples/optional_input.py' 2025-03-14T04:10:39.8903219Z adding 'torch/_export/db/examples/pytree_flatten.py' 2025-03-14T04:10:39.8906343Z adding 'torch/_export/db/examples/scalar_output.py' 2025-03-14T04:10:39.8909545Z adding 'torch/_export/db/examples/specialized_attribute.py' 2025-03-14T04:10:39.8912622Z adding 'torch/_export/db/examples/static_for_loop.py' 2025-03-14T04:10:39.8915504Z adding 'torch/_export/db/examples/static_if.py' 2025-03-14T04:10:39.8918588Z adding 'torch/_export/db/examples/tensor_setattr.py' 2025-03-14T04:10:39.8921570Z adding 'torch/_export/db/examples/type_reflection_method.py' 2025-03-14T04:10:39.8924672Z adding 'torch/_export/db/examples/unsupported_operator.py' 2025-03-14T04:10:39.8942234Z adding 'torch/_export/db/examples/user_input_mutation.py' 2025-03-14T04:10:39.8942671Z adding 'torch/_export/pass_infra/__init__.py' 2025-03-14T04:10:39.8943027Z adding 'torch/_export/pass_infra/node_metadata.py' 2025-03-14T04:10:39.8943487Z adding 'torch/_export/pass_infra/proxy_value.py' 2025-03-14T04:10:39.8943893Z adding 'torch/_export/passes/__init__.py' 2025-03-14T04:10:39.8947095Z adding 'torch/_export/passes/_node_metadata_hook.py' 2025-03-14T04:10:39.8952188Z adding 'torch/_export/passes/add_runtime_assertions_for_constraints_pass.py' 2025-03-14T04:10:39.8956711Z adding 'torch/_export/passes/collect_tracepoints_pass.py' 2025-03-14T04:10:39.8962655Z adding 'torch/_export/passes/constant_folding.py' 2025-03-14T04:10:39.8966846Z adding 'torch/_export/passes/functionalize_side_effectful_ops_pass.py' 2025-03-14T04:10:39.8970122Z adding 'torch/_export/passes/insert_custom_op_guards.py' 2025-03-14T04:10:39.8976643Z adding 'torch/_export/passes/lift_constants_pass.py' 2025-03-14T04:10:39.8980172Z adding 'torch/_export/passes/remove_runtime_assertions.py' 2025-03-14T04:10:39.8984724Z adding 'torch/_export/passes/replace_autocast_with_hop_pass.py' 2025-03-14T04:10:39.8994089Z adding 'torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py' 2025-03-14T04:10:39.8998496Z adding 'torch/_export/passes/replace_set_grad_with_hop_pass.py' 2025-03-14T04:10:39.9002139Z adding 'torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py' 2025-03-14T04:10:39.9006740Z adding 'torch/_export/passes/replace_with_hop_pass_util.py' 2025-03-14T04:10:39.9010537Z adding 'torch/_export/serde/__init__.py' 2025-03-14T04:10:39.9013367Z adding 'torch/_export/serde/aoti_schema.py' 2025-03-14T04:10:39.9018738Z adding 'torch/_export/serde/dynamic_shapes.py' 2025-03-14T04:10:39.9023798Z adding 'torch/_export/serde/export_schema.thrift' 2025-03-14T04:10:39.9030452Z adding 'torch/_export/serde/schema.py' 2025-03-14T04:10:39.9035567Z adding 'torch/_export/serde/schema.yaml' 2025-03-14T04:10:39.9044268Z adding 'torch/_export/serde/schema_check.py' 2025-03-14T04:10:39.9088690Z adding 'torch/_export/serde/serialize.py' 2025-03-14T04:10:39.9095267Z adding 'torch/_export/serde/union.py' 2025-03-14T04:10:39.9099288Z adding 'torch/_functorch/__init__.py' 2025-03-14T04:10:39.9126299Z adding 'torch/_functorch/aot_autograd.py' 2025-03-14T04:10:39.9135227Z adding 'torch/_functorch/apis.py' 2025-03-14T04:10:39.9146502Z adding 'torch/_functorch/autograd_function.py' 2025-03-14T04:10:39.9150466Z adding 'torch/_functorch/batch_norm_replacement.py' 2025-03-14T04:10:39.9154817Z adding 'torch/_functorch/benchmark_utils.py' 2025-03-14T04:10:39.9159413Z adding 'torch/_functorch/compile_utils.py' 2025-03-14T04:10:39.9165851Z adding 'torch/_functorch/compilers.py' 2025-03-14T04:10:39.9172594Z adding 'torch/_functorch/config.py' 2025-03-14T04:10:39.9176858Z adding 'torch/_functorch/deprecated.py' 2025-03-14T04:10:39.9201897Z adding 'torch/_functorch/eager_transforms.py' 2025-03-14T04:10:39.9209060Z adding 'torch/_functorch/functional_call.py' 2025-03-14T04:10:39.9216356Z adding 'torch/_functorch/fx_minifier.py' 2025-03-14T04:10:39.9224856Z adding 'torch/_functorch/make_functional.py' 2025-03-14T04:10:39.9255439Z adding 'torch/_functorch/partitioners.py' 2025-03-14T04:10:39.9262701Z adding 'torch/_functorch/pyfunctorch.py' 2025-03-14T04:10:39.9266157Z adding 'torch/_functorch/python_key.py' 2025-03-14T04:10:39.9269492Z adding 'torch/_functorch/pytree_hacks.py' 2025-03-14T04:10:39.9277699Z adding 'torch/_functorch/top_operators_github_usage.py' 2025-03-14T04:10:39.9281922Z adding 'torch/_functorch/utils.py' 2025-03-14T04:10:39.9290065Z adding 'torch/_functorch/vmap.py' 2025-03-14T04:10:39.9294516Z adding 'torch/_functorch/_activation_checkpointing/__init__.py' 2025-03-14T04:10:39.9298520Z adding 'torch/_functorch/_activation_checkpointing/ac_logging_utils.py' 2025-03-14T04:10:39.9304189Z adding 'torch/_functorch/_activation_checkpointing/graph_info_provider.py' 2025-03-14T04:10:39.9308923Z adding 'torch/_functorch/_activation_checkpointing/knapsack.py' 2025-03-14T04:10:39.9314597Z adding 'torch/_functorch/_activation_checkpointing/knapsack_evaluator.py' 2025-03-14T04:10:39.9324005Z adding 'torch/_functorch/_aot_autograd/__init__.py' 2025-03-14T04:10:39.9336076Z adding 'torch/_functorch/_aot_autograd/autograd_cache.py' 2025-03-14T04:10:39.9352894Z adding 'torch/_functorch/_aot_autograd/collect_metadata_analysis.py' 2025-03-14T04:10:39.9359032Z adding 'torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py' 2025-03-14T04:10:39.9368055Z adding 'torch/_functorch/_aot_autograd/functional_utils.py' 2025-03-14T04:10:39.9375980Z adding 'torch/_functorch/_aot_autograd/input_output_analysis.py' 2025-03-14T04:10:39.9396591Z adding 'torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py' 2025-03-14T04:10:39.9401978Z adding 'torch/_functorch/_aot_autograd/logging_utils.py' 2025-03-14T04:10:39.9439588Z adding 'torch/_functorch/_aot_autograd/runtime_wrappers.py' 2025-03-14T04:10:39.9458401Z adding 'torch/_functorch/_aot_autograd/schemas.py' 2025-03-14T04:10:39.9463433Z adding 'torch/_functorch/_aot_autograd/subclass_parametrization.py' 2025-03-14T04:10:39.9471886Z adding 'torch/_functorch/_aot_autograd/subclass_utils.py' 2025-03-14T04:10:39.9488764Z adding 'torch/_functorch/_aot_autograd/traced_function_transforms.py' 2025-03-14T04:10:39.9498610Z adding 'torch/_functorch/_aot_autograd/utils.py' 2025-03-14T04:10:39.9502741Z adding 'torch/_higher_order_ops/__init__.py' 2025-03-14T04:10:39.9506209Z adding 'torch/_higher_order_ops/_invoke_quant.py' 2025-03-14T04:10:39.9510153Z adding 'torch/_higher_order_ops/aoti_call_delegate.py' 2025-03-14T04:10:39.9517514Z adding 'torch/_higher_order_ops/associative_scan.py' 2025-03-14T04:10:39.9527449Z adding 'torch/_higher_order_ops/auto_functionalize.py' 2025-03-14T04:10:39.9532759Z adding 'torch/_higher_order_ops/base_hop.py' 2025-03-14T04:10:39.9543509Z adding 'torch/_higher_order_ops/cond.py' 2025-03-14T04:10:39.9549892Z adding 'torch/_higher_order_ops/effects.py' 2025-03-14T04:10:39.9554554Z adding 'torch/_higher_order_ops/executorch_call_delegate.py' 2025-03-14T04:10:39.9558654Z adding 'torch/_higher_order_ops/flat_apply.py' 2025-03-14T04:10:39.9570455Z adding 'torch/_higher_order_ops/flex_attention.py' 2025-03-14T04:10:39.9574469Z adding 'torch/_higher_order_ops/foreach_map.py' 2025-03-14T04:10:39.9578467Z adding 'torch/_higher_order_ops/hints_wrap.py' 2025-03-14T04:10:39.9584136Z adding 'torch/_higher_order_ops/invoke_subgraph.py' 2025-03-14T04:10:39.9589787Z adding 'torch/_higher_order_ops/map.py' 2025-03-14T04:10:39.9593998Z adding 'torch/_higher_order_ops/out_dtype.py' 2025-03-14T04:10:39.9597445Z adding 'torch/_higher_order_ops/run_const_graph.py' 2025-03-14T04:10:39.9604478Z adding 'torch/_higher_order_ops/scan.py' 2025-03-14T04:10:39.9608690Z adding 'torch/_higher_order_ops/strict_mode.py' 2025-03-14T04:10:39.9613105Z adding 'torch/_higher_order_ops/torchbind.py' 2025-03-14T04:10:39.9637411Z adding 'torch/_higher_order_ops/triton_kernel_wrap.py' 2025-03-14T04:10:39.9649057Z adding 'torch/_higher_order_ops/utils.py' 2025-03-14T04:10:39.9657883Z adding 'torch/_higher_order_ops/while_loop.py' 2025-03-14T04:10:39.9663630Z adding 'torch/_higher_order_ops/wrap.py' 2025-03-14T04:10:39.9672329Z adding 'torch/_inductor/__init__.py' 2025-03-14T04:10:39.9676917Z adding 'torch/_inductor/analyze_preserves_zero_mask.py' 2025-03-14T04:10:39.9682113Z adding 'torch/_inductor/aoti_eager.py' 2025-03-14T04:10:39.9691046Z adding 'torch/_inductor/async_compile.py' 2025-03-14T04:10:39.9702617Z adding 'torch/_inductor/autotune_process.py' 2025-03-14T04:10:39.9708798Z adding 'torch/_inductor/bounds.py' 2025-03-14T04:10:39.9714828Z adding 'torch/_inductor/choices.py' 2025-03-14T04:10:39.9758236Z adding 'torch/_inductor/codecache.py' 2025-03-14T04:10:39.9765401Z adding 'torch/_inductor/comm_analysis.py' 2025-03-14T04:10:39.9771244Z adding 'torch/_inductor/comm_lowering.py' 2025-03-14T04:10:39.9783395Z adding 'torch/_inductor/comms.py' 2025-03-14T04:10:39.9816113Z adding 'torch/_inductor/compile_fx.py' 2025-03-14T04:10:39.9826726Z adding 'torch/_inductor/compile_fx_ext.py' 2025-03-14T04:10:39.9831328Z adding 'torch/_inductor/compile_fx_subproc.py' 2025-03-14T04:10:39.9839510Z adding 'torch/_inductor/compiler_bisector.py' 2025-03-14T04:10:39.9867732Z adding 'torch/_inductor/config.py' 2025-03-14T04:10:39.9876479Z adding 'torch/_inductor/constant_folding.py' 2025-03-14T04:10:39.9895575Z adding 'torch/_inductor/cpp_builder.py' 2025-03-14T04:10:39.9903202Z adding 'torch/_inductor/cpu_vec_isa.py' 2025-03-14T04:10:39.9946735Z adding 'torch/_inductor/cudagraph_trees.py' 2025-03-14T04:10:39.9952712Z adding 'torch/_inductor/cudagraph_utils.py' 2025-03-14T04:10:39.9956703Z adding 'torch/_inductor/custom_graph_pass.py' 2025-03-14T04:10:39.9970150Z adding 'torch/_inductor/debug.py' 2025-03-14T04:10:39.9982525Z adding 'torch/_inductor/decomposition.py' 2025-03-14T04:10:39.9994636Z adding 'torch/_inductor/dependencies.py' 2025-03-14T04:10:40.0000702Z adding 'torch/_inductor/dtype_propagation.py' 2025-03-14T04:10:40.0004862Z adding 'torch/_inductor/exc.py' 2025-03-14T04:10:40.0008089Z adding 'torch/_inductor/extern_node_serializer.py' 2025-03-14T04:10:40.0013395Z adding 'torch/_inductor/freezing.py' 2025-03-14T04:10:40.0016835Z adding 'torch/_inductor/freezing_utils.py' 2025-03-14T04:10:40.0030008Z adding 'torch/_inductor/fuzzer.py' 2025-03-14T04:10:40.0035945Z adding 'torch/_inductor/fx_utils.py' 2025-03-14T04:10:40.0068814Z adding 'torch/_inductor/graph.py' 2025-03-14T04:10:40.0074009Z adding 'torch/_inductor/hooks.py' 2025-03-14T04:10:40.0079968Z adding 'torch/_inductor/index_propagation.py' 2025-03-14T04:10:40.0084861Z adding 'torch/_inductor/inductor_prims.py' 2025-03-14T04:10:40.0175367Z adding 'torch/_inductor/ir.py' 2025-03-14T04:10:40.0186606Z adding 'torch/_inductor/jagged_lowerings.py' 2025-03-14T04:10:40.0196050Z adding 'torch/_inductor/loop_body.py' 2025-03-14T04:10:40.0273068Z adding 'torch/_inductor/lowering.py' 2025-03-14T04:10:40.0287020Z adding 'torch/_inductor/memory.py' 2025-03-14T04:10:40.0293910Z adding 'torch/_inductor/metrics.py' 2025-03-14T04:10:40.0304264Z adding 'torch/_inductor/mkldnn_ir.py' 2025-03-14T04:10:40.0316583Z adding 'torch/_inductor/mkldnn_lowerings.py' 2025-03-14T04:10:40.0322382Z adding 'torch/_inductor/mock_cache.py' 2025-03-14T04:10:40.0334907Z adding 'torch/_inductor/ops_handler.py' 2025-03-14T04:10:40.0339103Z adding 'torch/_inductor/optimize_indexing.py' 2025-03-14T04:10:40.0349493Z adding 'torch/_inductor/output_code.py' 2025-03-14T04:10:40.0378179Z adding 'torch/_inductor/pattern_matcher.py' 2025-03-14T04:10:40.0384262Z adding 'torch/_inductor/quantized_lowerings.py' 2025-03-14T04:10:40.0390840Z adding 'torch/_inductor/remote_cache.py' 2025-03-14T04:10:40.0453515Z adding 'torch/_inductor/scheduler.py' 2025-03-14T04:10:40.0460708Z adding 'torch/_inductor/script.ld' 2025-03-14T04:10:40.0491176Z adding 'torch/_inductor/select_algorithm.py' 2025-03-14T04:10:40.0506067Z adding 'torch/_inductor/sizevars.py' 2025-03-14T04:10:40.0511707Z adding 'torch/_inductor/subgraph_lowering.py' 2025-03-14T04:10:40.0515101Z adding 'torch/_inductor/test_case.py' 2025-03-14T04:10:40.0518232Z adding 'torch/_inductor/test_operators.py' 2025-03-14T04:10:40.0523429Z adding 'torch/_inductor/triton_bundler.py' 2025-03-14T04:10:40.0557576Z adding 'torch/_inductor/utils.py' 2025-03-14T04:10:40.0565866Z adding 'torch/_inductor/virtualized.py' 2025-03-14T04:10:40.0572905Z adding 'torch/_inductor/wrapper_benchmark.py' 2025-03-14T04:10:40.0576982Z adding 'torch/_inductor/autoheuristic/__init__.py' 2025-03-14T04:10:40.0582554Z adding 'torch/_inductor/autoheuristic/autoheuristic.py' 2025-03-14T04:10:40.0588257Z adding 'torch/_inductor/autoheuristic/autoheuristic_utils.py' 2025-03-14T04:10:40.0592672Z adding 'torch/_inductor/autoheuristic/learned_heuristic_controller.py' 2025-03-14T04:10:40.0596385Z adding 'torch/_inductor/autoheuristic/learnedheuristic_interface.py' 2025-03-14T04:10:40.0604357Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingA100.py' 2025-03-14T04:10:40.0612761Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingH100.py' 2025-03-14T04:10:40.0617885Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py' 2025-03-14T04:10:40.0622042Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMH100.py' 2025-03-14T04:10:40.0626085Z adding 'torch/_inductor/autoheuristic/artifacts/_PadMMA100.py' 2025-03-14T04:10:40.0629246Z adding 'torch/_inductor/autoheuristic/artifacts/__init__.py' 2025-03-14T04:10:40.0633225Z adding 'torch/_inductor/codegen/__init__.py' 2025-03-14T04:10:40.0636653Z adding 'torch/_inductor/codegen/aoti_hipify_utils.py' 2025-03-14T04:10:40.0641343Z adding 'torch/_inductor/codegen/block_analysis.py' 2025-03-14T04:10:40.0671235Z adding 'torch/_inductor/codegen/common.py' 2025-03-14T04:10:40.0741351Z adding 'torch/_inductor/codegen/cpp.py' 2025-03-14T04:10:40.0751216Z adding 'torch/_inductor/codegen/cpp_bmm_template.py' 2025-03-14T04:10:40.0765056Z adding 'torch/_inductor/codegen/cpp_flex_attention_template.py' 2025-03-14T04:10:40.0787043Z adding 'torch/_inductor/codegen/cpp_gemm_template.py' 2025-03-14T04:10:40.0796270Z adding 'torch/_inductor/codegen/cpp_grouped_gemm_template.py' 2025-03-14T04:10:40.0814680Z adding 'torch/_inductor/codegen/cpp_micro_gemm.py' 2025-03-14T04:10:40.0826525Z adding 'torch/_inductor/codegen/cpp_prefix.h' 2025-03-14T04:10:40.0831574Z adding 'torch/_inductor/codegen/cpp_template.py' 2025-03-14T04:10:40.0840284Z adding 'torch/_inductor/codegen/cpp_template_kernel.py' 2025-03-14T04:10:40.0851576Z adding 'torch/_inductor/codegen/cpp_utils.py' 2025-03-14T04:10:40.0886548Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu.py' 2025-03-14T04:10:40.0901991Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py' 2025-03-14T04:10:40.0911178Z adding 'torch/_inductor/codegen/cpp_wrapper_gpu.py' 2025-03-14T04:10:40.0915601Z adding 'torch/_inductor/codegen/cpu_device_op_overrides.py' 2025-03-14T04:10:40.0918766Z adding 'torch/_inductor/codegen/cuda_combined_scheduling.py' 2025-03-14T04:10:40.0924132Z adding 'torch/_inductor/codegen/debug_utils.py' 2025-03-14T04:10:40.0957658Z adding 'torch/_inductor/codegen/halide.py' 2025-03-14T04:10:40.0958058Z adding 'torch/_inductor/codegen/memory_planning.py' 2025-03-14T04:10:40.0967233Z adding 'torch/_inductor/codegen/mps.py' 2025-03-14T04:10:40.0971147Z adding 'torch/_inductor/codegen/mps_device_op_overrides.py' 2025-03-14T04:10:40.0978116Z adding 'torch/_inductor/codegen/multi_kernel.py' 2025-03-14T04:10:40.1008225Z adding 'torch/_inductor/codegen/simd.py' 2025-03-14T04:10:40.1018634Z adding 'torch/_inductor/codegen/simd_kernel_features.py' 2025-03-14T04:10:40.1076219Z adding 'torch/_inductor/codegen/triton.py' 2025-03-14T04:10:40.1094375Z adding 'torch/_inductor/codegen/triton_combo_kernel.py' 2025-03-14T04:10:40.1099986Z adding 'torch/_inductor/codegen/triton_split_scan.py' 2025-03-14T04:10:40.1104094Z adding 'torch/_inductor/codegen/triton_utils.py' 2025-03-14T04:10:40.1144760Z adding 'torch/_inductor/codegen/wrapper.py' 2025-03-14T04:10:40.1152853Z adding 'torch/_inductor/codegen/aoti_runtime/interface.cpp' 2025-03-14T04:10:40.1157013Z adding 'torch/_inductor/codegen/cuda/__init__.py' 2025-03-14T04:10:40.1161818Z adding 'torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py' 2025-03-14T04:10:40.1164476Z adding 'torch/_inductor/codegen/cuda/cuda_env.py' 2025-03-14T04:10:40.1173107Z adding 'torch/_inductor/codegen/cuda/cuda_kernel.py' 2025-03-14T04:10:40.1178734Z adding 'torch/_inductor/codegen/cuda/cuda_template.py' 2025-03-14T04:10:40.1185055Z adding 'torch/_inductor/codegen/cuda/cutlass_utils.py' 2025-03-14T04:10:40.1190242Z adding 'torch/_inductor/codegen/cuda/device_op_overrides.py' 2025-03-14T04:10:40.1210258Z adding 'torch/_inductor/codegen/cuda/gemm_template.py' 2025-03-14T04:10:40.1215603Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py' 2025-03-14T04:10:40.1220430Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py' 2025-03-14T04:10:40.1224357Z adding 'torch/_inductor/codegen/rocm/__init__.py' 2025-03-14T04:10:40.1232545Z adding 'torch/_inductor/codegen/rocm/ck_conv_template.py' 2025-03-14T04:10:40.1236907Z adding 'torch/_inductor/codegen/rocm/ck_template.py' 2025-03-14T04:10:40.1249945Z adding 'torch/_inductor/codegen/rocm/ck_universal_gemm_template.py' 2025-03-14T04:10:40.1254761Z adding 'torch/_inductor/codegen/rocm/compile_command.py' 2025-03-14T04:10:40.1259251Z adding 'torch/_inductor/codegen/rocm/rocm_benchmark_request.py' 2025-03-14T04:10:40.1263203Z adding 'torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py' 2025-03-14T04:10:40.1268754Z adding 'torch/_inductor/codegen/rocm/rocm_kernel.py' 2025-03-14T04:10:40.1273574Z adding 'torch/_inductor/codegen/rocm/rocm_template.py' 2025-03-14T04:10:40.1277241Z adding 'torch/_inductor/codegen/rocm/rocm_template_buffer.py' 2025-03-14T04:10:40.1280713Z adding 'torch/_inductor/codegen/xpu/__init__.py' 2025-03-14T04:10:40.1283953Z adding 'torch/_inductor/codegen/xpu/device_op_overrides.py' 2025-03-14T04:10:40.1287678Z adding 'torch/_inductor/compile_worker/__init__.py' 2025-03-14T04:10:40.1291455Z adding 'torch/_inductor/compile_worker/__main__.py' 2025-03-14T04:10:40.1297384Z adding 'torch/_inductor/compile_worker/subproc_pool.py' 2025-03-14T04:10:40.1300946Z adding 'torch/_inductor/compile_worker/watchdog.py' 2025-03-14T04:10:40.1305077Z adding 'torch/_inductor/fx_passes/__init__.py' 2025-03-14T04:10:40.1314201Z adding 'torch/_inductor/fx_passes/b2b_gemm.py' 2025-03-14T04:10:40.1321481Z adding 'torch/_inductor/fx_passes/binary_folding.py' 2025-03-14T04:10:40.1330905Z adding 'torch/_inductor/fx_passes/ddp_fusion.py' 2025-03-14T04:10:40.1335033Z adding 'torch/_inductor/fx_passes/decompose_mem_bound_mm.py' 2025-03-14T04:10:40.1338844Z adding 'torch/_inductor/fx_passes/dedupe_symint_uses.py' 2025-03-14T04:10:40.1344438Z adding 'torch/_inductor/fx_passes/efficient_conv_bn_eval.py' 2025-03-14T04:10:40.1349460Z adding 'torch/_inductor/fx_passes/freezing_patterns.py' 2025-03-14T04:10:40.1359006Z adding 'torch/_inductor/fx_passes/fuse_attention.py' 2025-03-14T04:10:40.1374505Z adding 'torch/_inductor/fx_passes/group_batch_fusion.py' 2025-03-14T04:10:40.1387161Z adding 'torch/_inductor/fx_passes/joint_graph.py' 2025-03-14T04:10:40.1399411Z adding 'torch/_inductor/fx_passes/micro_pipeline_tp.py' 2025-03-14T04:10:40.1404298Z adding 'torch/_inductor/fx_passes/misc_patterns.py' 2025-03-14T04:10:40.1419647Z adding 'torch/_inductor/fx_passes/mkldnn_fusion.py' 2025-03-14T04:10:40.1425480Z adding 'torch/_inductor/fx_passes/numeric_utils.py' 2025-03-14T04:10:40.1435848Z adding 'torch/_inductor/fx_passes/pad_mm.py' 2025-03-14T04:10:40.1477307Z adding 'torch/_inductor/fx_passes/post_grad.py' 2025-03-14T04:10:40.1477710Z adding 'torch/_inductor/fx_passes/pre_grad.py' 2025-03-14T04:10:40.1500755Z adding 'torch/_inductor/fx_passes/quantization.py' 2025-03-14T04:10:40.1514627Z adding 'torch/_inductor/fx_passes/reinplace.py' 2025-03-14T04:10:40.1519158Z adding 'torch/_inductor/fx_passes/replace_random.py' 2025-03-14T04:10:40.1551380Z adding 'torch/_inductor/fx_passes/split_cat.py' 2025-03-14T04:10:40.1558488Z adding 'torch/_inductor/fx_passes/serialized_patterns/__init__.py' 2025-03-14T04:10:40.1562467Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py' 2025-03-14T04:10:40.1566926Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py' 2025-03-14T04:10:40.1571472Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py' 2025-03-14T04:10:40.1576117Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py' 2025-03-14T04:10:40.1580203Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py' 2025-03-14T04:10:40.1584597Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py' 2025-03-14T04:10:40.1589491Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py' 2025-03-14T04:10:40.1595829Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py' 2025-03-14T04:10:40.1601400Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py' 2025-03-14T04:10:40.1607301Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py' 2025-03-14T04:10:40.1612410Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py' 2025-03-14T04:10:40.1616654Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py' 2025-03-14T04:10:40.1620950Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py' 2025-03-14T04:10:40.1625639Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py' 2025-03-14T04:10:40.1630103Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py' 2025-03-14T04:10:40.1634508Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py' 2025-03-14T04:10:40.1639143Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py' 2025-03-14T04:10:40.1643692Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py' 2025-03-14T04:10:40.1648332Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py' 2025-03-14T04:10:40.1652033Z adding 'torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py' 2025-03-14T04:10:40.1655235Z adding 'torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py' 2025-03-14T04:10:40.1658368Z adding 'torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py' 2025-03-14T04:10:40.1661926Z adding 'torch/_inductor/kernel/__init__.py' 2025-03-14T04:10:40.1666798Z adding 'torch/_inductor/kernel/bmm.py' 2025-03-14T04:10:40.1675220Z adding 'torch/_inductor/kernel/conv.py' 2025-03-14T04:10:40.1706258Z adding 'torch/_inductor/kernel/flex_attention.py' 2025-03-14T04:10:40.1717491Z adding 'torch/_inductor/kernel/flex_decoding.py' 2025-03-14T04:10:40.1727769Z adding 'torch/_inductor/kernel/mm.py' 2025-03-14T04:10:40.1735857Z adding 'torch/_inductor/kernel/mm_common.py' 2025-03-14T04:10:40.1741026Z adding 'torch/_inductor/kernel/mm_plus_mm.py' 2025-03-14T04:10:40.1748966Z adding 'torch/_inductor/kernel/mm_scaled.py' 2025-03-14T04:10:40.1753080Z adding 'torch/_inductor/package/__init__.py' 2025-03-14T04:10:40.1756012Z adding 'torch/_inductor/package/build_package.py' 2025-03-14T04:10:40.1761985Z adding 'torch/_inductor/package/package.py' 2025-03-14T04:10:40.1765669Z adding 'torch/_inductor/package/pt2_archive_constants.py' 2025-03-14T04:10:40.1769318Z adding 'torch/_inductor/runtime/__init__.py' 2025-03-14T04:10:40.1777004Z adding 'torch/_inductor/runtime/autotune_cache.py' 2025-03-14T04:10:40.1782831Z adding 'torch/_inductor/runtime/benchmarking.py' 2025-03-14T04:10:40.1786250Z adding 'torch/_inductor/runtime/cache_dir_utils.py' 2025-03-14T04:10:40.1789776Z adding 'torch/_inductor/runtime/compile_tasks.py' 2025-03-14T04:10:40.1795000Z adding 'torch/_inductor/runtime/coordinate_descent_tuner.py' 2025-03-14T04:10:40.1798976Z adding 'torch/_inductor/runtime/halide_helpers.py' 2025-03-14T04:10:40.1803531Z adding 'torch/_inductor/runtime/hints.py' 2025-03-14T04:10:40.1807933Z adding 'torch/_inductor/runtime/runtime_utils.py' 2025-03-14T04:10:40.1811702Z adding 'torch/_inductor/runtime/triton_compat.py' 2025-03-14T04:10:40.1820686Z adding 'torch/_inductor/runtime/triton_helpers.py' 2025-03-14T04:10:40.1852118Z adding 'torch/_inductor/runtime/triton_heuristics.py' 2025-03-14T04:10:40.1858396Z adding 'torch/_lazy/__init__.py' 2025-03-14T04:10:40.1862740Z adding 'torch/_lazy/closure.py' 2025-03-14T04:10:40.1865955Z adding 'torch/_lazy/computation.py' 2025-03-14T04:10:40.1869017Z adding 'torch/_lazy/config.py' 2025-03-14T04:10:40.1871974Z adding 'torch/_lazy/debug.py' 2025-03-14T04:10:40.1874965Z adding 'torch/_lazy/device_context.py' 2025-03-14T04:10:40.1880093Z adding 'torch/_lazy/extract_compiled_graph.py' 2025-03-14T04:10:40.1883253Z adding 'torch/_lazy/ir_cache.py' 2025-03-14T04:10:40.1893285Z adding 'torch/_lazy/metrics.py' 2025-03-14T04:10:40.1893648Z adding 'torch/_lazy/tensor_factory_functions.py' 2025-03-14T04:10:40.1894492Z adding 'torch/_lazy/ts_backend.py' 2025-03-14T04:10:40.1898049Z adding 'torch/_library/__init__.py' 2025-03-14T04:10:40.1903193Z adding 'torch/_library/autograd.py' 2025-03-14T04:10:40.1916356Z adding 'torch/_library/custom_ops.py' 2025-03-14T04:10:40.1923203Z adding 'torch/_library/fake_class_registry.py' 2025-03-14T04:10:40.1928425Z adding 'torch/_library/fake_impl.py' 2025-03-14T04:10:40.1934557Z adding 'torch/_library/infer_schema.py' 2025-03-14T04:10:40.1938407Z adding 'torch/_library/simple_registry.py' 2025-03-14T04:10:40.1944217Z adding 'torch/_library/triton.py' 2025-03-14T04:10:40.1952061Z adding 'torch/_library/utils.py' 2025-03-14T04:10:40.1956429Z adding 'torch/_logging/__init__.py' 2025-03-14T04:10:40.1974549Z adding 'torch/_logging/_internal.py' 2025-03-14T04:10:40.1980073Z adding 'torch/_logging/_registrations.py' 2025-03-14T04:10:40.1983771Z adding 'torch/_logging/scribe.py' 2025-03-14T04:10:40.1987574Z adding 'torch/_logging/structured.py' 2025-03-14T04:10:40.1991645Z adding 'torch/_numpy/__init__.py' 2025-03-14T04:10:40.1995012Z adding 'torch/_numpy/_binary_ufuncs_impl.py' 2025-03-14T04:10:40.2000975Z adding 'torch/_numpy/_casting_dicts.py' 2025-03-14T04:10:40.2007992Z adding 'torch/_numpy/_dtypes.py' 2025-03-14T04:10:40.2012744Z adding 'torch/_numpy/_dtypes_impl.py' 2025-03-14T04:10:40.2016361Z adding 'torch/_numpy/_funcs.py' 2025-03-14T04:10:40.2038333Z adding 'torch/_numpy/_funcs_impl.py' 2025-03-14T04:10:40.2043454Z adding 'torch/_numpy/_getlimits.py' 2025-03-14T04:10:40.2050624Z adding 'torch/_numpy/_ndarray.py' 2025-03-14T04:10:40.2055868Z adding 'torch/_numpy/_normalizations.py' 2025-03-14T04:10:40.2061363Z adding 'torch/_numpy/_reductions_impl.py' 2025-03-14T04:10:40.2066544Z adding 'torch/_numpy/_ufuncs.py' 2025-03-14T04:10:40.2098929Z adding 'torch/_numpy/_unary_ufuncs_impl.py' 2025-03-14T04:10:40.2099296Z adding 'torch/_numpy/_util.py' 2025-03-14T04:10:40.2099564Z adding 'torch/_numpy/fft.py' 2025-03-14T04:10:40.2099815Z adding 'torch/_numpy/linalg.py' 2025-03-14T04:10:40.2100082Z adding 'torch/_numpy/random.py' 2025-03-14T04:10:40.2100356Z adding 'torch/_numpy/testing/__init__.py' 2025-03-14T04:10:40.2121394Z adding 'torch/_numpy/testing/utils.py' 2025-03-14T04:10:40.2148951Z adding 'torch/_prims/__init__.py' 2025-03-14T04:10:40.2154921Z adding 'torch/_prims/context.py' 2025-03-14T04:10:40.2158456Z adding 'torch/_prims/debug_prims.py' 2025-03-14T04:10:40.2161976Z adding 'torch/_prims/executor.py' 2025-03-14T04:10:40.2167986Z adding 'torch/_prims/rng_prims.py' 2025-03-14T04:10:40.2195233Z adding 'torch/_prims_common/__init__.py' 2025-03-14T04:10:40.2204055Z adding 'torch/_prims_common/wrappers.py' 2025-03-14T04:10:40.2275897Z adding 'torch/_refs/__init__.py' 2025-03-14T04:10:40.2284349Z adding 'torch/_refs/_conversions.py' 2025-03-14T04:10:40.2290725Z adding 'torch/_refs/fft.py' 2025-03-14T04:10:40.2297225Z adding 'torch/_refs/linalg/__init__.py' 2025-03-14T04:10:40.2301044Z adding 'torch/_refs/nn/__init__.py' 2025-03-14T04:10:40.2315047Z adding 'torch/_refs/nn/functional/__init__.py' 2025-03-14T04:10:40.2320859Z adding 'torch/_refs/special/__init__.py' 2025-03-14T04:10:40.2324591Z adding 'torch/_strobelight/__init__.py' 2025-03-14T04:10:40.2329885Z adding 'torch/_strobelight/cli_function_profiler.py' 2025-03-14T04:10:40.2334926Z adding 'torch/_strobelight/compile_time_profiler.py' 2025-03-14T04:10:40.2338845Z adding 'torch/_subclasses/__init__.py' 2025-03-14T04:10:40.2343688Z adding 'torch/_subclasses/_fake_tensor_utils.py' 2025-03-14T04:10:40.2357225Z adding 'torch/_subclasses/fake_impls.py' 2025-03-14T04:10:40.2402127Z adding 'torch/_subclasses/fake_tensor.py' 2025-03-14T04:10:40.2409858Z adding 'torch/_subclasses/fake_utils.py' 2025-03-14T04:10:40.2423012Z adding 'torch/_subclasses/functional_tensor.py' 2025-03-14T04:10:40.2454168Z adding 'torch/_subclasses/meta_utils.py' 2025-03-14T04:10:40.2491081Z adding 'torch/_subclasses/schema_check_mode.py' 2025-03-14T04:10:40.2491456Z adding 'torch/_vendor/__init__.py' 2025-03-14T04:10:40.2491754Z adding 'torch/_vendor/packaging/__init__.py' 2025-03-14T04:10:40.2492098Z adding 'torch/_vendor/packaging/_structures.py' 2025-03-14T04:10:40.2492447Z adding 'torch/_vendor/packaging/version.py' 2025-03-14T04:10:40.2492873Z adding 'torch/accelerator/__init__.py' 2025-03-14T04:10:40.2493232Z adding 'torch/accelerator/_utils.py' 2025-03-14T04:10:40.2494188Z adding 'torch/amp/__init__.py' 2025-03-14T04:10:40.2502948Z adding 'torch/amp/autocast_mode.py' 2025-03-14T04:10:40.2515101Z adding 'torch/amp/grad_scaler.py' 2025-03-14T04:10:40.2519757Z adding 'torch/ao/__init__.py' 2025-03-14T04:10:40.2523732Z adding 'torch/ao/nn/__init__.py' 2025-03-14T04:10:40.2527885Z adding 'torch/ao/nn/intrinsic/__init__.py' 2025-03-14T04:10:40.2531642Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2025-03-14T04:10:40.2535564Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2025-03-14T04:10:40.2539348Z adding 'torch/ao/nn/intrinsic/qat/__init__.py' 2025-03-14T04:10:40.2543338Z adding 'torch/ao/nn/intrinsic/qat/modules/__init__.py' 2025-03-14T04:10:40.2552417Z adding 'torch/ao/nn/intrinsic/qat/modules/conv_fused.py' 2025-03-14T04:10:40.2557757Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_fused.py' 2025-03-14T04:10:40.2561368Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_relu.py' 2025-03-14T04:10:40.2565096Z adding 'torch/ao/nn/intrinsic/quantized/__init__.py' 2025-03-14T04:10:40.2568670Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/__init__.py' 2025-03-14T04:10:40.2572387Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2025-03-14T04:10:40.2575813Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2025-03-14T04:10:40.2579632Z adding 'torch/ao/nn/intrinsic/quantized/modules/__init__.py' 2025-03-14T04:10:40.2583054Z adding 'torch/ao/nn/intrinsic/quantized/modules/bn_relu.py' 2025-03-14T04:10:40.2586781Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_add.py' 2025-03-14T04:10:40.2590927Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_relu.py' 2025-03-14T04:10:40.2595116Z adding 'torch/ao/nn/intrinsic/quantized/modules/linear_relu.py' 2025-03-14T04:10:40.2598764Z adding 'torch/ao/nn/qat/__init__.py' 2025-03-14T04:10:40.2602271Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2025-03-14T04:10:40.2605765Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2025-03-14T04:10:40.2609080Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2025-03-14T04:10:40.2612758Z adding 'torch/ao/nn/qat/modules/__init__.py' 2025-03-14T04:10:40.2617137Z adding 'torch/ao/nn/qat/modules/conv.py' 2025-03-14T04:10:40.2621446Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2025-03-14T04:10:40.2625284Z adding 'torch/ao/nn/qat/modules/linear.py' 2025-03-14T04:10:40.2629093Z adding 'torch/ao/nn/quantizable/__init__.py' 2025-03-14T04:10:40.2632970Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2025-03-14T04:10:40.2640914Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2025-03-14T04:10:40.2649242Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2025-03-14T04:10:40.2653701Z adding 'torch/ao/nn/quantized/__init__.py' 2025-03-14T04:10:40.2661942Z adding 'torch/ao/nn/quantized/functional.py' 2025-03-14T04:10:40.2666258Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2025-03-14T04:10:40.2670148Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2025-03-14T04:10:40.2675098Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2025-03-14T04:10:40.2679967Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2025-03-14T04:10:40.2693896Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2025-03-14T04:10:40.2699986Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2025-03-14T04:10:40.2705135Z adding 'torch/ao/nn/quantized/modules/activation.py' 2025-03-14T04:10:40.2709242Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2025-03-14T04:10:40.2718728Z adding 'torch/ao/nn/quantized/modules/conv.py' 2025-03-14T04:10:40.2722921Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2025-03-14T04:10:40.2728428Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2025-03-14T04:10:40.2733115Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2025-03-14T04:10:40.2739560Z adding 'torch/ao/nn/quantized/modules/linear.py' 2025-03-14T04:10:40.2744015Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2025-03-14T04:10:40.2747721Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2025-03-14T04:10:40.2751672Z adding 'torch/ao/nn/quantized/modules/utils.py' 2025-03-14T04:10:40.2755523Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2025-03-14T04:10:40.2759301Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2025-03-14T04:10:40.2767710Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2025-03-14T04:10:40.2768254Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2025-03-14T04:10:40.2776393Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2025-03-14T04:10:40.2780865Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2025-03-14T04:10:40.2786438Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2025-03-14T04:10:40.2790569Z adding 'torch/ao/nn/sparse/__init__.py' 2025-03-14T04:10:40.2795234Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2025-03-14T04:10:40.2799660Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2025-03-14T04:10:40.2803399Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2025-03-14T04:10:40.2807305Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2025-03-14T04:10:40.2812493Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2025-03-14T04:10:40.2815636Z adding 'torch/ao/ns/__init__.py' 2025-03-14T04:10:40.2822715Z adding 'torch/ao/ns/_numeric_suite.py' 2025-03-14T04:10:40.2836708Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2025-03-14T04:10:40.2841582Z adding 'torch/ao/ns/fx/__init__.py' 2025-03-14T04:10:40.2849941Z adding 'torch/ao/ns/fx/graph_matcher.py' 2025-03-14T04:10:40.2864848Z adding 'torch/ao/ns/fx/graph_passes.py' 2025-03-14T04:10:40.2872174Z adding 'torch/ao/ns/fx/mappings.py' 2025-03-14T04:10:40.2899694Z adding 'torch/ao/ns/fx/n_shadows_utils.py' 2025-03-14T04:10:40.2900039Z adding 'torch/ao/ns/fx/ns_types.py' 2025-03-14T04:10:40.2901955Z adding 'torch/ao/ns/fx/pattern_utils.py' 2025-03-14T04:10:40.2907601Z adding 'torch/ao/ns/fx/qconfig_multi_mapping.py' 2025-03-14T04:10:40.2915577Z adding 'torch/ao/ns/fx/utils.py' 2025-03-14T04:10:40.2921205Z adding 'torch/ao/ns/fx/weight_utils.py' 2025-03-14T04:10:40.2925570Z adding 'torch/ao/pruning/__init__.py' 2025-03-14T04:10:40.2928547Z adding 'torch/ao/pruning/_mappings.py' 2025-03-14T04:10:40.2932162Z adding 'torch/ao/pruning/_experimental/__init__.py' 2025-03-14T04:10:40.2935973Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/__init__.py' 2025-03-14T04:10:40.2943777Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py' 2025-03-14T04:10:40.2947884Z adding 'torch/ao/pruning/_experimental/data_scheduler/__init__.py' 2025-03-14T04:10:40.2952866Z adding 'torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py' 2025-03-14T04:10:40.2956773Z adding 'torch/ao/pruning/_experimental/data_sparsifier/__init__.py' 2025-03-14T04:10:40.2963209Z adding 'torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py' 2025-03-14T04:10:40.2968535Z adding 'torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py' 2025-03-14T04:10:40.2972693Z adding 'torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py' 2025-03-14T04:10:40.2976502Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py' 2025-03-14T04:10:40.2980166Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2025-03-14T04:10:40.2983690Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2025-03-14T04:10:40.2987940Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2025-03-14T04:10:40.2992706Z adding 'torch/ao/pruning/_experimental/pruner/FPGM_pruner.py' 2025-03-14T04:10:40.2995773Z adding 'torch/ao/pruning/_experimental/pruner/__init__.py' 2025-03-14T04:10:40.3001042Z adding 'torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py' 2025-03-14T04:10:40.3004926Z adding 'torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py' 2025-03-14T04:10:40.3008321Z adding 'torch/ao/pruning/_experimental/pruner/match_utils.py' 2025-03-14T04:10:40.3011709Z adding 'torch/ao/pruning/_experimental/pruner/parametrization.py' 2025-03-14T04:10:40.3018590Z adding 'torch/ao/pruning/_experimental/pruner/prune_functions.py' 2025-03-14T04:10:40.3022407Z adding 'torch/ao/pruning/_experimental/pruner/saliency_pruner.py' 2025-03-14T04:10:40.3026003Z adding 'torch/ao/pruning/scheduler/__init__.py' 2025-03-14T04:10:40.3030514Z adding 'torch/ao/pruning/scheduler/base_scheduler.py' 2025-03-14T04:10:40.3034664Z adding 'torch/ao/pruning/scheduler/cubic_scheduler.py' 2025-03-14T04:10:40.3038400Z adding 'torch/ao/pruning/scheduler/lambda_scheduler.py' 2025-03-14T04:10:40.3042039Z adding 'torch/ao/pruning/sparsifier/__init__.py' 2025-03-14T04:10:40.3048252Z adding 'torch/ao/pruning/sparsifier/base_sparsifier.py' 2025-03-14T04:10:40.3052258Z adding 'torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py' 2025-03-14T04:10:40.3056431Z adding 'torch/ao/pruning/sparsifier/utils.py' 2025-03-14T04:10:40.3061644Z adding 'torch/ao/pruning/sparsifier/weight_norm_sparsifier.py' 2025-03-14T04:10:40.3067394Z adding 'torch/ao/quantization/__init__.py' 2025-03-14T04:10:40.3071905Z adding 'torch/ao/quantization/_correct_bias.py' 2025-03-14T04:10:40.3077331Z adding 'torch/ao/quantization/_equalize.py' 2025-03-14T04:10:40.3082400Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2025-03-14T04:10:40.3090237Z adding 'torch/ao/quantization/fake_quantize.py' 2025-03-14T04:10:40.3095324Z adding 'torch/ao/quantization/fuse_modules.py' 2025-03-14T04:10:40.3100383Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2025-03-14T04:10:40.3124969Z adding 'torch/ao/quantization/observer.py' 2025-03-14T04:10:40.3134927Z adding 'torch/ao/quantization/qconfig.py' 2025-03-14T04:10:40.3141562Z adding 'torch/ao/quantization/qconfig_mapping.py' 2025-03-14T04:10:40.3145092Z adding 'torch/ao/quantization/quant_type.py' 2025-03-14T04:10:40.3150673Z adding 'torch/ao/quantization/quantization_mappings.py' 2025-03-14T04:10:40.3161594Z adding 'torch/ao/quantization/quantize.py' 2025-03-14T04:10:40.3171928Z adding 'torch/ao/quantization/quantize_fx.py' 2025-03-14T04:10:40.3178711Z adding 'torch/ao/quantization/quantize_jit.py' 2025-03-14T04:10:40.3183963Z adding 'torch/ao/quantization/quantize_pt2e.py' 2025-03-14T04:10:40.3187643Z adding 'torch/ao/quantization/stubs.py' 2025-03-14T04:10:40.3198925Z adding 'torch/ao/quantization/utils.py' 2025-03-14T04:10:40.3203694Z adding 'torch/ao/quantization/backend_config/__init__.py' 2025-03-14T04:10:40.3211481Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2025-03-14T04:10:40.3216225Z adding 'torch/ao/quantization/backend_config/_qnnpack_pt2e.py' 2025-03-14T04:10:40.3226362Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2025-03-14T04:10:40.3232729Z adding 'torch/ao/quantization/backend_config/executorch.py' 2025-03-14T04:10:40.3236751Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2025-03-14T04:10:40.3240927Z adding 'torch/ao/quantization/backend_config/native.py' 2025-03-14T04:10:40.3263058Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2025-03-14T04:10:40.3263542Z adding 'torch/ao/quantization/backend_config/onednn.py' 2025-03-14T04:10:40.3263960Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2025-03-14T04:10:40.3264387Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2025-03-14T04:10:40.3264809Z adding 'torch/ao/quantization/backend_config/utils.py' 2025-03-14T04:10:40.3267286Z adding 'torch/ao/quantization/backend_config/x86.py' 2025-03-14T04:10:40.3271139Z adding 'torch/ao/quantization/fx/__init__.py' 2025-03-14T04:10:40.3281473Z adding 'torch/ao/quantization/fx/_decomposed.py' 2025-03-14T04:10:40.3295684Z adding 'torch/ao/quantization/fx/_equalize.py' 2025-03-14T04:10:40.3313074Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2025-03-14T04:10:40.3334538Z adding 'torch/ao/quantization/fx/convert.py' 2025-03-14T04:10:40.3341597Z adding 'torch/ao/quantization/fx/custom_config.py' 2025-03-14T04:10:40.3346644Z adding 'torch/ao/quantization/fx/fuse.py' 2025-03-14T04:10:40.3350964Z adding 'torch/ao/quantization/fx/fuse_handler.py' 2025-03-14T04:10:40.3355201Z adding 'torch/ao/quantization/fx/graph_module.py' 2025-03-14T04:10:40.3358760Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2025-03-14T04:10:40.3361522Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2025-03-14T04:10:40.3366550Z adding 'torch/ao/quantization/fx/lstm_utils.py' 2025-03-14T04:10:40.3371807Z adding 'torch/ao/quantization/fx/match_utils.py' 2025-03-14T04:10:40.3375835Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2025-03-14T04:10:40.3406372Z adding 'torch/ao/quantization/fx/prepare.py' 2025-03-14T04:10:40.3414770Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2025-03-14T04:10:40.3419620Z adding 'torch/ao/quantization/fx/quantize_handler.py' 2025-03-14T04:10:40.3423140Z adding 'torch/ao/quantization/fx/tracer.py' 2025-03-14T04:10:40.3436674Z adding 'torch/ao/quantization/fx/utils.py' 2025-03-14T04:10:40.3441589Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2025-03-14T04:10:40.3464462Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2025-03-14T04:10:40.3477090Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2025-03-14T04:10:40.3483355Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2025-03-14T04:10:40.3494960Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2025-03-14T04:10:40.3499437Z adding 'torch/ao/quantization/pt2e/__init__.py' 2025-03-14T04:10:40.3509602Z adding 'torch/ao/quantization/pt2e/_affine_quantization.py' 2025-03-14T04:10:40.3516277Z adding 'torch/ao/quantization/pt2e/_numeric_debugger.py' 2025-03-14T04:10:40.3520221Z adding 'torch/ao/quantization/pt2e/duplicate_dq_pass.py' 2025-03-14T04:10:40.3524863Z adding 'torch/ao/quantization/pt2e/export_utils.py' 2025-03-14T04:10:40.3529466Z adding 'torch/ao/quantization/pt2e/graph_utils.py' 2025-03-14T04:10:40.3534664Z adding 'torch/ao/quantization/pt2e/port_metadata_pass.py' 2025-03-14T04:10:40.3543885Z adding 'torch/ao/quantization/pt2e/prepare.py' 2025-03-14T04:10:40.3556702Z adding 'torch/ao/quantization/pt2e/qat_utils.py' 2025-03-14T04:10:40.3566251Z adding 'torch/ao/quantization/pt2e/utils.py' 2025-03-14T04:10:40.3570586Z adding 'torch/ao/quantization/pt2e/representation/__init__.py' 2025-03-14T04:10:40.3578229Z adding 'torch/ao/quantization/pt2e/representation/rewrite.py' 2025-03-14T04:10:40.3582749Z adding 'torch/ao/quantization/quantizer/__init__.py' 2025-03-14T04:10:40.3586402Z adding 'torch/ao/quantization/quantizer/composable_quantizer.py' 2025-03-14T04:10:40.3590281Z adding 'torch/ao/quantization/quantizer/embedding_quantizer.py' 2025-03-14T04:10:40.3594971Z adding 'torch/ao/quantization/quantizer/quantizer.py' 2025-03-14T04:10:40.3598895Z adding 'torch/ao/quantization/quantizer/utils.py' 2025-03-14T04:10:40.3615680Z adding 'torch/ao/quantization/quantizer/x86_inductor_quantizer.py' 2025-03-14T04:10:40.3623691Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer.py' 2025-03-14T04:10:40.3635155Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py' 2025-03-14T04:10:40.3639954Z adding 'torch/ao/quantization/quantizer/xpu_inductor_quantizer.py' 2025-03-14T04:10:40.3650736Z adding 'torch/autograd/__init__.py' 2025-03-14T04:10:40.3655248Z adding 'torch/autograd/anomaly_mode.py' 2025-03-14T04:10:40.3660053Z adding 'torch/autograd/forward_ad.py' 2025-03-14T04:10:40.3672287Z adding 'torch/autograd/function.py' 2025-03-14T04:10:40.3688324Z adding 'torch/autograd/functional.py' 2025-03-14T04:10:40.3694967Z adding 'torch/autograd/grad_mode.py' 2025-03-14T04:10:40.3728148Z adding 'torch/autograd/gradcheck.py' 2025-03-14T04:10:40.3741598Z adding 'torch/autograd/graph.py' 2025-03-14T04:10:40.3759381Z adding 'torch/autograd/profiler.py' 2025-03-14T04:10:40.3767077Z adding 'torch/autograd/profiler_legacy.py' 2025-03-14T04:10:40.3781033Z adding 'torch/autograd/profiler_util.py' 2025-03-14T04:10:40.3785050Z adding 'torch/autograd/variable.py' 2025-03-14T04:10:40.3789610Z adding 'torch/autograd/_functions/__init__.py' 2025-03-14T04:10:40.3792184Z adding 'torch/autograd/_functions/tensor.py' 2025-03-14T04:10:40.3795729Z adding 'torch/autograd/_functions/utils.py' 2025-03-14T04:10:40.3800821Z adding 'torch/backends/__init__.py' 2025-03-14T04:10:40.3803818Z adding 'torch/backends/_coreml/__init__.py' 2025-03-14T04:10:40.3807875Z adding 'torch/backends/_coreml/preprocess.py' 2025-03-14T04:10:40.3812282Z adding 'torch/backends/_nnapi/__init__.py' 2025-03-14T04:10:40.3816033Z adding 'torch/backends/_nnapi/prepare.py' 2025-03-14T04:10:40.3840425Z adding 'torch/backends/_nnapi/serializer.py' 2025-03-14T04:10:40.3845971Z adding 'torch/backends/cpu/__init__.py' 2025-03-14T04:10:40.3853220Z adding 'torch/backends/cuda/__init__.py' 2025-03-14T04:10:40.3858943Z adding 'torch/backends/cudnn/__init__.py' 2025-03-14T04:10:40.3862891Z adding 'torch/backends/cudnn/rnn.py' 2025-03-14T04:10:40.3866650Z adding 'torch/backends/cusparselt/__init__.py' 2025-03-14T04:10:40.3870516Z adding 'torch/backends/kleidiai/__init__.py' 2025-03-14T04:10:40.3874327Z adding 'torch/backends/mha/__init__.py' 2025-03-14T04:10:40.3878345Z adding 'torch/backends/mkl/__init__.py' 2025-03-14T04:10:40.3883002Z adding 'torch/backends/mkldnn/__init__.py' 2025-03-14T04:10:40.3887164Z adding 'torch/backends/mps/__init__.py' 2025-03-14T04:10:40.3891060Z adding 'torch/backends/nnpack/__init__.py' 2025-03-14T04:10:40.3894577Z adding 'torch/backends/openmp/__init__.py' 2025-03-14T04:10:40.3899203Z adding 'torch/backends/opt_einsum/__init__.py' 2025-03-14T04:10:40.3903484Z adding 'torch/backends/quantized/__init__.py' 2025-03-14T04:10:40.3907871Z adding 'torch/backends/xeon/__init__.py' 2025-03-14T04:10:40.3919301Z adding 'torch/backends/xeon/run_cpu.py' 2025-03-14T04:10:40.3924724Z adding 'torch/backends/xnnpack/__init__.py' 2025-03-14T04:10:40.4132047Z adding 'torch/bin/FileStoreTest.exe' 2025-03-14T04:10:40.4323447Z adding 'torch/bin/ProcessGroupGlooAsyncTest.exe' 2025-03-14T04:10:40.4574642Z adding 'torch/bin/ProcessGroupGlooTest.exe' 2025-03-14T04:10:40.4799007Z adding 'torch/bin/TCPStoreTest.exe' 2025-03-14T04:10:40.5012068Z adding 'torch/bin/asmjit.dll' 2025-03-14T04:10:40.6545788Z adding 'torch/bin/fbgemm.dll' 2025-03-14T04:10:40.8071175Z adding 'torch/bin/protoc.exe' 2025-03-14T04:10:41.2438614Z adding 'torch/bin/test_api.exe' 2025-03-14T04:10:41.2838491Z adding 'torch/bin/test_edge_op_registration.exe' 2025-03-14T04:10:41.5292423Z adding 'torch/bin/test_jit.exe' 2025-03-14T04:10:41.6398781Z adding 'torch/bin/test_lazy.exe' 2025-03-14T04:10:41.9719581Z adding 'torch/bin/test_tensorexpr.exe' 2025-03-14T04:10:41.9933699Z adding 'torch/bin/tutorial_tensorexpr.exe' 2025-03-14T04:10:41.9946297Z adding 'torch/compiler/__init__.py' 2025-03-14T04:10:41.9952195Z adding 'torch/compiler/_cache.py' 2025-03-14T04:10:41.9956808Z adding 'torch/compiler/config.py' 2025-03-14T04:10:41.9961071Z adding 'torch/contrib/__init__.py' 2025-03-14T04:10:41.9965695Z adding 'torch/contrib/_tensorboard_vis.py' 2025-03-14T04:10:41.9970847Z adding 'torch/cpu/__init__.py' 2025-03-14T04:10:41.9975169Z adding 'torch/cpu/amp/__init__.py' 2025-03-14T04:10:41.9978898Z adding 'torch/cpu/amp/autocast_mode.py' 2025-03-14T04:10:41.9982214Z adding 'torch/cpu/amp/grad_scaler.py' 2025-03-14T04:10:42.0004736Z adding 'torch/cuda/__init__.py' 2025-03-14T04:10:42.0009987Z adding 'torch/cuda/_gpu_trace.py' 2025-03-14T04:10:42.0021065Z adding 'torch/cuda/_memory_viz.py' 2025-03-14T04:10:42.0030692Z adding 'torch/cuda/_sanitizer.py' 2025-03-14T04:10:42.0035191Z adding 'torch/cuda/_utils.py' 2025-03-14T04:10:42.0038696Z adding 'torch/cuda/comm.py' 2025-03-14T04:10:42.0041697Z adding 'torch/cuda/error.py' 2025-03-14T04:10:42.0046156Z adding 'torch/cuda/gds.py' 2025-03-14T04:10:42.0055907Z adding 'torch/cuda/graphs.py' 2025-03-14T04:10:42.0061022Z adding 'torch/cuda/jiterator.py' 2025-03-14T04:10:42.0082405Z adding 'torch/cuda/memory.py' 2025-03-14T04:10:42.0087286Z adding 'torch/cuda/nccl.py' 2025-03-14T04:10:42.0091401Z adding 'torch/cuda/nvtx.py' 2025-03-14T04:10:42.0095798Z adding 'torch/cuda/profiler.py' 2025-03-14T04:10:42.0100344Z adding 'torch/cuda/random.py' 2025-03-14T04:10:42.0103491Z adding 'torch/cuda/sparse.py' 2025-03-14T04:10:42.0108476Z adding 'torch/cuda/streams.py' 2025-03-14T04:10:42.0119190Z adding 'torch/cuda/tunable.py' 2025-03-14T04:10:42.0123625Z adding 'torch/cuda/amp/__init__.py' 2025-03-14T04:10:42.0127505Z adding 'torch/cuda/amp/autocast_mode.py' 2025-03-14T04:10:42.0130891Z adding 'torch/cuda/amp/common.py' 2025-03-14T04:10:42.0134035Z adding 'torch/cuda/amp/grad_scaler.py' 2025-03-14T04:10:42.0139558Z adding 'torch/distributed/__init__.py' 2025-03-14T04:10:42.0142966Z adding 'torch/distributed/_checkpointable.py' 2025-03-14T04:10:42.0146221Z adding 'torch/distributed/_composable_state.py' 2025-03-14T04:10:42.0162083Z adding 'torch/distributed/_functional_collectives.py' 2025-03-14T04:10:42.0166641Z adding 'torch/distributed/_functional_collectives_impl.py' 2025-03-14T04:10:42.0170666Z adding 'torch/distributed/_serialization.py' 2025-03-14T04:10:42.0181018Z adding 'torch/distributed/_state_dict_utils.py' 2025-03-14T04:10:42.0185433Z adding 'torch/distributed/argparse_util.py' 2025-03-14T04:10:42.0189309Z adding 'torch/distributed/c10d_logger.py' 2025-03-14T04:10:42.0194141Z adding 'torch/distributed/collective_utils.py' 2025-03-14T04:10:42.0197623Z adding 'torch/distributed/constants.py' 2025-03-14T04:10:42.0214299Z adding 'torch/distributed/device_mesh.py' 2025-03-14T04:10:42.0285940Z adding 'torch/distributed/distributed_c10d.py' 2025-03-14T04:10:42.0295428Z adding 'torch/distributed/launch.py' 2025-03-14T04:10:42.0298710Z adding 'torch/distributed/logging_handlers.py' 2025-03-14T04:10:42.0302579Z adding 'torch/distributed/remote_device.py' 2025-03-14T04:10:42.0308167Z adding 'torch/distributed/rendezvous.py' 2025-03-14T04:10:42.0321285Z adding 'torch/distributed/run.py' 2025-03-14T04:10:42.0329289Z adding 'torch/distributed/utils.py' 2025-03-14T04:10:42.0333566Z adding 'torch/distributed/_composable/__init__.py' 2025-03-14T04:10:42.0338195Z adding 'torch/distributed/_composable/checkpoint_activation.py' 2025-03-14T04:10:42.0343899Z adding 'torch/distributed/_composable/contract.py' 2025-03-14T04:10:42.0350010Z adding 'torch/distributed/_composable/replicate.py' 2025-03-14T04:10:42.0354591Z adding 'torch/distributed/_composable/fsdp/__init__.py' 2025-03-14T04:10:42.0357748Z adding 'torch/distributed/_composable/fsdp/fully_shard.py' 2025-03-14T04:10:42.0361935Z adding 'torch/distributed/_shard/__init__.py' 2025-03-14T04:10:42.0365548Z adding 'torch/distributed/_shard/_utils.py' 2025-03-14T04:10:42.0402144Z adding 'torch/distributed/_shard/api.py' 2025-03-14T04:10:42.0406455Z adding 'torch/distributed/_shard/common_op_utils.py' 2025-03-14T04:10:42.0410094Z adding 'torch/distributed/_shard/metadata.py' 2025-03-14T04:10:42.0413864Z adding 'torch/distributed/_shard/op_registry_utils.py' 2025-03-14T04:10:42.0417074Z adding 'torch/distributed/_shard/sharder.py' 2025-03-14T04:10:42.0421476Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2025-03-14T04:10:42.0426162Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2025-03-14T04:10:42.0430768Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2025-03-14T04:10:42.0438507Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2025-03-14T04:10:42.0457142Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2025-03-14T04:10:42.0462337Z adding 'torch/distributed/_shard/sharded_tensor/logger.py' 2025-03-14T04:10:42.0465798Z adding 'torch/distributed/_shard/sharded_tensor/logging_handlers.py' 2025-03-14T04:10:42.0469779Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2025-03-14T04:10:42.0475366Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2025-03-14T04:10:42.0479846Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2025-03-14T04:10:42.0485832Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2025-03-14T04:10:42.0489707Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2025-03-14T04:10:42.0494023Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2025-03-14T04:10:42.0498193Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2025-03-14T04:10:42.0502894Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2025-03-14T04:10:42.0506258Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2025-03-14T04:10:42.0511459Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2025-03-14T04:10:42.0515848Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2025-03-14T04:10:42.0519931Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2025-03-14T04:10:42.0524130Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2025-03-14T04:10:42.0529628Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2025-03-14T04:10:42.0535732Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2025-03-14T04:10:42.0541741Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2025-03-14T04:10:42.0546493Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2025-03-14T04:10:42.0553542Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2025-03-14T04:10:42.0559991Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2025-03-14T04:10:42.0570623Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2025-03-14T04:10:42.0576958Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2025-03-14T04:10:42.0580849Z adding 'torch/distributed/_sharding_spec/__init__.py' 2025-03-14T04:10:42.0601677Z adding 'torch/distributed/_symmetric_memory/__init__.py' 2025-03-14T04:10:42.0607091Z adding 'torch/distributed/_tensor/__init__.py' 2025-03-14T04:10:42.0610103Z adding 'torch/distributed/_tensor/api.py' 2025-03-14T04:10:42.0613743Z adding 'torch/distributed/_tensor/placement_types.py' 2025-03-14T04:10:42.0617627Z adding 'torch/distributed/_tools/__init__.py' 2025-03-14T04:10:42.0620813Z adding 'torch/distributed/_tools/common_utils.py' 2025-03-14T04:10:42.0625591Z adding 'torch/distributed/_tools/fake_collectives.py' 2025-03-14T04:10:42.0634859Z adding 'torch/distributed/_tools/fsdp2_mem_tracker.py' 2025-03-14T04:10:42.0640854Z adding 'torch/distributed/_tools/ilp_utils.py' 2025-03-14T04:10:42.0655863Z adding 'torch/distributed/_tools/mem_tracker.py' 2025-03-14T04:10:42.0662981Z adding 'torch/distributed/_tools/memory_tracker.py' 2025-03-14T04:10:42.0668557Z adding 'torch/distributed/_tools/mod_tracker.py' 2025-03-14T04:10:42.0676734Z adding 'torch/distributed/_tools/runtime_estimator.py' 2025-03-14T04:10:42.0691695Z adding 'torch/distributed/_tools/sac_estimator.py' 2025-03-14T04:10:42.0698297Z adding 'torch/distributed/_tools/sac_ilp.py' 2025-03-14T04:10:42.0702323Z adding 'torch/distributed/algorithms/__init__.py' 2025-03-14T04:10:42.0708713Z adding 'torch/distributed/algorithms/join.py' 2025-03-14T04:10:42.0712753Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2025-03-14T04:10:42.0719175Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2025-03-14T04:10:42.0723199Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2025-03-14T04:10:42.0727664Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2025-03-14T04:10:42.0731536Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2025-03-14T04:10:42.0735271Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2025-03-14T04:10:42.0738893Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2025-03-14T04:10:42.0742839Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2025-03-14T04:10:42.0747738Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2025-03-14T04:10:42.0755419Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2025-03-14T04:10:42.0758744Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2025-03-14T04:10:42.0763086Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2025-03-14T04:10:42.0767162Z adding 'torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py' 2025-03-14T04:10:42.0771577Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2025-03-14T04:10:42.0775949Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2025-03-14T04:10:42.0789889Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2025-03-14T04:10:42.0795303Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2025-03-14T04:10:42.0799218Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2025-03-14T04:10:42.0803438Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2025-03-14T04:10:42.0808830Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2025-03-14T04:10:42.0812746Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2025-03-14T04:10:42.0817185Z adding 'torch/distributed/autograd/__init__.py' 2025-03-14T04:10:42.0821790Z adding 'torch/distributed/checkpoint/__init__.py' 2025-03-14T04:10:42.0825660Z adding 'torch/distributed/checkpoint/_async_executor.py' 2025-03-14T04:10:42.0831601Z adding 'torch/distributed/checkpoint/_async_process_executor.py' 2025-03-14T04:10:42.0835629Z adding 'torch/distributed/checkpoint/_async_thread_executor.py' 2025-03-14T04:10:42.0839485Z adding 'torch/distributed/checkpoint/_checkpointer.py' 2025-03-14T04:10:42.0843760Z adding 'torch/distributed/checkpoint/_dedup_save_plans.py' 2025-03-14T04:10:42.0847718Z adding 'torch/distributed/checkpoint/_dedup_tensors.py' 2025-03-14T04:10:42.0852733Z adding 'torch/distributed/checkpoint/_extension.py' 2025-03-14T04:10:42.0857605Z adding 'torch/distributed/checkpoint/_fsspec_filesystem.py' 2025-03-14T04:10:42.0862825Z adding 'torch/distributed/checkpoint/_hf_storage.py' 2025-03-14T04:10:42.0867148Z adding 'torch/distributed/checkpoint/_nested_dict.py' 2025-03-14T04:10:42.0871466Z adding 'torch/distributed/checkpoint/_sharded_tensor_utils.py' 2025-03-14T04:10:42.0875152Z adding 'torch/distributed/checkpoint/_storage_utils.py' 2025-03-14T04:10:42.0880049Z adding 'torch/distributed/checkpoint/_traverse.py' 2025-03-14T04:10:42.0883407Z adding 'torch/distributed/checkpoint/_version.py' 2025-03-14T04:10:42.0887027Z adding 'torch/distributed/checkpoint/api.py' 2025-03-14T04:10:42.0897027Z adding 'torch/distributed/checkpoint/default_planner.py' 2025-03-14T04:10:42.0909845Z adding 'torch/distributed/checkpoint/filesystem.py' 2025-03-14T04:10:42.0916405Z adding 'torch/distributed/checkpoint/format_utils.py' 2025-03-14T04:10:42.0920984Z adding 'torch/distributed/checkpoint/logger.py' 2025-03-14T04:10:42.0924197Z adding 'torch/distributed/checkpoint/logging_handlers.py' 2025-03-14T04:10:42.0928962Z adding 'torch/distributed/checkpoint/metadata.py' 2025-03-14T04:10:42.0935638Z adding 'torch/distributed/checkpoint/optimizer.py' 2025-03-14T04:10:42.0943799Z adding 'torch/distributed/checkpoint/planner.py' 2025-03-14T04:10:42.0951579Z adding 'torch/distributed/checkpoint/planner_helpers.py' 2025-03-14T04:10:42.0955933Z adding 'torch/distributed/checkpoint/resharding.py' 2025-03-14T04:10:42.0960308Z adding 'torch/distributed/checkpoint/staging.py' 2025-03-14T04:10:42.0980072Z adding 'torch/distributed/checkpoint/state_dict.py' 2025-03-14T04:10:42.0987890Z adding 'torch/distributed/checkpoint/state_dict_loader.py' 2025-03-14T04:10:42.0994800Z adding 'torch/distributed/checkpoint/state_dict_saver.py' 2025-03-14T04:10:42.0998969Z adding 'torch/distributed/checkpoint/stateful.py' 2025-03-14T04:10:42.1004294Z adding 'torch/distributed/checkpoint/storage.py' 2025-03-14T04:10:42.1011653Z adding 'torch/distributed/checkpoint/utils.py' 2025-03-14T04:10:42.1017422Z adding 'torch/distributed/elastic/__init__.py' 2025-03-14T04:10:42.1020905Z adding 'torch/distributed/elastic/control_plane.py' 2025-03-14T04:10:42.1025023Z adding 'torch/distributed/elastic/agent/__init__.py' 2025-03-14T04:10:42.1029722Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2025-03-14T04:10:42.1044841Z adding 'torch/distributed/elastic/agent/server/api.py' 2025-03-14T04:10:42.1049836Z adding 'torch/distributed/elastic/agent/server/health_check_server.py' 2025-03-14T04:10:42.1057464Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2025-03-14T04:10:42.1063535Z adding 'torch/distributed/elastic/events/__init__.py' 2025-03-14T04:10:42.1069770Z adding 'torch/distributed/elastic/events/api.py' 2025-03-14T04:10:42.1074778Z adding 'torch/distributed/elastic/events/handlers.py' 2025-03-14T04:10:42.1080513Z adding 'torch/distributed/elastic/metrics/__init__.py' 2025-03-14T04:10:42.1085623Z adding 'torch/distributed/elastic/metrics/api.py' 2025-03-14T04:10:42.1092148Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2025-03-14T04:10:42.1105775Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2025-03-14T04:10:42.1110602Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2025-03-14T04:10:42.1115472Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2025-03-14T04:10:42.1123322Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2025-03-14T04:10:42.1128266Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2025-03-14T04:10:42.1132229Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2025-03-14T04:10:42.1136178Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py' 2025-03-14T04:10:42.1139283Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py' 2025-03-14T04:10:42.1142890Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py' 2025-03-14T04:10:42.1148345Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2025-03-14T04:10:42.1151831Z adding 'torch/distributed/elastic/rendezvous/_etcd_stub.py' 2025-03-14T04:10:42.1157870Z adding 'torch/distributed/elastic/rendezvous/api.py' 2025-03-14T04:10:42.1164467Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2025-03-14T04:10:42.1180074Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2025-03-14T04:10:42.1196142Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2025-03-14T04:10:42.1201771Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2025-03-14T04:10:42.1207003Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2025-03-14T04:10:42.1212004Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2025-03-14T04:10:42.1215748Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2025-03-14T04:10:42.1220321Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2025-03-14T04:10:42.1225923Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2025-03-14T04:10:42.1231054Z adding 'torch/distributed/elastic/timer/__init__.py' 2025-03-14T04:10:42.1237023Z adding 'torch/distributed/elastic/timer/api.py' 2025-03-14T04:10:42.1240921Z adding 'torch/distributed/elastic/timer/debug_info_logging.py' 2025-03-14T04:10:42.1248471Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2025-03-14T04:10:42.1253229Z adding 'torch/distributed/elastic/timer/local_timer.py' 2025-03-14T04:10:42.1257400Z adding 'torch/distributed/elastic/utils/__init__.py' 2025-03-14T04:10:42.1261357Z adding 'torch/distributed/elastic/utils/api.py' 2025-03-14T04:10:42.1266390Z adding 'torch/distributed/elastic/utils/distributed.py' 2025-03-14T04:10:42.1270161Z adding 'torch/distributed/elastic/utils/log_level.py' 2025-03-14T04:10:42.1274342Z adding 'torch/distributed/elastic/utils/logging.py' 2025-03-14T04:10:42.1279723Z adding 'torch/distributed/elastic/utils/store.py' 2025-03-14T04:10:42.1284262Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2025-03-14T04:10:42.1287708Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2025-03-14T04:10:42.1292028Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2025-03-14T04:10:42.1296734Z adding 'torch/distributed/fsdp/__init__.py' 2025-03-14T04:10:42.1306764Z adding 'torch/distributed/fsdp/_common_utils.py' 2025-03-14T04:10:42.1312190Z adding 'torch/distributed/fsdp/_debug_utils.py' 2025-03-14T04:10:42.1316596Z adding 'torch/distributed/fsdp/_dynamo_utils.py' 2025-03-14T04:10:42.1323629Z adding 'torch/distributed/fsdp/_exec_order_utils.py' 2025-03-14T04:10:42.1368328Z adding 'torch/distributed/fsdp/_flat_param.py' 2025-03-14T04:10:42.1375625Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2025-03-14T04:10:42.1393715Z adding 'torch/distributed/fsdp/_init_utils.py' 2025-03-14T04:10:42.1398683Z adding 'torch/distributed/fsdp/_limiter_utils.py' 2025-03-14T04:10:42.1432202Z adding 'torch/distributed/fsdp/_optim_utils.py' 2025-03-14T04:10:42.1459262Z adding 'torch/distributed/fsdp/_runtime_utils.py' 2025-03-14T04:10:42.1465520Z adding 'torch/distributed/fsdp/_shard_utils.py' 2025-03-14T04:10:42.1478002Z adding 'torch/distributed/fsdp/_state_dict_utils.py' 2025-03-14T04:10:42.1484904Z adding 'torch/distributed/fsdp/_trace_utils.py' 2025-03-14T04:10:42.1489370Z adding 'torch/distributed/fsdp/_traversal_utils.py' 2025-03-14T04:10:42.1495615Z adding 'torch/distributed/fsdp/_unshard_param_utils.py' 2025-03-14T04:10:42.1502114Z adding 'torch/distributed/fsdp/_wrap_utils.py' 2025-03-14T04:10:42.1510940Z adding 'torch/distributed/fsdp/api.py' 2025-03-14T04:10:42.1545871Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2025-03-14T04:10:42.1555978Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2025-03-14T04:10:42.1566077Z adding 'torch/distributed/fsdp/wrap.py' 2025-03-14T04:10:42.1571286Z adding 'torch/distributed/fsdp/_fully_shard/__init__.py' 2025-03-14T04:10:42.1575676Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_api.py' 2025-03-14T04:10:42.1584927Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py' 2025-03-14T04:10:42.1590507Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_common.py' 2025-03-14T04:10:42.1595765Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_init.py' 2025-03-14T04:10:42.1611243Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_param.py' 2025-03-14T04:10:42.1624203Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py' 2025-03-14T04:10:42.1631829Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_state.py' 2025-03-14T04:10:42.1642995Z adding 'torch/distributed/fsdp/_fully_shard/_fully_shard.py' 2025-03-14T04:10:42.1647366Z adding 'torch/distributed/launcher/__init__.py' 2025-03-14T04:10:42.1652989Z adding 'torch/distributed/launcher/api.py' 2025-03-14T04:10:42.1657042Z adding 'torch/distributed/nn/__init__.py' 2025-03-14T04:10:42.1663068Z adding 'torch/distributed/nn/functional.py' 2025-03-14T04:10:42.1667061Z adding 'torch/distributed/nn/api/__init__.py' 2025-03-14T04:10:42.1676924Z adding 'torch/distributed/nn/api/remote_module.py' 2025-03-14T04:10:42.1681244Z adding 'torch/distributed/nn/jit/__init__.py' 2025-03-14T04:10:42.1685405Z adding 'torch/distributed/nn/jit/instantiator.py' 2025-03-14T04:10:42.1689338Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2025-03-14T04:10:42.1693615Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2025-03-14T04:10:42.1697785Z adding 'torch/distributed/optim/__init__.py' 2025-03-14T04:10:42.1700868Z adding 'torch/distributed/optim/_deprecation_warning.py' 2025-03-14T04:10:42.1705235Z adding 'torch/distributed/optim/apply_optimizer_in_backward.py' 2025-03-14T04:10:42.1709264Z adding 'torch/distributed/optim/functional_adadelta.py' 2025-03-14T04:10:42.1713248Z adding 'torch/distributed/optim/functional_adagrad.py' 2025-03-14T04:10:42.1717689Z adding 'torch/distributed/optim/functional_adam.py' 2025-03-14T04:10:42.1722086Z adding 'torch/distributed/optim/functional_adamax.py' 2025-03-14T04:10:42.1726583Z adding 'torch/distributed/optim/functional_adamw.py' 2025-03-14T04:10:42.1730697Z adding 'torch/distributed/optim/functional_rmsprop.py' 2025-03-14T04:10:42.1734536Z adding 'torch/distributed/optim/functional_rprop.py' 2025-03-14T04:10:42.1738700Z adding 'torch/distributed/optim/functional_sgd.py' 2025-03-14T04:10:42.1748784Z adding 'torch/distributed/optim/named_optimizer.py' 2025-03-14T04:10:42.1754503Z adding 'torch/distributed/optim/optimizer.py' 2025-03-14T04:10:42.1758713Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2025-03-14T04:10:42.1762156Z adding 'torch/distributed/optim/utils.py' 2025-03-14T04:10:42.1787014Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2025-03-14T04:10:42.1792265Z adding 'torch/distributed/optim/zero_redundancy_optimizer.pyi' 2025-03-14T04:10:42.1812325Z adding 'torch/distributed/pipelining/_IR.py' 2025-03-14T04:10:42.1816593Z adding 'torch/distributed/pipelining/__init__.py' 2025-03-14T04:10:42.1823564Z adding 'torch/distributed/pipelining/_backward.py' 2025-03-14T04:10:42.1827098Z adding 'torch/distributed/pipelining/_debug.py' 2025-03-14T04:10:42.1830280Z adding 'torch/distributed/pipelining/_unflatten.py' 2025-03-14T04:10:42.1834009Z adding 'torch/distributed/pipelining/_utils.py' 2025-03-14T04:10:42.1841265Z adding 'torch/distributed/pipelining/microbatch.py' 2025-03-14T04:10:42.1872414Z adding 'torch/distributed/pipelining/schedules.py' 2025-03-14T04:10:42.1899170Z adding 'torch/distributed/pipelining/stage.py' 2025-03-14T04:10:42.1906766Z adding 'torch/distributed/rpc/__init__.py' 2025-03-14T04:10:42.1910492Z adding 'torch/distributed/rpc/_utils.py' 2025-03-14T04:10:42.1922573Z adding 'torch/distributed/rpc/api.py' 2025-03-14T04:10:42.1930285Z adding 'torch/distributed/rpc/backend_registry.py' 2025-03-14T04:10:42.1933796Z adding 'torch/distributed/rpc/constants.py' 2025-03-14T04:10:42.1938128Z adding 'torch/distributed/rpc/functions.py' 2025-03-14T04:10:42.1943696Z adding 'torch/distributed/rpc/internal.py' 2025-03-14T04:10:42.1948580Z adding 'torch/distributed/rpc/options.py' 2025-03-14T04:10:42.1952286Z adding 'torch/distributed/rpc/rref_proxy.py' 2025-03-14T04:10:42.1957166Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2025-03-14T04:10:42.1961115Z adding 'torch/distributed/rpc/_testing/__init__.py' 2025-03-14T04:10:42.1964577Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2025-03-14T04:10:42.1968716Z adding 'torch/distributed/tensor/__init__.py' 2025-03-14T04:10:42.1986650Z adding 'torch/distributed/tensor/_api.py' 2025-03-14T04:10:42.1994287Z adding 'torch/distributed/tensor/_collective_utils.py' 2025-03-14T04:10:42.2002663Z adding 'torch/distributed/tensor/_dispatch.py' 2025-03-14T04:10:42.2008200Z adding 'torch/distributed/tensor/_dtensor_spec.py' 2025-03-14T04:10:42.2016498Z adding 'torch/distributed/tensor/_op_schema.py' 2025-03-14T04:10:42.2023837Z adding 'torch/distributed/tensor/_random.py' 2025-03-14T04:10:42.2030659Z adding 'torch/distributed/tensor/_redistribute.py' 2025-03-14T04:10:42.2039182Z adding 'torch/distributed/tensor/_sharding_prop.py' 2025-03-14T04:10:42.2044990Z adding 'torch/distributed/tensor/_shards_wrapper.py' 2025-03-14T04:10:42.2049834Z adding 'torch/distributed/tensor/_tp_conv.py' 2025-03-14T04:10:42.2056097Z adding 'torch/distributed/tensor/_utils.py' 2025-03-14T04:10:42.2059361Z adding 'torch/distributed/tensor/device_mesh.py' 2025-03-14T04:10:42.2068457Z adding 'torch/distributed/tensor/placement_types.py' 2025-03-14T04:10:42.2072973Z adding 'torch/distributed/tensor/_ops/__init__.py' 2025-03-14T04:10:42.2079045Z adding 'torch/distributed/tensor/_ops/_common_rules.py' 2025-03-14T04:10:42.2083185Z adding 'torch/distributed/tensor/_ops/_conv_ops.py' 2025-03-14T04:10:42.2087558Z adding 'torch/distributed/tensor/_ops/_einsum_strategy.py' 2025-03-14T04:10:42.2092930Z adding 'torch/distributed/tensor/_ops/_embedding_ops.py' 2025-03-14T04:10:42.2096324Z adding 'torch/distributed/tensor/_ops/_experimental_ops.py' 2025-03-14T04:10:42.2107860Z adding 'torch/distributed/tensor/_ops/_math_ops.py' 2025-03-14T04:10:42.2116430Z adding 'torch/distributed/tensor/_ops/_matrix_ops.py' 2025-03-14T04:10:42.2124175Z adding 'torch/distributed/tensor/_ops/_pointwise_ops.py' 2025-03-14T04:10:42.2127872Z adding 'torch/distributed/tensor/_ops/_random_ops.py' 2025-03-14T04:10:42.2138579Z adding 'torch/distributed/tensor/_ops/_tensor_ops.py' 2025-03-14T04:10:42.2148835Z adding 'torch/distributed/tensor/_ops/_view_ops.py' 2025-03-14T04:10:42.2154950Z adding 'torch/distributed/tensor/_ops/utils.py' 2025-03-14T04:10:42.2159237Z adding 'torch/distributed/tensor/debug/__init__.py' 2025-03-14T04:10:42.2168305Z adding 'torch/distributed/tensor/debug/_comm_mode.py' 2025-03-14T04:10:42.2172692Z adding 'torch/distributed/tensor/debug/_op_coverage.py' 2025-03-14T04:10:42.2177304Z adding 'torch/distributed/tensor/debug/_visualize_sharding.py' 2025-03-14T04:10:42.2181791Z adding 'torch/distributed/tensor/experimental/__init__.py' 2025-03-14T04:10:42.2197891Z adding 'torch/distributed/tensor/experimental/_attention.py' 2025-03-14T04:10:42.2204551Z adding 'torch/distributed/tensor/experimental/_func_map.py' 2025-03-14T04:10:42.2209239Z adding 'torch/distributed/tensor/experimental/_register_sharding.py' 2025-03-14T04:10:42.2217855Z adding 'torch/distributed/tensor/experimental/_tp_transform.py' 2025-03-14T04:10:42.2222284Z adding 'torch/distributed/tensor/parallel/__init__.py' 2025-03-14T04:10:42.2225593Z adding 'torch/distributed/tensor/parallel/_data_parallel_utils.py' 2025-03-14T04:10:42.2229637Z adding 'torch/distributed/tensor/parallel/_utils.py' 2025-03-14T04:10:42.2233892Z adding 'torch/distributed/tensor/parallel/api.py' 2025-03-14T04:10:42.2237858Z adding 'torch/distributed/tensor/parallel/ddp.py' 2025-03-14T04:10:42.2244168Z adding 'torch/distributed/tensor/parallel/fsdp.py' 2025-03-14T04:10:42.2248352Z adding 'torch/distributed/tensor/parallel/input_reshard.py' 2025-03-14T04:10:42.2255238Z adding 'torch/distributed/tensor/parallel/loss.py' 2025-03-14T04:10:42.2264426Z adding 'torch/distributed/tensor/parallel/style.py' 2025-03-14T04:10:42.2271047Z adding 'torch/distributions/__init__.py' 2025-03-14T04:10:42.2275104Z adding 'torch/distributions/bernoulli.py' 2025-03-14T04:10:42.2278777Z adding 'torch/distributions/beta.py' 2025-03-14T04:10:42.2283218Z adding 'torch/distributions/binomial.py' 2025-03-14T04:10:42.2287992Z adding 'torch/distributions/categorical.py' 2025-03-14T04:10:42.2291549Z adding 'torch/distributions/cauchy.py' 2025-03-14T04:10:42.2294773Z adding 'torch/distributions/chi2.py' 2025-03-14T04:10:42.2299879Z adding 'torch/distributions/constraint_registry.py' 2025-03-14T04:10:42.2307259Z adding 'torch/distributions/constraints.py' 2025-03-14T04:10:42.2312934Z adding 'torch/distributions/continuous_bernoulli.py' 2025-03-14T04:10:42.2317052Z adding 'torch/distributions/dirichlet.py' 2025-03-14T04:10:42.2322723Z adding 'torch/distributions/distribution.py' 2025-03-14T04:10:42.2327368Z adding 'torch/distributions/exp_family.py' 2025-03-14T04:10:42.2330203Z adding 'torch/distributions/exponential.py' 2025-03-14T04:10:42.2334137Z adding 'torch/distributions/fishersnedecor.py' 2025-03-14T04:10:42.2338815Z adding 'torch/distributions/gamma.py' 2025-03-14T04:10:42.2342060Z adding 'torch/distributions/geometric.py' 2025-03-14T04:10:42.2345794Z adding 'torch/distributions/gumbel.py' 2025-03-14T04:10:42.2350078Z adding 'torch/distributions/half_cauchy.py' 2025-03-14T04:10:42.2353026Z adding 'torch/distributions/half_normal.py' 2025-03-14T04:10:42.2357042Z adding 'torch/distributions/independent.py' 2025-03-14T04:10:42.2361484Z adding 'torch/distributions/inverse_gamma.py' 2025-03-14T04:10:42.2370916Z adding 'torch/distributions/kl.py' 2025-03-14T04:10:42.2375489Z adding 'torch/distributions/kumaraswamy.py' 2025-03-14T04:10:42.2379314Z adding 'torch/distributions/laplace.py' 2025-03-14T04:10:42.2384299Z adding 'torch/distributions/lkj_cholesky.py' 2025-03-14T04:10:42.2387721Z adding 'torch/distributions/log_normal.py' 2025-03-14T04:10:42.2391185Z adding 'torch/distributions/logistic_normal.py' 2025-03-14T04:10:42.2396380Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2025-03-14T04:10:42.2401449Z adding 'torch/distributions/mixture_same_family.py' 2025-03-14T04:10:42.2405938Z adding 'torch/distributions/multinomial.py' 2025-03-14T04:10:42.2412335Z adding 'torch/distributions/multivariate_normal.py' 2025-03-14T04:10:42.2415814Z adding 'torch/distributions/negative_binomial.py' 2025-03-14T04:10:42.2419772Z adding 'torch/distributions/normal.py' 2025-03-14T04:10:42.2423928Z adding 'torch/distributions/one_hot_categorical.py' 2025-03-14T04:10:42.2427558Z adding 'torch/distributions/pareto.py' 2025-03-14T04:10:42.2431193Z adding 'torch/distributions/poisson.py' 2025-03-14T04:10:42.2435488Z adding 'torch/distributions/relaxed_bernoulli.py' 2025-03-14T04:10:42.2439595Z adding 'torch/distributions/relaxed_categorical.py' 2025-03-14T04:10:42.2455824Z adding 'torch/distributions/studentT.py' 2025-03-14T04:10:42.2456201Z adding 'torch/distributions/transformed_distribution.py' 2025-03-14T04:10:42.2463358Z adding 'torch/distributions/transforms.py' 2025-03-14T04:10:42.2468148Z adding 'torch/distributions/uniform.py' 2025-03-14T04:10:42.2473789Z adding 'torch/distributions/utils.py' 2025-03-14T04:10:42.2477823Z adding 'torch/distributions/von_mises.py' 2025-03-14T04:10:42.2481703Z adding 'torch/distributions/weibull.py' 2025-03-14T04:10:42.2487759Z adding 'torch/distributions/wishart.py' 2025-03-14T04:10:42.2497524Z adding 'torch/export/__init__.py' 2025-03-14T04:10:42.2505155Z adding 'torch/export/_draft_export.py' 2025-03-14T04:10:42.2509532Z adding 'torch/export/_remove_auto_functionalized_pass.py' 2025-03-14T04:10:42.2513726Z adding 'torch/export/_remove_effect_tokens_pass.py' 2025-03-14T04:10:42.2517109Z adding 'torch/export/_safeguard.py' 2025-03-14T04:10:42.2524207Z adding 'torch/export/_swap.py' 2025-03-14T04:10:42.2555174Z adding 'torch/export/_trace.py' 2025-03-14T04:10:42.2560545Z adding 'torch/export/_tree_utils.py' 2025-03-14T04:10:42.2567305Z adding 'torch/export/_unlift.py' 2025-03-14T04:10:42.2570657Z adding 'torch/export/custom_obj.py' 2025-03-14T04:10:42.2573646Z adding 'torch/export/custom_ops.py' 2025-03-14T04:10:42.2577973Z adding 'torch/export/decomp_utils.py' 2025-03-14T04:10:42.2594231Z adding 'torch/export/dynamic_shapes.py' 2025-03-14T04:10:42.2617042Z adding 'torch/export/exported_program.py' 2025-03-14T04:10:42.2626150Z adding 'torch/export/graph_signature.py' 2025-03-14T04:10:42.2651927Z adding 'torch/export/unflatten.py' 2025-03-14T04:10:42.2657804Z adding 'torch/export/experimental/__init__.py' 2025-03-14T04:10:42.2661980Z adding 'torch/export/passes/__init__.py' 2025-03-14T04:10:42.2675003Z adding 'torch/fft/__init__.py' 2025-03-14T04:10:42.2680040Z adding 'torch/func/__init__.py' 2025-03-14T04:10:42.2687089Z adding 'torch/futures/__init__.py' 2025-03-14T04:10:42.2695729Z adding 'torch/fx/__init__.py' 2025-03-14T04:10:42.2697077Z adding 'torch/fx/_compatibility.py' 2025-03-14T04:10:42.2721696Z adding 'torch/fx/_graph_pickler.py' 2025-03-14T04:10:42.2722034Z adding 'torch/fx/_lazy_graph_module.py' 2025-03-14T04:10:42.2722342Z adding 'torch/fx/_pytree.py' 2025-03-14T04:10:42.2737804Z adding 'torch/fx/_symbolic_trace.py' 2025-03-14T04:10:42.2740785Z adding 'torch/fx/_utils.py' 2025-03-14T04:10:42.2744165Z adding 'torch/fx/annotate.py' 2025-03-14T04:10:42.2747106Z adding 'torch/fx/config.py' 2025-03-14T04:10:42.2775092Z adding 'torch/fx/graph.py' 2025-03-14T04:10:42.2792339Z adding 'torch/fx/graph_module.py' 2025-03-14T04:10:42.2796878Z adding 'torch/fx/immutable_collections.py' 2025-03-14T04:10:42.2804986Z adding 'torch/fx/interpreter.py' 2025-03-14T04:10:42.2818205Z adding 'torch/fx/node.py' 2025-03-14T04:10:42.2827543Z adding 'torch/fx/operator_schemas.py' 2025-03-14T04:10:42.2839099Z adding 'torch/fx/proxy.py' 2025-03-14T04:10:42.2846728Z adding 'torch/fx/subgraph_rewriter.py' 2025-03-14T04:10:42.2850674Z adding 'torch/fx/tensor_type.py' 2025-03-14T04:10:42.2855200Z adding 'torch/fx/traceback.py' 2025-03-14T04:10:42.2859330Z adding 'torch/fx/experimental/__init__.py' 2025-03-14T04:10:42.2862427Z adding 'torch/fx/experimental/_backward_state.py' 2025-03-14T04:10:42.2866417Z adding 'torch/fx/experimental/_config.py' 2025-03-14T04:10:42.2869873Z adding 'torch/fx/experimental/_constant_symnode.py' 2025-03-14T04:10:42.2873805Z adding 'torch/fx/experimental/_dynamism.py' 2025-03-14T04:10:42.2889688Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2025-03-14T04:10:42.2896918Z adding 'torch/fx/experimental/const_fold.py' 2025-03-14T04:10:42.2900342Z adding 'torch/fx/experimental/debug.py' 2025-03-14T04:10:42.2911939Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2025-03-14T04:10:42.2917294Z adding 'torch/fx/experimental/merge_matmul.py' 2025-03-14T04:10:42.2922883Z adding 'torch/fx/experimental/meta_tracer.py' 2025-03-14T04:10:42.2927329Z adding 'torch/fx/experimental/normalize.py' 2025-03-14T04:10:42.2935069Z adding 'torch/fx/experimental/optimization.py' 2025-03-14T04:10:42.2941679Z adding 'torch/fx/experimental/partitioner_utils.py' 2025-03-14T04:10:42.2978570Z adding 'torch/fx/experimental/proxy_tensor.py' 2025-03-14T04:10:42.2988910Z adding 'torch/fx/experimental/recording.py' 2025-03-14T04:10:42.2992596Z adding 'torch/fx/experimental/refinement_types.py' 2025-03-14T04:10:42.2996950Z adding 'torch/fx/experimental/rewriter.py' 2025-03-14T04:10:42.3001849Z adding 'torch/fx/experimental/schema_type_annotation.py' 2025-03-14T04:10:42.3022224Z adding 'torch/fx/experimental/sym_node.py' 2025-03-14T04:10:42.3140046Z adding 'torch/fx/experimental/symbolic_shapes.py' 2025-03-14T04:10:42.3150438Z adding 'torch/fx/experimental/unify_refinements.py' 2025-03-14T04:10:42.3163067Z adding 'torch/fx/experimental/validator.py' 2025-03-14T04:10:42.3167718Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2025-03-14T04:10:42.3173666Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2025-03-14T04:10:42.3188842Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2025-03-14T04:10:42.3203660Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2025-03-14T04:10:42.3207525Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2025-03-14T04:10:42.3213589Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2025-03-14T04:10:42.3217100Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2025-03-14T04:10:42.3222430Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2025-03-14T04:10:42.3224376Z adding 'torch/fx/experimental/unification/__init__.py' 2025-03-14T04:10:42.3228316Z adding 'torch/fx/experimental/unification/core.py' 2025-03-14T04:10:42.3231172Z adding 'torch/fx/experimental/unification/dispatch.py' 2025-03-14T04:10:42.3234920Z adding 'torch/fx/experimental/unification/match.py' 2025-03-14T04:10:42.3239332Z adding 'torch/fx/experimental/unification/more.py' 2025-03-14T04:10:42.3245020Z adding 'torch/fx/experimental/unification/unification_tools.py' 2025-03-14T04:10:42.3248672Z adding 'torch/fx/experimental/unification/utils.py' 2025-03-14T04:10:42.3252429Z adding 'torch/fx/experimental/unification/variable.py' 2025-03-14T04:10:42.3256513Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2025-03-14T04:10:42.3260093Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2025-03-14T04:10:42.3263892Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2025-03-14T04:10:42.3270722Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2025-03-14T04:10:42.3275276Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2025-03-14T04:10:42.3279119Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2025-03-14T04:10:42.3283072Z adding 'torch/fx/passes/__init__.py' 2025-03-14T04:10:42.3290398Z adding 'torch/fx/passes/_tensorify_python_scalars.py' 2025-03-14T04:10:42.3294108Z adding 'torch/fx/passes/annotate_getitem_nodes.py' 2025-03-14T04:10:42.3297695Z adding 'torch/fx/passes/fake_tensor_prop.py' 2025-03-14T04:10:42.3304659Z adding 'torch/fx/passes/graph_drawer.py' 2025-03-14T04:10:42.3309247Z adding 'torch/fx/passes/graph_manipulation.py' 2025-03-14T04:10:42.3313861Z adding 'torch/fx/passes/graph_transform_observer.py' 2025-03-14T04:10:42.3325832Z adding 'torch/fx/passes/net_min_base.py' 2025-03-14T04:10:42.3331370Z adding 'torch/fx/passes/operator_support.py' 2025-03-14T04:10:42.3335541Z adding 'torch/fx/passes/param_fetch.py' 2025-03-14T04:10:42.3340602Z adding 'torch/fx/passes/pass_manager.py' 2025-03-14T04:10:42.3354306Z adding 'torch/fx/passes/reinplace.py' 2025-03-14T04:10:42.3365392Z adding 'torch/fx/passes/runtime_assert.py' 2025-03-14T04:10:42.3371000Z adding 'torch/fx/passes/shape_prop.py' 2025-03-14T04:10:42.3380958Z adding 'torch/fx/passes/split_module.py' 2025-03-14T04:10:42.3387616Z adding 'torch/fx/passes/split_utils.py' 2025-03-14T04:10:42.3400293Z adding 'torch/fx/passes/splitter_base.py' 2025-03-14T04:10:42.3406953Z adding 'torch/fx/passes/tools_common.py' 2025-03-14T04:10:42.3411276Z adding 'torch/fx/passes/backends/__init__.py' 2025-03-14T04:10:42.3414689Z adding 'torch/fx/passes/backends/cudagraphs.py' 2025-03-14T04:10:42.3418166Z adding 'torch/fx/passes/dialect/__init__.py' 2025-03-14T04:10:42.3421751Z adding 'torch/fx/passes/dialect/common/__init__.py' 2025-03-14T04:10:42.3425944Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2025-03-14T04:10:42.3429754Z adding 'torch/fx/passes/infra/__init__.py' 2025-03-14T04:10:42.3437199Z adding 'torch/fx/passes/infra/partitioner.py' 2025-03-14T04:10:42.3440652Z adding 'torch/fx/passes/infra/pass_base.py' 2025-03-14T04:10:42.3446431Z adding 'torch/fx/passes/infra/pass_manager.py' 2025-03-14T04:10:42.3450544Z adding 'torch/fx/passes/tests/__init__.py' 2025-03-14T04:10:42.3454207Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2025-03-14T04:10:42.3457463Z adding 'torch/fx/passes/utils/__init__.py' 2025-03-14T04:10:42.3461214Z adding 'torch/fx/passes/utils/common.py' 2025-03-14T04:10:42.3466901Z adding 'torch/fx/passes/utils/fuser_utils.py' 2025-03-14T04:10:42.3474629Z adding 'torch/fx/passes/utils/matcher_utils.py' 2025-03-14T04:10:42.3479177Z adding 'torch/fx/passes/utils/matcher_with_name_node_map_utils.py' 2025-03-14T04:10:42.3483709Z adding 'torch/fx/passes/utils/source_matcher_utils.py' 2025-03-14T04:10:42.3497657Z adding 'torch/include/cpuinfo.h' 2025-03-14T04:10:42.3502165Z adding 'torch/include/dnnl.h' 2025-03-14T04:10:42.3505346Z adding 'torch/include/dnnl_config.h' 2025-03-14T04:10:42.3508454Z adding 'torch/include/dnnl_debug.h' 2025-03-14T04:10:42.3511831Z adding 'torch/include/dnnl_ocl.h' 2025-03-14T04:10:42.3514732Z adding 'torch/include/dnnl_sycl.h' 2025-03-14T04:10:42.3517819Z adding 'torch/include/dnnl_sycl_types.h' 2025-03-14T04:10:42.3520796Z adding 'torch/include/dnnl_threadpool.h' 2025-03-14T04:10:42.3523948Z adding 'torch/include/dnnl_types.h' 2025-03-14T04:10:42.3527740Z adding 'torch/include/dnnl_version.h' 2025-03-14T04:10:42.3530037Z adding 'torch/include/experiments-config.h' 2025-03-14T04:10:42.3533541Z adding 'torch/include/fp16.h' 2025-03-14T04:10:42.3539103Z adding 'torch/include/fxdiv.h' 2025-03-14T04:10:42.3542093Z adding 'torch/include/libshm.h' 2025-03-14T04:10:42.3552265Z adding 'torch/include/psimd.h' 2025-03-14T04:10:42.3567496Z adding 'torch/include/pthreadpool.h' 2025-03-14T04:10:42.3607320Z adding 'torch/include/sleef.h' 2025-03-14T04:10:42.3648917Z adding 'torch/include/xnnpack.h' 2025-03-14T04:10:42.3659893Z adding 'torch/include/ATen/ATen.h' 2025-03-14T04:10:42.3663833Z adding 'torch/include/ATen/AccumulateType.h' 2025-03-14T04:10:42.3667078Z adding 'torch/include/ATen/ArrayRef.h' 2025-03-14T04:10:42.3669727Z adding 'torch/include/ATen/Backend.h' 2025-03-14T04:10:42.3672502Z adding 'torch/include/ATen/Backtrace.h' 2025-03-14T04:10:42.3675388Z adding 'torch/include/ATen/BlasBackend.h' 2025-03-14T04:10:42.3680572Z adding 'torch/include/ATen/CPUApplyUtils.h' 2025-03-14T04:10:42.3684638Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2025-03-14T04:10:42.3687963Z adding 'torch/include/ATen/CPUFunctions.h' 2025-03-14T04:10:42.3694035Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2025-03-14T04:10:42.3697944Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2025-03-14T04:10:42.3701328Z adding 'torch/include/ATen/CUDAFunctions.h' 2025-03-14T04:10:42.3707987Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2025-03-14T04:10:42.3711918Z adding 'torch/include/ATen/CachedTensorUtils.h' 2025-03-14T04:10:42.3715407Z adding 'torch/include/ATen/CollapseDims.h' 2025-03-14T04:10:42.3718913Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2025-03-14T04:10:42.3726242Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2025-03-14T04:10:42.3730815Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2025-03-14T04:10:42.3736134Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2025-03-14T04:10:42.3740459Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2025-03-14T04:10:42.3746656Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2025-03-14T04:10:42.3751224Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2025-03-14T04:10:42.3754584Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2025-03-14T04:10:42.3757457Z adding 'torch/include/ATen/Config.h' 2025-03-14T04:10:42.3765593Z adding 'torch/include/ATen/Context.h' 2025-03-14T04:10:42.3769361Z adding 'torch/include/ATen/DLConvertor.h' 2025-03-14T04:10:42.3772126Z adding 'torch/include/ATen/Device.h' 2025-03-14T04:10:42.3775753Z adding 'torch/include/ATen/DeviceAccelerator.h' 2025-03-14T04:10:42.3779917Z adding 'torch/include/ATen/DeviceGuard.h' 2025-03-14T04:10:42.3781818Z adding 'torch/include/ATen/DimVector.h' 2025-03-14T04:10:42.3784982Z adding 'torch/include/ATen/Dimname.h' 2025-03-14T04:10:42.3793487Z adding 'torch/include/ATen/Dispatch.h' 2025-03-14T04:10:42.3802506Z adding 'torch/include/ATen/Dispatch_v2.h' 2025-03-14T04:10:42.3806930Z adding 'torch/include/ATen/DynamicLibrary.h' 2025-03-14T04:10:42.3810608Z adding 'torch/include/ATen/EmptyTensor.h' 2025-03-14T04:10:42.3813892Z adding 'torch/include/ATen/ExpandBase.h' 2025-03-14T04:10:42.3819669Z adding 'torch/include/ATen/ExpandUtils.h' 2025-03-14T04:10:42.3822863Z adding 'torch/include/ATen/Formatting.h' 2025-03-14T04:10:42.3826358Z adding 'torch/include/ATen/FuncTorchTLS.h' 2025-03-14T04:10:42.3831675Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2025-03-14T04:10:42.3839210Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2025-03-14T04:10:42.3851244Z adding 'torch/include/ATen/Functions.h' 2025-03-14T04:10:42.3855402Z adding 'torch/include/ATen/Generator.h' 2025-03-14T04:10:42.3858971Z adding 'torch/include/ATen/InferSize.h' 2025-03-14T04:10:42.3862016Z adding 'torch/include/ATen/InitialTensorOptions.h' 2025-03-14T04:10:42.3864834Z adding 'torch/include/ATen/Layout.h' 2025-03-14T04:10:42.3868082Z adding 'torch/include/ATen/LegacyBatchedFallback.h' 2025-03-14T04:10:42.3872546Z adding 'torch/include/ATen/LegacyBatchedTensorImpl.h' 2025-03-14T04:10:42.3876139Z adding 'torch/include/ATen/LegacyVmapMode.h' 2025-03-14T04:10:42.3881780Z adding 'torch/include/ATen/LegacyVmapTransforms.h' 2025-03-14T04:10:42.3884331Z adding 'torch/include/ATen/LinalgBackend.h' 2025-03-14T04:10:42.3888041Z adding 'torch/include/ATen/MapAllocator.h' 2025-03-14T04:10:42.3891731Z adding 'torch/include/ATen/MatrixRef.h' 2025-03-14T04:10:42.3895116Z adding 'torch/include/ATen/MemoryOverlap.h' 2025-03-14T04:10:42.3898636Z adding 'torch/include/ATen/MetaFunctions.h' 2025-03-14T04:10:42.3904206Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2025-03-14T04:10:42.3908796Z adding 'torch/include/ATen/MethodOperators.h' 2025-03-14T04:10:42.3912095Z adding 'torch/include/ATen/NamedTensor.h' 2025-03-14T04:10:42.3916404Z adding 'torch/include/ATen/NamedTensorUtils.h' 2025-03-14T04:10:42.3927524Z adding 'torch/include/ATen/NativeFunctions.h' 2025-03-14T04:10:42.3939349Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2025-03-14T04:10:42.3946224Z adding 'torch/include/ATen/NestedTensorImpl.h' 2025-03-14T04:10:42.3950306Z adding 'torch/include/ATen/NumericUtils.h' 2025-03-14T04:10:42.3953662Z adding 'torch/include/ATen/OpMathType.h' 2025-03-14T04:10:42.3957881Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2025-03-14T04:10:42.3969255Z adding 'torch/include/ATen/Operators.h' 2025-03-14T04:10:42.3973734Z adding 'torch/include/ATen/PTThreadPool.h' 2025-03-14T04:10:42.3976542Z adding 'torch/include/ATen/PadNd.h' 2025-03-14T04:10:42.3980066Z adding 'torch/include/ATen/Parallel-inl.h' 2025-03-14T04:10:42.3984167Z adding 'torch/include/ATen/Parallel.h' 2025-03-14T04:10:42.3987457Z adding 'torch/include/ATen/ParallelFuture.h' 2025-03-14T04:10:42.3990528Z adding 'torch/include/ATen/ParallelNative.h' 2025-03-14T04:10:42.3993616Z adding 'torch/include/ATen/ParallelOpenMP.h' 2025-03-14T04:10:42.3996977Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2025-03-14T04:10:42.4000557Z adding 'torch/include/ATen/ROCmFABackend.h' 2025-03-14T04:10:42.4263214Z adding 'torch/include/ATen/RedispatchFunctions.h' 2025-03-14T04:10:42.4449172Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2025-03-14T04:10:42.4472258Z adding 'torch/include/ATen/SDPBackend.h' 2025-03-14T04:10:42.4475755Z adding 'torch/include/ATen/SavedTensorHooks.h' 2025-03-14T04:10:42.4478577Z adding 'torch/include/ATen/Scalar.h' 2025-03-14T04:10:42.4481828Z adding 'torch/include/ATen/ScalarOps.h' 2025-03-14T04:10:42.4484705Z adding 'torch/include/ATen/ScalarType.h' 2025-03-14T04:10:42.4487545Z adding 'torch/include/ATen/SequenceNumber.h' 2025-03-14T04:10:42.4490385Z adding 'torch/include/ATen/SmallVector.h' 2025-03-14T04:10:42.4494801Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2025-03-14T04:10:42.4501596Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2025-03-14T04:10:42.4508095Z adding 'torch/include/ATen/SparseTensorImpl.h' 2025-03-14T04:10:42.4511324Z adding 'torch/include/ATen/Storage.h' 2025-03-14T04:10:42.4514932Z adding 'torch/include/ATen/StorageUtils.h' 2025-03-14T04:10:42.4518484Z adding 'torch/include/ATen/Tensor.h' 2025-03-14T04:10:42.4520360Z adding 'torch/include/ATen/TensorAccessor.h' 2025-03-14T04:10:42.4524182Z adding 'torch/include/ATen/TensorGeometry.h' 2025-03-14T04:10:42.4533900Z adding 'torch/include/ATen/TensorIndexing.h' 2025-03-14T04:10:42.4549620Z adding 'torch/include/ATen/TensorIterator.h' 2025-03-14T04:10:42.4554112Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2025-03-14T04:10:42.4558480Z adding 'torch/include/ATen/TensorMeta.h' 2025-03-14T04:10:42.4561965Z adding 'torch/include/ATen/TensorNames.h' 2025-03-14T04:10:42.4565561Z adding 'torch/include/ATen/TensorOperators.h' 2025-03-14T04:10:42.4568365Z adding 'torch/include/ATen/TensorOptions.h' 2025-03-14T04:10:42.4572236Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2025-03-14T04:10:42.4577060Z adding 'torch/include/ATen/TensorUtils.h' 2025-03-14T04:10:42.4607379Z adding 'torch/include/ATen/ThreadLocalPythonObjects.h' 2025-03-14T04:10:42.4607813Z adding 'torch/include/ATen/ThreadLocalState.h' 2025-03-14T04:10:42.4608146Z adding 'torch/include/ATen/TracerMode.h' 2025-03-14T04:10:42.4608464Z adding 'torch/include/ATen/TypeDefault.h' 2025-03-14T04:10:42.4608774Z adding 'torch/include/ATen/Utils.h' 2025-03-14T04:10:42.4609069Z adding 'torch/include/ATen/Version.h' 2025-03-14T04:10:42.4775482Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2025-03-14T04:10:42.4818396Z adding 'torch/include/ATen/WrapDimUtils.h' 2025-03-14T04:10:42.4821726Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2025-03-14T04:10:42.4832711Z adding 'torch/include/ATen/autocast_mode.h' 2025-03-14T04:10:42.4836872Z adding 'torch/include/ATen/ceil_div.h' 2025-03-14T04:10:42.4841365Z adding 'torch/include/ATen/code_template.h' 2025-03-14T04:10:42.4845420Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2025-03-14T04:10:42.4848394Z adding 'torch/include/ATen/div_rtn.h' 2025-03-14T04:10:42.4853245Z adding 'torch/include/ATen/dlpack.h' 2025-03-14T04:10:42.4856663Z adding 'torch/include/ATen/jit_macros.h' 2025-03-14T04:10:42.4859920Z adding 'torch/include/ATen/jiterator_macros.h' 2025-03-14T04:10:42.4869312Z adding 'torch/include/ATen/record_function.h' 2025-03-14T04:10:42.4874851Z adding 'torch/include/ATen/core/ATenGeneral.h' 2025-03-14T04:10:42.4877742Z adding 'torch/include/ATen/core/ATenOpList.h' 2025-03-14T04:10:42.4880955Z adding 'torch/include/ATen/core/ATen_fwd.h' 2025-03-14T04:10:42.4885091Z adding 'torch/include/ATen/core/ATen_pch.h' 2025-03-14T04:10:42.4888305Z adding 'torch/include/ATen/core/Array.h' 2025-03-14T04:10:42.4891281Z adding 'torch/include/ATen/core/Backtrace.h' 2025-03-14T04:10:42.4901938Z adding 'torch/include/ATen/core/CachingHostAllocator.h' 2025-03-14T04:10:42.4904941Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2025-03-14T04:10:42.4909054Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2025-03-14T04:10:42.4912267Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2025-03-14T04:10:42.4919039Z adding 'torch/include/ATen/core/Dict.h' 2025-03-14T04:10:42.4923522Z adding 'torch/include/ATen/core/Dict_inl.h' 2025-03-14T04:10:42.4926893Z adding 'torch/include/ATen/core/DimVector.h' 2025-03-14T04:10:42.4930245Z adding 'torch/include/ATen/core/Dimname.h' 2025-03-14T04:10:42.4936159Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2025-03-14T04:10:42.4938711Z adding 'torch/include/ATen/core/Formatting.h' 2025-03-14T04:10:42.4943436Z adding 'torch/include/ATen/core/Generator.h' 2025-03-14T04:10:42.4947419Z adding 'torch/include/ATen/core/GeneratorForPrivateuseone.h' 2025-03-14T04:10:42.4955396Z adding 'torch/include/ATen/core/IListRef.h' 2025-03-14T04:10:42.4959976Z adding 'torch/include/ATen/core/IListRef_inl.h' 2025-03-14T04:10:42.4964397Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2025-03-14T04:10:42.4971110Z adding 'torch/include/ATen/core/List.h' 2025-03-14T04:10:42.4976704Z adding 'torch/include/ATen/core/List_inl.h' 2025-03-14T04:10:42.4981848Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2025-03-14T04:10:42.4986816Z adding 'torch/include/ATen/core/NamedTensor.h' 2025-03-14T04:10:42.4991094Z adding 'torch/include/ATen/core/NestedIntSymNodeImpl.h' 2025-03-14T04:10:42.4996182Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2025-03-14T04:10:42.4999681Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2025-03-14T04:10:42.5002991Z adding 'torch/include/ATen/core/PythonOpRegistrationTrampoline.h' 2025-03-14T04:10:42.5006600Z adding 'torch/include/ATen/core/QuantizerBase.h' 2025-03-14T04:10:42.5009649Z adding 'torch/include/ATen/core/Range.h' 2025-03-14T04:10:42.5012630Z adding 'torch/include/ATen/core/Reduction.h' 2025-03-14T04:10:42.5015464Z adding 'torch/include/ATen/core/Scalar.h' 2025-03-14T04:10:42.5018152Z adding 'torch/include/ATen/core/ScalarType.h' 2025-03-14T04:10:42.5021613Z adding 'torch/include/ATen/core/Tensor.h' 2025-03-14T04:10:42.5026495Z adding 'torch/include/ATen/core/TensorAccessor.h' 2025-03-14T04:10:42.5041786Z adding 'torch/include/ATen/core/TensorBase.h' 2025-03-14T04:10:42.5097967Z adding 'torch/include/ATen/core/TensorBody.h' 2025-03-14T04:10:42.5108414Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2025-03-14T04:10:42.5112179Z adding 'torch/include/ATen/core/TransformationHelper.h' 2025-03-14T04:10:42.5115408Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2025-03-14T04:10:42.5118374Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2025-03-14T04:10:42.5122156Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2025-03-14T04:10:42.5125895Z adding 'torch/include/ATen/core/Variadic.h' 2025-03-14T04:10:42.5129302Z adding 'torch/include/ATen/core/Vitals.h' 2025-03-14T04:10:42.5133326Z adding 'torch/include/ATen/core/alias_info.h' 2025-03-14T04:10:42.5148848Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2025-03-14T04:10:42.5154280Z adding 'torch/include/ATen/core/blob.h' 2025-03-14T04:10:42.5157814Z adding 'torch/include/ATen/core/builtin_function.h' 2025-03-14T04:10:42.5164125Z adding 'torch/include/ATen/core/class_type.h' 2025-03-14T04:10:42.5167726Z adding 'torch/include/ATen/core/custom_class.h' 2025-03-14T04:10:42.5173352Z adding 'torch/include/ATen/core/dynamic_type.h' 2025-03-14T04:10:42.5176550Z adding 'torch/include/ATen/core/enum_tag.h' 2025-03-14T04:10:42.5180114Z adding 'torch/include/ATen/core/enum_type.h' 2025-03-14T04:10:42.5183945Z adding 'torch/include/ATen/core/function.h' 2025-03-14T04:10:42.5194042Z adding 'torch/include/ATen/core/function_schema.h' 2025-03-14T04:10:42.5198077Z adding 'torch/include/ATen/core/function_schema_inl.h' 2025-03-14T04:10:42.5201299Z adding 'torch/include/ATen/core/functional.h' 2025-03-14T04:10:42.5204180Z adding 'torch/include/ATen/core/grad_mode.h' 2025-03-14T04:10:42.5209734Z adding 'torch/include/ATen/core/interned_strings.h' 2025-03-14T04:10:42.5213218Z adding 'torch/include/ATen/core/interned_strings_class.h' 2025-03-14T04:10:42.5232568Z adding 'torch/include/ATen/core/ivalue.h' 2025-03-14T04:10:42.5263322Z adding 'torch/include/ATen/core/ivalue_inl.h' 2025-03-14T04:10:42.5269006Z adding 'torch/include/ATen/core/ivalue_to.h' 2025-03-14T04:10:42.5291452Z adding 'torch/include/ATen/core/jit_type.h' 2025-03-14T04:10:42.5301449Z adding 'torch/include/ATen/core/jit_type_base.h' 2025-03-14T04:10:42.5305825Z adding 'torch/include/ATen/core/operator_name.h' 2025-03-14T04:10:42.5310190Z adding 'torch/include/ATen/core/qualified_name.h' 2025-03-14T04:10:42.5314022Z adding 'torch/include/ATen/core/rref_interface.h' 2025-03-14T04:10:42.5317960Z adding 'torch/include/ATen/core/stack.h' 2025-03-14T04:10:42.5322611Z adding 'torch/include/ATen/core/symbol.h' 2025-03-14T04:10:42.5326460Z adding 'torch/include/ATen/core/type_factory.h' 2025-03-14T04:10:42.5329682Z adding 'torch/include/ATen/core/type_ptr.h' 2025-03-14T04:10:42.5332731Z adding 'torch/include/ATen/core/typeid.h' 2025-03-14T04:10:42.5338649Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2025-03-14T04:10:42.5342578Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2025-03-14T04:10:42.5347796Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2025-03-14T04:10:42.5353390Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2025-03-14T04:10:42.5356465Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2025-03-14T04:10:42.5360799Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2025-03-14T04:10:42.5364768Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2025-03-14T04:10:42.5370348Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2025-03-14T04:10:42.5380449Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2025-03-14T04:10:42.5385082Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2025-03-14T04:10:42.5389827Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2025-03-14T04:10:42.5395406Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2025-03-14T04:10:42.5408525Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2025-03-14T04:10:42.5412605Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2025-03-14T04:10:42.5419072Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2025-03-14T04:10:42.5422781Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2025-03-14T04:10:42.5425985Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2025-03-14T04:10:42.5430567Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2025-03-14T04:10:42.5434992Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2025-03-14T04:10:42.5439740Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2025-03-14T04:10:42.5448983Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2025-03-14T04:10:42.5453218Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2025-03-14T04:10:42.5456193Z adding 'torch/include/ATen/cpu/Utils.h' 2025-03-14T04:10:42.5460806Z adding 'torch/include/ATen/cpu/vml.h' 2025-03-14T04:10:42.5465391Z adding 'torch/include/ATen/cpu/vec/functional.h' 2025-03-14T04:10:42.5470401Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2025-03-14T04:10:42.5477657Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2025-03-14T04:10:42.5480926Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2025-03-14T04:10:42.5484277Z adding 'torch/include/ATen/cpu/vec/vec.h' 2025-03-14T04:10:42.5496229Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2025-03-14T04:10:42.5500770Z adding 'torch/include/ATen/cpu/vec/vec_convert.h' 2025-03-14T04:10:42.5505917Z adding 'torch/include/ATen/cpu/vec/vec_half.h' 2025-03-14T04:10:42.5511499Z adding 'torch/include/ATen/cpu/vec/vec_mask.h' 2025-03-14T04:10:42.5517134Z adding 'torch/include/ATen/cpu/vec/vec_n.h' 2025-03-14T04:10:42.5521239Z adding 'torch/include/ATen/cpu/vec/sve/sve_helper.h' 2025-03-14T04:10:42.5525645Z adding 'torch/include/ATen/cpu/vec/sve/vec_common_sve.h' 2025-03-14T04:10:42.5531767Z adding 'torch/include/ATen/cpu/vec/sve/vec_double.h' 2025-03-14T04:10:42.5538504Z adding 'torch/include/ATen/cpu/vec/sve/vec_float.h' 2025-03-14T04:10:42.5545746Z adding 'torch/include/ATen/cpu/vec/sve/vec_int.h' 2025-03-14T04:10:42.5552285Z adding 'torch/include/ATen/cpu/vec/sve/vec_qint.h' 2025-03-14T04:10:42.5557289Z adding 'torch/include/ATen/cpu/vec/vec128/vec128.h' 2025-03-14T04:10:42.5564184Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_bfloat16_neon.h' 2025-03-14T04:10:42.5568256Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_convert.h' 2025-03-14T04:10:42.5574937Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_float_neon.h' 2025-03-14T04:10:42.5581786Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_half_neon.h' 2025-03-14T04:10:42.5586781Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_reduced_precision_common_neon.h' 2025-03-14T04:10:42.5592168Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2025-03-14T04:10:42.5595666Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2025-03-14T04:10:42.5600724Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2025-03-14T04:10:42.5608835Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_16bit_float.h' 2025-03-14T04:10:42.5613861Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2025-03-14T04:10:42.5620931Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2025-03-14T04:10:42.5628877Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2025-03-14T04:10:42.5633883Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_convert.h' 2025-03-14T04:10:42.5639437Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2025-03-14T04:10:42.5647251Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2025-03-14T04:10:42.5652094Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_half.h' 2025-03-14T04:10:42.5665867Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2025-03-14T04:10:42.5672026Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_mask.h' 2025-03-14T04:10:42.5684608Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2025-03-14T04:10:42.5690193Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h' 2025-03-14T04:10:42.5695682Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h' 2025-03-14T04:10:42.5704879Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h' 2025-03-14T04:10:42.5713321Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h' 2025-03-14T04:10:42.5719399Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h' 2025-03-14T04:10:42.5725723Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h' 2025-03-14T04:10:42.5731961Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h' 2025-03-14T04:10:42.5737876Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h' 2025-03-14T04:10:42.5741946Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h' 2025-03-14T04:10:42.5747204Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h' 2025-03-14T04:10:42.5753342Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h' 2025-03-14T04:10:42.5759640Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h' 2025-03-14T04:10:42.5766850Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h' 2025-03-14T04:10:42.5791651Z adding 'torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h' 2025-03-14T04:10:42.5800481Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2025-03-14T04:10:42.5815242Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2025-03-14T04:10:42.5824896Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2025-03-14T04:10:42.5835422Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2025-03-14T04:10:42.5840883Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_convert.h' 2025-03-14T04:10:42.5846637Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2025-03-14T04:10:42.5855223Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2025-03-14T04:10:42.5868553Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2025-03-14T04:10:42.5875043Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_mask.h' 2025-03-14T04:10:42.5886542Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2025-03-14T04:10:42.5892469Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2025-03-14T04:10:42.5896426Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2025-03-14T04:10:42.5899365Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2025-03-14T04:10:42.5906258Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2025-03-14T04:10:42.5914978Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2025-03-14T04:10:42.5920444Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2025-03-14T04:10:42.5924645Z adding 'torch/include/ATen/cuda/CUDAConfig.h' 2025-03-14T04:10:42.5927004Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2025-03-14T04:10:42.5930678Z adding 'torch/include/ATen/cuda/CUDAContextLight.h' 2025-03-14T04:10:42.5934080Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2025-03-14T04:10:42.5937314Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2025-03-14T04:10:42.5941888Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2025-03-14T04:10:42.5947252Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2025-03-14T04:10:42.5950696Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2025-03-14T04:10:42.5954369Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2025-03-14T04:10:42.5958461Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2025-03-14T04:10:42.5962321Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2025-03-14T04:10:42.5967162Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2025-03-14T04:10:42.5970501Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2025-03-14T04:10:42.5973405Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2025-03-14T04:10:42.5976891Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2025-03-14T04:10:42.5981197Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2025-03-14T04:10:42.5983601Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2025-03-14T04:10:42.5988735Z adding 'torch/include/ATen/cuda/Exceptions.h' 2025-03-14T04:10:42.5992847Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2025-03-14T04:10:42.5995913Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2025-03-14T04:10:42.5998804Z adding 'torch/include/ATen/cuda/PhiloxCudaState.h' 2025-03-14T04:10:42.6001546Z adding 'torch/include/ATen/cuda/PhiloxUtils.cuh' 2025-03-14T04:10:42.6004543Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2025-03-14T04:10:42.6007853Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2025-03-14T04:10:42.6011000Z adding 'torch/include/ATen/cuda/Sleep.h' 2025-03-14T04:10:42.6015217Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2025-03-14T04:10:42.6021760Z adding 'torch/include/ATen/cuda/cub.cuh' 2025-03-14T04:10:42.6026446Z adding 'torch/include/ATen/cuda/cub.h' 2025-03-14T04:10:42.6029541Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2025-03-14T04:10:42.6032773Z adding 'torch/include/ATen/cuda/jiterator.h' 2025-03-14T04:10:42.6037664Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2025-03-14T04:10:42.6040229Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2025-03-14T04:10:42.6044675Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2025-03-14T04:10:42.6049891Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2025-03-14T04:10:42.6053228Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2025-03-14T04:10:42.6057432Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2025-03-14T04:10:42.6060988Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2025-03-14T04:10:42.6063949Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2025-03-14T04:10:42.6068057Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2025-03-14T04:10:42.6071568Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2025-03-14T04:10:42.6075194Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2025-03-14T04:10:42.6078804Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2025-03-14T04:10:42.6086004Z adding 'torch/include/ATen/cuda/tunable/GemmCommon.h' 2025-03-14T04:10:42.6093979Z adding 'torch/include/ATen/cuda/tunable/GemmHipblaslt.h' 2025-03-14T04:10:42.6099130Z adding 'torch/include/ATen/cuda/tunable/GemmRocblas.h' 2025-03-14T04:10:42.6102538Z adding 'torch/include/ATen/cuda/tunable/StreamTimer.h' 2025-03-14T04:10:42.6107327Z adding 'torch/include/ATen/cuda/tunable/Tunable.h' 2025-03-14T04:10:42.6112006Z adding 'torch/include/ATen/cuda/tunable/TunableGemm.h' 2025-03-14T04:10:42.6118576Z adding 'torch/include/ATen/cuda/tunable/TunableOp.h' 2025-03-14T04:10:42.6126896Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2025-03-14T04:10:42.6129704Z adding 'torch/include/ATen/cudnn/Handle.h' 2025-03-14T04:10:42.6132495Z adding 'torch/include/ATen/cudnn/Handles.h' 2025-03-14T04:10:42.6135366Z adding 'torch/include/ATen/cudnn/Types.h' 2025-03-14T04:10:42.6138318Z adding 'torch/include/ATen/cudnn/Utils.h' 2025-03-14T04:10:42.6141346Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2025-03-14T04:10:42.6145986Z adding 'torch/include/ATen/detail/AcceleratorHooksInterface.h' 2025-03-14T04:10:42.6150526Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2025-03-14T04:10:42.6154202Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2025-03-14T04:10:42.6157679Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2025-03-14T04:10:42.6160935Z adding 'torch/include/ATen/detail/HPUHooksInterface.h' 2025-03-14T04:10:42.6164042Z adding 'torch/include/ATen/detail/IPUHooksInterface.h' 2025-03-14T04:10:42.6167223Z adding 'torch/include/ATen/detail/MAIAHooksInterface.h' 2025-03-14T04:10:42.6170742Z adding 'torch/include/ATen/detail/MPSHooksInterface.h' 2025-03-14T04:10:42.6174678Z adding 'torch/include/ATen/detail/MTIAHooksInterface.h' 2025-03-14T04:10:42.6178234Z adding 'torch/include/ATen/detail/PrivateUse1HooksInterface.h' 2025-03-14T04:10:42.6181606Z adding 'torch/include/ATen/detail/XPUHooksInterface.h' 2025-03-14T04:10:42.6185757Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2025-03-14T04:10:42.6192480Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2025-03-14T04:10:42.6196589Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2025-03-14T04:10:42.6201199Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2025-03-14T04:10:42.6205264Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2025-03-14T04:10:42.6209591Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2025-03-14T04:10:42.6212963Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2025-03-14T04:10:42.6217693Z adding 'torch/include/ATen/functorch/Interpreter.h' 2025-03-14T04:10:42.6223201Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2025-03-14T04:10:42.6226183Z adding 'torch/include/ATen/functorch/Macros.h' 2025-03-14T04:10:42.6229979Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2025-03-14T04:10:42.6234088Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2025-03-14T04:10:42.6237293Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2025-03-14T04:10:42.6242030Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2025-03-14T04:10:42.6245064Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2025-03-14T04:10:42.6250994Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2025-03-14T04:10:42.6255267Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2025-03-14T04:10:42.6260114Z adding 'torch/include/ATen/miopen/Descriptors.h' 2025-03-14T04:10:42.6263429Z adding 'torch/include/ATen/miopen/Exceptions.h' 2025-03-14T04:10:42.6266265Z adding 'torch/include/ATen/miopen/Handle.h' 2025-03-14T04:10:42.6269223Z adding 'torch/include/ATen/miopen/Types.h' 2025-03-14T04:10:42.6272108Z adding 'torch/include/ATen/miopen/Utils.h' 2025-03-14T04:10:42.6275068Z adding 'torch/include/ATen/miopen/miopen-wrapper.h' 2025-03-14T04:10:42.6278941Z adding 'torch/include/ATen/mps/EmptyTensor.h' 2025-03-14T04:10:42.6282804Z adding 'torch/include/ATen/mps/IndexKernels.h' 2025-03-14T04:10:42.6291461Z adding 'torch/include/ATen/mps/MPSAllocator.h' 2025-03-14T04:10:42.6295524Z adding 'torch/include/ATen/mps/MPSAllocatorInterface.h' 2025-03-14T04:10:42.6298830Z adding 'torch/include/ATen/mps/MPSDevice.h' 2025-03-14T04:10:42.6302658Z adding 'torch/include/ATen/mps/MPSEvent.h' 2025-03-14T04:10:42.6306062Z adding 'torch/include/ATen/mps/MPSGeneratorImpl.h' 2025-03-14T04:10:42.6310203Z adding 'torch/include/ATen/mps/MPSGuardImpl.h' 2025-03-14T04:10:42.6313730Z adding 'torch/include/ATen/mps/MPSHooks.h' 2025-03-14T04:10:42.6320921Z adding 'torch/include/ATen/mps/MPSProfiler.h' 2025-03-14T04:10:42.6325234Z adding 'torch/include/ATen/mps/MPSStream.h' 2025-03-14T04:10:42.6331280Z adding 'torch/include/ATen/native/Activation.h' 2025-03-14T04:10:42.6334730Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2025-03-14T04:10:42.6337764Z adding 'torch/include/ATen/native/AmpKernels.h' 2025-03-14T04:10:42.6342163Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2025-03-14T04:10:42.6346067Z adding 'torch/include/ATen/native/BinaryOps.h' 2025-03-14T04:10:42.6350970Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2025-03-14T04:10:42.6355263Z adding 'torch/include/ATen/native/CPUBlas.h' 2025-03-14T04:10:42.6358870Z adding 'torch/include/ATen/native/CPUFallback.h' 2025-03-14T04:10:42.6361917Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2025-03-14T04:10:42.6365674Z adding 'torch/include/ATen/native/ComplexHelper.h' 2025-03-14T04:10:42.6368938Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2025-03-14T04:10:42.6373190Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2025-03-14T04:10:42.6379836Z adding 'torch/include/ATen/native/ConvUtils.h' 2025-03-14T04:10:42.6383336Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2025-03-14T04:10:42.6386263Z adding 'torch/include/ATen/native/Copy.h' 2025-03-14T04:10:42.6389298Z adding 'torch/include/ATen/native/Cross.h' 2025-03-14T04:10:42.6393529Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2025-03-14T04:10:42.6399873Z adding 'torch/include/ATen/native/DispatchStub.h' 2025-03-14T04:10:42.6403644Z adding 'torch/include/ATen/native/Distance.h' 2025-03-14T04:10:42.6410249Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2025-03-14T04:10:42.6419758Z adding 'torch/include/ATen/native/Distributions.h' 2025-03-14T04:10:42.6424082Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2025-03-14T04:10:42.6427464Z adding 'torch/include/ATen/native/Fill.h' 2025-03-14T04:10:42.6434019Z adding 'torch/include/ATen/native/ForeachUtils.h' 2025-03-14T04:10:42.6438037Z adding 'torch/include/ATen/native/FractionalMaxPooling.h' 2025-03-14T04:10:42.6441183Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2025-03-14T04:10:42.6444236Z adding 'torch/include/ATen/native/FusedAdagrad.h' 2025-03-14T04:10:42.6448005Z adding 'torch/include/ATen/native/FusedAdam.h' 2025-03-14T04:10:42.6450240Z adding 'torch/include/ATen/native/FusedSGD.h' 2025-03-14T04:10:42.6453708Z adding 'torch/include/ATen/native/Gelu.h' 2025-03-14T04:10:42.6458753Z adding 'torch/include/ATen/native/GridSampler.h' 2025-03-14T04:10:42.6462286Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2025-03-14T04:10:42.6465529Z adding 'torch/include/ATen/native/Histogram.h' 2025-03-14T04:10:42.6468828Z adding 'torch/include/ATen/native/IndexKernel.h' 2025-03-14T04:10:42.6473182Z adding 'torch/include/ATen/native/IndexingUtils.h' 2025-03-14T04:10:42.6476686Z adding 'torch/include/ATen/native/Lerp.h' 2025-03-14T04:10:42.6479671Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2025-03-14T04:10:42.6490570Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2025-03-14T04:10:42.6494615Z adding 'torch/include/ATen/native/LossMulti.h' 2025-03-14T04:10:42.6541126Z adding 'torch/include/ATen/native/Math.h' 2025-03-14T04:10:42.6548006Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2025-03-14T04:10:42.6552874Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2025-03-14T04:10:42.6556848Z adding 'torch/include/ATen/native/MaxPooling.h' 2025-03-14T04:10:42.6560554Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2025-03-14T04:10:42.6563499Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2025-03-14T04:10:42.6566752Z adding 'torch/include/ATen/native/Normalization.h' 2025-03-14T04:10:42.6570016Z adding 'torch/include/ATen/native/Padding.h' 2025-03-14T04:10:42.6573410Z adding 'torch/include/ATen/native/PixelShuffle.h' 2025-03-14T04:10:42.6577237Z adding 'torch/include/ATen/native/PointwiseOps.h' 2025-03-14T04:10:42.6582495Z adding 'torch/include/ATen/native/Pool.h' 2025-03-14T04:10:42.6585803Z adding 'torch/include/ATen/native/Pow.h' 2025-03-14T04:10:42.6602491Z adding 'torch/include/ATen/native/RNN.h' 2025-03-14T04:10:42.6602884Z adding 'torch/include/ATen/native/RangeFactories.h' 2025-03-14T04:10:42.6603270Z adding 'torch/include/ATen/native/RangeUtils.h' 2025-03-14T04:10:42.6603638Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2025-03-14T04:10:42.6604000Z adding 'torch/include/ATen/native/ReduceOps.h' 2025-03-14T04:10:42.6610422Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2025-03-14T04:10:42.6614278Z adding 'torch/include/ATen/native/ReductionType.h' 2025-03-14T04:10:42.6617445Z adding 'torch/include/ATen/native/Repeat.h' 2025-03-14T04:10:42.6622600Z adding 'torch/include/ATen/native/Resize.h' 2025-03-14T04:10:42.6626563Z adding 'torch/include/ATen/native/ResizeCommon.h' 2025-03-14T04:10:42.6630399Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2025-03-14T04:10:42.6633513Z adding 'torch/include/ATen/native/SegmentReduce.h' 2025-03-14T04:10:42.6639218Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2025-03-14T04:10:42.6643048Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2025-03-14T04:10:42.6646084Z adding 'torch/include/ATen/native/Sorting.h' 2025-03-14T04:10:42.6649417Z adding 'torch/include/ATen/native/SortingUtils.h' 2025-03-14T04:10:42.6654123Z adding 'torch/include/ATen/native/SparseTensorUtils.h' 2025-03-14T04:10:42.6658040Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2025-03-14T04:10:42.6662157Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2025-03-14T04:10:42.6665644Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2025-03-14T04:10:42.6669610Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2025-03-14T04:10:42.6672811Z adding 'torch/include/ATen/native/TensorCompare.h' 2025-03-14T04:10:42.6675887Z adding 'torch/include/ATen/native/TensorConversions.h' 2025-03-14T04:10:42.6679128Z adding 'torch/include/ATen/native/TensorDimApply.h' 2025-03-14T04:10:42.6683848Z adding 'torch/include/ATen/native/TensorFactories.h' 2025-03-14T04:10:42.6686482Z adding 'torch/include/ATen/native/TensorIterator.h' 2025-03-14T04:10:42.6689873Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2025-03-14T04:10:42.6692674Z adding 'torch/include/ATen/native/TensorProperties.h' 2025-03-14T04:10:42.6696869Z adding 'torch/include/ATen/native/TensorShape.h' 2025-03-14T04:10:42.6700189Z adding 'torch/include/ATen/native/TensorTransformations.h' 2025-03-14T04:10:42.6703624Z adding 'torch/include/ATen/native/TopKImpl.h' 2025-03-14T04:10:42.6706745Z adding 'torch/include/ATen/native/TransposeType.h' 2025-03-14T04:10:42.6710233Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2025-03-14T04:10:42.6713237Z adding 'torch/include/ATen/native/TypeProperties.h' 2025-03-14T04:10:42.6716803Z adding 'torch/include/ATen/native/UnaryOps.h' 2025-03-14T04:10:42.6719950Z adding 'torch/include/ATen/native/Unfold2d.h' 2025-03-14T04:10:42.6722890Z adding 'torch/include/ATen/native/Unfold3d.h' 2025-03-14T04:10:42.6726548Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2025-03-14T04:10:42.6733660Z adding 'torch/include/ATen/native/UpSample.h' 2025-03-14T04:10:42.6737347Z adding 'torch/include/ATen/native/batch_norm.h' 2025-03-14T04:10:42.6740579Z adding 'torch/include/ATen/native/group_norm.h' 2025-03-14T04:10:42.6744658Z adding 'torch/include/ATen/native/im2col.h' 2025-03-14T04:10:42.6748778Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2025-03-14T04:10:42.6752601Z adding 'torch/include/ATen/native/layer_norm.h' 2025-03-14T04:10:42.6755607Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2025-03-14T04:10:42.6758966Z adding 'torch/include/ATen/native/vol2col.h' 2025-03-14T04:10:42.6763457Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2025-03-14T04:10:42.6766426Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2025-03-14T04:10:42.6769371Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2025-03-14T04:10:42.6772234Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2025-03-14T04:10:42.6775270Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2025-03-14T04:10:42.6780842Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2025-03-14T04:10:42.6784614Z adding 'torch/include/ATen/native/cpu/Gelu.h' 2025-03-14T04:10:42.6787913Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2025-03-14T04:10:42.6791566Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2025-03-14T04:10:42.6794801Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2025-03-14T04:10:42.6798156Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2025-03-14T04:10:42.6801634Z adding 'torch/include/ATen/native/cpu/LogAddExp.h' 2025-03-14T04:10:42.6807578Z adding 'torch/include/ATen/native/cpu/Loops.h' 2025-03-14T04:10:42.6811003Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2025-03-14T04:10:42.6813936Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2025-03-14T04:10:42.6819698Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2025-03-14T04:10:42.6831440Z adding 'torch/include/ATen/native/cpu/ReduceUtils.h' 2025-03-14T04:10:42.6834967Z adding 'torch/include/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.h' 2025-03-14T04:10:42.6838168Z adding 'torch/include/ATen/native/cpu/SampledAddmmKernel.h' 2025-03-14T04:10:42.6842158Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2025-03-14T04:10:42.6845393Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2025-03-14T04:10:42.6848640Z adding 'torch/include/ATen/native/cpu/SpmmReduceKernel.h' 2025-03-14T04:10:42.6851549Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2025-03-14T04:10:42.6866910Z adding 'torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h' 2025-03-14T04:10:42.6871447Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2025-03-14T04:10:42.6877823Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2025-03-14T04:10:42.6881441Z adding 'torch/include/ATen/native/cpu/int_mm_kernel.h' 2025-03-14T04:10:42.6884825Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2025-03-14T04:10:42.6889101Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2025-03-14T04:10:42.6893656Z adding 'torch/include/ATen/native/cpu/utils.h' 2025-03-14T04:10:42.6897742Z adding 'torch/include/ATen/native/cpu/zmath.h' 2025-03-14T04:10:42.6904029Z adding 'torch/include/ATen/native/cuda/Activation.h' 2025-03-14T04:10:42.6907395Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2025-03-14T04:10:42.6913062Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2025-03-14T04:10:42.6920909Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2025-03-14T04:10:42.6924744Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2025-03-14T04:10:42.6927588Z adding 'torch/include/ATen/native/cuda/Copy.h' 2025-03-14T04:10:42.6935440Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2025-03-14T04:10:42.6939227Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2025-03-14T04:10:42.6942361Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2025-03-14T04:10:42.6951257Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2025-03-14T04:10:42.6955028Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2025-03-14T04:10:42.6958180Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2025-03-14T04:10:42.6963550Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2025-03-14T04:10:42.6967230Z adding 'torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh' 2025-03-14T04:10:42.6972020Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2025-03-14T04:10:42.6975409Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2025-03-14T04:10:42.6978344Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2025-03-14T04:10:42.6982858Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2025-03-14T04:10:42.6987451Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2025-03-14T04:10:42.6990637Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2025-03-14T04:10:42.6995745Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2025-03-14T04:10:42.7035223Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2025-03-14T04:10:42.7047275Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2025-03-14T04:10:42.7052024Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2025-03-14T04:10:42.7058873Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2025-03-14T04:10:42.7081295Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2025-03-14T04:10:42.7091368Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2025-03-14T04:10:42.7122973Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2025-03-14T04:10:42.7128172Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2025-03-14T04:10:42.7148859Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2025-03-14T04:10:42.7153138Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2025-03-14T04:10:42.7157976Z adding 'torch/include/ATen/native/cuda/Resize.h' 2025-03-14T04:10:42.7161179Z adding 'torch/include/ATen/native/cuda/RowwiseScaledMM.h' 2025-03-14T04:10:42.7164169Z adding 'torch/include/ATen/native/cuda/ScaledGroupMM.h' 2025-03-14T04:10:42.7167171Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2025-03-14T04:10:42.7175718Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2025-03-14T04:10:42.7179382Z adding 'torch/include/ATen/native/cuda/Sort.h' 2025-03-14T04:10:42.7182433Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2025-03-14T04:10:42.7187957Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2025-03-14T04:10:42.7191314Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2025-03-14T04:10:42.7195411Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2025-03-14T04:10:42.7201492Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2025-03-14T04:10:42.7210224Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2025-03-14T04:10:42.7213603Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2025-03-14T04:10:42.7216576Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2025-03-14T04:10:42.7219478Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2025-03-14T04:10:42.7224709Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2025-03-14T04:10:42.7228844Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2025-03-14T04:10:42.7236443Z adding 'torch/include/ATen/native/cuda/cutlass_utils.cuh' 2025-03-14T04:10:42.7240168Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2025-03-14T04:10:42.7243198Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2025-03-14T04:10:42.7247706Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2025-03-14T04:10:42.7252329Z adding 'torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh' 2025-03-14T04:10:42.7255395Z adding 'torch/include/ATen/native/cuda/fused_adamw_impl.cuh' 2025-03-14T04:10:42.7261265Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2025-03-14T04:10:42.7267439Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2025-03-14T04:10:42.7278389Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2025-03-14T04:10:42.7284368Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2025-03-14T04:10:42.7290383Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2025-03-14T04:10:42.7295644Z adding 'torch/include/ATen/native/hip/ck_bgemm.h' 2025-03-14T04:10:42.7298827Z adding 'torch/include/ATen/native/hip/ck_gemm.h' 2025-03-14T04:10:42.7304554Z adding 'torch/include/ATen/native/hip/ck_gemm_template.h' 2025-03-14T04:10:42.7309426Z adding 'torch/include/ATen/native/hip/ck_types.h' 2025-03-14T04:10:42.7315031Z adding 'torch/include/ATen/native/kleidiai/kai_kernels.h' 2025-03-14T04:10:42.7351349Z adding 'torch/include/ATen/native/kleidiai/kai_pack.h' 2025-03-14T04:10:42.7355132Z adding 'torch/include/ATen/native/kleidiai/kai_ukernel_interface.h' 2025-03-14T04:10:42.7366693Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/Attr.h' 2025-03-14T04:10:42.7372132Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/Utils.h' 2025-03-14T04:10:42.7377274Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/oneDNN.h' 2025-03-14T04:10:42.7381041Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/oneDNNContext.h' 2025-03-14T04:10:42.7386362Z adding 'torch/include/ATen/native/mps/Copy.h' 2025-03-14T04:10:42.7389876Z adding 'torch/include/ATen/native/mps/MPSGraphSequoiaOps.h' 2025-03-14T04:10:42.7393263Z adding 'torch/include/ATen/native/mps/MPSGraphSonomaOps.h' 2025-03-14T04:10:42.7397626Z adding 'torch/include/ATen/native/mps/MPSGraphVenturaOps.h' 2025-03-14T04:10:42.7403395Z adding 'torch/include/ATen/native/mps/MetalShaderLibrary.h' 2025-03-14T04:10:42.7411083Z adding 'torch/include/ATen/native/mps/OperationUtils.h' 2025-03-14T04:10:42.7414728Z adding 'torch/include/ATen/native/mps/TensorFactory.h' 2025-03-14T04:10:42.7418723Z adding 'torch/include/ATen/native/nested/NestedTensorBinaryOps.h' 2025-03-14T04:10:42.7422209Z adding 'torch/include/ATen/native/nested/NestedTensorMath.h' 2025-03-14T04:10:42.7425927Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h' 2025-03-14T04:10:42.7429330Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerUtils.h' 2025-03-14T04:10:42.7437489Z adding 'torch/include/ATen/native/nested/NestedTensorUtils.h' 2025-03-14T04:10:42.7442226Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2025-03-14T04:10:42.7445619Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2025-03-14T04:10:42.7448942Z adding 'torch/include/ATen/native/quantized/ConvUtils.h' 2025-03-14T04:10:42.7451881Z adding 'torch/include/ATen/native/quantized/Copy.h' 2025-03-14T04:10:42.7455061Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2025-03-14T04:10:42.7458080Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2025-03-14T04:10:42.7461729Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2025-03-14T04:10:42.7464758Z adding 'torch/include/ATen/native/quantized/library.h' 2025-03-14T04:10:42.7469645Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2025-03-14T04:10:42.7472817Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2025-03-14T04:10:42.7478449Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2025-03-14T04:10:42.7485657Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2025-03-14T04:10:42.7491348Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2025-03-14T04:10:42.7495738Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2025-03-14T04:10:42.7498960Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2025-03-14T04:10:42.7504271Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2025-03-14T04:10:42.7510324Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2025-03-14T04:10:42.7515736Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2025-03-14T04:10:42.7518999Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2025-03-14T04:10:42.7522289Z adding 'torch/include/ATen/native/quantized/cpu/qconv.h' 2025-03-14T04:10:42.7525454Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2025-03-14T04:10:42.7528408Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2025-03-14T04:10:42.7531574Z adding 'torch/include/ATen/native/quantized/cpu/qlinear.h' 2025-03-14T04:10:42.7535758Z adding 'torch/include/ATen/native/transformers/attention.h' 2025-03-14T04:10:42.7542346Z adding 'torch/include/ATen/native/transformers/sdp_utils_cpp.h' 2025-03-14T04:10:42.7546627Z adding 'torch/include/ATen/native/utils/Factory.h' 2025-03-14T04:10:42.7549961Z adding 'torch/include/ATen/native/utils/ParamUtils.h' 2025-03-14T04:10:42.7553492Z adding 'torch/include/ATen/native/utils/ParamsHash.h' 2025-03-14T04:10:42.7782503Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2025-03-14T04:10:42.7785858Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2025-03-14T04:10:42.7789357Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.7792460Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2025-03-14T04:10:42.7795582Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2025-03-14T04:10:42.7798683Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2025-03-14T04:10:42.7801904Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2025-03-14T04:10:42.7805178Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.7808175Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2025-03-14T04:10:42.7811257Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2025-03-14T04:10:42.7814270Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2025-03-14T04:10:42.7817505Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2025-03-14T04:10:42.7820884Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2025-03-14T04:10:42.7824145Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2025-03-14T04:10:42.7827461Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.7830529Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2025-03-14T04:10:42.7833611Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2025-03-14T04:10:42.7836611Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2025-03-14T04:10:42.7839827Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2025-03-14T04:10:42.7843127Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.7846146Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2025-03-14T04:10:42.7849223Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2025-03-14T04:10:42.7852293Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2025-03-14T04:10:42.7855457Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2025-03-14T04:10:42.7858471Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2025-03-14T04:10:42.7861740Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:42.7864662Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2025-03-14T04:10:42.7867866Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2025-03-14T04:10:42.7871095Z adding 'torch/include/ATen/ops/_add_relu.h' 2025-03-14T04:10:42.7874393Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.7877406Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2025-03-14T04:10:42.7880502Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2025-03-14T04:10:42.7883489Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2025-03-14T04:10:42.7886969Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2025-03-14T04:10:42.7890295Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2025-03-14T04:10:42.7893684Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:42.7896643Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2025-03-14T04:10:42.7899761Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2025-03-14T04:10:42.7902759Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2025-03-14T04:10:42.7905900Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2025-03-14T04:10:42.7909675Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2025-03-14T04:10:42.7913389Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2025-03-14T04:10:42.7916863Z adding 'torch/include/ATen/ops/_aminmax.h' 2025-03-14T04:10:42.7920734Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.7923829Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2025-03-14T04:10:42.7927658Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2025-03-14T04:10:42.7930766Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2025-03-14T04:10:42.7934606Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2025-03-14T04:10:42.7938518Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2025-03-14T04:10:42.7942042Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.7946156Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h' 2025-03-14T04:10:42.7949813Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2025-03-14T04:10:42.7953107Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2025-03-14T04:10:42.7956959Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2025-03-14T04:10:42.7960311Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2025-03-14T04:10:42.7964398Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.7967910Z adding 'torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h' 2025-03-14T04:10:42.7971196Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2025-03-14T04:10:42.7974814Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2025-03-14T04:10:42.7977989Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2025-03-14T04:10:42.7981968Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2025-03-14T04:10:42.7985431Z adding 'torch/include/ATen/ops/_assert_async.h' 2025-03-14T04:10:42.7989011Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2025-03-14T04:10:42.7992630Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2025-03-14T04:10:42.7995735Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2025-03-14T04:10:42.7999446Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2025-03-14T04:10:42.8002674Z adding 'torch/include/ATen/ops/_assert_scalar.h' 2025-03-14T04:10:42.8006594Z adding 'torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.8009784Z adding 'torch/include/ATen/ops/_assert_scalar_native.h' 2025-03-14T04:10:42.8013202Z adding 'torch/include/ATen/ops/_assert_scalar_ops.h' 2025-03-14T04:10:42.8017087Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2025-03-14T04:10:42.8020593Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.8024338Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_meta_dispatch.h' 2025-03-14T04:10:42.8027792Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2025-03-14T04:10:42.8031321Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2025-03-14T04:10:42.8034857Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2025-03-14T04:10:42.8038200Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:42.8041717Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2025-03-14T04:10:42.8044978Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2025-03-14T04:10:42.8048644Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2025-03-14T04:10:42.8052244Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:42.8055470Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2025-03-14T04:10:42.8059124Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2025-03-14T04:10:42.8062163Z adding 'torch/include/ATen/ops/_backward.h' 2025-03-14T04:10:42.8066044Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:42.8069166Z adding 'torch/include/ATen/ops/_backward_native.h' 2025-03-14T04:10:42.8073031Z adding 'torch/include/ATen/ops/_backward_ops.h' 2025-03-14T04:10:42.8076659Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2025-03-14T04:10:42.8080148Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2025-03-14T04:10:42.8084005Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:42.8087108Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2025-03-14T04:10:42.8091086Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2025-03-14T04:10:42.8094776Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:42.8099523Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2025-03-14T04:10:42.8104702Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2025-03-14T04:10:42.8109902Z adding 'torch/include/ATen/ops/_batch_norm_no_update.h' 2025-03-14T04:10:42.8114716Z adding 'torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.8117822Z adding 'torch/include/ATen/ops/_batch_norm_no_update_native.h' 2025-03-14T04:10:42.8121971Z adding 'torch/include/ATen/ops/_batch_norm_no_update_ops.h' 2025-03-14T04:10:42.8125892Z adding 'torch/include/ATen/ops/_batch_norm_with_update.h' 2025-03-14T04:10:42.8129604Z adding 'torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.8133356Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h' 2025-03-14T04:10:42.8136689Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h' 2025-03-14T04:10:42.8140612Z adding 'torch/include/ATen/ops/_batch_norm_with_update_native.h' 2025-03-14T04:10:42.8144233Z adding 'torch/include/ATen/ops/_batch_norm_with_update_ops.h' 2025-03-14T04:10:42.8147457Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2025-03-14T04:10:42.8151355Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:42.8154442Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2025-03-14T04:10:42.8157688Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2025-03-14T04:10:42.8160722Z adding 'torch/include/ATen/ops/_cast_Char.h' 2025-03-14T04:10:42.8163928Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:42.8167436Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2025-03-14T04:10:42.8170641Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2025-03-14T04:10:42.8173675Z adding 'torch/include/ATen/ops/_cast_Double.h' 2025-03-14T04:10:42.8176914Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:42.8179792Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2025-03-14T04:10:42.8182927Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2025-03-14T04:10:42.8185951Z adding 'torch/include/ATen/ops/_cast_Float.h' 2025-03-14T04:10:42.8189267Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:42.8192129Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2025-03-14T04:10:42.8195184Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2025-03-14T04:10:42.8198839Z adding 'torch/include/ATen/ops/_cast_Half.h' 2025-03-14T04:10:42.8202169Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:42.8205083Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2025-03-14T04:10:42.8208235Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2025-03-14T04:10:42.8211272Z adding 'torch/include/ATen/ops/_cast_Int.h' 2025-03-14T04:10:42.8214493Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:42.8217342Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2025-03-14T04:10:42.8220421Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2025-03-14T04:10:42.8223446Z adding 'torch/include/ATen/ops/_cast_Long.h' 2025-03-14T04:10:42.8226653Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:42.8229667Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2025-03-14T04:10:42.8232742Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2025-03-14T04:10:42.8235775Z adding 'torch/include/ATen/ops/_cast_Short.h' 2025-03-14T04:10:42.8239018Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:42.8241860Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2025-03-14T04:10:42.8244934Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2025-03-14T04:10:42.8248073Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2025-03-14T04:10:42.8251340Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.8254854Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2025-03-14T04:10:42.8258040Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2025-03-14T04:10:42.8261662Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2025-03-14T04:10:42.8265027Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2025-03-14T04:10:42.8268830Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2025-03-14T04:10:42.8272640Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.8275807Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2025-03-14T04:10:42.8279420Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2025-03-14T04:10:42.8282491Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2025-03-14T04:10:42.8286830Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2025-03-14T04:10:42.8290548Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2025-03-14T04:10:42.8293995Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.8297520Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2025-03-14T04:10:42.8300681Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2025-03-14T04:10:42.8304383Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2025-03-14T04:10:42.8307959Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2025-03-14T04:10:42.8311352Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2025-03-14T04:10:42.8315099Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:42.8318244Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2025-03-14T04:10:42.8321954Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2025-03-14T04:10:42.8325068Z adding 'torch/include/ATen/ops/_chunk_cat.h' 2025-03-14T04:10:42.8329014Z adding 'torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.8332425Z adding 'torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h' 2025-03-14T04:10:42.8335733Z adding 'torch/include/ATen/ops/_chunk_cat_native.h' 2025-03-14T04:10:42.8339354Z adding 'torch/include/ATen/ops/_chunk_cat_ops.h' 2025-03-14T04:10:42.8342570Z adding 'torch/include/ATen/ops/_coalesce.h' 2025-03-14T04:10:42.8346421Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.8349627Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2025-03-14T04:10:42.8353347Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2025-03-14T04:10:42.8356927Z adding 'torch/include/ATen/ops/_coalesced.h' 2025-03-14T04:10:42.8360331Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.8363813Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2025-03-14T04:10:42.8367101Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2025-03-14T04:10:42.8370766Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2025-03-14T04:10:42.8374283Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2025-03-14T04:10:42.8377817Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2025-03-14T04:10:42.8381442Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2025-03-14T04:10:42.8384571Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2025-03-14T04:10:42.8388369Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2025-03-14T04:10:42.8391471Z adding 'torch/include/ATen/ops/_conj.h' 2025-03-14T04:10:42.8395336Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.8398692Z adding 'torch/include/ATen/ops/_conj_copy.h' 2025-03-14T04:10:42.8402172Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.8405856Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:42.8408784Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2025-03-14T04:10:42.8412530Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2025-03-14T04:10:42.8415637Z adding 'torch/include/ATen/ops/_conj_native.h' 2025-03-14T04:10:42.8419428Z adding 'torch/include/ATen/ops/_conj_ops.h' 2025-03-14T04:10:42.8422999Z adding 'torch/include/ATen/ops/_conj_physical.h' 2025-03-14T04:10:42.8426422Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.8429932Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2025-03-14T04:10:42.8433198Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2025-03-14T04:10:42.8437423Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2025-03-14T04:10:42.8441440Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2025-03-14T04:10:42.8444648Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2025-03-14T04:10:42.8448772Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2025-03-14T04:10:42.8451844Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2025-03-14T04:10:42.8457392Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:42.8461173Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2025-03-14T04:10:42.8464419Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2025-03-14T04:10:42.8468067Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2025-03-14T04:10:42.8471694Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2025-03-14T04:10:42.8474889Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2025-03-14T04:10:42.8478618Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2025-03-14T04:10:42.8481903Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2025-03-14T04:10:42.8485978Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:42.8489382Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2025-03-14T04:10:42.8492763Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2025-03-14T04:10:42.8496302Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2025-03-14T04:10:42.8499578Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2025-03-14T04:10:42.8503215Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2025-03-14T04:10:42.8506606Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2025-03-14T04:10:42.8510307Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack.h' 2025-03-14T04:10:42.8513973Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h' 2025-03-14T04:10:42.8517176Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu.h' 2025-03-14T04:10:42.8520850Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_cpu_dispatch.h' 2025-03-14T04:10:42.8523897Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_native.h' 2025-03-14T04:10:42.8527706Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_ops.h' 2025-03-14T04:10:42.8530910Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_native.h' 2025-03-14T04:10:42.8534491Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h' 2025-03-14T04:10:42.8538888Z adding 'torch/include/ATen/ops/_convolution.h' 2025-03-14T04:10:42.8542796Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.8546592Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:42.8550591Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2025-03-14T04:10:42.8554200Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:42.8557920Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2025-03-14T04:10:42.8561556Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2025-03-14T04:10:42.8565146Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2025-03-14T04:10:42.8569011Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:42.8572052Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2025-03-14T04:10:42.8575843Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2025-03-14T04:10:42.8579143Z adding 'torch/include/ATen/ops/_convolution_native.h' 2025-03-14T04:10:42.8583110Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2025-03-14T04:10:42.8586954Z adding 'torch/include/ATen/ops/_copy_from.h' 2025-03-14T04:10:42.8590318Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2025-03-14T04:10:42.8594278Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.8597372Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2025-03-14T04:10:42.8602463Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2025-03-14T04:10:42.8606176Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.8609664Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2025-03-14T04:10:42.8613106Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2025-03-14T04:10:42.8616790Z adding 'torch/include/ATen/ops/_cslt_compress.h' 2025-03-14T04:10:42.8620058Z adding 'torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h' 2025-03-14T04:10:42.8623698Z adding 'torch/include/ATen/ops/_cslt_compress_native.h' 2025-03-14T04:10:42.8626902Z adding 'torch/include/ATen/ops/_cslt_compress_ops.h' 2025-03-14T04:10:42.8630933Z adding 'torch/include/ATen/ops/_cslt_sparse_mm.h' 2025-03-14T04:10:42.8634210Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h' 2025-03-14T04:10:42.8637261Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_native.h' 2025-03-14T04:10:42.8641121Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_ops.h' 2025-03-14T04:10:42.8644383Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search.h' 2025-03-14T04:10:42.8647596Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h' 2025-03-14T04:10:42.8650702Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_native.h' 2025-03-14T04:10:42.8653918Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h' 2025-03-14T04:10:42.8657851Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2025-03-14T04:10:42.8661343Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2025-03-14T04:10:42.8664757Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.8668066Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2025-03-14T04:10:42.8671237Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2025-03-14T04:10:42.8674311Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2025-03-14T04:10:42.8677713Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2025-03-14T04:10:42.8681085Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.8684130Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2025-03-14T04:10:42.8687676Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2025-03-14T04:10:42.8691112Z adding 'torch/include/ATen/ops/_ctc_loss_meta_dispatch.h' 2025-03-14T04:10:42.8694229Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2025-03-14T04:10:42.8697684Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2025-03-14T04:10:42.8701221Z adding 'torch/include/ATen/ops/_cudnn_attention_forward.h' 2025-03-14T04:10:42.8704586Z adding 'torch/include/ATen/ops/_cudnn_attention_forward_cuda_dispatch.h' 2025-03-14T04:10:42.8707991Z adding 'torch/include/ATen/ops/_cudnn_attention_forward_native.h' 2025-03-14T04:10:42.8711447Z adding 'torch/include/ATen/ops/_cudnn_attention_forward_ops.h' 2025-03-14T04:10:42.8714795Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2025-03-14T04:10:42.8718150Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.8721218Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2025-03-14T04:10:42.8724276Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2025-03-14T04:10:42.8727667Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2025-03-14T04:10:42.8731109Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2025-03-14T04:10:42.8734427Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.8737470Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2025-03-14T04:10:42.8740488Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2025-03-14T04:10:42.8744221Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2025-03-14T04:10:42.8748461Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2025-03-14T04:10:42.8752998Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2025-03-14T04:10:42.8757368Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.8760776Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2025-03-14T04:10:42.8763963Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2025-03-14T04:10:42.8767529Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2025-03-14T04:10:42.8771114Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.8774301Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2025-03-14T04:10:42.8777892Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2025-03-14T04:10:42.8781427Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.8784501Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2025-03-14T04:10:42.8787708Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2025-03-14T04:10:42.8791052Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2025-03-14T04:10:42.8794165Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2025-03-14T04:10:42.8797676Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2025-03-14T04:10:42.8800846Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2025-03-14T04:10:42.8804068Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:42.8806937Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2025-03-14T04:10:42.8810050Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2025-03-14T04:10:42.8813095Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2025-03-14T04:10:42.8816326Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:42.8819196Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2025-03-14T04:10:42.8822284Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2025-03-14T04:10:42.8825294Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2025-03-14T04:10:42.8828648Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:42.8831572Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2025-03-14T04:10:42.8834769Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2025-03-14T04:10:42.8837832Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2025-03-14T04:10:42.8841091Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:42.8843967Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2025-03-14T04:10:42.8847077Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2025-03-14T04:10:42.8850072Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2025-03-14T04:10:42.8853171Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2025-03-14T04:10:42.8856214Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2025-03-14T04:10:42.8859191Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2025-03-14T04:10:42.8862295Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2025-03-14T04:10:42.8874934Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2025-03-14T04:10:42.8875461Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2025-03-14T04:10:42.8875949Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2025-03-14T04:10:42.8876387Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2025-03-14T04:10:42.8877579Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2025-03-14T04:10:42.8880593Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2025-03-14T04:10:42.8883781Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:42.8886646Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2025-03-14T04:10:42.8889775Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2025-03-14T04:10:42.8892679Z adding 'torch/include/ATen/ops/_dimI.h' 2025-03-14T04:10:42.8895752Z adding 'torch/include/ATen/ops/_dimI_native.h' 2025-03-14T04:10:42.8898757Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2025-03-14T04:10:42.8901656Z adding 'torch/include/ATen/ops/_dimV.h' 2025-03-14T04:10:42.8904623Z adding 'torch/include/ATen/ops/_dimV_native.h' 2025-03-14T04:10:42.8907778Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2025-03-14T04:10:42.8910819Z adding 'torch/include/ATen/ops/_dim_arange.h' 2025-03-14T04:10:42.8914657Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:42.8917543Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2025-03-14T04:10:42.8920642Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2025-03-14T04:10:42.8923761Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2025-03-14T04:10:42.8927013Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.8930003Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2025-03-14T04:10:42.8933064Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2025-03-14T04:10:42.8936022Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2025-03-14T04:10:42.8939175Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2025-03-14T04:10:42.8942257Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit.h' 2025-03-14T04:10:42.8945439Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit_cpu_dispatch.h' 2025-03-14T04:10:42.8948617Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit_native.h' 2025-03-14T04:10:42.8951755Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit_ops.h' 2025-03-14T04:10:42.8954900Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight.h' 2025-03-14T04:10:42.8958068Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_cpu_dispatch.h' 2025-03-14T04:10:42.8961063Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_native.h' 2025-03-14T04:10:42.8964200Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_ops.h' 2025-03-14T04:10:42.8967959Z adding 'torch/include/ATen/ops/_efficient_attention_backward.h' 2025-03-14T04:10:42.8971409Z adding 'torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h' 2025-03-14T04:10:42.8974548Z adding 'torch/include/ATen/ops/_efficient_attention_backward_native.h' 2025-03-14T04:10:42.8977963Z adding 'torch/include/ATen/ops/_efficient_attention_backward_ops.h' 2025-03-14T04:10:42.8981492Z adding 'torch/include/ATen/ops/_efficient_attention_forward.h' 2025-03-14T04:10:42.8984920Z adding 'torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h' 2025-03-14T04:10:42.8988184Z adding 'torch/include/ATen/ops/_efficient_attention_forward_native.h' 2025-03-14T04:10:42.8991535Z adding 'torch/include/ATen/ops/_efficient_attention_forward_ops.h' 2025-03-14T04:10:42.8995032Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2025-03-14T04:10:42.8998462Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9001498Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2025-03-14T04:10:42.9004682Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2025-03-14T04:10:42.9007811Z adding 'torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h' 2025-03-14T04:10:42.9010843Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2025-03-14T04:10:42.9015320Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2025-03-14T04:10:42.9018722Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2025-03-14T04:10:42.9022136Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2025-03-14T04:10:42.9025457Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cpu_dispatch.h' 2025-03-14T04:10:42.9028795Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cuda_dispatch.h' 2025-03-14T04:10:42.9031888Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2025-03-14T04:10:42.9035163Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2025-03-14T04:10:42.9038589Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9041638Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2025-03-14T04:10:42.9044697Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2025-03-14T04:10:42.9048326Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2025-03-14T04:10:42.9051932Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9055046Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2025-03-14T04:10:42.9058189Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2025-03-14T04:10:42.9061297Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2025-03-14T04:10:42.9064676Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2025-03-14T04:10:42.9068192Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2025-03-14T04:10:42.9071673Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9074763Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2025-03-14T04:10:42.9077874Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2025-03-14T04:10:42.9081019Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2025-03-14T04:10:42.9084432Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2025-03-14T04:10:42.9087617Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2025-03-14T04:10:42.9091033Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2025-03-14T04:10:42.9094458Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2025-03-14T04:10:42.9097819Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9100843Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2025-03-14T04:10:42.9103948Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2025-03-14T04:10:42.9106943Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2025-03-14T04:10:42.9110388Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2025-03-14T04:10:42.9113908Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2025-03-14T04:10:42.9118940Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:42.9122022Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2025-03-14T04:10:42.9126599Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2025-03-14T04:10:42.9132408Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2025-03-14T04:10:42.9137986Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9142941Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2025-03-14T04:10:42.9147935Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2025-03-14T04:10:42.9153220Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2025-03-14T04:10:42.9159356Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2025-03-14T04:10:42.9165045Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9168390Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2025-03-14T04:10:42.9172151Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2025-03-14T04:10:42.9175626Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2025-03-14T04:10:42.9179509Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2025-03-14T04:10:42.9182951Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9186565Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2025-03-14T04:10:42.9191127Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2025-03-14T04:10:42.9193991Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2025-03-14T04:10:42.9197230Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2025-03-14T04:10:42.9200519Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2025-03-14T04:10:42.9204349Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2025-03-14T04:10:42.9207432Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2025-03-14T04:10:42.9210670Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2025-03-14T04:10:42.9214087Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9217339Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2025-03-14T04:10:42.9220914Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2025-03-14T04:10:42.9223996Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2025-03-14T04:10:42.9227391Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2025-03-14T04:10:42.9230690Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2025-03-14T04:10:42.9233932Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2025-03-14T04:10:42.9237213Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2025-03-14T04:10:42.9240286Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2025-03-14T04:10:42.9243920Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2025-03-14T04:10:42.9247213Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2025-03-14T04:10:42.9251213Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9254311Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2025-03-14T04:10:42.9257620Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2025-03-14T04:10:42.9261034Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2025-03-14T04:10:42.9264445Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2025-03-14T04:10:42.9267839Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2025-03-14T04:10:42.9271306Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9274337Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2025-03-14T04:10:42.9277463Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2025-03-14T04:10:42.9280536Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2025-03-14T04:10:42.9283886Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2025-03-14T04:10:42.9287114Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2025-03-14T04:10:42.9290375Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2025-03-14T04:10:42.9293531Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2025-03-14T04:10:42.9296530Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2025-03-14T04:10:42.9299712Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2025-03-14T04:10:42.9303145Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2025-03-14T04:10:42.9306515Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2025-03-14T04:10:42.9309743Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2025-03-14T04:10:42.9312759Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2025-03-14T04:10:42.9315980Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2025-03-14T04:10:42.9319084Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2025-03-14T04:10:42.9322222Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2025-03-14T04:10:42.9325383Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2025-03-14T04:10:42.9328412Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2025-03-14T04:10:42.9331617Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2025-03-14T04:10:42.9334737Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h' 2025-03-14T04:10:42.9337885Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h' 2025-03-14T04:10:42.9340940Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h' 2025-03-14T04:10:42.9343893Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h' 2025-03-14T04:10:42.9347070Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h' 2025-03-14T04:10:42.9350553Z adding 'torch/include/ATen/ops/_flash_attention_backward.h' 2025-03-14T04:10:42.9353965Z adding 'torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h' 2025-03-14T04:10:42.9357068Z adding 'torch/include/ATen/ops/_flash_attention_backward_native.h' 2025-03-14T04:10:42.9360376Z adding 'torch/include/ATen/ops/_flash_attention_backward_ops.h' 2025-03-14T04:10:42.9363872Z adding 'torch/include/ATen/ops/_flash_attention_forward.h' 2025-03-14T04:10:42.9367330Z adding 'torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h' 2025-03-14T04:10:42.9370429Z adding 'torch/include/ATen/ops/_flash_attention_forward_native.h' 2025-03-14T04:10:42.9373753Z adding 'torch/include/ATen/ops/_flash_attention_forward_ops.h' 2025-03-14T04:10:42.9376874Z adding 'torch/include/ATen/ops/_foobar.h' 2025-03-14T04:10:42.9380139Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9383849Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2025-03-14T04:10:42.9386845Z adding 'torch/include/ATen/ops/_foobar_native.h' 2025-03-14T04:10:42.9390130Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2025-03-14T04:10:42.9393249Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2025-03-14T04:10:42.9396510Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9399476Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2025-03-14T04:10:42.9402444Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2025-03-14T04:10:42.9405628Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2025-03-14T04:10:42.9408740Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2025-03-14T04:10:42.9411957Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9414928Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2025-03-14T04:10:42.9418416Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2025-03-14T04:10:42.9421740Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2025-03-14T04:10:42.9425912Z adding 'torch/include/ATen/ops/_foreach_add.h' 2025-03-14T04:10:42.9430031Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9433263Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2025-03-14T04:10:42.9437106Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2025-03-14T04:10:42.9441497Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2025-03-14T04:10:42.9445303Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2025-03-14T04:10:42.9449477Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9452962Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2025-03-14T04:10:42.9456540Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2025-03-14T04:10:42.9460866Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2025-03-14T04:10:42.9464721Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2025-03-14T04:10:42.9468771Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9472424Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2025-03-14T04:10:42.9475759Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2025-03-14T04:10:42.9480168Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2025-03-14T04:10:42.9483988Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2025-03-14T04:10:42.9487420Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9491013Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2025-03-14T04:10:42.9494083Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2025-03-14T04:10:42.9497967Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2025-03-14T04:10:42.9501557Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2025-03-14T04:10:42.9505016Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9508637Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2025-03-14T04:10:42.9511755Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2025-03-14T04:10:42.9522793Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2025-03-14T04:10:42.9526404Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2025-03-14T04:10:42.9529910Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9532863Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2025-03-14T04:10:42.9536010Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2025-03-14T04:10:42.9539863Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2025-03-14T04:10:42.9542683Z adding 'torch/include/ATen/ops/_foreach_clamp_max.h' 2025-03-14T04:10:42.9546286Z adding 'torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9549501Z adding 'torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h' 2025-03-14T04:10:42.9552824Z adding 'torch/include/ATen/ops/_foreach_clamp_max_native.h' 2025-03-14T04:10:42.9556876Z adding 'torch/include/ATen/ops/_foreach_clamp_max_ops.h' 2025-03-14T04:10:42.9560069Z adding 'torch/include/ATen/ops/_foreach_clamp_min.h' 2025-03-14T04:10:42.9563643Z adding 'torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9566697Z adding 'torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h' 2025-03-14T04:10:42.9570012Z adding 'torch/include/ATen/ops/_foreach_clamp_min_native.h' 2025-03-14T04:10:42.9573815Z adding 'torch/include/ATen/ops/_foreach_clamp_min_ops.h' 2025-03-14T04:10:42.9577028Z adding 'torch/include/ATen/ops/_foreach_copy.h' 2025-03-14T04:10:42.9580469Z adding 'torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9583510Z adding 'torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h' 2025-03-14T04:10:42.9586647Z adding 'torch/include/ATen/ops/_foreach_copy_native.h' 2025-03-14T04:10:42.9590639Z adding 'torch/include/ATen/ops/_foreach_copy_ops.h' 2025-03-14T04:10:42.9593294Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2025-03-14T04:10:42.9596694Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9599666Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2025-03-14T04:10:42.9602735Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2025-03-14T04:10:42.9605896Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2025-03-14T04:10:42.9630690Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2025-03-14T04:10:42.9631231Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9631777Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2025-03-14T04:10:42.9632313Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2025-03-14T04:10:42.9632750Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2025-03-14T04:10:42.9633116Z adding 'torch/include/ATen/ops/_foreach_div.h' 2025-03-14T04:10:42.9633649Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9634958Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2025-03-14T04:10:42.9638367Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2025-03-14T04:10:42.9642502Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2025-03-14T04:10:42.9645714Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2025-03-14T04:10:42.9649172Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9652111Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2025-03-14T04:10:42.9655250Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2025-03-14T04:10:42.9658403Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2025-03-14T04:10:42.9661497Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2025-03-14T04:10:42.9665271Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9668038Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2025-03-14T04:10:42.9671009Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2025-03-14T04:10:42.9674144Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2025-03-14T04:10:42.9677224Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2025-03-14T04:10:42.9681193Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9683628Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2025-03-14T04:10:42.9686570Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2025-03-14T04:10:42.9689727Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2025-03-14T04:10:42.9692871Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2025-03-14T04:10:42.9696150Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9699114Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2025-03-14T04:10:42.9702041Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2025-03-14T04:10:42.9705202Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2025-03-14T04:10:42.9708359Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2025-03-14T04:10:42.9711850Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9714696Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2025-03-14T04:10:42.9717692Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2025-03-14T04:10:42.9720853Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2025-03-14T04:10:42.9723928Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2025-03-14T04:10:42.9727141Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9730084Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2025-03-14T04:10:42.9732999Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2025-03-14T04:10:42.9736166Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2025-03-14T04:10:42.9739499Z adding 'torch/include/ATen/ops/_foreach_lerp.h' 2025-03-14T04:10:42.9742957Z adding 'torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9746040Z adding 'torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h' 2025-03-14T04:10:42.9749360Z adding 'torch/include/ATen/ops/_foreach_lerp_native.h' 2025-03-14T04:10:42.9752874Z adding 'torch/include/ATen/ops/_foreach_lerp_ops.h' 2025-03-14T04:10:42.9756102Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2025-03-14T04:10:42.9759330Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9762492Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2025-03-14T04:10:42.9765546Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2025-03-14T04:10:42.9768823Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2025-03-14T04:10:42.9771860Z adding 'torch/include/ATen/ops/_foreach_log.h' 2025-03-14T04:10:42.9774904Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2025-03-14T04:10:42.9778116Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9781029Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2025-03-14T04:10:42.9783949Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2025-03-14T04:10:42.9787163Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2025-03-14T04:10:42.9790310Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2025-03-14T04:10:42.9793532Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9796559Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2025-03-14T04:10:42.9799506Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2025-03-14T04:10:42.9802654Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2025-03-14T04:10:42.9805739Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2025-03-14T04:10:42.9808978Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9811946Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2025-03-14T04:10:42.9814927Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2025-03-14T04:10:42.9818069Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2025-03-14T04:10:42.9821309Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9824243Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2025-03-14T04:10:42.9827272Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2025-03-14T04:10:42.9830429Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2025-03-14T04:10:42.9833477Z adding 'torch/include/ATen/ops/_foreach_max.h' 2025-03-14T04:10:42.9836727Z adding 'torch/include/ATen/ops/_foreach_max_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9839750Z adding 'torch/include/ATen/ops/_foreach_max_cuda_dispatch.h' 2025-03-14T04:10:42.9842706Z adding 'torch/include/ATen/ops/_foreach_max_native.h' 2025-03-14T04:10:42.9845802Z adding 'torch/include/ATen/ops/_foreach_max_ops.h' 2025-03-14T04:10:42.9849079Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2025-03-14T04:10:42.9852430Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9855444Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2025-03-14T04:10:42.9858576Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2025-03-14T04:10:42.9862176Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2025-03-14T04:10:42.9865605Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2025-03-14T04:10:42.9869228Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9872257Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2025-03-14T04:10:42.9875495Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2025-03-14T04:10:42.9879565Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2025-03-14T04:10:42.9882831Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2025-03-14T04:10:42.9886359Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9889427Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2025-03-14T04:10:42.9892731Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2025-03-14T04:10:42.9897092Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2025-03-14T04:10:42.9899917Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2025-03-14T04:10:42.9903314Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9906268Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2025-03-14T04:10:42.9909477Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2025-03-14T04:10:42.9912720Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2025-03-14T04:10:42.9916010Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2025-03-14T04:10:42.9919778Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9922324Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2025-03-14T04:10:42.9925450Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2025-03-14T04:10:42.9928655Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2025-03-14T04:10:42.9932108Z adding 'torch/include/ATen/ops/_foreach_pow.h' 2025-03-14T04:10:42.9935963Z adding 'torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9938671Z adding 'torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h' 2025-03-14T04:10:42.9942212Z adding 'torch/include/ATen/ops/_foreach_pow_native.h' 2025-03-14T04:10:42.9945513Z adding 'torch/include/ATen/ops/_foreach_pow_ops.h' 2025-03-14T04:10:42.9949049Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2025-03-14T04:10:42.9952305Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9955408Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2025-03-14T04:10:42.9959119Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2025-03-14T04:10:42.9961691Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2025-03-14T04:10:42.9964889Z adding 'torch/include/ATen/ops/_foreach_round.h' 2025-03-14T04:10:42.9968094Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9971204Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2025-03-14T04:10:42.9974143Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2025-03-14T04:10:42.9977476Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2025-03-14T04:10:42.9981005Z adding 'torch/include/ATen/ops/_foreach_rsqrt.h' 2025-03-14T04:10:42.9983956Z adding 'torch/include/ATen/ops/_foreach_rsqrt_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:42.9987369Z adding 'torch/include/ATen/ops/_foreach_rsqrt_cuda_dispatch.h' 2025-03-14T04:10:42.9990135Z adding 'torch/include/ATen/ops/_foreach_rsqrt_native.h' 2025-03-14T04:10:42.9993416Z adding 'torch/include/ATen/ops/_foreach_rsqrt_ops.h' 2025-03-14T04:10:42.9996522Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2025-03-14T04:10:42.9999937Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0002884Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2025-03-14T04:10:43.0006645Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2025-03-14T04:10:43.0010017Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2025-03-14T04:10:43.0013097Z adding 'torch/include/ATen/ops/_foreach_sign.h' 2025-03-14T04:10:43.0016461Z adding 'torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0019428Z adding 'torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h' 2025-03-14T04:10:43.0022570Z adding 'torch/include/ATen/ops/_foreach_sign_native.h' 2025-03-14T04:10:43.0026561Z adding 'torch/include/ATen/ops/_foreach_sign_ops.h' 2025-03-14T04:10:43.0029054Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2025-03-14T04:10:43.0032431Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0035356Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2025-03-14T04:10:43.0038430Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2025-03-14T04:10:43.0041578Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2025-03-14T04:10:43.0044823Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2025-03-14T04:10:43.0048896Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0051200Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2025-03-14T04:10:43.0054714Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2025-03-14T04:10:43.0057569Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2025-03-14T04:10:43.0060776Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2025-03-14T04:10:43.0063923Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0067122Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2025-03-14T04:10:43.0070665Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2025-03-14T04:10:43.0074031Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2025-03-14T04:10:43.0077567Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2025-03-14T04:10:43.0080832Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0083979Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2025-03-14T04:10:43.0087090Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2025-03-14T04:10:43.0090840Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2025-03-14T04:10:43.0094441Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2025-03-14T04:10:43.0097457Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0100546Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2025-03-14T04:10:43.0103486Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2025-03-14T04:10:43.0106778Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2025-03-14T04:10:43.0110067Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2025-03-14T04:10:43.0117461Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0117656Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2025-03-14T04:10:43.0120275Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2025-03-14T04:10:43.0123617Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2025-03-14T04:10:43.0126704Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2025-03-14T04:10:43.0130132Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0133080Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2025-03-14T04:10:43.0136258Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2025-03-14T04:10:43.0139403Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2025-03-14T04:10:43.0142707Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2025-03-14T04:10:43.0145960Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0149019Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2025-03-14T04:10:43.0152154Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2025-03-14T04:10:43.0155311Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2025-03-14T04:10:43.0158411Z adding 'torch/include/ATen/ops/_functional_assert_async.h' 2025-03-14T04:10:43.0161503Z adding 'torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h' 2025-03-14T04:10:43.0164454Z adding 'torch/include/ATen/ops/_functional_assert_async_native.h' 2025-03-14T04:10:43.0167685Z adding 'torch/include/ATen/ops/_functional_assert_async_ops.h' 2025-03-14T04:10:43.0170740Z adding 'torch/include/ATen/ops/_functional_assert_scalar.h' 2025-03-14T04:10:43.0173982Z adding 'torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0176828Z adding 'torch/include/ATen/ops/_functional_assert_scalar_native.h' 2025-03-14T04:10:43.0179894Z adding 'torch/include/ATen/ops/_functional_assert_scalar_ops.h' 2025-03-14T04:10:43.0182925Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range.h' 2025-03-14T04:10:43.0186166Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0189181Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h' 2025-03-14T04:10:43.0192439Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0195408Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h' 2025-03-14T04:10:43.0198726Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h' 2025-03-14T04:10:43.0201624Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_native.h' 2025-03-14T04:10:43.0204749Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_ops.h' 2025-03-14T04:10:43.0207952Z adding 'torch/include/ATen/ops/_fused_adagrad.h' 2025-03-14T04:10:43.0211319Z adding 'torch/include/ATen/ops/_fused_adagrad_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0214328Z adding 'torch/include/ATen/ops/_fused_adagrad_cpu_dispatch.h' 2025-03-14T04:10:43.0217398Z adding 'torch/include/ATen/ops/_fused_adagrad_native.h' 2025-03-14T04:10:43.0220808Z adding 'torch/include/ATen/ops/_fused_adagrad_ops.h' 2025-03-14T04:10:43.0224482Z adding 'torch/include/ATen/ops/_fused_adam.h' 2025-03-14T04:10:43.0228229Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0231350Z adding 'torch/include/ATen/ops/_fused_adam_cpu_dispatch.h' 2025-03-14T04:10:43.0234488Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2025-03-14T04:10:43.0237679Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2025-03-14T04:10:43.0241569Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2025-03-14T04:10:43.0245411Z adding 'torch/include/ATen/ops/_fused_adamw.h' 2025-03-14T04:10:43.0249034Z adding 'torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0252120Z adding 'torch/include/ATen/ops/_fused_adamw_cpu_dispatch.h' 2025-03-14T04:10:43.0255468Z adding 'torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h' 2025-03-14T04:10:43.0258659Z adding 'torch/include/ATen/ops/_fused_adamw_native.h' 2025-03-14T04:10:43.0262522Z adding 'torch/include/ATen/ops/_fused_adamw_ops.h' 2025-03-14T04:10:43.0266018Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2025-03-14T04:10:43.0269427Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0272398Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2025-03-14T04:10:43.0275360Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2025-03-14T04:10:43.0278864Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2025-03-14T04:10:43.0283156Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2025-03-14T04:10:43.0286667Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0289718Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2025-03-14T04:10:43.0292842Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2025-03-14T04:10:43.0295939Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2025-03-14T04:10:43.0299537Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2025-03-14T04:10:43.0302796Z adding 'torch/include/ATen/ops/_fused_sdp_choice.h' 2025-03-14T04:10:43.0305951Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h' 2025-03-14T04:10:43.0309120Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h' 2025-03-14T04:10:43.0312194Z adding 'torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h' 2025-03-14T04:10:43.0315179Z adding 'torch/include/ATen/ops/_fused_sdp_choice_native.h' 2025-03-14T04:10:43.0318453Z adding 'torch/include/ATen/ops/_fused_sdp_choice_ops.h' 2025-03-14T04:10:43.0321882Z adding 'torch/include/ATen/ops/_fused_sgd.h' 2025-03-14T04:10:43.0325415Z adding 'torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0328499Z adding 'torch/include/ATen/ops/_fused_sgd_cpu_dispatch.h' 2025-03-14T04:10:43.0331595Z adding 'torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h' 2025-03-14T04:10:43.0334753Z adding 'torch/include/ATen/ops/_fused_sgd_native.h' 2025-03-14T04:10:43.0338499Z adding 'torch/include/ATen/ops/_fused_sgd_ops.h' 2025-03-14T04:10:43.0341761Z adding 'torch/include/ATen/ops/_fw_primal.h' 2025-03-14T04:10:43.0344902Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0347873Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2025-03-14T04:10:43.0351092Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0354236Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.0356971Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2025-03-14T04:10:43.0360071Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2025-03-14T04:10:43.0363012Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2025-03-14T04:10:43.0366062Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2025-03-14T04:10:43.0369122Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2025-03-14T04:10:43.0372302Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.0375136Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2025-03-14T04:10:43.0378218Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2025-03-14T04:10:43.0381322Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2025-03-14T04:10:43.0384408Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2025-03-14T04:10:43.0387775Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.0391215Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2025-03-14T04:10:43.0394385Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2025-03-14T04:10:43.0397580Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0400443Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2025-03-14T04:10:43.0403659Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2025-03-14T04:10:43.0406732Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2025-03-14T04:10:43.0409943Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.0412772Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2025-03-14T04:10:43.0415833Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2025-03-14T04:10:43.0418766Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2025-03-14T04:10:43.0422150Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0424967Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2025-03-14T04:10:43.0428127Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2025-03-14T04:10:43.0431222Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2025-03-14T04:10:43.0434521Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0437498Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2025-03-14T04:10:43.0440481Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2025-03-14T04:10:43.0443692Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2025-03-14T04:10:43.0446888Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2025-03-14T04:10:43.0450147Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0453093Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2025-03-14T04:10:43.0456306Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2025-03-14T04:10:43.0459536Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2025-03-14T04:10:43.0462693Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2025-03-14T04:10:43.0466000Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0469087Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2025-03-14T04:10:43.0471981Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2025-03-14T04:10:43.0475199Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2025-03-14T04:10:43.0478337Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2025-03-14T04:10:43.0481638Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0484569Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2025-03-14T04:10:43.0487599Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2025-03-14T04:10:43.0490630Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2025-03-14T04:10:43.0493614Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2025-03-14T04:10:43.0496855Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2025-03-14T04:10:43.0499832Z adding 'torch/include/ATen/ops/_indices.h' 2025-03-14T04:10:43.0502882Z adding 'torch/include/ATen/ops/_indices_copy.h' 2025-03-14T04:10:43.0506060Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0509246Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.0511991Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2025-03-14T04:10:43.0515079Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2025-03-14T04:10:43.0518009Z adding 'torch/include/ATen/ops/_indices_native.h' 2025-03-14T04:10:43.0521976Z adding 'torch/include/ATen/ops/_indices_ops.h' 2025-03-14T04:10:43.0524197Z adding 'torch/include/ATen/ops/_int_mm.h' 2025-03-14T04:10:43.0527331Z adding 'torch/include/ATen/ops/_int_mm_cpu_dispatch.h' 2025-03-14T04:10:43.0530349Z adding 'torch/include/ATen/ops/_int_mm_cuda_dispatch.h' 2025-03-14T04:10:43.0533298Z adding 'torch/include/ATen/ops/_int_mm_native.h' 2025-03-14T04:10:43.0536430Z adding 'torch/include/ATen/ops/_int_mm_ops.h' 2025-03-14T04:10:43.0539440Z adding 'torch/include/ATen/ops/_is_all_true.h' 2025-03-14T04:10:43.0542589Z adding 'torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0545372Z adding 'torch/include/ATen/ops/_is_all_true_native.h' 2025-03-14T04:10:43.0548609Z adding 'torch/include/ATen/ops/_is_all_true_ops.h' 2025-03-14T04:10:43.0551567Z adding 'torch/include/ATen/ops/_is_any_true.h' 2025-03-14T04:10:43.0554753Z adding 'torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0557560Z adding 'torch/include/ATen/ops/_is_any_true_native.h' 2025-03-14T04:10:43.0560598Z adding 'torch/include/ATen/ops/_is_any_true_ops.h' 2025-03-14T04:10:43.0563588Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2025-03-14T04:10:43.0566744Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.0569573Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2025-03-14T04:10:43.0572603Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2025-03-14T04:10:43.0575775Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward.h' 2025-03-14T04:10:43.0578944Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cpu_dispatch.h' 2025-03-14T04:10:43.0581994Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cuda_dispatch.h' 2025-03-14T04:10:43.0584912Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_native.h' 2025-03-14T04:10:43.0588112Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_ops.h' 2025-03-14T04:10:43.0591020Z adding 'torch/include/ATen/ops/_lazy_clone.h' 2025-03-14T04:10:43.0594191Z adding 'torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0597050Z adding 'torch/include/ATen/ops/_lazy_clone_native.h' 2025-03-14T04:10:43.0600087Z adding 'torch/include/ATen/ops/_lazy_clone_ops.h' 2025-03-14T04:10:43.0603143Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2025-03-14T04:10:43.0606352Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0609121Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2025-03-14T04:10:43.0612190Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2025-03-14T04:10:43.0615222Z adding 'torch/include/ATen/ops/_linalg_det.h' 2025-03-14T04:10:43.0618505Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.0621425Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2025-03-14T04:10:43.0631455Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2025-03-14T04:10:43.0631605Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2025-03-14T04:10:43.0632147Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2025-03-14T04:10:43.0635105Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2025-03-14T04:10:43.0668342Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2025-03-14T04:10:43.0668504Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2025-03-14T04:10:43.0668841Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.0669016Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2025-03-14T04:10:43.0669182Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2025-03-14T04:10:43.0669316Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2025-03-14T04:10:43.0669481Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2025-03-14T04:10:43.0669623Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2025-03-14T04:10:43.0669763Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2025-03-14T04:10:43.0670619Z adding 'torch/include/ATen/ops/_linalg_eigvals.h' 2025-03-14T04:10:43.0674274Z adding 'torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h' 2025-03-14T04:10:43.0676953Z adding 'torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h' 2025-03-14T04:10:43.0680184Z adding 'torch/include/ATen/ops/_linalg_eigvals_native.h' 2025-03-14T04:10:43.0683141Z adding 'torch/include/ATen/ops/_linalg_eigvals_ops.h' 2025-03-14T04:10:43.0686444Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2025-03-14T04:10:43.0689734Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.0692888Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2025-03-14T04:10:43.0695959Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2025-03-14T04:10:43.0698900Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2025-03-14T04:10:43.0702820Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2025-03-14T04:10:43.0705136Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2025-03-14T04:10:43.0708575Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2025-03-14T04:10:43.0711686Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2025-03-14T04:10:43.0715053Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.0718731Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2025-03-14T04:10:43.0721264Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2025-03-14T04:10:43.0724225Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2025-03-14T04:10:43.0727354Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2025-03-14T04:10:43.0730337Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2025-03-14T04:10:43.0733624Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2025-03-14T04:10:43.0737423Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2025-03-14T04:10:43.0740812Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.0743780Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2025-03-14T04:10:43.0746882Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2025-03-14T04:10:43.0750229Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2025-03-14T04:10:43.0753331Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2025-03-14T04:10:43.0756284Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2025-03-14T04:10:43.0759501Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2025-03-14T04:10:43.0762536Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2025-03-14T04:10:43.0765641Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2025-03-14T04:10:43.0768647Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2025-03-14T04:10:43.0771726Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2025-03-14T04:10:43.0774772Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2025-03-14T04:10:43.0777832Z adding 'torch/include/ATen/ops/_log_softmax.h' 2025-03-14T04:10:43.0780990Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2025-03-14T04:10:43.0784326Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.0787281Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2025-03-14T04:10:43.0790447Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2025-03-14T04:10:43.0793406Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2025-03-14T04:10:43.0796520Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2025-03-14T04:10:43.0799502Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2025-03-14T04:10:43.0802705Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2025-03-14T04:10:43.0806141Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.0809074Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2025-03-14T04:10:43.0812116Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2025-03-14T04:10:43.0815069Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2025-03-14T04:10:43.0818118Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2025-03-14T04:10:43.0821069Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2025-03-14T04:10:43.0824166Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2025-03-14T04:10:43.0827303Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2025-03-14T04:10:43.0830458Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2025-03-14T04:10:43.0833485Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2025-03-14T04:10:43.0836401Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2025-03-14T04:10:43.0839478Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2025-03-14T04:10:43.0842718Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2025-03-14T04:10:43.0846037Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0848928Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2025-03-14T04:10:43.0852252Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2025-03-14T04:10:43.0855345Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2025-03-14T04:10:43.0858503Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.0861377Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2025-03-14T04:10:43.0864427Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2025-03-14T04:10:43.0867633Z adding 'torch/include/ATen/ops/_make_dep_token.h' 2025-03-14T04:10:43.0870776Z adding 'torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h' 2025-03-14T04:10:43.0873751Z adding 'torch/include/ATen/ops/_make_dep_token_native.h' 2025-03-14T04:10:43.0876901Z adding 'torch/include/ATen/ops/_make_dep_token_ops.h' 2025-03-14T04:10:43.0879888Z adding 'torch/include/ATen/ops/_make_dual.h' 2025-03-14T04:10:43.0883041Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0885947Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2025-03-14T04:10:43.0889298Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0892312Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.0895048Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2025-03-14T04:10:43.0898192Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2025-03-14T04:10:43.0901181Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2025-03-14T04:10:43.0904242Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2025-03-14T04:10:43.0907665Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2025-03-14T04:10:43.0911742Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0914041Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2025-03-14T04:10:43.0917596Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2025-03-14T04:10:43.0920191Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2025-03-14T04:10:43.0923525Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2025-03-14T04:10:43.0926649Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2025-03-14T04:10:43.0929996Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0932945Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2025-03-14T04:10:43.0936149Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2025-03-14T04:10:43.0939071Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2025-03-14T04:10:43.0942391Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2025-03-14T04:10:43.0945850Z adding 'torch/include/ATen/ops/_masked_scale.h' 2025-03-14T04:10:43.0948887Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0951984Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2025-03-14T04:10:43.0954913Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2025-03-14T04:10:43.0958157Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2025-03-14T04:10:43.0961293Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2025-03-14T04:10:43.0964599Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2025-03-14T04:10:43.0968498Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0970990Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2025-03-14T04:10:43.0974167Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2025-03-14T04:10:43.0977119Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2025-03-14T04:10:43.0980451Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2025-03-14T04:10:43.0983683Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.0986781Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2025-03-14T04:10:43.0990757Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2025-03-14T04:10:43.0993050Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2025-03-14T04:10:43.0996556Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2025-03-14T04:10:43.0999502Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear.h' 2025-03-14T04:10:43.1002782Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h' 2025-03-14T04:10:43.1005725Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_native.h' 2025-03-14T04:10:43.1008980Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_ops.h' 2025-03-14T04:10:43.1012024Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2025-03-14T04:10:43.1015458Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.1019093Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2025-03-14T04:10:43.1021699Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2025-03-14T04:10:43.1024879Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2025-03-14T04:10:43.1028242Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.1031345Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2025-03-14T04:10:43.1034247Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2025-03-14T04:10:43.1037588Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2025-03-14T04:10:43.1041742Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2025-03-14T04:10:43.1044725Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.1047760Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2025-03-14T04:10:43.1051745Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2025-03-14T04:10:43.1055484Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2025-03-14T04:10:43.1059094Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.1061997Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2025-03-14T04:10:43.1065403Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2025-03-14T04:10:43.1069797Z adding 'torch/include/ATen/ops/_native_batch_norm_legit.h' 2025-03-14T04:10:43.1072527Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.1075774Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h' 2025-03-14T04:10:43.1078962Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h' 2025-03-14T04:10:43.1082322Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_native.h' 2025-03-14T04:10:43.1085639Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training.h' 2025-03-14T04:10:43.1089188Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.1092561Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h' 2025-03-14T04:10:43.1095564Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h' 2025-03-14T04:10:43.1099322Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_ops.h' 2025-03-14T04:10:43.1103602Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2025-03-14T04:10:43.1106365Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.1109680Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2025-03-14T04:10:43.1112773Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2025-03-14T04:10:43.1116056Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2025-03-14T04:10:43.1119462Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2025-03-14T04:10:43.1129830Z adding 'torch/include/ATen/ops/_neg_view.h' 2025-03-14T04:10:43.1130139Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.1130271Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2025-03-14T04:10:43.1133209Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.1136512Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.1139324Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2025-03-14T04:10:43.1142648Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2025-03-14T04:10:43.1145524Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2025-03-14T04:10:43.1148863Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2025-03-14T04:10:43.1151989Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h' 2025-03-14T04:10:43.1156397Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h' 2025-03-14T04:10:43.1158508Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h' 2025-03-14T04:10:43.1161310Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h' 2025-03-14T04:10:43.1164552Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h' 2025-03-14T04:10:43.1167554Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2025-03-14T04:10:43.1170702Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2025-03-14T04:10:43.1173929Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.1176763Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2025-03-14T04:10:43.1180398Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2025-03-14T04:10:43.1183277Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.1186256Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2025-03-14T04:10:43.1189379Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2025-03-14T04:10:43.1192345Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2025-03-14T04:10:43.1195468Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2025-03-14T04:10:43.1198750Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor.h' 2025-03-14T04:10:43.1201705Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor_native.h' 2025-03-14T04:10:43.1204880Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor_ops.h' 2025-03-14T04:10:43.1207866Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy.h' 2025-03-14T04:10:43.1211246Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_native.h' 2025-03-14T04:10:43.1214006Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h' 2025-03-14T04:10:43.1216926Z adding 'torch/include/ATen/ops/_nested_get_lengths.h' 2025-03-14T04:10:43.1219826Z adding 'torch/include/ATen/ops/_nested_get_lengths_native.h' 2025-03-14T04:10:43.1222799Z adding 'torch/include/ATen/ops/_nested_get_lengths_ops.h' 2025-03-14T04:10:43.1225750Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen.h' 2025-03-14T04:10:43.1228761Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_native.h' 2025-03-14T04:10:43.1231814Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_ops.h' 2025-03-14T04:10:43.1234816Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen.h' 2025-03-14T04:10:43.1237727Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_native.h' 2025-03-14T04:10:43.1240710Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_ops.h' 2025-03-14T04:10:43.1243674Z adding 'torch/include/ATen/ops/_nested_get_offsets.h' 2025-03-14T04:10:43.1246520Z adding 'torch/include/ATen/ops/_nested_get_offsets_native.h' 2025-03-14T04:10:43.1249538Z adding 'torch/include/ATen/ops/_nested_get_offsets_ops.h' 2025-03-14T04:10:43.1252566Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx.h' 2025-03-14T04:10:43.1255480Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_native.h' 2025-03-14T04:10:43.1258508Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_ops.h' 2025-03-14T04:10:43.1261460Z adding 'torch/include/ATen/ops/_nested_get_values.h' 2025-03-14T04:10:43.1264505Z adding 'torch/include/ATen/ops/_nested_get_values_copy.h' 2025-03-14T04:10:43.1267978Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.1271121Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.1274054Z adding 'torch/include/ATen/ops/_nested_get_values_copy_native.h' 2025-03-14T04:10:43.1277151Z adding 'torch/include/ATen/ops/_nested_get_values_copy_ops.h' 2025-03-14T04:10:43.1280037Z adding 'torch/include/ATen/ops/_nested_get_values_native.h' 2025-03-14T04:10:43.1283081Z adding 'torch/include/ATen/ops/_nested_get_values_ops.h' 2025-03-14T04:10:43.1286284Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2025-03-14T04:10:43.1289296Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2025-03-14T04:10:43.1292334Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2025-03-14T04:10:43.1295302Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2025-03-14T04:10:43.1298253Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2025-03-14T04:10:43.1301326Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2025-03-14T04:10:43.1304392Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2025-03-14T04:10:43.1307741Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.1310729Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2025-03-14T04:10:43.1313764Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2025-03-14T04:10:43.1316753Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2025-03-14T04:10:43.1319801Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2025-03-14T04:10:43.1322802Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2025-03-14T04:10:43.1325709Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2025-03-14T04:10:43.1328777Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2025-03-14T04:10:43.1331692Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2025-03-14T04:10:43.1334860Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2025-03-14T04:10:43.1338045Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list.h' 2025-03-14T04:10:43.1341361Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.1344269Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h' 2025-03-14T04:10:43.1347584Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h' 2025-03-14T04:10:43.1350601Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2025-03-14T04:10:43.1353777Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.1356591Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2025-03-14T04:10:43.1359729Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2025-03-14T04:10:43.1362836Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2025-03-14T04:10:43.1365801Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2025-03-14T04:10:43.1369032Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2025-03-14T04:10:43.1371999Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets.h' 2025-03-14T04:10:43.1375377Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.1378208Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h' 2025-03-14T04:10:43.1381545Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h' 2025-03-14T04:10:43.1385165Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2025-03-14T04:10:43.1388066Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.1391054Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2025-03-14T04:10:43.1394177Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2025-03-14T04:10:43.1397385Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2025-03-14T04:10:43.1400497Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2025-03-14T04:10:43.1403910Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.1407847Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.1410616Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2025-03-14T04:10:43.1413731Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2025-03-14T04:10:43.1416507Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2025-03-14T04:10:43.1419866Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2025-03-14T04:10:43.1422596Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2025-03-14T04:10:43.1425829Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2025-03-14T04:10:43.1428987Z adding 'torch/include/ATen/ops/_nested_view_from_jagged.h' 2025-03-14T04:10:43.1432350Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy.h' 2025-03-14T04:10:43.1436073Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.1439203Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.1442111Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h' 2025-03-14T04:10:43.1445376Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h' 2025-03-14T04:10:43.1448507Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_native.h' 2025-03-14T04:10:43.1451664Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_ops.h' 2025-03-14T04:10:43.1454982Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2025-03-14T04:10:43.1459010Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.1461998Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2025-03-14T04:10:43.1465319Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2025-03-14T04:10:43.1468392Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2025-03-14T04:10:43.1472037Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.1474591Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2025-03-14T04:10:43.1477724Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2025-03-14T04:10:43.1481403Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2025-03-14T04:10:43.1484966Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.1488057Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2025-03-14T04:10:43.1491600Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2025-03-14T04:10:43.1494481Z adding 'torch/include/ATen/ops/_nnz.h' 2025-03-14T04:10:43.1497484Z adding 'torch/include/ATen/ops/_nnz_native.h' 2025-03-14T04:10:43.1500616Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2025-03-14T04:10:43.1504111Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2025-03-14T04:10:43.1507478Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2025-03-14T04:10:43.1510737Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.1513617Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2025-03-14T04:10:43.1516858Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2025-03-14T04:10:43.1520067Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.1523072Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2025-03-14T04:10:43.1526368Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2025-03-14T04:10:43.1529432Z adding 'torch/include/ATen/ops/_pad_circular.h' 2025-03-14T04:10:43.1532904Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.1535762Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2025-03-14T04:10:43.1538884Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2025-03-14T04:10:43.1542094Z adding 'torch/include/ATen/ops/_pad_enum.h' 2025-03-14T04:10:43.1545888Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.1548441Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2025-03-14T04:10:43.1551779Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2025-03-14T04:10:43.1554878Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2025-03-14T04:10:43.1558140Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.1561194Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2025-03-14T04:10:43.1564291Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2025-03-14T04:10:43.1567683Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward.h' 2025-03-14T04:10:43.1571718Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cpu_dispatch.h' 2025-03-14T04:10:43.1574059Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cuda_dispatch.h' 2025-03-14T04:10:43.1577407Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_native.h' 2025-03-14T04:10:43.1580289Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_ops.h' 2025-03-14T04:10:43.1583457Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2025-03-14T04:10:43.1586693Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.1589897Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2025-03-14T04:10:43.1592924Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2025-03-14T04:10:43.1596082Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2025-03-14T04:10:43.1599789Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2025-03-14T04:10:43.1602448Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2025-03-14T04:10:43.1605826Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.1608832Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2025-03-14T04:10:43.1611994Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2025-03-14T04:10:43.1614906Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2025-03-14T04:10:43.1618146Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2025-03-14T04:10:43.1621214Z adding 'torch/include/ATen/ops/_pin_memory.h' 2025-03-14T04:10:43.1628656Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.1629172Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2025-03-14T04:10:43.1631685Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2025-03-14T04:10:43.1634894Z adding 'torch/include/ATen/ops/_prelu_kernel.h' 2025-03-14T04:10:43.1638020Z adding 'torch/include/ATen/ops/_prelu_kernel_backward.h' 2025-03-14T04:10:43.1641254Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h' 2025-03-14T04:10:43.1644258Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h' 2025-03-14T04:10:43.1647434Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_native.h' 2025-03-14T04:10:43.1650544Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_ops.h' 2025-03-14T04:10:43.1653800Z adding 'torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h' 2025-03-14T04:10:43.1656867Z adding 'torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h' 2025-03-14T04:10:43.1659789Z adding 'torch/include/ATen/ops/_prelu_kernel_native.h' 2025-03-14T04:10:43.1663008Z adding 'torch/include/ATen/ops/_prelu_kernel_ops.h' 2025-03-14T04:10:43.1665945Z adding 'torch/include/ATen/ops/_print.h' 2025-03-14T04:10:43.1669200Z adding 'torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.1671991Z adding 'torch/include/ATen/ops/_print_native.h' 2025-03-14T04:10:43.1675052Z adding 'torch/include/ATen/ops/_print_ops.h' 2025-03-14T04:10:43.1678812Z adding 'torch/include/ATen/ops/_propagate_xla_data.h' 2025-03-14T04:10:43.1681439Z adding 'torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.1684391Z adding 'torch/include/ATen/ops/_propagate_xla_data_native.h' 2025-03-14T04:10:43.1687888Z adding 'torch/include/ATen/ops/_propagate_xla_data_ops.h' 2025-03-14T04:10:43.1696484Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2025-03-14T04:10:43.1700367Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.1703316Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2025-03-14T04:10:43.1706486Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2025-03-14T04:10:43.1710407Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2025-03-14T04:10:43.1713981Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2025-03-14T04:10:43.1717458Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.1720757Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.1723679Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2025-03-14T04:10:43.1726895Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2025-03-14T04:10:43.1730044Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2025-03-14T04:10:43.1733145Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2025-03-14T04:10:43.1736206Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2025-03-14T04:10:43.1739144Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2025-03-14T04:10:43.1742254Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2025-03-14T04:10:43.1745424Z adding 'torch/include/ATen/ops/_reshape_copy.h' 2025-03-14T04:10:43.1748782Z adding 'torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.1751669Z adding 'torch/include/ATen/ops/_reshape_copy_native.h' 2025-03-14T04:10:43.1754758Z adding 'torch/include/ATen/ops/_reshape_copy_ops.h' 2025-03-14T04:10:43.1757806Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2025-03-14T04:10:43.1761032Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.1763886Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2025-03-14T04:10:43.1767828Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2025-03-14T04:10:43.1772487Z adding 'torch/include/ATen/ops/_resize_output.h' 2025-03-14T04:10:43.1776711Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.1780723Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2025-03-14T04:10:43.1783739Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2025-03-14T04:10:43.1787055Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2025-03-14T04:10:43.1790219Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2025-03-14T04:10:43.1793484Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.1796373Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2025-03-14T04:10:43.1799504Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2025-03-14T04:10:43.1802530Z adding 'torch/include/ATen/ops/_safe_softmax.h' 2025-03-14T04:10:43.1805749Z adding 'torch/include/ATen/ops/_safe_softmax_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.1808641Z adding 'torch/include/ATen/ops/_safe_softmax_native.h' 2025-03-14T04:10:43.1811746Z adding 'torch/include/ATen/ops/_safe_softmax_ops.h' 2025-03-14T04:10:43.1814856Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2025-03-14T04:10:43.1818169Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.1821173Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2025-03-14T04:10:43.1824226Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2025-03-14T04:10:43.1827229Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2025-03-14T04:10:43.1830468Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2025-03-14T04:10:43.1833606Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2025-03-14T04:10:43.1836821Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.1839627Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2025-03-14T04:10:43.1842700Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2025-03-14T04:10:43.1845905Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math.h' 2025-03-14T04:10:43.1849201Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.1852239Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps.h' 2025-03-14T04:10:43.1855192Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_native.h' 2025-03-14T04:10:43.1858390Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_ops.h' 2025-03-14T04:10:43.1861415Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h' 2025-03-14T04:10:43.1864656Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h' 2025-03-14T04:10:43.1868136Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h' 2025-03-14T04:10:43.1871985Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward.h' 2025-03-14T04:10:43.1875382Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h' 2025-03-14T04:10:43.1878502Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_native.h' 2025-03-14T04:10:43.1881842Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_ops.h' 2025-03-14T04:10:43.1885048Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h' 2025-03-14T04:10:43.1888204Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h' 2025-03-14T04:10:43.1891478Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h' 2025-03-14T04:10:43.1894679Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h' 2025-03-14T04:10:43.1897942Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h' 2025-03-14T04:10:43.1901181Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h' 2025-03-14T04:10:43.1904245Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h' 2025-03-14T04:10:43.1907626Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h' 2025-03-14T04:10:43.1910901Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h' 2025-03-14T04:10:43.1913995Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h' 2025-03-14T04:10:43.1917219Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h' 2025-03-14T04:10:43.1920402Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention.h' 2025-03-14T04:10:43.1923824Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h' 2025-03-14T04:10:43.1927237Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h' 2025-03-14T04:10:43.1930357Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h' 2025-03-14T04:10:43.1933667Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h' 2025-03-14T04:10:43.1936871Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h' 2025-03-14T04:10:43.1940005Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h' 2025-03-14T04:10:43.1943215Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h' 2025-03-14T04:10:43.1946446Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h' 2025-03-14T04:10:43.1949835Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h' 2025-03-14T04:10:43.1953102Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h' 2025-03-14T04:10:43.1956227Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h' 2025-03-14T04:10:43.1959248Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h' 2025-03-14T04:10:43.1962477Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h' 2025-03-14T04:10:43.1965628Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h' 2025-03-14T04:10:43.1968965Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h' 2025-03-14T04:10:43.1972861Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable.h' 2025-03-14T04:10:43.1976412Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward.h' 2025-03-14T04:10:43.1980019Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.1983038Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_native.h' 2025-03-14T04:10:43.1986431Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_ops.h' 2025-03-14T04:10:43.1989923Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.1992908Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_native.h' 2025-03-14T04:10:43.1996199Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_ops.h' 2025-03-14T04:10:43.1999265Z adding 'torch/include/ATen/ops/_scaled_grouped_mm.h' 2025-03-14T04:10:43.2002569Z adding 'torch/include/ATen/ops/_scaled_grouped_mm_cuda_dispatch.h' 2025-03-14T04:10:43.2005628Z adding 'torch/include/ATen/ops/_scaled_grouped_mm_native.h' 2025-03-14T04:10:43.2009466Z adding 'torch/include/ATen/ops/_scaled_grouped_mm_ops.h' 2025-03-14T04:10:43.2017189Z adding 'torch/include/ATen/ops/_scaled_mm.h' 2025-03-14T04:10:43.2018172Z adding 'torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h' 2025-03-14T04:10:43.2021067Z adding 'torch/include/ATen/ops/_scaled_mm_native.h' 2025-03-14T04:10:43.2024344Z adding 'torch/include/ATen/ops/_scaled_mm_ops.h' 2025-03-14T04:10:43.2028040Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2025-03-14T04:10:43.2031234Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.2034292Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2025-03-14T04:10:43.2037409Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2025-03-14T04:10:43.2040475Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2025-03-14T04:10:43.2043804Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2025-03-14T04:10:43.2046892Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2025-03-14T04:10:43.2050089Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.2052935Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2025-03-14T04:10:43.2056047Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2025-03-14T04:10:43.2060027Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2025-03-14T04:10:43.2063775Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.2066949Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2025-03-14T04:10:43.2070547Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2025-03-14T04:10:43.2074085Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2025-03-14T04:10:43.2077619Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2025-03-14T04:10:43.2081221Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2025-03-14T04:10:43.2084711Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2025-03-14T04:10:43.2087920Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2025-03-14T04:10:43.2090942Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2025-03-14T04:10:43.2094215Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2025-03-14T04:10:43.2097356Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2025-03-14T04:10:43.2100662Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.2103536Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2025-03-14T04:10:43.2106716Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2025-03-14T04:10:43.2109898Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2025-03-14T04:10:43.2113177Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.2116071Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2025-03-14T04:10:43.2119195Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2025-03-14T04:10:43.2122357Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2025-03-14T04:10:43.2125632Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.2128522Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2025-03-14T04:10:43.2131665Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2025-03-14T04:10:43.2134672Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2025-03-14T04:10:43.2137903Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.2140754Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2025-03-14T04:10:43.2143828Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2025-03-14T04:10:43.2146904Z adding 'torch/include/ATen/ops/_softmax.h' 2025-03-14T04:10:43.2150258Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2025-03-14T04:10:43.2153622Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.2156562Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2025-03-14T04:10:43.2159668Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2025-03-14T04:10:43.2162704Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2025-03-14T04:10:43.2165832Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2025-03-14T04:10:43.2168861Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2025-03-14T04:10:43.2172853Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2025-03-14T04:10:43.2176842Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.2180318Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2025-03-14T04:10:43.2190221Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2025-03-14T04:10:43.2190712Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2025-03-14T04:10:43.2195234Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2025-03-14T04:10:43.2199829Z adding 'torch/include/ATen/ops/_softmax_native.h' 2025-03-14T04:10:43.2204881Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2025-03-14T04:10:43.2209873Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2025-03-14T04:10:43.2214968Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.2220665Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2025-03-14T04:10:43.2224293Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2025-03-14T04:10:43.2228175Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2025-03-14T04:10:43.2231463Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2025-03-14T04:10:43.2235518Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.2238981Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.2242561Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2025-03-14T04:10:43.2246207Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2025-03-14T04:10:43.2249505Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2025-03-14T04:10:43.2252636Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2025-03-14T04:10:43.2255836Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2025-03-14T04:10:43.2259972Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.2262982Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2025-03-14T04:10:43.2266227Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2025-03-14T04:10:43.2269585Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2025-03-14T04:10:43.2272983Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.2276678Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2025-03-14T04:10:43.2280245Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2025-03-14T04:10:43.2283888Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2025-03-14T04:10:43.2287437Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.2290396Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2025-03-14T04:10:43.2293647Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2025-03-14T04:10:43.2296862Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims.h' 2025-03-14T04:10:43.2300193Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.2303109Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_native.h' 2025-03-14T04:10:43.2306312Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_ops.h' 2025-03-14T04:10:43.2309879Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2025-03-14T04:10:43.2313346Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.2316342Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2025-03-14T04:10:43.2319522Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2025-03-14T04:10:43.2322896Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2025-03-14T04:10:43.2326777Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2025-03-14T04:10:43.2330457Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.2333606Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2025-03-14T04:10:43.2336722Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2025-03-14T04:10:43.2340092Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2025-03-14T04:10:43.2343352Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.2346361Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2025-03-14T04:10:43.2349570Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2025-03-14T04:10:43.2352892Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2025-03-14T04:10:43.2356124Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2025-03-14T04:10:43.2359412Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.2362350Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2025-03-14T04:10:43.2365533Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2025-03-14T04:10:43.2368733Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2025-03-14T04:10:43.2372032Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.2374924Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2025-03-14T04:10:43.2378140Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2025-03-14T04:10:43.2381322Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2025-03-14T04:10:43.2384626Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.2387661Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2025-03-14T04:10:43.2390859Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2025-03-14T04:10:43.2394128Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2025-03-14T04:10:43.2397454Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.2400391Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2025-03-14T04:10:43.2403613Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2025-03-14T04:10:43.2406742Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2025-03-14T04:10:43.2409967Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2025-03-14T04:10:43.2413218Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.2416135Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2025-03-14T04:10:43.2419337Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2025-03-14T04:10:43.2423271Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.2426420Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.2429460Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2025-03-14T04:10:43.2432795Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2025-03-14T04:10:43.2435985Z adding 'torch/include/ATen/ops/_sparse_mask_projection.h' 2025-03-14T04:10:43.2439940Z adding 'torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.2443428Z adding 'torch/include/ATen/ops/_sparse_mask_projection_native.h' 2025-03-14T04:10:43.2446812Z adding 'torch/include/ATen/ops/_sparse_mask_projection_ops.h' 2025-03-14T04:10:43.2450412Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2025-03-14T04:10:43.2453783Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.2457324Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2025-03-14T04:10:43.2460860Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2025-03-14T04:10:43.2464240Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl.h' 2025-03-14T04:10:43.2468001Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h' 2025-03-14T04:10:43.2471200Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h' 2025-03-14T04:10:43.2474990Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h' 2025-03-14T04:10:43.2478287Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h' 2025-03-14T04:10:43.2481944Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h' 2025-03-14T04:10:43.2485586Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm.h' 2025-03-14T04:10:43.2488931Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_cuda_dispatch.h' 2025-03-14T04:10:43.2492454Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_native.h' 2025-03-14T04:10:43.2495796Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_ops.h' 2025-03-14T04:10:43.2499592Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply.h' 2025-03-14T04:10:43.2503156Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_cuda_dispatch.h' 2025-03-14T04:10:43.2506460Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense.h' 2025-03-14T04:10:43.2510356Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_cuda_dispatch.h' 2025-03-14T04:10:43.2513315Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_native.h' 2025-03-14T04:10:43.2516978Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_ops.h' 2025-03-14T04:10:43.2520069Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_native.h' 2025-03-14T04:10:43.2523916Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_ops.h' 2025-03-14T04:10:43.2527588Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear.h' 2025-03-14T04:10:43.2530923Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h' 2025-03-14T04:10:43.2534447Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_native.h' 2025-03-14T04:10:43.2537788Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h' 2025-03-14T04:10:43.2541542Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm.h' 2025-03-14T04:10:43.2545033Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_cuda_dispatch.h' 2025-03-14T04:10:43.2548479Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_native.h' 2025-03-14T04:10:43.2552266Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_ops.h' 2025-03-14T04:10:43.2555516Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile.h' 2025-03-14T04:10:43.2559310Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_cuda_dispatch.h' 2025-03-14T04:10:43.2562447Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_native.h' 2025-03-14T04:10:43.2566189Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_ops.h' 2025-03-14T04:10:43.2569826Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2025-03-14T04:10:43.2573195Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2025-03-14T04:10:43.2577094Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.2580123Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2025-03-14T04:10:43.2584000Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2025-03-14T04:10:43.2587614Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.2590989Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.2594449Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2025-03-14T04:10:43.2597910Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2025-03-14T04:10:43.2601753Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2025-03-14T04:10:43.2605263Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.2608623Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2025-03-14T04:10:43.2612267Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2025-03-14T04:10:43.2615505Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2025-03-14T04:10:43.2619186Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2025-03-14T04:10:43.2622572Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.2627256Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2025-03-14T04:10:43.2632325Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2025-03-14T04:10:43.2637462Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.2641903Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.2644902Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2025-03-14T04:10:43.2649036Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2025-03-14T04:10:43.2652545Z adding 'torch/include/ATen/ops/_spdiags.h' 2025-03-14T04:10:43.2656332Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.2660001Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2025-03-14T04:10:43.2663100Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2025-03-14T04:10:43.2667058Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2025-03-14T04:10:43.2670268Z adding 'torch/include/ATen/ops/_spsolve.h' 2025-03-14T04:10:43.2673275Z adding 'torch/include/ATen/ops/_spsolve_native.h' 2025-03-14T04:10:43.2676523Z adding 'torch/include/ATen/ops/_spsolve_ops.h' 2025-03-14T04:10:43.2680212Z adding 'torch/include/ATen/ops/_stack.h' 2025-03-14T04:10:43.2683467Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.2686476Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2025-03-14T04:10:43.2689461Z adding 'torch/include/ATen/ops/_stack_native.h' 2025-03-14T04:10:43.2692776Z adding 'torch/include/ATen/ops/_stack_ops.h' 2025-03-14T04:10:43.2696568Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2025-03-14T04:10:43.2699868Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.2702924Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2025-03-14T04:10:43.2705991Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2025-03-14T04:10:43.2709157Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2025-03-14T04:10:43.2712461Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.2715493Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2025-03-14T04:10:43.2718554Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2025-03-14T04:10:43.2721552Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2025-03-14T04:10:43.2725186Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2025-03-14T04:10:43.2728493Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2025-03-14T04:10:43.2731735Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2025-03-14T04:10:43.2734856Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2025-03-14T04:10:43.2738130Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.2741076Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2025-03-14T04:10:43.2744311Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2025-03-14T04:10:43.2747551Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2025-03-14T04:10:43.2750848Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.2753927Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.2756795Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2025-03-14T04:10:43.2760622Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2025-03-14T04:10:43.2763738Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2025-03-14T04:10:43.2767034Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.2770034Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2025-03-14T04:10:43.2773325Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.2776521Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.2779304Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2025-03-14T04:10:43.2783040Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2025-03-14T04:10:43.2786178Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2025-03-14T04:10:43.2790302Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2025-03-14T04:10:43.2793722Z adding 'torch/include/ATen/ops/_test_check_tensor.h' 2025-03-14T04:10:43.2797236Z adding 'torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.2800486Z adding 'torch/include/ATen/ops/_test_check_tensor_native.h' 2025-03-14T04:10:43.2803695Z adding 'torch/include/ATen/ops/_test_check_tensor_ops.h' 2025-03-14T04:10:43.2807466Z adding 'torch/include/ATen/ops/_test_functorch_fallback.h' 2025-03-14T04:10:43.2810895Z adding 'torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.2814443Z adding 'torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h' 2025-03-14T04:10:43.2817959Z adding 'torch/include/ATen/ops/_test_functorch_fallback_native.h' 2025-03-14T04:10:43.2821319Z adding 'torch/include/ATen/ops/_test_functorch_fallback_ops.h' 2025-03-14T04:10:43.2825040Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2025-03-14T04:10:43.2828563Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.2832173Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2025-03-14T04:10:43.2835467Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2025-03-14T04:10:43.2838977Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2025-03-14T04:10:43.2842601Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2025-03-14T04:10:43.2846017Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.2849599Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2025-03-14T04:10:43.2852666Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2025-03-14T04:10:43.2856528Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2025-03-14T04:10:43.2860122Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2025-03-14T04:10:43.2863546Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.2867113Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2025-03-14T04:10:43.2870293Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2025-03-14T04:10:43.2874185Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2025-03-14T04:10:43.2877669Z adding 'torch/include/ATen/ops/_test_parallel_materialize.h' 2025-03-14T04:10:43.2882809Z adding 'torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.2887406Z adding 'torch/include/ATen/ops/_test_parallel_materialize_native.h' 2025-03-14T04:10:43.2892372Z adding 'torch/include/ATen/ops/_test_parallel_materialize_ops.h' 2025-03-14T04:10:43.2897259Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2025-03-14T04:10:43.2902303Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.2906898Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2025-03-14T04:10:43.2911969Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2025-03-14T04:10:43.2915579Z adding 'torch/include/ATen/ops/_test_string_default.h' 2025-03-14T04:10:43.2919316Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.2922494Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2025-03-14T04:10:43.2926252Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2025-03-14T04:10:43.2929483Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2025-03-14T04:10:43.2933398Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.2936437Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2025-03-14T04:10:43.2940418Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2025-03-14T04:10:43.2943740Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2025-03-14T04:10:43.2947192Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.2950789Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2025-03-14T04:10:43.2954057Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2025-03-14T04:10:43.2957233Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2025-03-14T04:10:43.2960552Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.2963454Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2025-03-14T04:10:43.2967328Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2025-03-14T04:10:43.2970640Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2025-03-14T04:10:43.2973986Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2025-03-14T04:10:43.2977350Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.2980375Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2025-03-14T04:10:43.2983400Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2025-03-14T04:10:43.2986672Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2025-03-14T04:10:43.2990151Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.2993262Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2025-03-14T04:10:43.2996380Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2025-03-14T04:10:43.3000217Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2025-03-14T04:10:43.3003562Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2025-03-14T04:10:43.3006775Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2025-03-14T04:10:43.3010061Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.3013812Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2025-03-14T04:10:43.3017289Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.3020316Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2025-03-14T04:10:43.3023376Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2025-03-14T04:10:43.3026681Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2025-03-14T04:10:43.3029888Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2025-03-14T04:10:43.3033410Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2025-03-14T04:10:43.3036834Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.3039901Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2025-03-14T04:10:43.3042944Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2025-03-14T04:10:43.3046244Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2025-03-14T04:10:43.3049530Z adding 'torch/include/ATen/ops/_to_copy.h' 2025-03-14T04:10:43.3052869Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.3055859Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2025-03-14T04:10:43.3059179Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2025-03-14T04:10:43.3062215Z adding 'torch/include/ATen/ops/_to_cpu.h' 2025-03-14T04:10:43.3065411Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.3068350Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2025-03-14T04:10:43.3071448Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2025-03-14T04:10:43.3074524Z adding 'torch/include/ATen/ops/_to_dense.h' 2025-03-14T04:10:43.3077761Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.3080765Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2025-03-14T04:10:43.3083954Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2025-03-14T04:10:43.3087082Z adding 'torch/include/ATen/ops/_to_sparse.h' 2025-03-14T04:10:43.3090198Z adding 'torch/include/ATen/ops/_to_sparse_bsc.h' 2025-03-14T04:10:43.3093438Z adding 'torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.3096412Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h' 2025-03-14T04:10:43.3099560Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h' 2025-03-14T04:10:43.3102659Z adding 'torch/include/ATen/ops/_to_sparse_bsc_native.h' 2025-03-14T04:10:43.3105888Z adding 'torch/include/ATen/ops/_to_sparse_bsc_ops.h' 2025-03-14T04:10:43.3109119Z adding 'torch/include/ATen/ops/_to_sparse_bsr.h' 2025-03-14T04:10:43.3112372Z adding 'torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.3115393Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h' 2025-03-14T04:10:43.3118445Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h' 2025-03-14T04:10:43.3121433Z adding 'torch/include/ATen/ops/_to_sparse_bsr_native.h' 2025-03-14T04:10:43.3124618Z adding 'torch/include/ATen/ops/_to_sparse_bsr_ops.h' 2025-03-14T04:10:43.3127924Z adding 'torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.3130931Z adding 'torch/include/ATen/ops/_to_sparse_cpu_dispatch.h' 2025-03-14T04:10:43.3133946Z adding 'torch/include/ATen/ops/_to_sparse_csc.h' 2025-03-14T04:10:43.3137140Z adding 'torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.3140136Z adding 'torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h' 2025-03-14T04:10:43.3143169Z adding 'torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h' 2025-03-14T04:10:43.3146136Z adding 'torch/include/ATen/ops/_to_sparse_csc_native.h' 2025-03-14T04:10:43.3149468Z adding 'torch/include/ATen/ops/_to_sparse_csc_ops.h' 2025-03-14T04:10:43.3152573Z adding 'torch/include/ATen/ops/_to_sparse_csr.h' 2025-03-14T04:10:43.3155826Z adding 'torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.3158792Z adding 'torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h' 2025-03-14T04:10:43.3161797Z adding 'torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h' 2025-03-14T04:10:43.3164689Z adding 'torch/include/ATen/ops/_to_sparse_csr_native.h' 2025-03-14T04:10:43.3167819Z adding 'torch/include/ATen/ops/_to_sparse_csr_ops.h' 2025-03-14T04:10:43.3170881Z adding 'torch/include/ATen/ops/_to_sparse_cuda_dispatch.h' 2025-03-14T04:10:43.3173977Z adding 'torch/include/ATen/ops/_to_sparse_native.h' 2025-03-14T04:10:43.3177364Z adding 'torch/include/ATen/ops/_to_sparse_ops.h' 2025-03-14T04:10:43.3180521Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured.h' 2025-03-14T04:10:43.3183654Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h' 2025-03-14T04:10:43.3186598Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_native.h' 2025-03-14T04:10:43.3190344Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_ops.h' 2025-03-14T04:10:43.3195361Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2025-03-14T04:10:43.3199534Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.3203003Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2025-03-14T04:10:43.3207910Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2025-03-14T04:10:43.3212926Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2025-03-14T04:10:43.3217870Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2025-03-14T04:10:43.3223283Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2025-03-14T04:10:43.3228824Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.3233947Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2025-03-14T04:10:43.3238772Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2025-03-14T04:10:43.3243692Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2025-03-14T04:10:43.3247527Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2025-03-14T04:10:43.3251429Z adding 'torch/include/ATen/ops/_trilinear.h' 2025-03-14T04:10:43.3254843Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.3258903Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.3261957Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2025-03-14T04:10:43.3265890Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2025-03-14T04:10:43.3269989Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2025-03-14T04:10:43.3273507Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.3276553Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2025-03-14T04:10:43.3279776Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2025-03-14T04:10:43.3283788Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2025-03-14T04:10:43.3287559Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2025-03-14T04:10:43.3290961Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.3293966Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2025-03-14T04:10:43.3297037Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2025-03-14T04:10:43.3300755Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2025-03-14T04:10:43.3303864Z adding 'torch/include/ATen/ops/_unique.h' 2025-03-14T04:10:43.3307157Z adding 'torch/include/ATen/ops/_unique2.h' 2025-03-14T04:10:43.3310579Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.3313611Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2025-03-14T04:10:43.3316711Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2025-03-14T04:10:43.3319700Z adding 'torch/include/ATen/ops/_unique2_native.h' 2025-03-14T04:10:43.3323004Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2025-03-14T04:10:43.3326321Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.3329831Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2025-03-14T04:10:43.3333034Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2025-03-14T04:10:43.3336079Z adding 'torch/include/ATen/ops/_unique_native.h' 2025-03-14T04:10:43.3339296Z adding 'torch/include/ATen/ops/_unique_ops.h' 2025-03-14T04:10:43.3342358Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2025-03-14T04:10:43.3345628Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.3348655Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2025-03-14T04:10:43.3351802Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2025-03-14T04:10:43.3354846Z adding 'torch/include/ATen/ops/_unsafe_index.h' 2025-03-14T04:10:43.3358096Z adding 'torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.3361006Z adding 'torch/include/ATen/ops/_unsafe_index_native.h' 2025-03-14T04:10:43.3364141Z adding 'torch/include/ATen/ops/_unsafe_index_ops.h' 2025-03-14T04:10:43.3367227Z adding 'torch/include/ATen/ops/_unsafe_index_put.h' 2025-03-14T04:10:43.3370473Z adding 'torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.3373335Z adding 'torch/include/ATen/ops/_unsafe_index_put_native.h' 2025-03-14T04:10:43.3376468Z adding 'torch/include/ATen/ops/_unsafe_index_put_ops.h' 2025-03-14T04:10:43.3379974Z adding 'torch/include/ATen/ops/_unsafe_masked_index.h' 2025-03-14T04:10:43.3382881Z adding 'torch/include/ATen/ops/_unsafe_masked_index_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.3386959Z adding 'torch/include/ATen/ops/_unsafe_masked_index_native.h' 2025-03-14T04:10:43.3390189Z adding 'torch/include/ATen/ops/_unsafe_masked_index_ops.h' 2025-03-14T04:10:43.3393354Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate.h' 2025-03-14T04:10:43.3396649Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.3399552Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_native.h' 2025-03-14T04:10:43.3402723Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_ops.h' 2025-03-14T04:10:43.3405956Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2025-03-14T04:10:43.3409337Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.3412273Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2025-03-14T04:10:43.3415423Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2025-03-14T04:10:43.3419085Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2025-03-14T04:10:43.3422865Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2025-03-14T04:10:43.3426470Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.3429913Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2025-03-14T04:10:43.3433160Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2025-03-14T04:10:43.3436277Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2025-03-14T04:10:43.3439549Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2025-03-14T04:10:43.3442665Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2025-03-14T04:10:43.3445963Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2025-03-14T04:10:43.3449322Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.3452394Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.3455539Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2025-03-14T04:10:43.3458740Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2025-03-14T04:10:43.3461754Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2025-03-14T04:10:43.3464926Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2025-03-14T04:10:43.3468152Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2025-03-14T04:10:43.3471478Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2025-03-14T04:10:43.3475164Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2025-03-14T04:10:43.3478966Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2025-03-14T04:10:43.3482558Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.3485912Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2025-03-14T04:10:43.3489532Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2025-03-14T04:10:43.3492665Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2025-03-14T04:10:43.3496089Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2025-03-14T04:10:43.3499243Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2025-03-14T04:10:43.3502558Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2025-03-14T04:10:43.3505936Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.3509552Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.3512378Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2025-03-14T04:10:43.3515538Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2025-03-14T04:10:43.3518620Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2025-03-14T04:10:43.3521799Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2025-03-14T04:10:43.3524889Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2025-03-14T04:10:43.3528208Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2025-03-14T04:10:43.3531773Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2025-03-14T04:10:43.3535426Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2025-03-14T04:10:43.3539024Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.3542039Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2025-03-14T04:10:43.3545203Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2025-03-14T04:10:43.3548363Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2025-03-14T04:10:43.3551599Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2025-03-14T04:10:43.3554724Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2025-03-14T04:10:43.3558002Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2025-03-14T04:10:43.3561403Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.3564439Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.3567482Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2025-03-14T04:10:43.3570702Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2025-03-14T04:10:43.3573785Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2025-03-14T04:10:43.3576949Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2025-03-14T04:10:43.3580067Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2025-03-14T04:10:43.3583378Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2025-03-14T04:10:43.3587378Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2025-03-14T04:10:43.3591451Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2025-03-14T04:10:43.3595065Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.3599050Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2025-03-14T04:10:43.3602437Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2025-03-14T04:10:43.3605478Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2025-03-14T04:10:43.3608731Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2025-03-14T04:10:43.3611830Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2025-03-14T04:10:43.3615124Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2025-03-14T04:10:43.3618560Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.3621631Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.3624736Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2025-03-14T04:10:43.3628026Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2025-03-14T04:10:43.3631092Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2025-03-14T04:10:43.3634626Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2025-03-14T04:10:43.3637563Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2025-03-14T04:10:43.3640873Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2025-03-14T04:10:43.3644567Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2025-03-14T04:10:43.3648369Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2025-03-14T04:10:43.3652158Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.3655248Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2025-03-14T04:10:43.3658548Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2025-03-14T04:10:43.3661655Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2025-03-14T04:10:43.3664929Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2025-03-14T04:10:43.3668161Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2025-03-14T04:10:43.3671466Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2025-03-14T04:10:43.3674918Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.3678056Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.3681196Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2025-03-14T04:10:43.3684403Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2025-03-14T04:10:43.3687505Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2025-03-14T04:10:43.3692550Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2025-03-14T04:10:43.3695810Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2025-03-14T04:10:43.3700304Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2025-03-14T04:10:43.3705324Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2025-03-14T04:10:43.3710465Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2025-03-14T04:10:43.3715319Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2025-03-14T04:10:43.3720426Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2025-03-14T04:10:43.3725267Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2025-03-14T04:10:43.3730364Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.3734954Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2025-03-14T04:10:43.3739586Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2025-03-14T04:10:43.3742811Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2025-03-14T04:10:43.3746639Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2025-03-14T04:10:43.3750041Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2025-03-14T04:10:43.3753880Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2025-03-14T04:10:43.3757313Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2025-03-14T04:10:43.3760933Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2025-03-14T04:10:43.3764817Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.3767869Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2025-03-14T04:10:43.3771012Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2025-03-14T04:10:43.3774126Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2025-03-14T04:10:43.3778146Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.3781453Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2025-03-14T04:10:43.3784319Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2025-03-14T04:10:43.3787467Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2025-03-14T04:10:43.3790743Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.3794348Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2025-03-14T04:10:43.3798163Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2025-03-14T04:10:43.3801371Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2025-03-14T04:10:43.3804659Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.3807559Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2025-03-14T04:10:43.3810696Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2025-03-14T04:10:43.3813729Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2025-03-14T04:10:43.3817002Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.3819878Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2025-03-14T04:10:43.3823540Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2025-03-14T04:10:43.3826763Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2025-03-14T04:10:43.3830155Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.3833023Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2025-03-14T04:10:43.3836172Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2025-03-14T04:10:43.3839047Z adding 'torch/include/ATen/ops/_values.h' 2025-03-14T04:10:43.3842099Z adding 'torch/include/ATen/ops/_values_copy.h' 2025-03-14T04:10:43.3845778Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.3848954Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.3851764Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2025-03-14T04:10:43.3854924Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2025-03-14T04:10:43.3857915Z adding 'torch/include/ATen/ops/_values_native.h' 2025-03-14T04:10:43.3860974Z adding 'torch/include/ATen/ops/_values_ops.h' 2025-03-14T04:10:43.3863930Z adding 'torch/include/ATen/ops/_version.h' 2025-03-14T04:10:43.3867182Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.3870090Z adding 'torch/include/ATen/ops/_version_native.h' 2025-03-14T04:10:43.3873147Z adding 'torch/include/ATen/ops/_version_ops.h' 2025-03-14T04:10:43.3876218Z adding 'torch/include/ATen/ops/_weight_int4pack_mm.h' 2025-03-14T04:10:43.3879873Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h' 2025-03-14T04:10:43.3883079Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu.h' 2025-03-14T04:10:43.3886211Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_cpu_dispatch.h' 2025-03-14T04:10:43.3889226Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_native.h' 2025-03-14T04:10:43.3892352Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_ops.h' 2025-03-14T04:10:43.3895336Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_native.h' 2025-03-14T04:10:43.3898440Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_ops.h' 2025-03-14T04:10:43.3901474Z adding 'torch/include/ATen/ops/_weight_int8pack_mm.h' 2025-03-14T04:10:43.3904610Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h' 2025-03-14T04:10:43.3907676Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_native.h' 2025-03-14T04:10:43.3910884Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_ops.h' 2025-03-14T04:10:43.3913818Z adding 'torch/include/ATen/ops/_weight_norm.h' 2025-03-14T04:10:43.3917063Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.3920033Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2025-03-14T04:10:43.3923314Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.3926173Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2025-03-14T04:10:43.3929342Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2025-03-14T04:10:43.3932434Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2025-03-14T04:10:43.3935674Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2025-03-14T04:10:43.3938978Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.3941995Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2025-03-14T04:10:43.3945056Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2025-03-14T04:10:43.3948190Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2025-03-14T04:10:43.3951511Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2025-03-14T04:10:43.3954785Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.3957783Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2025-03-14T04:10:43.3960874Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2025-03-14T04:10:43.3963875Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2025-03-14T04:10:43.3967053Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2025-03-14T04:10:43.3970038Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2025-03-14T04:10:43.3973136Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2025-03-14T04:10:43.3976231Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack.h' 2025-03-14T04:10:43.3979755Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.3983085Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_native.h' 2025-03-14T04:10:43.3986693Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_ops.h' 2025-03-14T04:10:43.3990115Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked.h' 2025-03-14T04:10:43.3993983Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.3996979Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_native.h' 2025-03-14T04:10:43.4000818Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_ops.h' 2025-03-14T04:10:43.4004373Z adding 'torch/include/ATen/ops/abs.h' 2025-03-14T04:10:43.4007761Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.4011268Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2025-03-14T04:10:43.4014448Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2025-03-14T04:10:43.4018127Z adding 'torch/include/ATen/ops/abs_native.h' 2025-03-14T04:10:43.4021593Z adding 'torch/include/ATen/ops/abs_ops.h' 2025-03-14T04:10:43.4025144Z adding 'torch/include/ATen/ops/absolute.h' 2025-03-14T04:10:43.4029019Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.4032027Z adding 'torch/include/ATen/ops/absolute_native.h' 2025-03-14T04:10:43.4035805Z adding 'torch/include/ATen/ops/absolute_ops.h' 2025-03-14T04:10:43.4039004Z adding 'torch/include/ATen/ops/acos.h' 2025-03-14T04:10:43.4042952Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.4046179Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2025-03-14T04:10:43.4049597Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2025-03-14T04:10:43.4053167Z adding 'torch/include/ATen/ops/acos_meta.h' 2025-03-14T04:10:43.4056373Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2025-03-14T04:10:43.4059833Z adding 'torch/include/ATen/ops/acos_native.h' 2025-03-14T04:10:43.4063130Z adding 'torch/include/ATen/ops/acos_ops.h' 2025-03-14T04:10:43.4066948Z adding 'torch/include/ATen/ops/acosh.h' 2025-03-14T04:10:43.4070726Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.4073936Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2025-03-14T04:10:43.4077524Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2025-03-14T04:10:43.4080632Z adding 'torch/include/ATen/ops/acosh_meta.h' 2025-03-14T04:10:43.4084291Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2025-03-14T04:10:43.4087384Z adding 'torch/include/ATen/ops/acosh_native.h' 2025-03-14T04:10:43.4091448Z adding 'torch/include/ATen/ops/acosh_ops.h' 2025-03-14T04:10:43.4094928Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2025-03-14T04:10:43.4098435Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.4102010Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.4105024Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2025-03-14T04:10:43.4108885Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2025-03-14T04:10:43.4112646Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2025-03-14T04:10:43.4116268Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.4119845Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2025-03-14T04:10:43.4123091Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2025-03-14T04:10:43.4126705Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2025-03-14T04:10:43.4130014Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2025-03-14T04:10:43.4133945Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2025-03-14T04:10:43.4137990Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2025-03-14T04:10:43.4142032Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2025-03-14T04:10:43.4145331Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2025-03-14T04:10:43.4150334Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2025-03-14T04:10:43.4155265Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2025-03-14T04:10:43.4160358Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.4165273Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2025-03-14T04:10:43.4169979Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2025-03-14T04:10:43.4173110Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2025-03-14T04:10:43.4176954Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2025-03-14T04:10:43.4180209Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2025-03-14T04:10:43.4184268Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.4187429Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2025-03-14T04:10:43.4191180Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2025-03-14T04:10:43.4194869Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2025-03-14T04:10:43.4198354Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2025-03-14T04:10:43.4201838Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.4205532Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2025-03-14T04:10:43.4209130Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2025-03-14T04:10:43.4212284Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2025-03-14T04:10:43.4215412Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2025-03-14T04:10:43.4218374Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2025-03-14T04:10:43.4221765Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2025-03-14T04:10:43.4225634Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.4228752Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2025-03-14T04:10:43.4231935Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2025-03-14T04:10:43.4234932Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2025-03-14T04:10:43.4238097Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2025-03-14T04:10:43.4241161Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2025-03-14T04:10:43.4244398Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2025-03-14T04:10:43.4247556Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2025-03-14T04:10:43.4250728Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2025-03-14T04:10:43.4254722Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.4257834Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2025-03-14T04:10:43.4260977Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2025-03-14T04:10:43.4264003Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2025-03-14T04:10:43.4267217Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2025-03-14T04:10:43.4270305Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2025-03-14T04:10:43.4273537Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2025-03-14T04:10:43.4276853Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.4279855Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2025-03-14T04:10:43.4282990Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2025-03-14T04:10:43.4285995Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2025-03-14T04:10:43.4289101Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2025-03-14T04:10:43.4292142Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2025-03-14T04:10:43.4295725Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2025-03-14T04:10:43.4298988Z adding 'torch/include/ATen/ops/add.h' 2025-03-14T04:10:43.4302344Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.4305549Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.4308611Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2025-03-14T04:10:43.4311709Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2025-03-14T04:10:43.4314700Z adding 'torch/include/ATen/ops/add_meta.h' 2025-03-14T04:10:43.4317783Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2025-03-14T04:10:43.4321002Z adding 'torch/include/ATen/ops/add_native.h' 2025-03-14T04:10:43.4324486Z adding 'torch/include/ATen/ops/add_ops.h' 2025-03-14T04:10:43.4327765Z adding 'torch/include/ATen/ops/addbmm.h' 2025-03-14T04:10:43.4330941Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2025-03-14T04:10:43.4334052Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2025-03-14T04:10:43.4337104Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2025-03-14T04:10:43.4340088Z adding 'torch/include/ATen/ops/addbmm_native.h' 2025-03-14T04:10:43.4343349Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2025-03-14T04:10:43.4346511Z adding 'torch/include/ATen/ops/addcdiv.h' 2025-03-14T04:10:43.4350022Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.4353020Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2025-03-14T04:10:43.4356162Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2025-03-14T04:10:43.4359112Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2025-03-14T04:10:43.4362229Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2025-03-14T04:10:43.4365206Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2025-03-14T04:10:43.4368473Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2025-03-14T04:10:43.4371614Z adding 'torch/include/ATen/ops/addcmul.h' 2025-03-14T04:10:43.4374973Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.4377928Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2025-03-14T04:10:43.4381056Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2025-03-14T04:10:43.4384066Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2025-03-14T04:10:43.4387266Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2025-03-14T04:10:43.4390330Z adding 'torch/include/ATen/ops/addcmul_native.h' 2025-03-14T04:10:43.4393589Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2025-03-14T04:10:43.4396778Z adding 'torch/include/ATen/ops/addmm.h' 2025-03-14T04:10:43.4400082Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.4403055Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2025-03-14T04:10:43.4406171Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2025-03-14T04:10:43.4409179Z adding 'torch/include/ATen/ops/addmm_meta.h' 2025-03-14T04:10:43.4412283Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2025-03-14T04:10:43.4415404Z adding 'torch/include/ATen/ops/addmm_native.h' 2025-03-14T04:10:43.4418717Z adding 'torch/include/ATen/ops/addmm_ops.h' 2025-03-14T04:10:43.4421895Z adding 'torch/include/ATen/ops/addmv.h' 2025-03-14T04:10:43.4425251Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.4428311Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2025-03-14T04:10:43.4431443Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2025-03-14T04:10:43.4434440Z adding 'torch/include/ATen/ops/addmv_meta.h' 2025-03-14T04:10:43.4437593Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2025-03-14T04:10:43.4440604Z adding 'torch/include/ATen/ops/addmv_native.h' 2025-03-14T04:10:43.4443865Z adding 'torch/include/ATen/ops/addmv_ops.h' 2025-03-14T04:10:43.4447023Z adding 'torch/include/ATen/ops/addr.h' 2025-03-14T04:10:43.4450339Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.4454029Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2025-03-14T04:10:43.4457441Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2025-03-14T04:10:43.4460840Z adding 'torch/include/ATen/ops/addr_native.h' 2025-03-14T04:10:43.4464656Z adding 'torch/include/ATen/ops/addr_ops.h' 2025-03-14T04:10:43.4467986Z adding 'torch/include/ATen/ops/adjoint.h' 2025-03-14T04:10:43.4471782Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.4474744Z adding 'torch/include/ATen/ops/adjoint_native.h' 2025-03-14T04:10:43.4478504Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2025-03-14T04:10:43.4482436Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2025-03-14T04:10:43.4485910Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2025-03-14T04:10:43.4497563Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.4497798Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2025-03-14T04:10:43.4498753Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2025-03-14T04:10:43.4502089Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.4505899Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2025-03-14T04:10:43.4509661Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2025-03-14T04:10:43.4512672Z adding 'torch/include/ATen/ops/alias.h' 2025-03-14T04:10:43.4516475Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.4519477Z adding 'torch/include/ATen/ops/alias_copy.h' 2025-03-14T04:10:43.4523417Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.4526873Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.4530020Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2025-03-14T04:10:43.4533746Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2025-03-14T04:10:43.4536926Z adding 'torch/include/ATen/ops/alias_native.h' 2025-03-14T04:10:43.4540628Z adding 'torch/include/ATen/ops/alias_ops.h' 2025-03-14T04:10:43.4543728Z adding 'torch/include/ATen/ops/align_as.h' 2025-03-14T04:10:43.4547668Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.4551558Z adding 'torch/include/ATen/ops/align_as_native.h' 2025-03-14T04:10:43.4554872Z adding 'torch/include/ATen/ops/align_as_ops.h' 2025-03-14T04:10:43.4558427Z adding 'torch/include/ATen/ops/align_tensors.h' 2025-03-14T04:10:43.4561789Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.4574779Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2025-03-14T04:10:43.4578372Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2025-03-14T04:10:43.4581897Z adding 'torch/include/ATen/ops/align_to.h' 2025-03-14T04:10:43.4585300Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.4588753Z adding 'torch/include/ATen/ops/align_to_native.h' 2025-03-14T04:10:43.4592031Z adding 'torch/include/ATen/ops/align_to_ops.h' 2025-03-14T04:10:43.4596025Z adding 'torch/include/ATen/ops/all.h' 2025-03-14T04:10:43.4599865Z adding 'torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.4603240Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.4606846Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.4610055Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2025-03-14T04:10:43.4613909Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2025-03-14T04:10:43.4617376Z adding 'torch/include/ATen/ops/all_meta.h' 2025-03-14T04:10:43.4620823Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2025-03-14T04:10:43.4624483Z adding 'torch/include/ATen/ops/all_native.h' 2025-03-14T04:10:43.4628252Z adding 'torch/include/ATen/ops/all_ops.h' 2025-03-14T04:10:43.4632188Z adding 'torch/include/ATen/ops/allclose.h' 2025-03-14T04:10:43.4636013Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.4639112Z adding 'torch/include/ATen/ops/allclose_native.h' 2025-03-14T04:10:43.4643222Z adding 'torch/include/ATen/ops/allclose_ops.h' 2025-03-14T04:10:43.4646986Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2025-03-14T04:10:43.4650712Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.4655295Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2025-03-14T04:10:43.4660341Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2025-03-14T04:10:43.4665169Z adding 'torch/include/ATen/ops/amax.h' 2025-03-14T04:10:43.4668826Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.4672416Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2025-03-14T04:10:43.4675615Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2025-03-14T04:10:43.4679398Z adding 'torch/include/ATen/ops/amax_meta.h' 2025-03-14T04:10:43.4682705Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2025-03-14T04:10:43.4686412Z adding 'torch/include/ATen/ops/amax_native.h' 2025-03-14T04:10:43.4690105Z adding 'torch/include/ATen/ops/amax_ops.h' 2025-03-14T04:10:43.4693585Z adding 'torch/include/ATen/ops/amin.h' 2025-03-14T04:10:43.4697000Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.4699904Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2025-03-14T04:10:43.4703814Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2025-03-14T04:10:43.4706877Z adding 'torch/include/ATen/ops/amin_meta.h' 2025-03-14T04:10:43.4710130Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2025-03-14T04:10:43.4713321Z adding 'torch/include/ATen/ops/amin_native.h' 2025-03-14T04:10:43.4716340Z adding 'torch/include/ATen/ops/amin_ops.h' 2025-03-14T04:10:43.4720333Z adding 'torch/include/ATen/ops/aminmax.h' 2025-03-14T04:10:43.4723758Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.4726742Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2025-03-14T04:10:43.4729886Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2025-03-14T04:10:43.4732897Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2025-03-14T04:10:43.4736106Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2025-03-14T04:10:43.4739075Z adding 'torch/include/ATen/ops/aminmax_native.h' 2025-03-14T04:10:43.4742315Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2025-03-14T04:10:43.4745400Z adding 'torch/include/ATen/ops/and.h' 2025-03-14T04:10:43.4749229Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.4752454Z adding 'torch/include/ATen/ops/and_native.h' 2025-03-14T04:10:43.4755920Z adding 'torch/include/ATen/ops/and_ops.h' 2025-03-14T04:10:43.4758980Z adding 'torch/include/ATen/ops/angle.h' 2025-03-14T04:10:43.4762105Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2025-03-14T04:10:43.4765226Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2025-03-14T04:10:43.4768213Z adding 'torch/include/ATen/ops/angle_native.h' 2025-03-14T04:10:43.4771341Z adding 'torch/include/ATen/ops/angle_ops.h' 2025-03-14T04:10:43.4774667Z adding 'torch/include/ATen/ops/any.h' 2025-03-14T04:10:43.4778003Z adding 'torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.4781173Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.4784201Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.4787284Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2025-03-14T04:10:43.4790461Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2025-03-14T04:10:43.4793489Z adding 'torch/include/ATen/ops/any_meta.h' 2025-03-14T04:10:43.4796657Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2025-03-14T04:10:43.4800043Z adding 'torch/include/ATen/ops/any_native.h' 2025-03-14T04:10:43.4803975Z adding 'torch/include/ATen/ops/any_ops.h' 2025-03-14T04:10:43.4807516Z adding 'torch/include/ATen/ops/arange.h' 2025-03-14T04:10:43.4810959Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.4813979Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2025-03-14T04:10:43.4817024Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2025-03-14T04:10:43.4820111Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2025-03-14T04:10:43.4823169Z adding 'torch/include/ATen/ops/arange_native.h' 2025-03-14T04:10:43.4826644Z adding 'torch/include/ATen/ops/arange_ops.h' 2025-03-14T04:10:43.4829933Z adding 'torch/include/ATen/ops/arccos.h' 2025-03-14T04:10:43.4833209Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.4836068Z adding 'torch/include/ATen/ops/arccos_native.h' 2025-03-14T04:10:43.4839256Z adding 'torch/include/ATen/ops/arccos_ops.h' 2025-03-14T04:10:43.4842331Z adding 'torch/include/ATen/ops/arccosh.h' 2025-03-14T04:10:43.4845612Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.4848447Z adding 'torch/include/ATen/ops/arccosh_native.h' 2025-03-14T04:10:43.4851641Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2025-03-14T04:10:43.4854804Z adding 'torch/include/ATen/ops/arcsin.h' 2025-03-14T04:10:43.4858047Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.4860858Z adding 'torch/include/ATen/ops/arcsin_native.h' 2025-03-14T04:10:43.4864038Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2025-03-14T04:10:43.4867208Z adding 'torch/include/ATen/ops/arcsinh.h' 2025-03-14T04:10:43.4870511Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.4873381Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2025-03-14T04:10:43.4876553Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2025-03-14T04:10:43.4879660Z adding 'torch/include/ATen/ops/arctan.h' 2025-03-14T04:10:43.4882737Z adding 'torch/include/ATen/ops/arctan2.h' 2025-03-14T04:10:43.4885997Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.4888847Z adding 'torch/include/ATen/ops/arctan2_native.h' 2025-03-14T04:10:43.4892044Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2025-03-14T04:10:43.4895306Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.4898212Z adding 'torch/include/ATen/ops/arctan_native.h' 2025-03-14T04:10:43.4901852Z adding 'torch/include/ATen/ops/arctan_ops.h' 2025-03-14T04:10:43.4905113Z adding 'torch/include/ATen/ops/arctanh.h' 2025-03-14T04:10:43.4908987Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.4911975Z adding 'torch/include/ATen/ops/arctanh_native.h' 2025-03-14T04:10:43.4915754Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2025-03-14T04:10:43.4918984Z adding 'torch/include/ATen/ops/argmax.h' 2025-03-14T04:10:43.4922970Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.4927027Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2025-03-14T04:10:43.4930301Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2025-03-14T04:10:43.4933925Z adding 'torch/include/ATen/ops/argmax_meta.h' 2025-03-14T04:10:43.4937164Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2025-03-14T04:10:43.4940741Z adding 'torch/include/ATen/ops/argmax_native.h' 2025-03-14T04:10:43.4944437Z adding 'torch/include/ATen/ops/argmax_ops.h' 2025-03-14T04:10:43.4947820Z adding 'torch/include/ATen/ops/argmin.h' 2025-03-14T04:10:43.4951642Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.4954719Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2025-03-14T04:10:43.4958476Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2025-03-14T04:10:43.4961742Z adding 'torch/include/ATen/ops/argmin_meta.h' 2025-03-14T04:10:43.4965256Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2025-03-14T04:10:43.4968795Z adding 'torch/include/ATen/ops/argmin_native.h' 2025-03-14T04:10:43.4972128Z adding 'torch/include/ATen/ops/argmin_ops.h' 2025-03-14T04:10:43.4975911Z adding 'torch/include/ATen/ops/argsort.h' 2025-03-14T04:10:43.4979386Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.4982948Z adding 'torch/include/ATen/ops/argsort_native.h' 2025-03-14T04:10:43.4986790Z adding 'torch/include/ATen/ops/argsort_ops.h' 2025-03-14T04:10:43.4990146Z adding 'torch/include/ATen/ops/argwhere.h' 2025-03-14T04:10:43.4993884Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.4996813Z adding 'torch/include/ATen/ops/argwhere_native.h' 2025-03-14T04:10:43.5000582Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2025-03-14T04:10:43.5004262Z adding 'torch/include/ATen/ops/as_strided.h' 2025-03-14T04:10:43.5008043Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.5011845Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2025-03-14T04:10:43.5015405Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.5019361Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.5022578Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2025-03-14T04:10:43.5026025Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2025-03-14T04:10:43.5029819Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2025-03-14T04:10:43.5033048Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2025-03-14T04:10:43.5036832Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2025-03-14T04:10:43.5040269Z adding 'torch/include/ATen/ops/as_strided_native.h' 2025-03-14T04:10:43.5043830Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2025-03-14T04:10:43.5047942Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2025-03-14T04:10:43.5051523Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.5055485Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.5058747Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2025-03-14T04:10:43.5062321Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2025-03-14T04:10:43.5065950Z adding 'torch/include/ATen/ops/asin.h' 2025-03-14T04:10:43.5069496Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.5073045Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2025-03-14T04:10:43.5076346Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2025-03-14T04:10:43.5079713Z adding 'torch/include/ATen/ops/asin_meta.h' 2025-03-14T04:10:43.5083265Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2025-03-14T04:10:43.5086487Z adding 'torch/include/ATen/ops/asin_native.h' 2025-03-14T04:10:43.5090266Z adding 'torch/include/ATen/ops/asin_ops.h' 2025-03-14T04:10:43.5093490Z adding 'torch/include/ATen/ops/asinh.h' 2025-03-14T04:10:43.5097442Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.5100646Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2025-03-14T04:10:43.5104058Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2025-03-14T04:10:43.5107654Z adding 'torch/include/ATen/ops/asinh_meta.h' 2025-03-14T04:10:43.5110915Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2025-03-14T04:10:43.5114500Z adding 'torch/include/ATen/ops/asinh_native.h' 2025-03-14T04:10:43.5117807Z adding 'torch/include/ATen/ops/asinh_ops.h' 2025-03-14T04:10:43.5121555Z adding 'torch/include/ATen/ops/atan.h' 2025-03-14T04:10:43.5124998Z adding 'torch/include/ATen/ops/atan2.h' 2025-03-14T04:10:43.5128555Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.5132001Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2025-03-14T04:10:43.5135211Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2025-03-14T04:10:43.5138805Z adding 'torch/include/ATen/ops/atan2_meta.h' 2025-03-14T04:10:43.5142016Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2025-03-14T04:10:43.5145685Z adding 'torch/include/ATen/ops/atan2_native.h' 2025-03-14T04:10:43.5149640Z adding 'torch/include/ATen/ops/atan2_ops.h' 2025-03-14T04:10:43.5154584Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.5157621Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2025-03-14T04:10:43.5162208Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2025-03-14T04:10:43.5165669Z adding 'torch/include/ATen/ops/atan_meta.h' 2025-03-14T04:10:43.5169075Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2025-03-14T04:10:43.5172548Z adding 'torch/include/ATen/ops/atan_native.h' 2025-03-14T04:10:43.5176479Z adding 'torch/include/ATen/ops/atan_ops.h' 2025-03-14T04:10:43.5179695Z adding 'torch/include/ATen/ops/atanh.h' 2025-03-14T04:10:43.5183631Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.5186764Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2025-03-14T04:10:43.5190677Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2025-03-14T04:10:43.5193665Z adding 'torch/include/ATen/ops/atanh_meta.h' 2025-03-14T04:10:43.5196778Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2025-03-14T04:10:43.5200405Z adding 'torch/include/ATen/ops/atanh_native.h' 2025-03-14T04:10:43.5203782Z adding 'torch/include/ATen/ops/atanh_ops.h' 2025-03-14T04:10:43.5206928Z adding 'torch/include/ATen/ops/atleast_1d.h' 2025-03-14T04:10:43.5210196Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.5213085Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2025-03-14T04:10:43.5216867Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2025-03-14T04:10:43.5220085Z adding 'torch/include/ATen/ops/atleast_2d.h' 2025-03-14T04:10:43.5223362Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.5226228Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2025-03-14T04:10:43.5229561Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2025-03-14T04:10:43.5232705Z adding 'torch/include/ATen/ops/atleast_3d.h' 2025-03-14T04:10:43.5235966Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.5238824Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2025-03-14T04:10:43.5242013Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2025-03-14T04:10:43.5245189Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2025-03-14T04:10:43.5249146Z adding 'torch/include/ATen/ops/avg_pool1d_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.5252355Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.5255345Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2025-03-14T04:10:43.5258657Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2025-03-14T04:10:43.5262436Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2025-03-14T04:10:43.5265805Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2025-03-14T04:10:43.5269346Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.5272356Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2025-03-14T04:10:43.5275508Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2025-03-14T04:10:43.5278593Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2025-03-14T04:10:43.5281767Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2025-03-14T04:10:43.5284869Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2025-03-14T04:10:43.5288165Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2025-03-14T04:10:43.5291510Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.5294552Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2025-03-14T04:10:43.5297824Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2025-03-14T04:10:43.5301592Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2025-03-14T04:10:43.5305443Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2025-03-14T04:10:43.5308808Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2025-03-14T04:10:43.5312098Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2025-03-14T04:10:43.5315383Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2025-03-14T04:10:43.5318683Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2025-03-14T04:10:43.5322125Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.5325107Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2025-03-14T04:10:43.5328272Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2025-03-14T04:10:43.5331315Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2025-03-14T04:10:43.5334492Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2025-03-14T04:10:43.5337675Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2025-03-14T04:10:43.5341008Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2025-03-14T04:10:43.5344316Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.5347397Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2025-03-14T04:10:43.5350609Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2025-03-14T04:10:43.5353625Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2025-03-14T04:10:43.5357463Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2025-03-14T04:10:43.5360667Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2025-03-14T04:10:43.5364045Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2025-03-14T04:10:43.5367214Z adding 'torch/include/ATen/ops/baddbmm.h' 2025-03-14T04:10:43.5370616Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.5373546Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2025-03-14T04:10:43.5376677Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2025-03-14T04:10:43.5379661Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2025-03-14T04:10:43.5382773Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2025-03-14T04:10:43.5385791Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2025-03-14T04:10:43.5389211Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2025-03-14T04:10:43.5392621Z adding 'torch/include/ATen/ops/bartlett_window.h' 2025-03-14T04:10:43.5396031Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.5398983Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2025-03-14T04:10:43.5402374Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2025-03-14T04:10:43.5406065Z adding 'torch/include/ATen/ops/batch_norm.h' 2025-03-14T04:10:43.5409354Z adding 'torch/include/ATen/ops/batch_norm_backward.h' 2025-03-14T04:10:43.5412638Z adding 'torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h' 2025-03-14T04:10:43.5415788Z adding 'torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h' 2025-03-14T04:10:43.5418982Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2025-03-14T04:10:43.5422326Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.5425341Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2025-03-14T04:10:43.5428436Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2025-03-14T04:10:43.5431788Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2025-03-14T04:10:43.5434963Z adding 'torch/include/ATen/ops/batch_norm_backward_native.h' 2025-03-14T04:10:43.5438197Z adding 'torch/include/ATen/ops/batch_norm_backward_ops.h' 2025-03-14T04:10:43.5441503Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2025-03-14T04:10:43.5444860Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.5447890Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2025-03-14T04:10:43.5451152Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2025-03-14T04:10:43.5454299Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2025-03-14T04:10:43.5457540Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.5460551Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2025-03-14T04:10:43.5463742Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2025-03-14T04:10:43.5466787Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2025-03-14T04:10:43.5470144Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2025-03-14T04:10:43.5473501Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2025-03-14T04:10:43.5476789Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.5479912Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2025-03-14T04:10:43.5482896Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2025-03-14T04:10:43.5486105Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2025-03-14T04:10:43.5489436Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2025-03-14T04:10:43.5492778Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.5495816Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2025-03-14T04:10:43.5498831Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2025-03-14T04:10:43.5502147Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2025-03-14T04:10:43.5505108Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2025-03-14T04:10:43.5509115Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2025-03-14T04:10:43.5512746Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2025-03-14T04:10:43.5516199Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.5519698Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2025-03-14T04:10:43.5522801Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2025-03-14T04:10:43.5526860Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2025-03-14T04:10:43.5530277Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2025-03-14T04:10:43.5534025Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.5537627Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2025-03-14T04:10:43.5540782Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2025-03-14T04:10:43.5544332Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2025-03-14T04:10:43.5547905Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2025-03-14T04:10:43.5551757Z adding 'torch/include/ATen/ops/bernoulli.h' 2025-03-14T04:10:43.5555672Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.5559043Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.5562579Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2025-03-14T04:10:43.5565792Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2025-03-14T04:10:43.5569612Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2025-03-14T04:10:43.5573137Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2025-03-14T04:10:43.5576918Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2025-03-14T04:10:43.5580770Z adding 'torch/include/ATen/ops/bilinear.h' 2025-03-14T04:10:43.5584173Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.5587672Z adding 'torch/include/ATen/ops/bilinear_native.h' 2025-03-14T04:10:43.5591298Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2025-03-14T04:10:43.5594673Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2025-03-14T04:10:43.5598427Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2025-03-14T04:10:43.5601801Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2025-03-14T04:10:43.5605649Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2025-03-14T04:10:43.5609148Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2025-03-14T04:10:43.5613115Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2025-03-14T04:10:43.5616862Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2025-03-14T04:10:43.5620197Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2025-03-14T04:10:43.5623806Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2025-03-14T04:10:43.5627703Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2025-03-14T04:10:43.5631187Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2025-03-14T04:10:43.5635158Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.5638143Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2025-03-14T04:10:43.5642085Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2025-03-14T04:10:43.5645617Z adding 'torch/include/ATen/ops/bincount.h' 2025-03-14T04:10:43.5649090Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.5653108Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2025-03-14T04:10:43.5658032Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2025-03-14T04:10:43.5662735Z adding 'torch/include/ATen/ops/bincount_native.h' 2025-03-14T04:10:43.5667861Z adding 'torch/include/ATen/ops/bincount_ops.h' 2025-03-14T04:10:43.5672798Z adding 'torch/include/ATen/ops/binomial.h' 2025-03-14T04:10:43.5677380Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.5680457Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2025-03-14T04:10:43.5684394Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2025-03-14T04:10:43.5687750Z adding 'torch/include/ATen/ops/binomial_native.h' 2025-03-14T04:10:43.5691332Z adding 'torch/include/ATen/ops/binomial_ops.h' 2025-03-14T04:10:43.5695294Z adding 'torch/include/ATen/ops/bitwise_and.h' 2025-03-14T04:10:43.5698809Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.5702769Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.5705777Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2025-03-14T04:10:43.5709007Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2025-03-14T04:10:43.5712636Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2025-03-14T04:10:43.5716014Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2025-03-14T04:10:43.5719066Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2025-03-14T04:10:43.5722568Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2025-03-14T04:10:43.5725958Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2025-03-14T04:10:43.5730056Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.5733354Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.5736352Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2025-03-14T04:10:43.5739470Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2025-03-14T04:10:43.5742458Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2025-03-14T04:10:43.5745632Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2025-03-14T04:10:43.5748751Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2025-03-14T04:10:43.5752299Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2025-03-14T04:10:43.5755500Z adding 'torch/include/ATen/ops/bitwise_not.h' 2025-03-14T04:10:43.5758835Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.5762583Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2025-03-14T04:10:43.5765755Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2025-03-14T04:10:43.5768726Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2025-03-14T04:10:43.5771825Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2025-03-14T04:10:43.5774773Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2025-03-14T04:10:43.5777928Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2025-03-14T04:10:43.5781189Z adding 'torch/include/ATen/ops/bitwise_or.h' 2025-03-14T04:10:43.5784614Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.5787982Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.5790956Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2025-03-14T04:10:43.5794000Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2025-03-14T04:10:43.5796964Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2025-03-14T04:10:43.5800076Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2025-03-14T04:10:43.5803086Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2025-03-14T04:10:43.5806982Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2025-03-14T04:10:43.5810519Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2025-03-14T04:10:43.5813946Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.5817128Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.5820073Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2025-03-14T04:10:43.5823139Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2025-03-14T04:10:43.5826132Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2025-03-14T04:10:43.5829351Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2025-03-14T04:10:43.5832379Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2025-03-14T04:10:43.5835912Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2025-03-14T04:10:43.5839258Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2025-03-14T04:10:43.5842613Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.5845807Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.5848838Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2025-03-14T04:10:43.5851899Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2025-03-14T04:10:43.5854908Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2025-03-14T04:10:43.5858014Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2025-03-14T04:10:43.5861083Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2025-03-14T04:10:43.5864595Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2025-03-14T04:10:43.5868126Z adding 'torch/include/ATen/ops/blackman_window.h' 2025-03-14T04:10:43.5871565Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.5874538Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2025-03-14T04:10:43.5877896Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2025-03-14T04:10:43.5881055Z adding 'torch/include/ATen/ops/block_diag.h' 2025-03-14T04:10:43.5884323Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.5887200Z adding 'torch/include/ATen/ops/block_diag_native.h' 2025-03-14T04:10:43.5890375Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2025-03-14T04:10:43.5893681Z adding 'torch/include/ATen/ops/bmm.h' 2025-03-14T04:10:43.5896793Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.5899653Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2025-03-14T04:10:43.5902716Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2025-03-14T04:10:43.5905681Z adding 'torch/include/ATen/ops/bmm_meta.h' 2025-03-14T04:10:43.5908887Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2025-03-14T04:10:43.5911940Z adding 'torch/include/ATen/ops/bmm_native.h' 2025-03-14T04:10:43.5915249Z adding 'torch/include/ATen/ops/bmm_ops.h' 2025-03-14T04:10:43.5918204Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2025-03-14T04:10:43.5921410Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.5924237Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2025-03-14T04:10:43.5927275Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2025-03-14T04:10:43.5930423Z adding 'torch/include/ATen/ops/broadcast_to.h' 2025-03-14T04:10:43.5933659Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.5936502Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2025-03-14T04:10:43.5939596Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2025-03-14T04:10:43.5942798Z adding 'torch/include/ATen/ops/bucketize.h' 2025-03-14T04:10:43.5946069Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.5949182Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2025-03-14T04:10:43.5952269Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2025-03-14T04:10:43.5955292Z adding 'torch/include/ATen/ops/bucketize_native.h' 2025-03-14T04:10:43.5958689Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2025-03-14T04:10:43.5961787Z adding 'torch/include/ATen/ops/can_cast.h' 2025-03-14T04:10:43.5965980Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.5968978Z adding 'torch/include/ATen/ops/can_cast_native.h' 2025-03-14T04:10:43.5972592Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2025-03-14T04:10:43.5976133Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2025-03-14T04:10:43.5979522Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.5982891Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2025-03-14T04:10:43.5986726Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2025-03-14T04:10:43.5990651Z adding 'torch/include/ATen/ops/cat.h' 2025-03-14T04:10:43.5994484Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.5997685Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.6001217Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2025-03-14T04:10:43.6004456Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2025-03-14T04:10:43.6008642Z adding 'torch/include/ATen/ops/cat_meta.h' 2025-03-14T04:10:43.6012426Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2025-03-14T04:10:43.6015724Z adding 'torch/include/ATen/ops/cat_native.h' 2025-03-14T04:10:43.6019623Z adding 'torch/include/ATen/ops/cat_ops.h' 2025-03-14T04:10:43.6022939Z adding 'torch/include/ATen/ops/cauchy.h' 2025-03-14T04:10:43.6026880Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.6030552Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2025-03-14T04:10:43.6033800Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2025-03-14T04:10:43.6037433Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2025-03-14T04:10:43.6040551Z adding 'torch/include/ATen/ops/cauchy_native.h' 2025-03-14T04:10:43.6044489Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2025-03-14T04:10:43.6047880Z adding 'torch/include/ATen/ops/ccol_indices.h' 2025-03-14T04:10:43.6051416Z adding 'torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.6054862Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2025-03-14T04:10:43.6058258Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.6061975Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.6064863Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2025-03-14T04:10:43.6068798Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2025-03-14T04:10:43.6072291Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2025-03-14T04:10:43.6075591Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2025-03-14T04:10:43.6079128Z adding 'torch/include/ATen/ops/cdist.h' 2025-03-14T04:10:43.6082500Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.6085972Z adding 'torch/include/ATen/ops/cdist_native.h' 2025-03-14T04:10:43.6089166Z adding 'torch/include/ATen/ops/cdist_ops.h' 2025-03-14T04:10:43.6092904Z adding 'torch/include/ATen/ops/ceil.h' 2025-03-14T04:10:43.6097289Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.6099853Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2025-03-14T04:10:43.6103435Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2025-03-14T04:10:43.6106505Z adding 'torch/include/ATen/ops/ceil_meta.h' 2025-03-14T04:10:43.6110286Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2025-03-14T04:10:43.6113387Z adding 'torch/include/ATen/ops/ceil_native.h' 2025-03-14T04:10:43.6117253Z adding 'torch/include/ATen/ops/ceil_ops.h' 2025-03-14T04:10:43.6120894Z adding 'torch/include/ATen/ops/celu.h' 2025-03-14T04:10:43.6124323Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.6127781Z adding 'torch/include/ATen/ops/celu_native.h' 2025-03-14T04:10:43.6131130Z adding 'torch/include/ATen/ops/celu_ops.h' 2025-03-14T04:10:43.6135511Z adding 'torch/include/ATen/ops/chain_matmul.h' 2025-03-14T04:10:43.6139399Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.6142442Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2025-03-14T04:10:43.6146662Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2025-03-14T04:10:43.6150008Z adding 'torch/include/ATen/ops/chalf.h' 2025-03-14T04:10:43.6155041Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.6159639Z adding 'torch/include/ATen/ops/chalf_native.h' 2025-03-14T04:10:43.6164585Z adding 'torch/include/ATen/ops/chalf_ops.h' 2025-03-14T04:10:43.6169787Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2025-03-14T04:10:43.6175057Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.6179815Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2025-03-14T04:10:43.6184637Z adding 'torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h' 2025-03-14T04:10:43.6189111Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2025-03-14T04:10:43.6192402Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2025-03-14T04:10:43.6196325Z adding 'torch/include/ATen/ops/cholesky.h' 2025-03-14T04:10:43.6199637Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2025-03-14T04:10:43.6203484Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2025-03-14T04:10:43.6207041Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2025-03-14T04:10:43.6210477Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2025-03-14T04:10:43.6214213Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2025-03-14T04:10:43.6217368Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2025-03-14T04:10:43.6220539Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2025-03-14T04:10:43.6223563Z adding 'torch/include/ATen/ops/cholesky_native.h' 2025-03-14T04:10:43.6227665Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2025-03-14T04:10:43.6230848Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2025-03-14T04:10:43.6234186Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.6237074Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2025-03-14T04:10:43.6240427Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2025-03-14T04:10:43.6244145Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2025-03-14T04:10:43.6247453Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.6250356Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2025-03-14T04:10:43.6253507Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2025-03-14T04:10:43.6256495Z adding 'torch/include/ATen/ops/chunk.h' 2025-03-14T04:10:43.6259722Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.6262607Z adding 'torch/include/ATen/ops/chunk_native.h' 2025-03-14T04:10:43.6265698Z adding 'torch/include/ATen/ops/chunk_ops.h' 2025-03-14T04:10:43.6269182Z adding 'torch/include/ATen/ops/clamp.h' 2025-03-14T04:10:43.6273587Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.6276380Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2025-03-14T04:10:43.6279626Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2025-03-14T04:10:43.6282855Z adding 'torch/include/ATen/ops/clamp_max.h' 2025-03-14T04:10:43.6286313Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.6289268Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2025-03-14T04:10:43.6292384Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2025-03-14T04:10:43.6295380Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2025-03-14T04:10:43.6298526Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2025-03-14T04:10:43.6301557Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2025-03-14T04:10:43.6304980Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2025-03-14T04:10:43.6308456Z adding 'torch/include/ATen/ops/clamp_meta.h' 2025-03-14T04:10:43.6311843Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2025-03-14T04:10:43.6315078Z adding 'torch/include/ATen/ops/clamp_min.h' 2025-03-14T04:10:43.6318459Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.6321474Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2025-03-14T04:10:43.6324625Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2025-03-14T04:10:43.6327671Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2025-03-14T04:10:43.6330825Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2025-03-14T04:10:43.6333835Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2025-03-14T04:10:43.6337231Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2025-03-14T04:10:43.6340406Z adding 'torch/include/ATen/ops/clamp_native.h' 2025-03-14T04:10:43.6343841Z adding 'torch/include/ATen/ops/clamp_ops.h' 2025-03-14T04:10:43.6347343Z adding 'torch/include/ATen/ops/clip.h' 2025-03-14T04:10:43.6350803Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.6353785Z adding 'torch/include/ATen/ops/clip_native.h' 2025-03-14T04:10:43.6357266Z adding 'torch/include/ATen/ops/clip_ops.h' 2025-03-14T04:10:43.6360491Z adding 'torch/include/ATen/ops/clone.h' 2025-03-14T04:10:43.6363758Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.6366668Z adding 'torch/include/ATen/ops/clone_native.h' 2025-03-14T04:10:43.6369892Z adding 'torch/include/ATen/ops/clone_ops.h' 2025-03-14T04:10:43.6372937Z adding 'torch/include/ATen/ops/coalesce.h' 2025-03-14T04:10:43.6376166Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.6378974Z adding 'torch/include/ATen/ops/coalesce_native.h' 2025-03-14T04:10:43.6382044Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2025-03-14T04:10:43.6385441Z adding 'torch/include/ATen/ops/col2im.h' 2025-03-14T04:10:43.6388912Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2025-03-14T04:10:43.6392127Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2025-03-14T04:10:43.6395232Z adding 'torch/include/ATen/ops/col2im_native.h' 2025-03-14T04:10:43.6398595Z adding 'torch/include/ATen/ops/col2im_ops.h' 2025-03-14T04:10:43.6401656Z adding 'torch/include/ATen/ops/col_indices.h' 2025-03-14T04:10:43.6404909Z adding 'torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.6407817Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2025-03-14T04:10:43.6411054Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.6414174Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.6416978Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2025-03-14T04:10:43.6420161Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2025-03-14T04:10:43.6423180Z adding 'torch/include/ATen/ops/col_indices_native.h' 2025-03-14T04:10:43.6426184Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2025-03-14T04:10:43.6429390Z adding 'torch/include/ATen/ops/column_stack.h' 2025-03-14T04:10:43.6432629Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.6435493Z adding 'torch/include/ATen/ops/column_stack_native.h' 2025-03-14T04:10:43.6438623Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2025-03-14T04:10:43.6441670Z adding 'torch/include/ATen/ops/combinations.h' 2025-03-14T04:10:43.6444905Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.6447756Z adding 'torch/include/ATen/ops/combinations_native.h' 2025-03-14T04:10:43.6450883Z adding 'torch/include/ATen/ops/combinations_ops.h' 2025-03-14T04:10:43.6453985Z adding 'torch/include/ATen/ops/complex.h' 2025-03-14T04:10:43.6457236Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.6460189Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2025-03-14T04:10:43.6463223Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2025-03-14T04:10:43.6466835Z adding 'torch/include/ATen/ops/complex_native.h' 2025-03-14T04:10:43.6470078Z adding 'torch/include/ATen/ops/complex_ops.h' 2025-03-14T04:10:43.6481381Z adding 'torch/include/ATen/ops/concat.h' 2025-03-14T04:10:43.6481983Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.6482587Z adding 'torch/include/ATen/ops/concat_native.h' 2025-03-14T04:10:43.6484542Z adding 'torch/include/ATen/ops/concat_ops.h' 2025-03-14T04:10:43.6487793Z adding 'torch/include/ATen/ops/concatenate.h' 2025-03-14T04:10:43.6491749Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.6494680Z adding 'torch/include/ATen/ops/concatenate_native.h' 2025-03-14T04:10:43.6498643Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2025-03-14T04:10:43.6502247Z adding 'torch/include/ATen/ops/conj.h' 2025-03-14T04:10:43.6505612Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.6509079Z adding 'torch/include/ATen/ops/conj_native.h' 2025-03-14T04:10:43.6512252Z adding 'torch/include/ATen/ops/conj_ops.h' 2025-03-14T04:10:43.6516042Z adding 'torch/include/ATen/ops/conj_physical.h' 2025-03-14T04:10:43.6519575Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.6522984Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.6526470Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2025-03-14T04:10:43.6529660Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2025-03-14T04:10:43.6533221Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2025-03-14T04:10:43.6536577Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2025-03-14T04:10:43.6540639Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2025-03-14T04:10:43.6544676Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.6547852Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2025-03-14T04:10:43.6551614Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2025-03-14T04:10:43.6554682Z adding 'torch/include/ATen/ops/contiguous.h' 2025-03-14T04:10:43.6558575Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.6561620Z adding 'torch/include/ATen/ops/contiguous_native.h' 2025-03-14T04:10:43.6565239Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2025-03-14T04:10:43.6569180Z adding 'torch/include/ATen/ops/conv1d.h' 2025-03-14T04:10:43.6572692Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.6576265Z adding 'torch/include/ATen/ops/conv1d_native.h' 2025-03-14T04:10:43.6579755Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2025-03-14T04:10:43.6583772Z adding 'torch/include/ATen/ops/conv2d.h' 2025-03-14T04:10:43.6587788Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.6590839Z adding 'torch/include/ATen/ops/conv2d_native.h' 2025-03-14T04:10:43.6594784Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2025-03-14T04:10:43.6598703Z adding 'torch/include/ATen/ops/conv3d.h' 2025-03-14T04:10:43.6602296Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.6605749Z adding 'torch/include/ATen/ops/conv3d_native.h' 2025-03-14T04:10:43.6609157Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2025-03-14T04:10:43.6613518Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2025-03-14T04:10:43.6617583Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.6620773Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2025-03-14T04:10:43.6624443Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2025-03-14T04:10:43.6628010Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2025-03-14T04:10:43.6631629Z adding 'torch/include/ATen/ops/conv_tbc.h' 2025-03-14T04:10:43.6635248Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2025-03-14T04:10:43.6638655Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.6642159Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2025-03-14T04:10:43.6645397Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2025-03-14T04:10:43.6649366Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.6652913Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2025-03-14T04:10:43.6656195Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2025-03-14T04:10:43.6660401Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2025-03-14T04:10:43.6665759Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.6670671Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2025-03-14T04:10:43.6675607Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2025-03-14T04:10:43.6680728Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2025-03-14T04:10:43.6685287Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.6688319Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2025-03-14T04:10:43.6692357Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2025-03-14T04:10:43.6696323Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2025-03-14T04:10:43.6699885Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.6703472Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2025-03-14T04:10:43.6706825Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2025-03-14T04:10:43.6711676Z adding 'torch/include/ATen/ops/convolution.h' 2025-03-14T04:10:43.6715833Z adding 'torch/include/ATen/ops/convolution_backward.h' 2025-03-14T04:10:43.6720114Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.6723589Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2025-03-14T04:10:43.6726703Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2025-03-14T04:10:43.6730109Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2025-03-14T04:10:43.6733998Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2025-03-14T04:10:43.6738393Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.6741552Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2025-03-14T04:10:43.6744993Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2025-03-14T04:10:43.6748551Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.6751632Z adding 'torch/include/ATen/ops/convolution_native.h' 2025-03-14T04:10:43.6754918Z adding 'torch/include/ATen/ops/convolution_ops.h' 2025-03-14T04:10:43.6758631Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2025-03-14T04:10:43.6762280Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.6765302Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2025-03-14T04:10:43.6769266Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2025-03-14T04:10:43.6772469Z adding 'torch/include/ATen/ops/copy.h' 2025-03-14T04:10:43.6775747Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.6778951Z adding 'torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.6781921Z adding 'torch/include/ATen/ops/copy_meta_dispatch.h' 2025-03-14T04:10:43.6784930Z adding 'torch/include/ATen/ops/copy_native.h' 2025-03-14T04:10:43.6788300Z adding 'torch/include/ATen/ops/copy_ops.h' 2025-03-14T04:10:43.6791580Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2025-03-14T04:10:43.6794889Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.6797899Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2025-03-14T04:10:43.6800862Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2025-03-14T04:10:43.6804124Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2025-03-14T04:10:43.6807291Z adding 'torch/include/ATen/ops/copysign.h' 2025-03-14T04:10:43.6810575Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.6814049Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.6817154Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2025-03-14T04:10:43.6820327Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2025-03-14T04:10:43.6823309Z adding 'torch/include/ATen/ops/copysign_meta.h' 2025-03-14T04:10:43.6826387Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2025-03-14T04:10:43.6829517Z adding 'torch/include/ATen/ops/copysign_native.h' 2025-03-14T04:10:43.6832937Z adding 'torch/include/ATen/ops/copysign_ops.h' 2025-03-14T04:10:43.6836036Z adding 'torch/include/ATen/ops/corrcoef.h' 2025-03-14T04:10:43.6839249Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.6842113Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2025-03-14T04:10:43.6845191Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2025-03-14T04:10:43.6848238Z adding 'torch/include/ATen/ops/cos.h' 2025-03-14T04:10:43.6851512Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.6854453Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2025-03-14T04:10:43.6857503Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2025-03-14T04:10:43.6860474Z adding 'torch/include/ATen/ops/cos_meta.h' 2025-03-14T04:10:43.6863542Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2025-03-14T04:10:43.6866496Z adding 'torch/include/ATen/ops/cos_native.h' 2025-03-14T04:10:43.6869858Z adding 'torch/include/ATen/ops/cos_ops.h' 2025-03-14T04:10:43.6872909Z adding 'torch/include/ATen/ops/cosh.h' 2025-03-14T04:10:43.6876206Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.6879120Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2025-03-14T04:10:43.6882203Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2025-03-14T04:10:43.6885184Z adding 'torch/include/ATen/ops/cosh_meta.h' 2025-03-14T04:10:43.6888219Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2025-03-14T04:10:43.6891170Z adding 'torch/include/ATen/ops/cosh_native.h' 2025-03-14T04:10:43.6894328Z adding 'torch/include/ATen/ops/cosh_ops.h' 2025-03-14T04:10:43.6897454Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2025-03-14T04:10:43.6900784Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.6903621Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2025-03-14T04:10:43.6906699Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2025-03-14T04:10:43.6909845Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2025-03-14T04:10:43.6913089Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.6915981Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2025-03-14T04:10:43.6919066Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2025-03-14T04:10:43.6922813Z adding 'torch/include/ATen/ops/count_nonzero.h' 2025-03-14T04:10:43.6926189Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.6929176Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2025-03-14T04:10:43.6932468Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2025-03-14T04:10:43.6935513Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2025-03-14T04:10:43.6938808Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2025-03-14T04:10:43.6941879Z adding 'torch/include/ATen/ops/cov.h' 2025-03-14T04:10:43.6945214Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.6948263Z adding 'torch/include/ATen/ops/cov_native.h' 2025-03-14T04:10:43.6951416Z adding 'torch/include/ATen/ops/cov_ops.h' 2025-03-14T04:10:43.6954534Z adding 'torch/include/ATen/ops/cross.h' 2025-03-14T04:10:43.6957823Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.6960969Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2025-03-14T04:10:43.6964337Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.6967257Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2025-03-14T04:10:43.6970796Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2025-03-14T04:10:43.6974026Z adding 'torch/include/ATen/ops/cross_native.h' 2025-03-14T04:10:43.6977731Z adding 'torch/include/ATen/ops/cross_ops.h' 2025-03-14T04:10:43.6980835Z adding 'torch/include/ATen/ops/crow_indices.h' 2025-03-14T04:10:43.6984638Z adding 'torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.6987820Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2025-03-14T04:10:43.6991710Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.6995324Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.6998307Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2025-03-14T04:10:43.7001996Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2025-03-14T04:10:43.7005153Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2025-03-14T04:10:43.7008816Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2025-03-14T04:10:43.7012082Z adding 'torch/include/ATen/ops/ctc_loss.h' 2025-03-14T04:10:43.7016001Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.7019427Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2025-03-14T04:10:43.7022856Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2025-03-14T04:10:43.7026617Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2025-03-14T04:10:43.7030038Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2025-03-14T04:10:43.7033986Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.7037451Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2025-03-14T04:10:43.7040644Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2025-03-14T04:10:43.7044372Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2025-03-14T04:10:43.7047797Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.7051421Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2025-03-14T04:10:43.7054516Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2025-03-14T04:10:43.7058227Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2025-03-14T04:10:43.7062443Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2025-03-14T04:10:43.7066059Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2025-03-14T04:10:43.7070228Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.7073838Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2025-03-14T04:10:43.7077059Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2025-03-14T04:10:43.7080991Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2025-03-14T04:10:43.7084537Z adding 'torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.7088208Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2025-03-14T04:10:43.7091760Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2025-03-14T04:10:43.7095305Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2025-03-14T04:10:43.7099440Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2025-03-14T04:10:43.7103760Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2025-03-14T04:10:43.7113307Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.7114158Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2025-03-14T04:10:43.7116270Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2025-03-14T04:10:43.7120082Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2025-03-14T04:10:43.7123497Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2025-03-14T04:10:43.7127228Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2025-03-14T04:10:43.7130814Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2025-03-14T04:10:43.7134761Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2025-03-14T04:10:43.7138822Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.7142006Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2025-03-14T04:10:43.7145729Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2025-03-14T04:10:43.7149571Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2025-03-14T04:10:43.7153415Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2025-03-14T04:10:43.7157720Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.7161206Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2025-03-14T04:10:43.7166167Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2025-03-14T04:10:43.7171307Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2025-03-14T04:10:43.7176271Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2025-03-14T04:10:43.7181376Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2025-03-14T04:10:43.7184919Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.7188676Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2025-03-14T04:10:43.7191836Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2025-03-14T04:10:43.7195731Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2025-03-14T04:10:43.7199105Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.7202892Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2025-03-14T04:10:43.7206124Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2025-03-14T04:10:43.7209896Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2025-03-14T04:10:43.7212924Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2025-03-14T04:10:43.7216183Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.7219747Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2025-03-14T04:10:43.7222928Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2025-03-14T04:10:43.7226125Z adding 'torch/include/ATen/ops/cummax.h' 2025-03-14T04:10:43.7229559Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.7232675Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.7236319Z adding 'torch/include/ATen/ops/cummax_native.h' 2025-03-14T04:10:43.7239757Z adding 'torch/include/ATen/ops/cummax_ops.h' 2025-03-14T04:10:43.7242946Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2025-03-14T04:10:43.7246224Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.7249107Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2025-03-14T04:10:43.7252256Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2025-03-14T04:10:43.7255388Z adding 'torch/include/ATen/ops/cummin.h' 2025-03-14T04:10:43.7258694Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.7261782Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.7264658Z adding 'torch/include/ATen/ops/cummin_native.h' 2025-03-14T04:10:43.7268917Z adding 'torch/include/ATen/ops/cummin_ops.h' 2025-03-14T04:10:43.7272294Z adding 'torch/include/ATen/ops/cumprod.h' 2025-03-14T04:10:43.7275462Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2025-03-14T04:10:43.7278747Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.7281657Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2025-03-14T04:10:43.7284774Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2025-03-14T04:10:43.7288028Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.7291118Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.7294161Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2025-03-14T04:10:43.7297273Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2025-03-14T04:10:43.7300279Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2025-03-14T04:10:43.7303422Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2025-03-14T04:10:43.7306433Z adding 'torch/include/ATen/ops/cumprod_native.h' 2025-03-14T04:10:43.7309997Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2025-03-14T04:10:43.7313302Z adding 'torch/include/ATen/ops/cumsum.h' 2025-03-14T04:10:43.7317279Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.7321082Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.7324178Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2025-03-14T04:10:43.7327278Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2025-03-14T04:10:43.7330280Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2025-03-14T04:10:43.7333660Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2025-03-14T04:10:43.7336526Z adding 'torch/include/ATen/ops/cumsum_native.h' 2025-03-14T04:10:43.7340004Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2025-03-14T04:10:43.7343260Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2025-03-14T04:10:43.7346543Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.7349582Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2025-03-14T04:10:43.7352756Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2025-03-14T04:10:43.7355784Z adding 'torch/include/ATen/ops/data.h' 2025-03-14T04:10:43.7358897Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.7361644Z adding 'torch/include/ATen/ops/data_native.h' 2025-03-14T04:10:43.7364715Z adding 'torch/include/ATen/ops/data_ops.h' 2025-03-14T04:10:43.7367760Z adding 'torch/include/ATen/ops/deg2rad.h' 2025-03-14T04:10:43.7370975Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.7373825Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2025-03-14T04:10:43.7377016Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2025-03-14T04:10:43.7379980Z adding 'torch/include/ATen/ops/dense_dim.h' 2025-03-14T04:10:43.7383158Z adding 'torch/include/ATen/ops/dense_dim_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.7386002Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2025-03-14T04:10:43.7389217Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2025-03-14T04:10:43.7392414Z adding 'torch/include/ATen/ops/dequantize.h' 2025-03-14T04:10:43.7395744Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.7398711Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2025-03-14T04:10:43.7401742Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2025-03-14T04:10:43.7404685Z adding 'torch/include/ATen/ops/dequantize_native.h' 2025-03-14T04:10:43.7408318Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2025-03-14T04:10:43.7411377Z adding 'torch/include/ATen/ops/det.h' 2025-03-14T04:10:43.7414539Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.7417366Z adding 'torch/include/ATen/ops/det_native.h' 2025-03-14T04:10:43.7420961Z adding 'torch/include/ATen/ops/det_ops.h' 2025-03-14T04:10:43.7424155Z adding 'torch/include/ATen/ops/detach.h' 2025-03-14T04:10:43.7427519Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.7430484Z adding 'torch/include/ATen/ops/detach_copy.h' 2025-03-14T04:10:43.7433722Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.7436853Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.7439634Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2025-03-14T04:10:43.7442749Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2025-03-14T04:10:43.7445722Z adding 'torch/include/ATen/ops/detach_native.h' 2025-03-14T04:10:43.7448900Z adding 'torch/include/ATen/ops/detach_ops.h' 2025-03-14T04:10:43.7451984Z adding 'torch/include/ATen/ops/diag.h' 2025-03-14T04:10:43.7455221Z adding 'torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.7458184Z adding 'torch/include/ATen/ops/diag_embed.h' 2025-03-14T04:10:43.7461420Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.7464560Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.7467434Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2025-03-14T04:10:43.7471172Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2025-03-14T04:10:43.7474218Z adding 'torch/include/ATen/ops/diag_native.h' 2025-03-14T04:10:43.7477364Z adding 'torch/include/ATen/ops/diag_ops.h' 2025-03-14T04:10:43.7480399Z adding 'torch/include/ATen/ops/diagflat.h' 2025-03-14T04:10:43.7483618Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.7486423Z adding 'torch/include/ATen/ops/diagflat_native.h' 2025-03-14T04:10:43.7489506Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2025-03-14T04:10:43.7492671Z adding 'torch/include/ATen/ops/diagonal.h' 2025-03-14T04:10:43.7496193Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2025-03-14T04:10:43.7499708Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.7502753Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2025-03-14T04:10:43.7505981Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2025-03-14T04:10:43.7509286Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.7512384Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.7515391Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2025-03-14T04:10:43.7518641Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.7521812Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.7524629Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2025-03-14T04:10:43.7527786Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2025-03-14T04:10:43.7530798Z adding 'torch/include/ATen/ops/diagonal_native.h' 2025-03-14T04:10:43.7533992Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2025-03-14T04:10:43.7537143Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2025-03-14T04:10:43.7540451Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.7543627Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.7546464Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2025-03-14T04:10:43.7549800Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2025-03-14T04:10:43.7552940Z adding 'torch/include/ATen/ops/diff.h' 2025-03-14T04:10:43.7556303Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.7559228Z adding 'torch/include/ATen/ops/diff_native.h' 2025-03-14T04:10:43.7562488Z adding 'torch/include/ATen/ops/diff_ops.h' 2025-03-14T04:10:43.7565582Z adding 'torch/include/ATen/ops/digamma.h' 2025-03-14T04:10:43.7568922Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.7571873Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2025-03-14T04:10:43.7574958Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2025-03-14T04:10:43.7577932Z adding 'torch/include/ATen/ops/digamma_meta.h' 2025-03-14T04:10:43.7581011Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2025-03-14T04:10:43.7583952Z adding 'torch/include/ATen/ops/digamma_native.h' 2025-03-14T04:10:43.7587164Z adding 'torch/include/ATen/ops/digamma_ops.h' 2025-03-14T04:10:43.7590325Z adding 'torch/include/ATen/ops/dist.h' 2025-03-14T04:10:43.7593558Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.7596491Z adding 'torch/include/ATen/ops/dist_native.h' 2025-03-14T04:10:43.7599701Z adding 'torch/include/ATen/ops/dist_ops.h' 2025-03-14T04:10:43.7603032Z adding 'torch/include/ATen/ops/div.h' 2025-03-14T04:10:43.7606364Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.7609568Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.7612532Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2025-03-14T04:10:43.7615665Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2025-03-14T04:10:43.7618746Z adding 'torch/include/ATen/ops/div_meta.h' 2025-03-14T04:10:43.7621930Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2025-03-14T04:10:43.7625098Z adding 'torch/include/ATen/ops/div_native.h' 2025-03-14T04:10:43.7629484Z adding 'torch/include/ATen/ops/div_ops.h' 2025-03-14T04:10:43.7633102Z adding 'torch/include/ATen/ops/divide.h' 2025-03-14T04:10:43.7637016Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.7640526Z adding 'torch/include/ATen/ops/divide_native.h' 2025-03-14T04:10:43.7644311Z adding 'torch/include/ATen/ops/divide_ops.h' 2025-03-14T04:10:43.7648271Z adding 'torch/include/ATen/ops/dot.h' 2025-03-14T04:10:43.7651822Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.7655232Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2025-03-14T04:10:43.7659041Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2025-03-14T04:10:43.7661889Z adding 'torch/include/ATen/ops/dot_native.h' 2025-03-14T04:10:43.7666027Z adding 'torch/include/ATen/ops/dot_ops.h' 2025-03-14T04:10:43.7670968Z adding 'torch/include/ATen/ops/dropout.h' 2025-03-14T04:10:43.7676056Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.7680651Z adding 'torch/include/ATen/ops/dropout_native.h' 2025-03-14T04:10:43.7685604Z adding 'torch/include/ATen/ops/dropout_ops.h' 2025-03-14T04:10:43.7690480Z adding 'torch/include/ATen/ops/dsplit.h' 2025-03-14T04:10:43.7695471Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.7700039Z adding 'torch/include/ATen/ops/dsplit_native.h' 2025-03-14T04:10:43.7705871Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2025-03-14T04:10:43.7709231Z adding 'torch/include/ATen/ops/dstack.h' 2025-03-14T04:10:43.7713199Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.7716272Z adding 'torch/include/ATen/ops/dstack_native.h' 2025-03-14T04:10:43.7720271Z adding 'torch/include/ATen/ops/dstack_ops.h' 2025-03-14T04:10:43.7723708Z adding 'torch/include/ATen/ops/einsum.h' 2025-03-14T04:10:43.7727403Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.7730880Z adding 'torch/include/ATen/ops/einsum_native.h' 2025-03-14T04:10:43.7734228Z adding 'torch/include/ATen/ops/einsum_ops.h' 2025-03-14T04:10:43.7737385Z adding 'torch/include/ATen/ops/elu.h' 2025-03-14T04:10:43.7740639Z adding 'torch/include/ATen/ops/elu_backward.h' 2025-03-14T04:10:43.7744866Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.7748048Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2025-03-14T04:10:43.7751207Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2025-03-14T04:10:43.7754244Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2025-03-14T04:10:43.7757536Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2025-03-14T04:10:43.7761183Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2025-03-14T04:10:43.7764473Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2025-03-14T04:10:43.7767836Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.7770818Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2025-03-14T04:10:43.7773992Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2025-03-14T04:10:43.7777037Z adding 'torch/include/ATen/ops/elu_meta.h' 2025-03-14T04:10:43.7780188Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2025-03-14T04:10:43.7783190Z adding 'torch/include/ATen/ops/elu_native.h' 2025-03-14T04:10:43.7786442Z adding 'torch/include/ATen/ops/elu_ops.h' 2025-03-14T04:10:43.7790681Z adding 'torch/include/ATen/ops/embedding.h' 2025-03-14T04:10:43.7794174Z adding 'torch/include/ATen/ops/embedding_backward.h' 2025-03-14T04:10:43.7797530Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.7800439Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2025-03-14T04:10:43.7803837Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2025-03-14T04:10:43.7806830Z adding 'torch/include/ATen/ops/embedding_bag.h' 2025-03-14T04:10:43.7810179Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.7813140Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2025-03-14T04:10:43.7816499Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2025-03-14T04:10:43.7819938Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.7823730Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2025-03-14T04:10:43.7827329Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.7830654Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2025-03-14T04:10:43.7833631Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2025-03-14T04:10:43.7836685Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2025-03-14T04:10:43.7839999Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2025-03-14T04:10:43.7843059Z adding 'torch/include/ATen/ops/embedding_native.h' 2025-03-14T04:10:43.7846251Z adding 'torch/include/ATen/ops/embedding_ops.h' 2025-03-14T04:10:43.7849421Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2025-03-14T04:10:43.7852720Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.7855687Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2025-03-14T04:10:43.7858755Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2025-03-14T04:10:43.7861810Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2025-03-14T04:10:43.7864979Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2025-03-14T04:10:43.7868133Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2025-03-14T04:10:43.7871241Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2025-03-14T04:10:43.7874528Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.7877395Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2025-03-14T04:10:43.7880523Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2025-03-14T04:10:43.7884498Z adding 'torch/include/ATen/ops/empty.h' 2025-03-14T04:10:43.7887814Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.7890915Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.7893990Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2025-03-14T04:10:43.7897146Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2025-03-14T04:10:43.7900395Z adding 'torch/include/ATen/ops/empty_like.h' 2025-03-14T04:10:43.7903769Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.7906794Z adding 'torch/include/ATen/ops/empty_like_native.h' 2025-03-14T04:10:43.7910240Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2025-03-14T04:10:43.7913424Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2025-03-14T04:10:43.7916612Z adding 'torch/include/ATen/ops/empty_native.h' 2025-03-14T04:10:43.7920096Z adding 'torch/include/ATen/ops/empty_ops.h' 2025-03-14T04:10:43.7923777Z adding 'torch/include/ATen/ops/empty_permuted.h' 2025-03-14T04:10:43.7927350Z adding 'torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.7930288Z adding 'torch/include/ATen/ops/empty_permuted_native.h' 2025-03-14T04:10:43.7933556Z adding 'torch/include/ATen/ops/empty_permuted_ops.h' 2025-03-14T04:10:43.7936902Z adding 'torch/include/ATen/ops/empty_quantized.h' 2025-03-14T04:10:43.7940206Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.7943153Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2025-03-14T04:10:43.7946466Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2025-03-14T04:10:43.7950450Z adding 'torch/include/ATen/ops/empty_strided.h' 2025-03-14T04:10:43.7953645Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.7956671Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2025-03-14T04:10:43.7959786Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2025-03-14T04:10:43.7962885Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2025-03-14T04:10:43.7965979Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2025-03-14T04:10:43.7969278Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2025-03-14T04:10:43.7972420Z adding 'torch/include/ATen/ops/eq.h' 2025-03-14T04:10:43.7975819Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.7979265Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2025-03-14T04:10:43.7982404Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2025-03-14T04:10:43.7986086Z adding 'torch/include/ATen/ops/eq_meta.h' 2025-03-14T04:10:43.7989702Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2025-03-14T04:10:43.7993118Z adding 'torch/include/ATen/ops/eq_native.h' 2025-03-14T04:10:43.7997103Z adding 'torch/include/ATen/ops/eq_ops.h' 2025-03-14T04:10:43.8000312Z adding 'torch/include/ATen/ops/equal.h' 2025-03-14T04:10:43.8004043Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2025-03-14T04:10:43.8007269Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2025-03-14T04:10:43.8010718Z adding 'torch/include/ATen/ops/equal_native.h' 2025-03-14T04:10:43.8014334Z adding 'torch/include/ATen/ops/equal_ops.h' 2025-03-14T04:10:43.8017514Z adding 'torch/include/ATen/ops/erf.h' 2025-03-14T04:10:43.8021352Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.8024377Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2025-03-14T04:10:43.8028185Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2025-03-14T04:10:43.8031424Z adding 'torch/include/ATen/ops/erf_meta.h' 2025-03-14T04:10:43.8034966Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2025-03-14T04:10:43.8038465Z adding 'torch/include/ATen/ops/erf_native.h' 2025-03-14T04:10:43.8041825Z adding 'torch/include/ATen/ops/erf_ops.h' 2025-03-14T04:10:43.8045550Z adding 'torch/include/ATen/ops/erfc.h' 2025-03-14T04:10:43.8048969Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.8052547Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2025-03-14T04:10:43.8055936Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2025-03-14T04:10:43.8059208Z adding 'torch/include/ATen/ops/erfc_meta.h' 2025-03-14T04:10:43.8062832Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2025-03-14T04:10:43.8065955Z adding 'torch/include/ATen/ops/erfc_native.h' 2025-03-14T04:10:43.8069706Z adding 'torch/include/ATen/ops/erfc_ops.h' 2025-03-14T04:10:43.8072915Z adding 'torch/include/ATen/ops/erfinv.h' 2025-03-14T04:10:43.8076893Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.8080156Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2025-03-14T04:10:43.8083580Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2025-03-14T04:10:43.8087086Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2025-03-14T04:10:43.8090417Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2025-03-14T04:10:43.8093972Z adding 'torch/include/ATen/ops/erfinv_native.h' 2025-03-14T04:10:43.8097255Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2025-03-14T04:10:43.8101018Z adding 'torch/include/ATen/ops/exp.h' 2025-03-14T04:10:43.8104532Z adding 'torch/include/ATen/ops/exp2.h' 2025-03-14T04:10:43.8108182Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.8111912Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2025-03-14T04:10:43.8114820Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2025-03-14T04:10:43.8118434Z adding 'torch/include/ATen/ops/exp2_meta.h' 2025-03-14T04:10:43.8121658Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2025-03-14T04:10:43.8125192Z adding 'torch/include/ATen/ops/exp2_native.h' 2025-03-14T04:10:43.8128895Z adding 'torch/include/ATen/ops/exp2_ops.h' 2025-03-14T04:10:43.8132332Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.8135993Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2025-03-14T04:10:43.8138928Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2025-03-14T04:10:43.8142602Z adding 'torch/include/ATen/ops/exp_meta.h' 2025-03-14T04:10:43.8145849Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2025-03-14T04:10:43.8149583Z adding 'torch/include/ATen/ops/exp_native.h' 2025-03-14T04:10:43.8153222Z adding 'torch/include/ATen/ops/exp_ops.h' 2025-03-14T04:10:43.8156417Z adding 'torch/include/ATen/ops/expand.h' 2025-03-14T04:10:43.8159963Z adding 'torch/include/ATen/ops/expand_as.h' 2025-03-14T04:10:43.8163240Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8166696Z adding 'torch/include/ATen/ops/expand_as_native.h' 2025-03-14T04:10:43.8169890Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2025-03-14T04:10:43.8175039Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.8179319Z adding 'torch/include/ATen/ops/expand_copy.h' 2025-03-14T04:10:43.8183167Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.8188072Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.8192582Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2025-03-14T04:10:43.8197649Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2025-03-14T04:10:43.8201313Z adding 'torch/include/ATen/ops/expand_native.h' 2025-03-14T04:10:43.8204934Z adding 'torch/include/ATen/ops/expand_ops.h' 2025-03-14T04:10:43.8208361Z adding 'torch/include/ATen/ops/expm1.h' 2025-03-14T04:10:43.8212292Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.8215322Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2025-03-14T04:10:43.8219079Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2025-03-14T04:10:43.8222172Z adding 'torch/include/ATen/ops/expm1_meta.h' 2025-03-14T04:10:43.8226013Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2025-03-14T04:10:43.8229210Z adding 'torch/include/ATen/ops/expm1_native.h' 2025-03-14T04:10:43.8232648Z adding 'torch/include/ATen/ops/expm1_ops.h' 2025-03-14T04:10:43.8236280Z adding 'torch/include/ATen/ops/exponential.h' 2025-03-14T04:10:43.8239725Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.8242707Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2025-03-14T04:10:43.8245752Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2025-03-14T04:10:43.8248796Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2025-03-14T04:10:43.8252659Z adding 'torch/include/ATen/ops/exponential_native.h' 2025-03-14T04:10:43.8255876Z adding 'torch/include/ATen/ops/exponential_ops.h' 2025-03-14T04:10:43.8259645Z adding 'torch/include/ATen/ops/eye.h' 2025-03-14T04:10:43.8263216Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.8266241Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2025-03-14T04:10:43.8269488Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2025-03-14T04:10:43.8272552Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2025-03-14T04:10:43.8275609Z adding 'torch/include/ATen/ops/eye_native.h' 2025-03-14T04:10:43.8278966Z adding 'torch/include/ATen/ops/eye_ops.h' 2025-03-14T04:10:43.8282317Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2025-03-14T04:10:43.8286368Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2025-03-14T04:10:43.8289553Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2025-03-14T04:10:43.8292892Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8295765Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2025-03-14T04:10:43.8298916Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2025-03-14T04:10:43.8302225Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.8305237Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2025-03-14T04:10:43.8308911Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2025-03-14T04:10:43.8311587Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2025-03-14T04:10:43.8314809Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2025-03-14T04:10:43.8318094Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8320974Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2025-03-14T04:10:43.8324457Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2025-03-14T04:10:43.8327722Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2025-03-14T04:10:43.8330989Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2025-03-14T04:10:43.8334083Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2025-03-14T04:10:43.8337344Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8340213Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2025-03-14T04:10:43.8343344Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2025-03-14T04:10:43.8346579Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.8349715Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2025-03-14T04:10:43.8352842Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2025-03-14T04:10:43.8355928Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2025-03-14T04:10:43.8359227Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2025-03-14T04:10:43.8362464Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8365387Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2025-03-14T04:10:43.8368631Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2025-03-14T04:10:43.8371728Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2025-03-14T04:10:43.8374985Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8377966Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2025-03-14T04:10:43.8381198Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8384071Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2025-03-14T04:10:43.8387238Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2025-03-14T04:10:43.8390277Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2025-03-14T04:10:43.8393370Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2025-03-14T04:10:43.8396489Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2025-03-14T04:10:43.8399758Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8402806Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2025-03-14T04:10:43.8406073Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8408995Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2025-03-14T04:10:43.8412188Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2025-03-14T04:10:43.8415175Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2025-03-14T04:10:43.8418370Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2025-03-14T04:10:43.8421483Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2025-03-14T04:10:43.8424751Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8427669Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2025-03-14T04:10:43.8430783Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2025-03-14T04:10:43.8433781Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2025-03-14T04:10:43.8437025Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8439863Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2025-03-14T04:10:43.8442932Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2025-03-14T04:10:43.8445998Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2025-03-14T04:10:43.8449276Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8452147Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2025-03-14T04:10:43.8455287Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2025-03-14T04:10:43.8458348Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2025-03-14T04:10:43.8461570Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8464432Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2025-03-14T04:10:43.8468073Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2025-03-14T04:10:43.8472011Z adding 'torch/include/ATen/ops/feature_dropout.h' 2025-03-14T04:10:43.8475130Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8478005Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2025-03-14T04:10:43.8481573Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2025-03-14T04:10:43.8485133Z adding 'torch/include/ATen/ops/fft_fft.h' 2025-03-14T04:10:43.8488640Z adding 'torch/include/ATen/ops/fft_fft2.h' 2025-03-14T04:10:43.8492100Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8495043Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2025-03-14T04:10:43.8498308Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2025-03-14T04:10:43.8501605Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8504515Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2025-03-14T04:10:43.8507797Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2025-03-14T04:10:43.8511033Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2025-03-14T04:10:43.8514376Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.8517289Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2025-03-14T04:10:43.8520556Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2025-03-14T04:10:43.8523974Z adding 'torch/include/ATen/ops/fft_fftn.h' 2025-03-14T04:10:43.8527421Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8530313Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2025-03-14T04:10:43.8533532Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2025-03-14T04:10:43.8536590Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2025-03-14T04:10:43.8539831Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8542699Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2025-03-14T04:10:43.8545767Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2025-03-14T04:10:43.8549290Z adding 'torch/include/ATen/ops/fft_hfft.h' 2025-03-14T04:10:43.8552807Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2025-03-14T04:10:43.8556284Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8559212Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2025-03-14T04:10:43.8562786Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2025-03-14T04:10:43.8566198Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8569106Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2025-03-14T04:10:43.8572339Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2025-03-14T04:10:43.8575742Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2025-03-14T04:10:43.8579157Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8582515Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2025-03-14T04:10:43.8585960Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2025-03-14T04:10:43.8589539Z adding 'torch/include/ATen/ops/fft_ifft.h' 2025-03-14T04:10:43.8593188Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2025-03-14T04:10:43.8596686Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8599741Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2025-03-14T04:10:43.8603014Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2025-03-14T04:10:43.8606418Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8609339Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2025-03-14T04:10:43.8612589Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2025-03-14T04:10:43.8616020Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2025-03-14T04:10:43.8619465Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8622382Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2025-03-14T04:10:43.8625630Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2025-03-14T04:10:43.8628848Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2025-03-14T04:10:43.8632076Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8634946Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2025-03-14T04:10:43.8638014Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2025-03-14T04:10:43.8641394Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2025-03-14T04:10:43.8644904Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2025-03-14T04:10:43.8648377Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8651329Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2025-03-14T04:10:43.8654544Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2025-03-14T04:10:43.8657939Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8660879Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2025-03-14T04:10:43.8664126Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2025-03-14T04:10:43.8667730Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2025-03-14T04:10:43.8671237Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8674195Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2025-03-14T04:10:43.8677440Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2025-03-14T04:10:43.8680871Z adding 'torch/include/ATen/ops/fft_irfft.h' 2025-03-14T04:10:43.8685572Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2025-03-14T04:10:43.8689814Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8693311Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2025-03-14T04:10:43.8698323Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2025-03-14T04:10:43.8703661Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8708422Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2025-03-14T04:10:43.8713510Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2025-03-14T04:10:43.8718898Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2025-03-14T04:10:43.8724336Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8728965Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2025-03-14T04:10:43.8734117Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2025-03-14T04:10:43.8737880Z adding 'torch/include/ATen/ops/fft_rfft.h' 2025-03-14T04:10:43.8742049Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2025-03-14T04:10:43.8745674Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8749415Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2025-03-14T04:10:43.8753219Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2025-03-14T04:10:43.8756758Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8760326Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2025-03-14T04:10:43.8763678Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2025-03-14T04:10:43.8766942Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2025-03-14T04:10:43.8770716Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.8773957Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2025-03-14T04:10:43.8777206Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2025-03-14T04:10:43.8780668Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2025-03-14T04:10:43.8784159Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8787808Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2025-03-14T04:10:43.8791219Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2025-03-14T04:10:43.8794498Z adding 'torch/include/ATen/ops/fill.h' 2025-03-14T04:10:43.8797855Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.8800840Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2025-03-14T04:10:43.8803897Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2025-03-14T04:10:43.8806879Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2025-03-14T04:10:43.8810151Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8813042Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2025-03-14T04:10:43.8816135Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2025-03-14T04:10:43.8819849Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2025-03-14T04:10:43.8823011Z adding 'torch/include/ATen/ops/fill_native.h' 2025-03-14T04:10:43.8826455Z adding 'torch/include/ATen/ops/fill_ops.h' 2025-03-14T04:10:43.8830095Z adding 'torch/include/ATen/ops/fix.h' 2025-03-14T04:10:43.8833490Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8836432Z adding 'torch/include/ATen/ops/fix_native.h' 2025-03-14T04:10:43.8839632Z adding 'torch/include/ATen/ops/fix_ops.h' 2025-03-14T04:10:43.8842830Z adding 'torch/include/ATen/ops/flatten.h' 2025-03-14T04:10:43.8846222Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8849158Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2025-03-14T04:10:43.8852427Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8855280Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2025-03-14T04:10:43.8858347Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2025-03-14T04:10:43.8861315Z adding 'torch/include/ATen/ops/flatten_native.h' 2025-03-14T04:10:43.8864635Z adding 'torch/include/ATen/ops/flatten_ops.h' 2025-03-14T04:10:43.8867867Z adding 'torch/include/ATen/ops/flip.h' 2025-03-14T04:10:43.8871123Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.8874072Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2025-03-14T04:10:43.8877107Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2025-03-14T04:10:43.8880039Z adding 'torch/include/ATen/ops/flip_native.h' 2025-03-14T04:10:43.8883190Z adding 'torch/include/ATen/ops/flip_ops.h' 2025-03-14T04:10:43.8886233Z adding 'torch/include/ATen/ops/fliplr.h' 2025-03-14T04:10:43.8889440Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8892265Z adding 'torch/include/ATen/ops/fliplr_native.h' 2025-03-14T04:10:43.8895375Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2025-03-14T04:10:43.8898347Z adding 'torch/include/ATen/ops/flipud.h' 2025-03-14T04:10:43.8901499Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8904331Z adding 'torch/include/ATen/ops/flipud_native.h' 2025-03-14T04:10:43.8907463Z adding 'torch/include/ATen/ops/flipud_ops.h' 2025-03-14T04:10:43.8910706Z adding 'torch/include/ATen/ops/float_power.h' 2025-03-14T04:10:43.8914133Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.8917076Z adding 'torch/include/ATen/ops/float_power_native.h' 2025-03-14T04:10:43.8920552Z adding 'torch/include/ATen/ops/float_power_ops.h' 2025-03-14T04:10:43.8923746Z adding 'torch/include/ATen/ops/floor.h' 2025-03-14T04:10:43.8927066Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.8929963Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2025-03-14T04:10:43.8933045Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2025-03-14T04:10:43.8936158Z adding 'torch/include/ATen/ops/floor_divide.h' 2025-03-14T04:10:43.8939470Z adding 'torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.8942491Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2025-03-14T04:10:43.8945564Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2025-03-14T04:10:43.8948776Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2025-03-14T04:10:43.8951784Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2025-03-14T04:10:43.8955152Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2025-03-14T04:10:43.8958236Z adding 'torch/include/ATen/ops/floor_meta.h' 2025-03-14T04:10:43.8961360Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2025-03-14T04:10:43.8964380Z adding 'torch/include/ATen/ops/floor_native.h' 2025-03-14T04:10:43.8967582Z adding 'torch/include/ATen/ops/floor_ops.h' 2025-03-14T04:10:43.8970699Z adding 'torch/include/ATen/ops/fmax.h' 2025-03-14T04:10:43.8973974Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.8976860Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2025-03-14T04:10:43.8979912Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2025-03-14T04:10:43.8982855Z adding 'torch/include/ATen/ops/fmax_meta.h' 2025-03-14T04:10:43.8986251Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2025-03-14T04:10:43.8989606Z adding 'torch/include/ATen/ops/fmax_native.h' 2025-03-14T04:10:43.8993295Z adding 'torch/include/ATen/ops/fmax_ops.h' 2025-03-14T04:10:43.8996540Z adding 'torch/include/ATen/ops/fmin.h' 2025-03-14T04:10:43.9000415Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.9003432Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2025-03-14T04:10:43.9007152Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2025-03-14T04:10:43.9010457Z adding 'torch/include/ATen/ops/fmin_meta.h' 2025-03-14T04:10:43.9013833Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2025-03-14T04:10:43.9017339Z adding 'torch/include/ATen/ops/fmin_native.h' 2025-03-14T04:10:43.9020652Z adding 'torch/include/ATen/ops/fmin_ops.h' 2025-03-14T04:10:43.9024360Z adding 'torch/include/ATen/ops/fmod.h' 2025-03-14T04:10:43.9027872Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.9031601Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.9034998Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2025-03-14T04:10:43.9038246Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2025-03-14T04:10:43.9041742Z adding 'torch/include/ATen/ops/fmod_meta.h' 2025-03-14T04:10:43.9044992Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2025-03-14T04:10:43.9048682Z adding 'torch/include/ATen/ops/fmod_native.h' 2025-03-14T04:10:43.9052373Z adding 'torch/include/ATen/ops/fmod_ops.h' 2025-03-14T04:10:43.9055936Z adding 'torch/include/ATen/ops/frac.h' 2025-03-14T04:10:43.9059791Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.9062810Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2025-03-14T04:10:43.9066415Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2025-03-14T04:10:43.9069608Z adding 'torch/include/ATen/ops/frac_meta.h' 2025-03-14T04:10:43.9073398Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2025-03-14T04:10:43.9076820Z adding 'torch/include/ATen/ops/frac_native.h' 2025-03-14T04:10:43.9080337Z adding 'torch/include/ATen/ops/frac_ops.h' 2025-03-14T04:10:43.9084091Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2025-03-14T04:10:43.9087450Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2025-03-14T04:10:43.9091502Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.9094883Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2025-03-14T04:10:43.9098311Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2025-03-14T04:10:43.9101879Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2025-03-14T04:10:43.9105205Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2025-03-14T04:10:43.9108969Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2025-03-14T04:10:43.9112414Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2025-03-14T04:10:43.9116285Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.9119790Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2025-03-14T04:10:43.9123067Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2025-03-14T04:10:43.9126690Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2025-03-14T04:10:43.9129979Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2025-03-14T04:10:43.9133688Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2025-03-14T04:10:43.9137319Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2025-03-14T04:10:43.9140833Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2025-03-14T04:10:43.9144678Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2025-03-14T04:10:43.9148167Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2025-03-14T04:10:43.9152012Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2025-03-14T04:10:43.9155565Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2025-03-14T04:10:43.9159035Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2025-03-14T04:10:43.9162902Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.9165948Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2025-03-14T04:10:43.9169739Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2025-03-14T04:10:43.9174521Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2025-03-14T04:10:43.9178172Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2025-03-14T04:10:43.9183003Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2025-03-14T04:10:43.9188187Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2025-03-14T04:10:43.9193142Z adding 'torch/include/ATen/ops/frexp.h' 2025-03-14T04:10:43.9198213Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.9201085Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2025-03-14T04:10:43.9204856Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2025-03-14T04:10:43.9207980Z adding 'torch/include/ATen/ops/frexp_native.h' 2025-03-14T04:10:43.9212002Z adding 'torch/include/ATen/ops/frexp_ops.h' 2025-03-14T04:10:43.9215355Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2025-03-14T04:10:43.9219207Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.9222615Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2025-03-14T04:10:43.9226093Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2025-03-14T04:10:43.9229926Z adding 'torch/include/ATen/ops/from_blob.h' 2025-03-14T04:10:43.9233697Z adding 'torch/include/ATen/ops/from_file.h' 2025-03-14T04:10:43.9237366Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.9240410Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2025-03-14T04:10:43.9243476Z adding 'torch/include/ATen/ops/from_file_native.h' 2025-03-14T04:10:43.9246790Z adding 'torch/include/ATen/ops/from_file_ops.h' 2025-03-14T04:10:43.9251125Z adding 'torch/include/ATen/ops/full.h' 2025-03-14T04:10:43.9254854Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.9258110Z adding 'torch/include/ATen/ops/full_like.h' 2025-03-14T04:10:43.9262162Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.9265157Z adding 'torch/include/ATen/ops/full_like_native.h' 2025-03-14T04:10:43.9268571Z adding 'torch/include/ATen/ops/full_like_ops.h' 2025-03-14T04:10:43.9271732Z adding 'torch/include/ATen/ops/full_native.h' 2025-03-14T04:10:43.9275195Z adding 'torch/include/ATen/ops/full_ops.h' 2025-03-14T04:10:43.9278581Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2025-03-14T04:10:43.9282535Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.9285610Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2025-03-14T04:10:43.9288898Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2025-03-14T04:10:43.9292051Z adding 'torch/include/ATen/ops/gather.h' 2025-03-14T04:10:43.9295171Z adding 'torch/include/ATen/ops/gather_backward.h' 2025-03-14T04:10:43.9298462Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.9301316Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2025-03-14T04:10:43.9304428Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2025-03-14T04:10:43.9307787Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.9310866Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.9313865Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2025-03-14T04:10:43.9316972Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2025-03-14T04:10:43.9319961Z adding 'torch/include/ATen/ops/gather_meta.h' 2025-03-14T04:10:43.9323094Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2025-03-14T04:10:43.9326151Z adding 'torch/include/ATen/ops/gather_native.h' 2025-03-14T04:10:43.9329718Z adding 'torch/include/ATen/ops/gather_ops.h' 2025-03-14T04:10:43.9332919Z adding 'torch/include/ATen/ops/gcd.h' 2025-03-14T04:10:43.9336353Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.9339267Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2025-03-14T04:10:43.9342304Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2025-03-14T04:10:43.9345266Z adding 'torch/include/ATen/ops/gcd_meta.h' 2025-03-14T04:10:43.9348571Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2025-03-14T04:10:43.9351583Z adding 'torch/include/ATen/ops/gcd_native.h' 2025-03-14T04:10:43.9354812Z adding 'torch/include/ATen/ops/gcd_ops.h' 2025-03-14T04:10:43.9357981Z adding 'torch/include/ATen/ops/ge.h' 2025-03-14T04:10:43.9361357Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.9364299Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2025-03-14T04:10:43.9367501Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2025-03-14T04:10:43.9370443Z adding 'torch/include/ATen/ops/ge_meta.h' 2025-03-14T04:10:43.9373550Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2025-03-14T04:10:43.9376666Z adding 'torch/include/ATen/ops/ge_native.h' 2025-03-14T04:10:43.9380058Z adding 'torch/include/ATen/ops/ge_ops.h' 2025-03-14T04:10:43.9383239Z adding 'torch/include/ATen/ops/gelu.h' 2025-03-14T04:10:43.9386392Z adding 'torch/include/ATen/ops/gelu_backward.h' 2025-03-14T04:10:43.9389871Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.9392814Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2025-03-14T04:10:43.9395959Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2025-03-14T04:10:43.9398957Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2025-03-14T04:10:43.9402106Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2025-03-14T04:10:43.9405138Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2025-03-14T04:10:43.9408344Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2025-03-14T04:10:43.9411609Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.9414512Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2025-03-14T04:10:43.9417580Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2025-03-14T04:10:43.9420613Z adding 'torch/include/ATen/ops/gelu_meta.h' 2025-03-14T04:10:43.9423710Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2025-03-14T04:10:43.9426772Z adding 'torch/include/ATen/ops/gelu_native.h' 2025-03-14T04:10:43.9430149Z adding 'torch/include/ATen/ops/gelu_ops.h' 2025-03-14T04:10:43.9433319Z adding 'torch/include/ATen/ops/geometric.h' 2025-03-14T04:10:43.9436610Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.9439569Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2025-03-14T04:10:43.9442631Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2025-03-14T04:10:43.9445704Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2025-03-14T04:10:43.9448730Z adding 'torch/include/ATen/ops/geometric_native.h' 2025-03-14T04:10:43.9451962Z adding 'torch/include/ATen/ops/geometric_ops.h' 2025-03-14T04:10:43.9455100Z adding 'torch/include/ATen/ops/geqrf.h' 2025-03-14T04:10:43.9458205Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2025-03-14T04:10:43.9461323Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2025-03-14T04:10:43.9464262Z adding 'torch/include/ATen/ops/geqrf_native.h' 2025-03-14T04:10:43.9467537Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2025-03-14T04:10:43.9470730Z adding 'torch/include/ATen/ops/ger.h' 2025-03-14T04:10:43.9474792Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.9481237Z adding 'torch/include/ATen/ops/ger_native.h' 2025-03-14T04:10:43.9484403Z adding 'torch/include/ATen/ops/ger_ops.h' 2025-03-14T04:10:43.9487489Z adding 'torch/include/ATen/ops/glu.h' 2025-03-14T04:10:43.9491290Z adding 'torch/include/ATen/ops/glu_backward.h' 2025-03-14T04:10:43.9494543Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2025-03-14T04:10:43.9497641Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2025-03-14T04:10:43.9500786Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2025-03-14T04:10:43.9504090Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.9507067Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2025-03-14T04:10:43.9510235Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2025-03-14T04:10:43.9513228Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2025-03-14T04:10:43.9516471Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2025-03-14T04:10:43.9519535Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2025-03-14T04:10:43.9522737Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2025-03-14T04:10:43.9526546Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.9529495Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2025-03-14T04:10:43.9532518Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2025-03-14T04:10:43.9535609Z adding 'torch/include/ATen/ops/glu_jvp.h' 2025-03-14T04:10:43.9538879Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.9541824Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2025-03-14T04:10:43.9544834Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2025-03-14T04:10:43.9547888Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2025-03-14T04:10:43.9551118Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2025-03-14T04:10:43.9554183Z adding 'torch/include/ATen/ops/glu_meta.h' 2025-03-14T04:10:43.9557266Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2025-03-14T04:10:43.9560234Z adding 'torch/include/ATen/ops/glu_native.h' 2025-03-14T04:10:43.9563376Z adding 'torch/include/ATen/ops/glu_ops.h' 2025-03-14T04:10:43.9566636Z adding 'torch/include/ATen/ops/gradient.h' 2025-03-14T04:10:43.9569997Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.9572955Z adding 'torch/include/ATen/ops/gradient_native.h' 2025-03-14T04:10:43.9576532Z adding 'torch/include/ATen/ops/gradient_ops.h' 2025-03-14T04:10:43.9579898Z adding 'torch/include/ATen/ops/greater.h' 2025-03-14T04:10:43.9583241Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.9586264Z adding 'torch/include/ATen/ops/greater_equal.h' 2025-03-14T04:10:43.9589722Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.9593374Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2025-03-14T04:10:43.9596807Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2025-03-14T04:10:43.9600018Z adding 'torch/include/ATen/ops/greater_native.h' 2025-03-14T04:10:43.9603417Z adding 'torch/include/ATen/ops/greater_ops.h' 2025-03-14T04:10:43.9606594Z adding 'torch/include/ATen/ops/grid_sampler.h' 2025-03-14T04:10:43.9609739Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2025-03-14T04:10:43.9613039Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2025-03-14T04:10:43.9616406Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.9619415Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2025-03-14T04:10:43.9622530Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2025-03-14T04:10:43.9625619Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2025-03-14T04:10:43.9629056Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2025-03-14T04:10:43.9632382Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.9635403Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2025-03-14T04:10:43.9638505Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2025-03-14T04:10:43.9641504Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2025-03-14T04:10:43.9644776Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2025-03-14T04:10:43.9647952Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2025-03-14T04:10:43.9651208Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2025-03-14T04:10:43.9654556Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.9657589Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2025-03-14T04:10:43.9660678Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2025-03-14T04:10:43.9663702Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2025-03-14T04:10:43.9667028Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2025-03-14T04:10:43.9670486Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.9673475Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2025-03-14T04:10:43.9676531Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2025-03-14T04:10:43.9679545Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2025-03-14T04:10:43.9682732Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2025-03-14T04:10:43.9686007Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.9688903Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2025-03-14T04:10:43.9698776Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2025-03-14T04:10:43.9698933Z adding 'torch/include/ATen/ops/group_norm.h' 2025-03-14T04:10:43.9701833Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.9704735Z adding 'torch/include/ATen/ops/group_norm_native.h' 2025-03-14T04:10:43.9708148Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2025-03-14T04:10:43.9711284Z adding 'torch/include/ATen/ops/gru.h' 2025-03-14T04:10:43.9714410Z adding 'torch/include/ATen/ops/gru_cell.h' 2025-03-14T04:10:43.9717735Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.9720683Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2025-03-14T04:10:43.9723845Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2025-03-14T04:10:43.9727113Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.9730053Z adding 'torch/include/ATen/ops/gru_native.h' 2025-03-14T04:10:43.9733337Z adding 'torch/include/ATen/ops/gru_ops.h' 2025-03-14T04:10:43.9736577Z adding 'torch/include/ATen/ops/gt.h' 2025-03-14T04:10:43.9739872Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.9742842Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2025-03-14T04:10:43.9745967Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2025-03-14T04:10:43.9749081Z adding 'torch/include/ATen/ops/gt_meta.h' 2025-03-14T04:10:43.9752229Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2025-03-14T04:10:43.9755360Z adding 'torch/include/ATen/ops/gt_native.h' 2025-03-14T04:10:43.9758761Z adding 'torch/include/ATen/ops/gt_ops.h' 2025-03-14T04:10:43.9762439Z adding 'torch/include/ATen/ops/hamming_window.h' 2025-03-14T04:10:43.9766123Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.9769196Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2025-03-14T04:10:43.9772835Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2025-03-14T04:10:43.9776355Z adding 'torch/include/ATen/ops/hann_window.h' 2025-03-14T04:10:43.9779772Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.9782703Z adding 'torch/include/ATen/ops/hann_window_native.h' 2025-03-14T04:10:43.9786099Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2025-03-14T04:10:43.9789421Z adding 'torch/include/ATen/ops/hardshrink.h' 2025-03-14T04:10:43.9792585Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2025-03-14T04:10:43.9795935Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.9799883Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2025-03-14T04:10:43.9802165Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2025-03-14T04:10:43.9805150Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2025-03-14T04:10:43.9808282Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2025-03-14T04:10:43.9811291Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2025-03-14T04:10:43.9814505Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2025-03-14T04:10:43.9817874Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.9820761Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2025-03-14T04:10:43.9823978Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2025-03-14T04:10:43.9826911Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2025-03-14T04:10:43.9830125Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2025-03-14T04:10:43.9833102Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2025-03-14T04:10:43.9836445Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2025-03-14T04:10:43.9839538Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2025-03-14T04:10:43.9842706Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2025-03-14T04:10:43.9846062Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.9848979Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2025-03-14T04:10:43.9852082Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2025-03-14T04:10:43.9855067Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2025-03-14T04:10:43.9858203Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2025-03-14T04:10:43.9861197Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2025-03-14T04:10:43.9864374Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2025-03-14T04:10:43.9867746Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.9870684Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2025-03-14T04:10:43.9873752Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2025-03-14T04:10:43.9876766Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2025-03-14T04:10:43.9879838Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2025-03-14T04:10:43.9882835Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2025-03-14T04:10:43.9886009Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2025-03-14T04:10:43.9889135Z adding 'torch/include/ATen/ops/hardswish.h' 2025-03-14T04:10:43.9892223Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2025-03-14T04:10:43.9895474Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:43.9898440Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2025-03-14T04:10:43.9901470Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2025-03-14T04:10:43.9904414Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2025-03-14T04:10:43.9907642Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2025-03-14T04:10:43.9910775Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2025-03-14T04:10:43.9913856Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2025-03-14T04:10:43.9916922Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2025-03-14T04:10:43.9919877Z adding 'torch/include/ATen/ops/hardswish_native.h' 2025-03-14T04:10:43.9923080Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2025-03-14T04:10:43.9926190Z adding 'torch/include/ATen/ops/hardtanh.h' 2025-03-14T04:10:43.9929338Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2025-03-14T04:10:43.9932514Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2025-03-14T04:10:43.9935672Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2025-03-14T04:10:43.9938686Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2025-03-14T04:10:43.9941863Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2025-03-14T04:10:43.9945020Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2025-03-14T04:10:43.9948190Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2025-03-14T04:10:43.9951238Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2025-03-14T04:10:43.9954198Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2025-03-14T04:10:43.9957480Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2025-03-14T04:10:43.9960627Z adding 'torch/include/ATen/ops/heaviside.h' 2025-03-14T04:10:43.9963965Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:43.9966846Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2025-03-14T04:10:43.9969850Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2025-03-14T04:10:43.9972821Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2025-03-14T04:10:43.9975881Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2025-03-14T04:10:43.9978887Z adding 'torch/include/ATen/ops/heaviside_native.h' 2025-03-14T04:10:43.9982079Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2025-03-14T04:10:43.9985234Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2025-03-14T04:10:43.9988600Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:43.9992141Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2025-03-14T04:10:43.9995359Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2025-03-14T04:10:43.9998688Z adding 'torch/include/ATen/ops/histc.h' 2025-03-14T04:10:44.0001855Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2025-03-14T04:10:44.0005099Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2025-03-14T04:10:44.0008983Z adding 'torch/include/ATen/ops/histc_native.h' 2025-03-14T04:10:44.0011453Z adding 'torch/include/ATen/ops/histc_ops.h' 2025-03-14T04:10:44.0014932Z adding 'torch/include/ATen/ops/histogram.h' 2025-03-14T04:10:44.0018299Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2025-03-14T04:10:44.0021553Z adding 'torch/include/ATen/ops/histogram_native.h' 2025-03-14T04:10:44.0024973Z adding 'torch/include/ATen/ops/histogram_ops.h' 2025-03-14T04:10:44.0028548Z adding 'torch/include/ATen/ops/histogramdd.h' 2025-03-14T04:10:44.0032076Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.0035048Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2025-03-14T04:10:44.0038560Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2025-03-14T04:10:44.0041735Z adding 'torch/include/ATen/ops/hsplit.h' 2025-03-14T04:10:44.0045116Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.0048629Z adding 'torch/include/ATen/ops/hsplit_native.h' 2025-03-14T04:10:44.0051270Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2025-03-14T04:10:44.0064142Z adding 'torch/include/ATen/ops/hspmm.h' 2025-03-14T04:10:44.0064453Z adding 'torch/include/ATen/ops/hspmm_native.h' 2025-03-14T04:10:44.0064596Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2025-03-14T04:10:44.0064723Z adding 'torch/include/ATen/ops/hstack.h' 2025-03-14T04:10:44.0067240Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.0070163Z adding 'torch/include/ATen/ops/hstack_native.h' 2025-03-14T04:10:44.0073459Z adding 'torch/include/ATen/ops/hstack_ops.h' 2025-03-14T04:10:44.0076719Z adding 'torch/include/ATen/ops/huber_loss.h' 2025-03-14T04:10:44.0080179Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2025-03-14T04:10:44.0083500Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.0086520Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2025-03-14T04:10:44.0089755Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2025-03-14T04:10:44.0092710Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2025-03-14T04:10:44.0096081Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2025-03-14T04:10:44.0099722Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2025-03-14T04:10:44.0102468Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2025-03-14T04:10:44.0105567Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2025-03-14T04:10:44.0108897Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2025-03-14T04:10:44.0112146Z adding 'torch/include/ATen/ops/hypot.h' 2025-03-14T04:10:44.0115468Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.0118543Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2025-03-14T04:10:44.0122338Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2025-03-14T04:10:44.0124833Z adding 'torch/include/ATen/ops/hypot_meta.h' 2025-03-14T04:10:44.0128161Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2025-03-14T04:10:44.0130923Z adding 'torch/include/ATen/ops/hypot_native.h' 2025-03-14T04:10:44.0134272Z adding 'torch/include/ATen/ops/hypot_ops.h' 2025-03-14T04:10:44.0137423Z adding 'torch/include/ATen/ops/i0.h' 2025-03-14T04:10:44.0140841Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.0143748Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2025-03-14T04:10:44.0146952Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2025-03-14T04:10:44.0150631Z adding 'torch/include/ATen/ops/i0_meta.h' 2025-03-14T04:10:44.0153235Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2025-03-14T04:10:44.0156341Z adding 'torch/include/ATen/ops/i0_native.h' 2025-03-14T04:10:44.0160487Z adding 'torch/include/ATen/ops/i0_ops.h' 2025-03-14T04:10:44.0163861Z adding 'torch/include/ATen/ops/igamma.h' 2025-03-14T04:10:44.0167738Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.0170253Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2025-03-14T04:10:44.0173480Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2025-03-14T04:10:44.0176418Z adding 'torch/include/ATen/ops/igamma_meta.h' 2025-03-14T04:10:44.0179670Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2025-03-14T04:10:44.0182636Z adding 'torch/include/ATen/ops/igamma_native.h' 2025-03-14T04:10:44.0185996Z adding 'torch/include/ATen/ops/igamma_ops.h' 2025-03-14T04:10:44.0202247Z adding 'torch/include/ATen/ops/igammac.h' 2025-03-14T04:10:44.0202620Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.0202769Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2025-03-14T04:10:44.0202924Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2025-03-14T04:10:44.0203934Z adding 'torch/include/ATen/ops/igammac_meta.h' 2025-03-14T04:10:44.0208153Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2025-03-14T04:10:44.0210185Z adding 'torch/include/ATen/ops/igammac_native.h' 2025-03-14T04:10:44.0214003Z adding 'torch/include/ATen/ops/igammac_ops.h' 2025-03-14T04:10:44.0216798Z adding 'torch/include/ATen/ops/im2col.h' 2025-03-14T04:10:44.0220135Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2025-03-14T04:10:44.0223262Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2025-03-14T04:10:44.0226456Z adding 'torch/include/ATen/ops/im2col_native.h' 2025-03-14T04:10:44.0229821Z adding 'torch/include/ATen/ops/im2col_ops.h' 2025-03-14T04:10:44.0232853Z adding 'torch/include/ATen/ops/imag.h' 2025-03-14T04:10:44.0236777Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.0239145Z adding 'torch/include/ATen/ops/imag_native.h' 2025-03-14T04:10:44.0242227Z adding 'torch/include/ATen/ops/imag_ops.h' 2025-03-14T04:10:44.0245341Z adding 'torch/include/ATen/ops/index.h' 2025-03-14T04:10:44.0248513Z adding 'torch/include/ATen/ops/index_add.h' 2025-03-14T04:10:44.0252751Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.0255076Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.0258113Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2025-03-14T04:10:44.0261228Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2025-03-14T04:10:44.0264325Z adding 'torch/include/ATen/ops/index_add_meta.h' 2025-03-14T04:10:44.0267547Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2025-03-14T04:10:44.0270599Z adding 'torch/include/ATen/ops/index_add_native.h' 2025-03-14T04:10:44.0273948Z adding 'torch/include/ATen/ops/index_add_ops.h' 2025-03-14T04:10:44.0277377Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.0280257Z adding 'torch/include/ATen/ops/index_copy.h' 2025-03-14T04:10:44.0283783Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.0286780Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.0289764Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2025-03-14T04:10:44.0292867Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2025-03-14T04:10:44.0295910Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2025-03-14T04:10:44.0299047Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2025-03-14T04:10:44.0302066Z adding 'torch/include/ATen/ops/index_copy_native.h' 2025-03-14T04:10:44.0305422Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2025-03-14T04:10:44.0308760Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2025-03-14T04:10:44.0311839Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2025-03-14T04:10:44.0315094Z adding 'torch/include/ATen/ops/index_fill.h' 2025-03-14T04:10:44.0318457Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.0321540Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.0324512Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2025-03-14T04:10:44.0327592Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2025-03-14T04:10:44.0330696Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2025-03-14T04:10:44.0333781Z adding 'torch/include/ATen/ops/index_fill_native.h' 2025-03-14T04:10:44.0337526Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2025-03-14T04:10:44.0341150Z adding 'torch/include/ATen/ops/index_meta.h' 2025-03-14T04:10:44.0344559Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2025-03-14T04:10:44.0347528Z adding 'torch/include/ATen/ops/index_native.h' 2025-03-14T04:10:44.0350893Z adding 'torch/include/ATen/ops/index_ops.h' 2025-03-14T04:10:44.0354073Z adding 'torch/include/ATen/ops/index_put.h' 2025-03-14T04:10:44.0357529Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.0361229Z adding 'torch/include/ATen/ops/index_put_native.h' 2025-03-14T04:10:44.0363945Z adding 'torch/include/ATen/ops/index_put_ops.h' 2025-03-14T04:10:44.0367246Z adding 'torch/include/ATen/ops/index_reduce.h' 2025-03-14T04:10:44.0370659Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.0373759Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2025-03-14T04:10:44.0376894Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2025-03-14T04:10:44.0380167Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2025-03-14T04:10:44.0384182Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2025-03-14T04:10:44.0386566Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2025-03-14T04:10:44.0390144Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2025-03-14T04:10:44.0393362Z adding 'torch/include/ATen/ops/index_select.h' 2025-03-14T04:10:44.0396800Z adding 'torch/include/ATen/ops/index_select_backward.h' 2025-03-14T04:10:44.0400864Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.0403085Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2025-03-14T04:10:44.0406694Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2025-03-14T04:10:44.0409628Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.0412758Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2025-03-14T04:10:44.0415831Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2025-03-14T04:10:44.0419062Z adding 'torch/include/ATen/ops/index_select_native.h' 2025-03-14T04:10:44.0422334Z adding 'torch/include/ATen/ops/index_select_ops.h' 2025-03-14T04:10:44.0425514Z adding 'torch/include/ATen/ops/indices.h' 2025-03-14T04:10:44.0429386Z adding 'torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.0431953Z adding 'torch/include/ATen/ops/indices_copy.h' 2025-03-14T04:10:44.0435263Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.0438429Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.0441378Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2025-03-14T04:10:44.0444534Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2025-03-14T04:10:44.0447732Z adding 'torch/include/ATen/ops/indices_native.h' 2025-03-14T04:10:44.0451680Z adding 'torch/include/ATen/ops/indices_ops.h' 2025-03-14T04:10:44.0454150Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2025-03-14T04:10:44.0457700Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.0460456Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2025-03-14T04:10:44.0463716Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2025-03-14T04:10:44.0466686Z adding 'torch/include/ATen/ops/inner.h' 2025-03-14T04:10:44.0470160Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.0473023Z adding 'torch/include/ATen/ops/inner_native.h' 2025-03-14T04:10:44.0476316Z adding 'torch/include/ATen/ops/inner_ops.h' 2025-03-14T04:10:44.0479902Z adding 'torch/include/ATen/ops/instance_norm.h' 2025-03-14T04:10:44.0482833Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.0485896Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2025-03-14T04:10:44.0489115Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2025-03-14T04:10:44.0492334Z adding 'torch/include/ATen/ops/int_repr.h' 2025-03-14T04:10:44.0495535Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.0498577Z adding 'torch/include/ATen/ops/int_repr_native.h' 2025-03-14T04:10:44.0502423Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2025-03-14T04:10:44.0504920Z adding 'torch/include/ATen/ops/inverse.h' 2025-03-14T04:10:44.0508401Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.0511313Z adding 'torch/include/ATen/ops/inverse_native.h' 2025-03-14T04:10:44.0514645Z adding 'torch/include/ATen/ops/inverse_ops.h' 2025-03-14T04:10:44.0517640Z adding 'torch/include/ATen/ops/is_coalesced.h' 2025-03-14T04:10:44.0521458Z adding 'torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.0525004Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2025-03-14T04:10:44.0527559Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2025-03-14T04:10:44.0530681Z adding 'torch/include/ATen/ops/is_complex.h' 2025-03-14T04:10:44.0533880Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.0536844Z adding 'torch/include/ATen/ops/is_complex_native.h' 2025-03-14T04:10:44.0539906Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2025-03-14T04:10:44.0543319Z adding 'torch/include/ATen/ops/is_conj.h' 2025-03-14T04:10:44.0546356Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.0549516Z adding 'torch/include/ATen/ops/is_conj_native.h' 2025-03-14T04:10:44.0552604Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2025-03-14T04:10:44.0555765Z adding 'torch/include/ATen/ops/is_distributed.h' 2025-03-14T04:10:44.0559058Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.0561910Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2025-03-14T04:10:44.0565045Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2025-03-14T04:10:44.0568068Z adding 'torch/include/ATen/ops/is_floating_point.h' 2025-03-14T04:10:44.0571541Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.0574396Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2025-03-14T04:10:44.0577521Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2025-03-14T04:10:44.0580527Z adding 'torch/include/ATen/ops/is_inference.h' 2025-03-14T04:10:44.0583868Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.0586927Z adding 'torch/include/ATen/ops/is_inference_native.h' 2025-03-14T04:10:44.0590374Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2025-03-14T04:10:44.0593890Z adding 'torch/include/ATen/ops/is_leaf.h' 2025-03-14T04:10:44.0596412Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.0599582Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2025-03-14T04:10:44.0602487Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2025-03-14T04:10:44.0605652Z adding 'torch/include/ATen/ops/is_neg.h' 2025-03-14T04:10:44.0608869Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.0611815Z adding 'torch/include/ATen/ops/is_neg_native.h' 2025-03-14T04:10:44.0614852Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2025-03-14T04:10:44.0618039Z adding 'torch/include/ATen/ops/is_nonzero.h' 2025-03-14T04:10:44.0622017Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.0624224Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2025-03-14T04:10:44.0627767Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2025-03-14T04:10:44.0630519Z adding 'torch/include/ATen/ops/is_pinned.h' 2025-03-14T04:10:44.0633866Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.0636739Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2025-03-14T04:10:44.0639972Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2025-03-14T04:10:44.0643007Z adding 'torch/include/ATen/ops/is_same_size.h' 2025-03-14T04:10:44.0646412Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.0649774Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2025-03-14T04:10:44.0652526Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2025-03-14T04:10:44.0656034Z adding 'torch/include/ATen/ops/is_set_to.h' 2025-03-14T04:10:44.0658719Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2025-03-14T04:10:44.0661912Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2025-03-14T04:10:44.0664914Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2025-03-14T04:10:44.0668227Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2025-03-14T04:10:44.0671284Z adding 'torch/include/ATen/ops/is_signed.h' 2025-03-14T04:10:44.0674635Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.0677468Z adding 'torch/include/ATen/ops/is_signed_native.h' 2025-03-14T04:10:44.0680557Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2025-03-14T04:10:44.0683800Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2025-03-14T04:10:44.0687023Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.0689911Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2025-03-14T04:10:44.0692973Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2025-03-14T04:10:44.0695977Z adding 'torch/include/ATen/ops/isclose.h' 2025-03-14T04:10:44.0699701Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.0702197Z adding 'torch/include/ATen/ops/isclose_native.h' 2025-03-14T04:10:44.0705311Z adding 'torch/include/ATen/ops/isclose_ops.h' 2025-03-14T04:10:44.0708378Z adding 'torch/include/ATen/ops/isfinite.h' 2025-03-14T04:10:44.0711598Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.0714430Z adding 'torch/include/ATen/ops/isfinite_native.h' 2025-03-14T04:10:44.0717527Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2025-03-14T04:10:44.0721230Z adding 'torch/include/ATen/ops/isin.h' 2025-03-14T04:10:44.0724334Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.0727813Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2025-03-14T04:10:44.0731281Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2025-03-14T04:10:44.0734321Z adding 'torch/include/ATen/ops/isin_meta.h' 2025-03-14T04:10:44.0737552Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2025-03-14T04:10:44.0740673Z adding 'torch/include/ATen/ops/isin_native.h' 2025-03-14T04:10:44.0744156Z adding 'torch/include/ATen/ops/isin_ops.h' 2025-03-14T04:10:44.0747421Z adding 'torch/include/ATen/ops/isinf.h' 2025-03-14T04:10:44.0750672Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.0753543Z adding 'torch/include/ATen/ops/isinf_native.h' 2025-03-14T04:10:44.0756658Z adding 'torch/include/ATen/ops/isinf_ops.h' 2025-03-14T04:10:44.0759714Z adding 'torch/include/ATen/ops/isnan.h' 2025-03-14T04:10:44.0762904Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.0765863Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2025-03-14T04:10:44.0768867Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2025-03-14T04:10:44.0771797Z adding 'torch/include/ATen/ops/isnan_native.h' 2025-03-14T04:10:44.0774907Z adding 'torch/include/ATen/ops/isnan_ops.h' 2025-03-14T04:10:44.0777977Z adding 'torch/include/ATen/ops/isneginf.h' 2025-03-14T04:10:44.0781251Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.0784131Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2025-03-14T04:10:44.0787430Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2025-03-14T04:10:44.0790439Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2025-03-14T04:10:44.0793621Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2025-03-14T04:10:44.0796641Z adding 'torch/include/ATen/ops/isneginf_native.h' 2025-03-14T04:10:44.0799815Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2025-03-14T04:10:44.0802856Z adding 'torch/include/ATen/ops/isposinf.h' 2025-03-14T04:10:44.0806162Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.0809042Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2025-03-14T04:10:44.0812076Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2025-03-14T04:10:44.0815015Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2025-03-14T04:10:44.0818125Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2025-03-14T04:10:44.0821143Z adding 'torch/include/ATen/ops/isposinf_native.h' 2025-03-14T04:10:44.0824270Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2025-03-14T04:10:44.0827305Z adding 'torch/include/ATen/ops/isreal.h' 2025-03-14T04:10:44.0830558Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.0833833Z adding 'torch/include/ATen/ops/isreal_native.h' 2025-03-14T04:10:44.0836939Z adding 'torch/include/ATen/ops/isreal_ops.h' 2025-03-14T04:10:44.0840234Z adding 'torch/include/ATen/ops/istft.h' 2025-03-14T04:10:44.0843737Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.0846682Z adding 'torch/include/ATen/ops/istft_native.h' 2025-03-14T04:10:44.0849871Z adding 'torch/include/ATen/ops/istft_ops.h' 2025-03-14T04:10:44.0852864Z adding 'torch/include/ATen/ops/item.h' 2025-03-14T04:10:44.0856032Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.0858838Z adding 'torch/include/ATen/ops/item_native.h' 2025-03-14T04:10:44.0861928Z adding 'torch/include/ATen/ops/item_ops.h' 2025-03-14T04:10:44.0865323Z adding 'torch/include/ATen/ops/kaiser_window.h' 2025-03-14T04:10:44.0868968Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.0871971Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2025-03-14T04:10:44.0875877Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2025-03-14T04:10:44.0878706Z adding 'torch/include/ATen/ops/kl_div.h' 2025-03-14T04:10:44.0881877Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.0884744Z adding 'torch/include/ATen/ops/kl_div_native.h' 2025-03-14T04:10:44.0887832Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2025-03-14T04:10:44.0890903Z adding 'torch/include/ATen/ops/kron.h' 2025-03-14T04:10:44.0894163Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.0897036Z adding 'torch/include/ATen/ops/kron_native.h' 2025-03-14T04:10:44.0900151Z adding 'torch/include/ATen/ops/kron_ops.h' 2025-03-14T04:10:44.0903407Z adding 'torch/include/ATen/ops/kthvalue.h' 2025-03-14T04:10:44.0906682Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.0909937Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.0912934Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2025-03-14T04:10:44.0916073Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2025-03-14T04:10:44.0919110Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2025-03-14T04:10:44.0922469Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2025-03-14T04:10:44.0925578Z adding 'torch/include/ATen/ops/l1_loss.h' 2025-03-14T04:10:44.0928792Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.0931621Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2025-03-14T04:10:44.0934710Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2025-03-14T04:10:44.0937945Z adding 'torch/include/ATen/ops/layer_norm.h' 2025-03-14T04:10:44.0941289Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.0944209Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2025-03-14T04:10:44.0947391Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2025-03-14T04:10:44.0950579Z adding 'torch/include/ATen/ops/lcm.h' 2025-03-14T04:10:44.0953842Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.0956721Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2025-03-14T04:10:44.0959743Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2025-03-14T04:10:44.0962742Z adding 'torch/include/ATen/ops/lcm_meta.h' 2025-03-14T04:10:44.0965833Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2025-03-14T04:10:44.0968785Z adding 'torch/include/ATen/ops/lcm_native.h' 2025-03-14T04:10:44.0972020Z adding 'torch/include/ATen/ops/lcm_ops.h' 2025-03-14T04:10:44.0975140Z adding 'torch/include/ATen/ops/ldexp.h' 2025-03-14T04:10:44.0978359Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.0981189Z adding 'torch/include/ATen/ops/ldexp_native.h' 2025-03-14T04:10:44.0984400Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2025-03-14T04:10:44.0987625Z adding 'torch/include/ATen/ops/le.h' 2025-03-14T04:10:44.0991021Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.0993971Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2025-03-14T04:10:44.0997080Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2025-03-14T04:10:44.1000237Z adding 'torch/include/ATen/ops/le_meta.h' 2025-03-14T04:10:44.1004091Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2025-03-14T04:10:44.1006562Z adding 'torch/include/ATen/ops/le_native.h' 2025-03-14T04:10:44.1010097Z adding 'torch/include/ATen/ops/le_ops.h' 2025-03-14T04:10:44.1013352Z adding 'torch/include/ATen/ops/leaky_relu.h' 2025-03-14T04:10:44.1016707Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2025-03-14T04:10:44.1020866Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.1023257Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2025-03-14T04:10:44.1027220Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2025-03-14T04:10:44.1030178Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2025-03-14T04:10:44.1032970Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2025-03-14T04:10:44.1035948Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2025-03-14T04:10:44.1039333Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2025-03-14T04:10:44.1043489Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.1045786Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2025-03-14T04:10:44.1049224Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2025-03-14T04:10:44.1051948Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2025-03-14T04:10:44.1055185Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2025-03-14T04:10:44.1058185Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2025-03-14T04:10:44.1061562Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2025-03-14T04:10:44.1064788Z adding 'torch/include/ATen/ops/lerp.h' 2025-03-14T04:10:44.1068454Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.1072030Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2025-03-14T04:10:44.1074678Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2025-03-14T04:10:44.1077821Z adding 'torch/include/ATen/ops/lerp_meta.h' 2025-03-14T04:10:44.1080978Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2025-03-14T04:10:44.1084150Z adding 'torch/include/ATen/ops/lerp_native.h' 2025-03-14T04:10:44.1087586Z adding 'torch/include/ATen/ops/lerp_ops.h' 2025-03-14T04:10:44.1091029Z adding 'torch/include/ATen/ops/less.h' 2025-03-14T04:10:44.1094701Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.1097497Z adding 'torch/include/ATen/ops/less_equal.h' 2025-03-14T04:10:44.1100901Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.1103790Z adding 'torch/include/ATen/ops/less_equal_native.h' 2025-03-14T04:10:44.1107341Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2025-03-14T04:10:44.1111284Z adding 'torch/include/ATen/ops/less_native.h' 2025-03-14T04:10:44.1114020Z adding 'torch/include/ATen/ops/less_ops.h' 2025-03-14T04:10:44.1117329Z adding 'torch/include/ATen/ops/lgamma.h' 2025-03-14T04:10:44.1120655Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.1123700Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2025-03-14T04:10:44.1126785Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2025-03-14T04:10:44.1129928Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2025-03-14T04:10:44.1133805Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2025-03-14T04:10:44.1136131Z adding 'torch/include/ATen/ops/lgamma_native.h' 2025-03-14T04:10:44.1139589Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2025-03-14T04:10:44.1142605Z adding 'torch/include/ATen/ops/lift.h' 2025-03-14T04:10:44.1145980Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.1148978Z adding 'torch/include/ATen/ops/lift_fresh.h' 2025-03-14T04:10:44.1152299Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.1155241Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2025-03-14T04:10:44.1158627Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.1162296Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.1164630Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2025-03-14T04:10:44.1167931Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2025-03-14T04:10:44.1170898Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2025-03-14T04:10:44.1174113Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2025-03-14T04:10:44.1177495Z adding 'torch/include/ATen/ops/lift_native.h' 2025-03-14T04:10:44.1180497Z adding 'torch/include/ATen/ops/lift_ops.h' 2025-03-14T04:10:44.1183509Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2025-03-14T04:10:44.1186959Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.1207252Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2025-03-14T04:10:44.1207644Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.1207848Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2025-03-14T04:10:44.1208044Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2025-03-14T04:10:44.1208216Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2025-03-14T04:10:44.1208409Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2025-03-14T04:10:44.1210991Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2025-03-14T04:10:44.1214380Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2025-03-14T04:10:44.1217389Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2025-03-14T04:10:44.1220802Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2025-03-14T04:10:44.1224853Z adding 'torch/include/ATen/ops/linalg_cond.h' 2025-03-14T04:10:44.1227602Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.1230769Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2025-03-14T04:10:44.1233981Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2025-03-14T04:10:44.1237129Z adding 'torch/include/ATen/ops/linalg_cross.h' 2025-03-14T04:10:44.1241578Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.1243626Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2025-03-14T04:10:44.1246740Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2025-03-14T04:10:44.1249703Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2025-03-14T04:10:44.1252815Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2025-03-14T04:10:44.1255784Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2025-03-14T04:10:44.1259161Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2025-03-14T04:10:44.1262198Z adding 'torch/include/ATen/ops/linalg_det.h' 2025-03-14T04:10:44.1265433Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.1268404Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2025-03-14T04:10:44.1271568Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2025-03-14T04:10:44.1274645Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2025-03-14T04:10:44.1277848Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.1280686Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2025-03-14T04:10:44.1283840Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2025-03-14T04:10:44.1286940Z adding 'torch/include/ATen/ops/linalg_eig.h' 2025-03-14T04:10:44.1290266Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2025-03-14T04:10:44.1293401Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2025-03-14T04:10:44.1296397Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2025-03-14T04:10:44.1299584Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2025-03-14T04:10:44.1302722Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2025-03-14T04:10:44.1305988Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.1308994Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2025-03-14T04:10:44.1312233Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2025-03-14T04:10:44.1315317Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2025-03-14T04:10:44.1318555Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.1321553Z adding 'torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h' 2025-03-14T04:10:44.1324965Z adding 'torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h' 2025-03-14T04:10:44.1327584Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2025-03-14T04:10:44.1330589Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2025-03-14T04:10:44.1333663Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2025-03-14T04:10:44.1336916Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.1339789Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2025-03-14T04:10:44.1343788Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2025-03-14T04:10:44.1346305Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2025-03-14T04:10:44.1349626Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2025-03-14T04:10:44.1352693Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2025-03-14T04:10:44.1355663Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2025-03-14T04:10:44.1358813Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2025-03-14T04:10:44.1361832Z adding 'torch/include/ATen/ops/linalg_inv.h' 2025-03-14T04:10:44.1365015Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.1368007Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2025-03-14T04:10:44.1371376Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.1374300Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2025-03-14T04:10:44.1377354Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2025-03-14T04:10:44.1380328Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2025-03-14T04:10:44.1383445Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2025-03-14T04:10:44.1386405Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2025-03-14T04:10:44.1389701Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2025-03-14T04:10:44.1392748Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2025-03-14T04:10:44.1395893Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2025-03-14T04:10:44.1399007Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2025-03-14T04:10:44.1402300Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.1405293Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2025-03-14T04:10:44.1408623Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.1411567Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2025-03-14T04:10:44.1414693Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2025-03-14T04:10:44.1417681Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2025-03-14T04:10:44.1420821Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2025-03-14T04:10:44.1423798Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2025-03-14T04:10:44.1427061Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2025-03-14T04:10:44.1430257Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2025-03-14T04:10:44.1433472Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2025-03-14T04:10:44.1436571Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2025-03-14T04:10:44.1439901Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.1442833Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2025-03-14T04:10:44.1446108Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2025-03-14T04:10:44.1449070Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2025-03-14T04:10:44.1452765Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2025-03-14T04:10:44.1455828Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2025-03-14T04:10:44.1458999Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2025-03-14T04:10:44.1462610Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2025-03-14T04:10:44.1465626Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.1468689Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2025-03-14T04:10:44.1471811Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2025-03-14T04:10:44.1474837Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2025-03-14T04:10:44.1478136Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2025-03-14T04:10:44.1481312Z adding 'torch/include/ATen/ops/linalg_lu.h' 2025-03-14T04:10:44.1484628Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.1487584Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2025-03-14T04:10:44.1490683Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2025-03-14T04:10:44.1493760Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2025-03-14T04:10:44.1497043Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.1500042Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2025-03-14T04:10:44.1503416Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.1506355Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2025-03-14T04:10:44.1509626Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2025-03-14T04:10:44.1513114Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2025-03-14T04:10:44.1516267Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2025-03-14T04:10:44.1519236Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2025-03-14T04:10:44.1522449Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2025-03-14T04:10:44.1525551Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2025-03-14T04:10:44.1528744Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2025-03-14T04:10:44.1531745Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2025-03-14T04:10:44.1534861Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2025-03-14T04:10:44.1537861Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2025-03-14T04:10:44.1541066Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2025-03-14T04:10:44.1544288Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2025-03-14T04:10:44.1548276Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.1552087Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2025-03-14T04:10:44.1555171Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2025-03-14T04:10:44.1558157Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2025-03-14T04:10:44.1561356Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2025-03-14T04:10:44.1564463Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2025-03-14T04:10:44.1567678Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2025-03-14T04:10:44.1570706Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2025-03-14T04:10:44.1573860Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.1576726Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2025-03-14T04:10:44.1579868Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2025-03-14T04:10:44.1582920Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2025-03-14T04:10:44.1586239Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.1589330Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2025-03-14T04:10:44.1592400Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2025-03-14T04:10:44.1595303Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2025-03-14T04:10:44.1598461Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2025-03-14T04:10:44.1601792Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2025-03-14T04:10:44.1605161Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.1608130Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2025-03-14T04:10:44.1611549Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2025-03-14T04:10:44.1614844Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2025-03-14T04:10:44.1618094Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.1620842Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2025-03-14T04:10:44.1623954Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2025-03-14T04:10:44.1627409Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2025-03-14T04:10:44.1631020Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.1634097Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2025-03-14T04:10:44.1637846Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2025-03-14T04:10:44.1641089Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2025-03-14T04:10:44.1644262Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.1647283Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2025-03-14T04:10:44.1650432Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2025-03-14T04:10:44.1653711Z adding 'torch/include/ATen/ops/linalg_norm.h' 2025-03-14T04:10:44.1657139Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.1660271Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2025-03-14T04:10:44.1663644Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2025-03-14T04:10:44.1666973Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2025-03-14T04:10:44.1670503Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.1673714Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.1676819Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.1679764Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2025-03-14T04:10:44.1683431Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2025-03-14T04:10:44.1686779Z adding 'torch/include/ATen/ops/linalg_qr.h' 2025-03-14T04:10:44.1689988Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.1692917Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2025-03-14T04:10:44.1696016Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2025-03-14T04:10:44.1699001Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2025-03-14T04:10:44.1702099Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2025-03-14T04:10:44.1705088Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2025-03-14T04:10:44.1708405Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2025-03-14T04:10:44.1711527Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2025-03-14T04:10:44.1714809Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.1717699Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2025-03-14T04:10:44.1720880Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2025-03-14T04:10:44.1723999Z adding 'torch/include/ATen/ops/linalg_solve.h' 2025-03-14T04:10:44.1727272Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.1730388Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2025-03-14T04:10:44.1733672Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.1736528Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2025-03-14T04:10:44.1739776Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2025-03-14T04:10:44.1742803Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2025-03-14T04:10:44.1746051Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2025-03-14T04:10:44.1750444Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2025-03-14T04:10:44.1754374Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2025-03-14T04:10:44.1757963Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2025-03-14T04:10:44.1761124Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2025-03-14T04:10:44.1764334Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2025-03-14T04:10:44.1767452Z adding 'torch/include/ATen/ops/linalg_svd.h' 2025-03-14T04:10:44.1770987Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.1773932Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2025-03-14T04:10:44.1777301Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2025-03-14T04:10:44.1780426Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2025-03-14T04:10:44.1783613Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.1786498Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2025-03-14T04:10:44.1789803Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2025-03-14T04:10:44.1792917Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2025-03-14T04:10:44.1796221Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.1799190Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2025-03-14T04:10:44.1802349Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2025-03-14T04:10:44.1805388Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2025-03-14T04:10:44.1808678Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.1811553Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2025-03-14T04:10:44.1814740Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2025-03-14T04:10:44.1817861Z adding 'torch/include/ATen/ops/linalg_vander.h' 2025-03-14T04:10:44.1821123Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.1823991Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2025-03-14T04:10:44.1827033Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2025-03-14T04:10:44.1830261Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2025-03-14T04:10:44.1833541Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.1836408Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2025-03-14T04:10:44.1839563Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2025-03-14T04:10:44.1842736Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2025-03-14T04:10:44.1846710Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.1849850Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2025-03-14T04:10:44.1853107Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2025-03-14T04:10:44.1856132Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2025-03-14T04:10:44.1859415Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2025-03-14T04:10:44.1862446Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2025-03-14T04:10:44.1865826Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2025-03-14T04:10:44.1869186Z adding 'torch/include/ATen/ops/linear.h' 2025-03-14T04:10:44.1872539Z adding 'torch/include/ATen/ops/linear_backward.h' 2025-03-14T04:10:44.1875836Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.1878865Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2025-03-14T04:10:44.1882241Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2025-03-14T04:10:44.1885525Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.1888856Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.1891781Z adding 'torch/include/ATen/ops/linear_native.h' 2025-03-14T04:10:44.1895095Z adding 'torch/include/ATen/ops/linear_ops.h' 2025-03-14T04:10:44.1898864Z adding 'torch/include/ATen/ops/linspace.h' 2025-03-14T04:10:44.1902483Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.1905677Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2025-03-14T04:10:44.1908879Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2025-03-14T04:10:44.1912284Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2025-03-14T04:10:44.1915619Z adding 'torch/include/ATen/ops/linspace_native.h' 2025-03-14T04:10:44.1919146Z adding 'torch/include/ATen/ops/linspace_ops.h' 2025-03-14T04:10:44.1922552Z adding 'torch/include/ATen/ops/log.h' 2025-03-14T04:10:44.1925629Z adding 'torch/include/ATen/ops/log10.h' 2025-03-14T04:10:44.1929097Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.1932436Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2025-03-14T04:10:44.1935189Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2025-03-14T04:10:44.1938295Z adding 'torch/include/ATen/ops/log10_meta.h' 2025-03-14T04:10:44.1941408Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2025-03-14T04:10:44.1944531Z adding 'torch/include/ATen/ops/log10_native.h' 2025-03-14T04:10:44.1947806Z adding 'torch/include/ATen/ops/log10_ops.h' 2025-03-14T04:10:44.1951076Z adding 'torch/include/ATen/ops/log1p.h' 2025-03-14T04:10:44.1955139Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.1957416Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2025-03-14T04:10:44.1960670Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2025-03-14T04:10:44.1963581Z adding 'torch/include/ATen/ops/log1p_meta.h' 2025-03-14T04:10:44.1966829Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2025-03-14T04:10:44.1969871Z adding 'torch/include/ATen/ops/log1p_native.h' 2025-03-14T04:10:44.1973221Z adding 'torch/include/ATen/ops/log1p_ops.h' 2025-03-14T04:10:44.1976334Z adding 'torch/include/ATen/ops/log2.h' 2025-03-14T04:10:44.1979767Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.1983317Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2025-03-14T04:10:44.1985852Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2025-03-14T04:10:44.1989050Z adding 'torch/include/ATen/ops/log2_meta.h' 2025-03-14T04:10:44.1992147Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2025-03-14T04:10:44.1995331Z adding 'torch/include/ATen/ops/log2_native.h' 2025-03-14T04:10:44.1998529Z adding 'torch/include/ATen/ops/log2_ops.h' 2025-03-14T04:10:44.2002043Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.2005700Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2025-03-14T04:10:44.2008110Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2025-03-14T04:10:44.2011528Z adding 'torch/include/ATen/ops/log_meta.h' 2025-03-14T04:10:44.2014306Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2025-03-14T04:10:44.2017384Z adding 'torch/include/ATen/ops/log_native.h' 2025-03-14T04:10:44.2020510Z adding 'torch/include/ATen/ops/log_normal.h' 2025-03-14T04:10:44.2023959Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.2026933Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2025-03-14T04:10:44.2030274Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2025-03-14T04:10:44.2034068Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2025-03-14T04:10:44.2036462Z adding 'torch/include/ATen/ops/log_normal_native.h' 2025-03-14T04:10:44.2039825Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2025-03-14T04:10:44.2043095Z adding 'torch/include/ATen/ops/log_ops.h' 2025-03-14T04:10:44.2046486Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2025-03-14T04:10:44.2049536Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2025-03-14T04:10:44.2052954Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2025-03-14T04:10:44.2056654Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2025-03-14T04:10:44.2059130Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2025-03-14T04:10:44.2062432Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2025-03-14T04:10:44.2065639Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.2068865Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2025-03-14T04:10:44.2072056Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2025-03-14T04:10:44.2075321Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2025-03-14T04:10:44.2079151Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2025-03-14T04:10:44.2081682Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2025-03-14T04:10:44.2084779Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2025-03-14T04:10:44.2087936Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2025-03-14T04:10:44.2091220Z adding 'torch/include/ATen/ops/log_softmax.h' 2025-03-14T04:10:44.2094503Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.2097783Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.2101468Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2025-03-14T04:10:44.2104114Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2025-03-14T04:10:44.2107465Z adding 'torch/include/ATen/ops/logaddexp.h' 2025-03-14T04:10:44.2110585Z adding 'torch/include/ATen/ops/logaddexp2.h' 2025-03-14T04:10:44.2114056Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.2116920Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2025-03-14T04:10:44.2120194Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2025-03-14T04:10:44.2123694Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2025-03-14T04:10:44.2126449Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2025-03-14T04:10:44.2129967Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2025-03-14T04:10:44.2132701Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2025-03-14T04:10:44.2136120Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.2139022Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2025-03-14T04:10:44.2142229Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2025-03-14T04:10:44.2145227Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2025-03-14T04:10:44.2148618Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2025-03-14T04:10:44.2152366Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2025-03-14T04:10:44.2154903Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2025-03-14T04:10:44.2158203Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2025-03-14T04:10:44.2161457Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.2164653Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.2167517Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2025-03-14T04:10:44.2170965Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2025-03-14T04:10:44.2174061Z adding 'torch/include/ATen/ops/logdet.h' 2025-03-14T04:10:44.2177257Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.2180236Z adding 'torch/include/ATen/ops/logdet_native.h' 2025-03-14T04:10:44.2183288Z adding 'torch/include/ATen/ops/logdet_ops.h' 2025-03-14T04:10:44.2187024Z adding 'torch/include/ATen/ops/logical_and.h' 2025-03-14T04:10:44.2190916Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.2194011Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2025-03-14T04:10:44.2197243Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2025-03-14T04:10:44.2200176Z adding 'torch/include/ATen/ops/logical_and_native.h' 2025-03-14T04:10:44.2203438Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2025-03-14T04:10:44.2206518Z adding 'torch/include/ATen/ops/logical_not.h' 2025-03-14T04:10:44.2209763Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.2212706Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2025-03-14T04:10:44.2215733Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2025-03-14T04:10:44.2218673Z adding 'torch/include/ATen/ops/logical_not_native.h' 2025-03-14T04:10:44.2221860Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2025-03-14T04:10:44.2224992Z adding 'torch/include/ATen/ops/logical_or.h' 2025-03-14T04:10:44.2228575Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.2231560Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2025-03-14T04:10:44.2234697Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2025-03-14T04:10:44.2237636Z adding 'torch/include/ATen/ops/logical_or_native.h' 2025-03-14T04:10:44.2240860Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2025-03-14T04:10:44.2244006Z adding 'torch/include/ATen/ops/logical_xor.h' 2025-03-14T04:10:44.2247271Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.2250271Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2025-03-14T04:10:44.2253385Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2025-03-14T04:10:44.2256343Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2025-03-14T04:10:44.2259559Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2025-03-14T04:10:44.2262683Z adding 'torch/include/ATen/ops/logit.h' 2025-03-14T04:10:44.2265825Z adding 'torch/include/ATen/ops/logit_backward.h' 2025-03-14T04:10:44.2269294Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.2272235Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2025-03-14T04:10:44.2275336Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2025-03-14T04:10:44.2278325Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2025-03-14T04:10:44.2281440Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2025-03-14T04:10:44.2284590Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2025-03-14T04:10:44.2287760Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2025-03-14T04:10:44.2290908Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2025-03-14T04:10:44.2294028Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2025-03-14T04:10:44.2297042Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2025-03-14T04:10:44.2300008Z adding 'torch/include/ATen/ops/logit_native.h' 2025-03-14T04:10:44.2303239Z adding 'torch/include/ATen/ops/logit_ops.h' 2025-03-14T04:10:44.2307283Z adding 'torch/include/ATen/ops/logspace.h' 2025-03-14T04:10:44.2314601Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.2316201Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2025-03-14T04:10:44.2319333Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2025-03-14T04:10:44.2322513Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2025-03-14T04:10:44.2325529Z adding 'torch/include/ATen/ops/logspace_native.h' 2025-03-14T04:10:44.2329109Z adding 'torch/include/ATen/ops/logspace_ops.h' 2025-03-14T04:10:44.2332470Z adding 'torch/include/ATen/ops/logsumexp.h' 2025-03-14T04:10:44.2335731Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.2338891Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.2341906Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.2344906Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2025-03-14T04:10:44.2348316Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2025-03-14T04:10:44.2351493Z adding 'torch/include/ATen/ops/lshift.h' 2025-03-14T04:10:44.2354928Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.2357890Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2025-03-14T04:10:44.2360932Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2025-03-14T04:10:44.2363964Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2025-03-14T04:10:44.2366947Z adding 'torch/include/ATen/ops/lshift_native.h' 2025-03-14T04:10:44.2370349Z adding 'torch/include/ATen/ops/lshift_ops.h' 2025-03-14T04:10:44.2373608Z adding 'torch/include/ATen/ops/lstm.h' 2025-03-14T04:10:44.2376686Z adding 'torch/include/ATen/ops/lstm_cell.h' 2025-03-14T04:10:44.2379927Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.2382822Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2025-03-14T04:10:44.2386130Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2025-03-14T04:10:44.2389748Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.2392862Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2025-03-14T04:10:44.2396242Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.2399219Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2025-03-14T04:10:44.2402680Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2025-03-14T04:10:44.2405745Z adding 'torch/include/ATen/ops/lstm_native.h' 2025-03-14T04:10:44.2408988Z adding 'torch/include/ATen/ops/lstm_ops.h' 2025-03-14T04:10:44.2412230Z adding 'torch/include/ATen/ops/lt.h' 2025-03-14T04:10:44.2415607Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.2418481Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2025-03-14T04:10:44.2421587Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2025-03-14T04:10:44.2424568Z adding 'torch/include/ATen/ops/lt_meta.h' 2025-03-14T04:10:44.2427770Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2025-03-14T04:10:44.2430831Z adding 'torch/include/ATen/ops/lt_native.h' 2025-03-14T04:10:44.2434337Z adding 'torch/include/ATen/ops/lt_ops.h' 2025-03-14T04:10:44.2437502Z adding 'torch/include/ATen/ops/lu_solve.h' 2025-03-14T04:10:44.2440708Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.2443593Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2025-03-14T04:10:44.2446769Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2025-03-14T04:10:44.2449936Z adding 'torch/include/ATen/ops/lu_unpack.h' 2025-03-14T04:10:44.2453267Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.2456314Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2025-03-14T04:10:44.2459429Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2025-03-14T04:10:44.2462325Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2025-03-14T04:10:44.2465592Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2025-03-14T04:10:44.2468810Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2025-03-14T04:10:44.2472055Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2025-03-14T04:10:44.2475023Z adding 'torch/include/ATen/ops/mH.h' 2025-03-14T04:10:44.2478312Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.2481166Z adding 'torch/include/ATen/ops/mH_native.h' 2025-03-14T04:10:44.2484307Z adding 'torch/include/ATen/ops/mH_ops.h' 2025-03-14T04:10:44.2487225Z adding 'torch/include/ATen/ops/mT.h' 2025-03-14T04:10:44.2490539Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.2493431Z adding 'torch/include/ATen/ops/mT_native.h' 2025-03-14T04:10:44.2496641Z adding 'torch/include/ATen/ops/mT_ops.h' 2025-03-14T04:10:44.2499853Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2025-03-14T04:10:44.2503257Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.2506074Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2025-03-14T04:10:44.2509496Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2025-03-14T04:10:44.2512785Z adding 'torch/include/ATen/ops/masked_fill.h' 2025-03-14T04:10:44.2516194Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.2519786Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2025-03-14T04:10:44.2522947Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2025-03-14T04:10:44.2526221Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2025-03-14T04:10:44.2529401Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2025-03-14T04:10:44.2532877Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2025-03-14T04:10:44.2536220Z adding 'torch/include/ATen/ops/masked_scatter.h' 2025-03-14T04:10:44.2539414Z adding 'torch/include/ATen/ops/masked_scatter_backward.h' 2025-03-14T04:10:44.2542967Z adding 'torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.2545916Z adding 'torch/include/ATen/ops/masked_scatter_backward_native.h' 2025-03-14T04:10:44.2549487Z adding 'torch/include/ATen/ops/masked_scatter_backward_ops.h' 2025-03-14T04:10:44.2552661Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.2555645Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2025-03-14T04:10:44.2558848Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2025-03-14T04:10:44.2561876Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2025-03-14T04:10:44.2565007Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2025-03-14T04:10:44.2568270Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2025-03-14T04:10:44.2571569Z adding 'torch/include/ATen/ops/masked_select.h' 2025-03-14T04:10:44.2575051Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2025-03-14T04:10:44.2578017Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.2581106Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2025-03-14T04:10:44.2584185Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2025-03-14T04:10:44.2587478Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2025-03-14T04:10:44.2590630Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2025-03-14T04:10:44.2593845Z adding 'torch/include/ATen/ops/masked_select_native.h' 2025-03-14T04:10:44.2597518Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2025-03-14T04:10:44.2600207Z adding 'torch/include/ATen/ops/matmul.h' 2025-03-14T04:10:44.2603533Z adding 'torch/include/ATen/ops/matmul_backward.h' 2025-03-14T04:10:44.2606811Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.2609848Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2025-03-14T04:10:44.2613082Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2025-03-14T04:10:44.2616452Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.2620046Z adding 'torch/include/ATen/ops/matmul_native.h' 2025-03-14T04:10:44.2631359Z adding 'torch/include/ATen/ops/matmul_ops.h' 2025-03-14T04:10:44.2636152Z adding 'torch/include/ATen/ops/matrix_H.h' 2025-03-14T04:10:44.2641154Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.2645839Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2025-03-14T04:10:44.2650743Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2025-03-14T04:10:44.2655531Z adding 'torch/include/ATen/ops/matrix_exp.h' 2025-03-14T04:10:44.2659547Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2025-03-14T04:10:44.2663303Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.2666624Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2025-03-14T04:10:44.2670474Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2025-03-14T04:10:44.2673836Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.2677335Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2025-03-14T04:10:44.2680549Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2025-03-14T04:10:44.2684417Z adding 'torch/include/ATen/ops/matrix_power.h' 2025-03-14T04:10:44.2687758Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.2690663Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2025-03-14T04:10:44.2694406Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2025-03-14T04:10:44.2697963Z adding 'torch/include/ATen/ops/max.h' 2025-03-14T04:10:44.2701411Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.2704555Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.2707738Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2025-03-14T04:10:44.2711541Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2025-03-14T04:10:44.2714770Z adding 'torch/include/ATen/ops/max_meta.h' 2025-03-14T04:10:44.2717948Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2025-03-14T04:10:44.2721193Z adding 'torch/include/ATen/ops/max_native.h' 2025-03-14T04:10:44.2724789Z adding 'torch/include/ATen/ops/max_ops.h' 2025-03-14T04:10:44.2728051Z adding 'torch/include/ATen/ops/max_pool1d.h' 2025-03-14T04:10:44.2731309Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.2734177Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2025-03-14T04:10:44.2737312Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2025-03-14T04:10:44.2740463Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2025-03-14T04:10:44.2744630Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.2747711Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2025-03-14T04:10:44.2750978Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2025-03-14T04:10:44.2754068Z adding 'torch/include/ATen/ops/max_pool2d.h' 2025-03-14T04:10:44.2757314Z adding 'torch/include/ATen/ops/max_pool2d_backward.h' 2025-03-14T04:10:44.2760687Z adding 'torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.2763626Z adding 'torch/include/ATen/ops/max_pool2d_backward_native.h' 2025-03-14T04:10:44.2766927Z adding 'torch/include/ATen/ops/max_pool2d_backward_ops.h' 2025-03-14T04:10:44.2770228Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.2773138Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2025-03-14T04:10:44.2776319Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2025-03-14T04:10:44.2779617Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2025-03-14T04:10:44.2783406Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2025-03-14T04:10:44.2786987Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.2790164Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2025-03-14T04:10:44.2793631Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2025-03-14T04:10:44.2797052Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2025-03-14T04:10:44.2800253Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2025-03-14T04:10:44.2803331Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2025-03-14T04:10:44.2806653Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2025-03-14T04:10:44.2810165Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.2813107Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2025-03-14T04:10:44.2816285Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2025-03-14T04:10:44.2819316Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2025-03-14T04:10:44.2822492Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2025-03-14T04:10:44.2825532Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2025-03-14T04:10:44.2828957Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2025-03-14T04:10:44.2832051Z adding 'torch/include/ATen/ops/max_pool3d.h' 2025-03-14T04:10:44.2835364Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.2838279Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2025-03-14T04:10:44.2841464Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2025-03-14T04:10:44.2844740Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2025-03-14T04:10:44.2848043Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2025-03-14T04:10:44.2851280Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2025-03-14T04:10:44.2854670Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2025-03-14T04:10:44.2857981Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2025-03-14T04:10:44.2861356Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2025-03-14T04:10:44.2864593Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2025-03-14T04:10:44.2867874Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2025-03-14T04:10:44.2870974Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2025-03-14T04:10:44.2874276Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2025-03-14T04:10:44.2877665Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2025-03-14T04:10:44.2880999Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2025-03-14T04:10:44.2884159Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2025-03-14T04:10:44.2887229Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2025-03-14T04:10:44.2890443Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2025-03-14T04:10:44.2893849Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2025-03-14T04:10:44.2897175Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2025-03-14T04:10:44.2900739Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2025-03-14T04:10:44.2903852Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2025-03-14T04:10:44.2907105Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2025-03-14T04:10:44.2910357Z adding 'torch/include/ATen/ops/maximum.h' 2025-03-14T04:10:44.2913686Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.2916597Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2025-03-14T04:10:44.2919663Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2025-03-14T04:10:44.2922624Z adding 'torch/include/ATen/ops/maximum_meta.h' 2025-03-14T04:10:44.2925738Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2025-03-14T04:10:44.2928720Z adding 'torch/include/ATen/ops/maximum_native.h' 2025-03-14T04:10:44.2931862Z adding 'torch/include/ATen/ops/maximum_ops.h' 2025-03-14T04:10:44.2935182Z adding 'torch/include/ATen/ops/mean.h' 2025-03-14T04:10:44.2938493Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.2941650Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.2945363Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.2948571Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2025-03-14T04:10:44.2951822Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2025-03-14T04:10:44.2954907Z adding 'torch/include/ATen/ops/mean_meta.h' 2025-03-14T04:10:44.2957987Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2025-03-14T04:10:44.2961069Z adding 'torch/include/ATen/ops/mean_native.h' 2025-03-14T04:10:44.2964496Z adding 'torch/include/ATen/ops/mean_ops.h' 2025-03-14T04:10:44.2967889Z adding 'torch/include/ATen/ops/median.h' 2025-03-14T04:10:44.2971197Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.2974349Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.2977369Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2025-03-14T04:10:44.2980460Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2025-03-14T04:10:44.2983508Z adding 'torch/include/ATen/ops/median_native.h' 2025-03-14T04:10:44.2987102Z adding 'torch/include/ATen/ops/median_ops.h' 2025-03-14T04:10:44.2990497Z adding 'torch/include/ATen/ops/meshgrid.h' 2025-03-14T04:10:44.2993782Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.2996667Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2025-03-14T04:10:44.2999847Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2025-03-14T04:10:44.3003224Z adding 'torch/include/ATen/ops/min.h' 2025-03-14T04:10:44.3006615Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.3009724Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.3013740Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2025-03-14T04:10:44.3017017Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2025-03-14T04:10:44.3021552Z adding 'torch/include/ATen/ops/min_meta.h' 2025-03-14T04:10:44.3026275Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2025-03-14T04:10:44.3029606Z adding 'torch/include/ATen/ops/min_native.h' 2025-03-14T04:10:44.3033822Z adding 'torch/include/ATen/ops/min_ops.h' 2025-03-14T04:10:44.3037518Z adding 'torch/include/ATen/ops/minimum.h' 2025-03-14T04:10:44.3041071Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.3044532Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2025-03-14T04:10:44.3047735Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2025-03-14T04:10:44.3051357Z adding 'torch/include/ATen/ops/minimum_meta.h' 2025-03-14T04:10:44.3054513Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2025-03-14T04:10:44.3058139Z adding 'torch/include/ATen/ops/minimum_native.h' 2025-03-14T04:10:44.3061806Z adding 'torch/include/ATen/ops/minimum_ops.h' 2025-03-14T04:10:44.3065264Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2025-03-14T04:10:44.3069229Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2025-03-14T04:10:44.3072792Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.3076495Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2025-03-14T04:10:44.3080075Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2025-03-14T04:10:44.3083622Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2025-03-14T04:10:44.3087567Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.3090743Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2025-03-14T04:10:44.3094445Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2025-03-14T04:10:44.3098366Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2025-03-14T04:10:44.3102135Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2025-03-14T04:10:44.3106333Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2025-03-14T04:10:44.3110221Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2025-03-14T04:10:44.3113388Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2025-03-14T04:10:44.3117190Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2025-03-14T04:10:44.3120674Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.3124401Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2025-03-14T04:10:44.3127886Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2025-03-14T04:10:44.3131385Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2025-03-14T04:10:44.3135205Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2025-03-14T04:10:44.3138561Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2025-03-14T04:10:44.3142252Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2025-03-14T04:10:44.3146135Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2025-03-14T04:10:44.3150028Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2025-03-14T04:10:44.3154155Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.3157397Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2025-03-14T04:10:44.3160989Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2025-03-14T04:10:44.3164836Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2025-03-14T04:10:44.3168620Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2025-03-14T04:10:44.3172866Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.3176418Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2025-03-14T04:10:44.3179676Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2025-03-14T04:10:44.3183489Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2025-03-14T04:10:44.3187002Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2025-03-14T04:10:44.3191328Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2025-03-14T04:10:44.3195436Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.3198730Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2025-03-14T04:10:44.3203495Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2025-03-14T04:10:44.3209046Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2025-03-14T04:10:44.3213369Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.3217026Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2025-03-14T04:10:44.3220345Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2025-03-14T04:10:44.3224511Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2025-03-14T04:10:44.3227896Z adding 'torch/include/ATen/ops/mish.h' 2025-03-14T04:10:44.3231800Z adding 'torch/include/ATen/ops/mish_backward.h' 2025-03-14T04:10:44.3235246Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.3238815Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2025-03-14T04:10:44.3241969Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2025-03-14T04:10:44.3245005Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2025-03-14T04:10:44.3248793Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2025-03-14T04:10:44.3252167Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.3255108Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2025-03-14T04:10:44.3258164Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2025-03-14T04:10:44.3261148Z adding 'torch/include/ATen/ops/mish_meta.h' 2025-03-14T04:10:44.3264838Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2025-03-14T04:10:44.3268135Z adding 'torch/include/ATen/ops/mish_native.h' 2025-03-14T04:10:44.3271398Z adding 'torch/include/ATen/ops/mish_ops.h' 2025-03-14T04:10:44.3274619Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2025-03-14T04:10:44.3278329Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2025-03-14T04:10:44.3281556Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.3284500Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2025-03-14T04:10:44.3287641Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2025-03-14T04:10:44.3290637Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2025-03-14T04:10:44.3293812Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2025-03-14T04:10:44.3298149Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2025-03-14T04:10:44.3301745Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.3304740Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2025-03-14T04:10:44.3308102Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2025-03-14T04:10:44.3311286Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2025-03-14T04:10:44.3314554Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2025-03-14T04:10:44.3317925Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.3320948Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2025-03-14T04:10:44.3324256Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.3327160Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2025-03-14T04:10:44.3330321Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2025-03-14T04:10:44.3333370Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2025-03-14T04:10:44.3336652Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2025-03-14T04:10:44.3339919Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2025-03-14T04:10:44.3343279Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.3346178Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2025-03-14T04:10:44.3349575Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2025-03-14T04:10:44.3354439Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.3357645Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2025-03-14T04:10:44.3361369Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2025-03-14T04:10:44.3365005Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2025-03-14T04:10:44.3369019Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2025-03-14T04:10:44.3372724Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.3375971Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2025-03-14T04:10:44.3379785Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2025-03-14T04:10:44.3383217Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.3386805Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2025-03-14T04:10:44.3390543Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2025-03-14T04:10:44.3394118Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2025-03-14T04:10:44.3397902Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2025-03-14T04:10:44.3401419Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.3405062Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2025-03-14T04:10:44.3408731Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2025-03-14T04:10:44.3412326Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.3415828Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2025-03-14T04:10:44.3419287Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2025-03-14T04:10:44.3424098Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2025-03-14T04:10:44.3427773Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.3447847Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2025-03-14T04:10:44.3448226Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2025-03-14T04:10:44.3448416Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2025-03-14T04:10:44.3448772Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.3448993Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2025-03-14T04:10:44.3449351Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2025-03-14T04:10:44.3453415Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer.h' 2025-03-14T04:10:44.3457656Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward.h' 2025-03-14T04:10:44.3461393Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.3465133Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h' 2025-03-14T04:10:44.3468601Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h' 2025-03-14T04:10:44.3472759Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h' 2025-03-14T04:10:44.3476764Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.3479997Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h' 2025-03-14T04:10:44.3483801Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_native.h' 2025-03-14T04:10:44.3487783Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_ops.h' 2025-03-14T04:10:44.3491092Z adding 'torch/include/ATen/ops/mm.h' 2025-03-14T04:10:44.3494923Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.3497956Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2025-03-14T04:10:44.3501681Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2025-03-14T04:10:44.3505113Z adding 'torch/include/ATen/ops/mm_meta.h' 2025-03-14T04:10:44.3508615Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2025-03-14T04:10:44.3512227Z adding 'torch/include/ATen/ops/mm_native.h' 2025-03-14T04:10:44.3515484Z adding 'torch/include/ATen/ops/mm_ops.h' 2025-03-14T04:10:44.3519347Z adding 'torch/include/ATen/ops/mode.h' 2025-03-14T04:10:44.3522868Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.3526412Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.3529912Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2025-03-14T04:10:44.3533184Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2025-03-14T04:10:44.3536833Z adding 'torch/include/ATen/ops/mode_native.h' 2025-03-14T04:10:44.3540329Z adding 'torch/include/ATen/ops/mode_ops.h' 2025-03-14T04:10:44.3544165Z adding 'torch/include/ATen/ops/moveaxis.h' 2025-03-14T04:10:44.3547964Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.3551050Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2025-03-14T04:10:44.3554738Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2025-03-14T04:10:44.3558001Z adding 'torch/include/ATen/ops/movedim.h' 2025-03-14T04:10:44.3561921Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.3565000Z adding 'torch/include/ATen/ops/movedim_native.h' 2025-03-14T04:10:44.3568663Z adding 'torch/include/ATen/ops/movedim_ops.h' 2025-03-14T04:10:44.3572977Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2025-03-14T04:10:44.3576739Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.3580401Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2025-03-14T04:10:44.3584719Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2025-03-14T04:10:44.3588358Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2025-03-14T04:10:44.3592670Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.3596104Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2025-03-14T04:10:44.3599648Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2025-03-14T04:10:44.3603330Z adding 'torch/include/ATen/ops/mse_loss.h' 2025-03-14T04:10:44.3606621Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2025-03-14T04:10:44.3610525Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2025-03-14T04:10:44.3614085Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2025-03-14T04:10:44.3617323Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2025-03-14T04:10:44.3621045Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2025-03-14T04:10:44.3624493Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.3628208Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2025-03-14T04:10:44.3631614Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2025-03-14T04:10:44.3635012Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2025-03-14T04:10:44.3638709Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2025-03-14T04:10:44.3641842Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2025-03-14T04:10:44.3645552Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2025-03-14T04:10:44.3648746Z adding 'torch/include/ATen/ops/msort.h' 2025-03-14T04:10:44.3652971Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.3656429Z adding 'torch/include/ATen/ops/msort_native.h' 2025-03-14T04:10:44.3659813Z adding 'torch/include/ATen/ops/msort_ops.h' 2025-03-14T04:10:44.3663500Z adding 'torch/include/ATen/ops/mul.h' 2025-03-14T04:10:44.3666954Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.3670890Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.3674258Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2025-03-14T04:10:44.3677623Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2025-03-14T04:10:44.3681121Z adding 'torch/include/ATen/ops/mul_meta.h' 2025-03-14T04:10:44.3684399Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2025-03-14T04:10:44.3688127Z adding 'torch/include/ATen/ops/mul_native.h' 2025-03-14T04:10:44.3691810Z adding 'torch/include/ATen/ops/mul_ops.h' 2025-03-14T04:10:44.3695603Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2025-03-14T04:10:44.3699429Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2025-03-14T04:10:44.3702797Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2025-03-14T04:10:44.3706808Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2025-03-14T04:10:44.3710200Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2025-03-14T04:10:44.3715481Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2025-03-14T04:10:44.3720601Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2025-03-14T04:10:44.3724149Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2025-03-14T04:10:44.3727890Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2025-03-14T04:10:44.3731335Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2025-03-14T04:10:44.3735201Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2025-03-14T04:10:44.3738518Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2025-03-14T04:10:44.3742575Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2025-03-14T04:10:44.3746220Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2025-03-14T04:10:44.3750216Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2025-03-14T04:10:44.3753047Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2025-03-14T04:10:44.3756352Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.3760190Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2025-03-14T04:10:44.3763475Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2025-03-14T04:10:44.3772735Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2025-03-14T04:10:44.3776692Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2025-03-14T04:10:44.3780049Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2025-03-14T04:10:44.3783151Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2025-03-14T04:10:44.3786380Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2025-03-14T04:10:44.3789652Z adding 'torch/include/ATen/ops/multinomial.h' 2025-03-14T04:10:44.3792869Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2025-03-14T04:10:44.3795965Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2025-03-14T04:10:44.3799056Z adding 'torch/include/ATen/ops/multinomial_native.h' 2025-03-14T04:10:44.3802265Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2025-03-14T04:10:44.3806044Z adding 'torch/include/ATen/ops/multiply.h' 2025-03-14T04:10:44.3809480Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.3812425Z adding 'torch/include/ATen/ops/multiply_native.h' 2025-03-14T04:10:44.3815742Z adding 'torch/include/ATen/ops/multiply_ops.h' 2025-03-14T04:10:44.3818878Z adding 'torch/include/ATen/ops/mv.h' 2025-03-14T04:10:44.3822116Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.3824989Z adding 'torch/include/ATen/ops/mv_native.h' 2025-03-14T04:10:44.3828258Z adding 'torch/include/ATen/ops/mv_ops.h' 2025-03-14T04:10:44.3831370Z adding 'torch/include/ATen/ops/mvlgamma.h' 2025-03-14T04:10:44.3834630Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.3837579Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2025-03-14T04:10:44.3840655Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2025-03-14T04:10:44.3843612Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2025-03-14T04:10:44.3846782Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2025-03-14T04:10:44.3849956Z adding 'torch/include/ATen/ops/nan_to_num.h' 2025-03-14T04:10:44.3853259Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.3856573Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2025-03-14T04:10:44.3859870Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2025-03-14T04:10:44.3862933Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2025-03-14T04:10:44.3866214Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2025-03-14T04:10:44.3869578Z adding 'torch/include/ATen/ops/nanmean.h' 2025-03-14T04:10:44.3872852Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.3875756Z adding 'torch/include/ATen/ops/nanmean_native.h' 2025-03-14T04:10:44.3879024Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2025-03-14T04:10:44.3882365Z adding 'torch/include/ATen/ops/nanmedian.h' 2025-03-14T04:10:44.3885667Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.3888778Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.3891787Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2025-03-14T04:10:44.3894873Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2025-03-14T04:10:44.3897924Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2025-03-14T04:10:44.3901400Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2025-03-14T04:10:44.3904816Z adding 'torch/include/ATen/ops/nanquantile.h' 2025-03-14T04:10:44.3908714Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.3911241Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2025-03-14T04:10:44.3914564Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2025-03-14T04:10:44.3917789Z adding 'torch/include/ATen/ops/nansum.h' 2025-03-14T04:10:44.3920992Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2025-03-14T04:10:44.3924158Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2025-03-14T04:10:44.3927132Z adding 'torch/include/ATen/ops/nansum_native.h' 2025-03-14T04:10:44.3930308Z adding 'torch/include/ATen/ops/nansum_ops.h' 2025-03-14T04:10:44.3933551Z adding 'torch/include/ATen/ops/narrow.h' 2025-03-14T04:10:44.3936841Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.3940016Z adding 'torch/include/ATen/ops/narrow_copy.h' 2025-03-14T04:10:44.3943444Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.3946459Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2025-03-14T04:10:44.3949606Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2025-03-14T04:10:44.3952786Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2025-03-14T04:10:44.3955802Z adding 'torch/include/ATen/ops/narrow_native.h' 2025-03-14T04:10:44.3958975Z adding 'torch/include/ATen/ops/narrow_ops.h' 2025-03-14T04:10:44.3962213Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2025-03-14T04:10:44.3965624Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2025-03-14T04:10:44.3969058Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.3972156Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2025-03-14T04:10:44.3975286Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2025-03-14T04:10:44.3978394Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2025-03-14T04:10:44.3981785Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2025-03-14T04:10:44.3985069Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2025-03-14T04:10:44.3988377Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2025-03-14T04:10:44.3991504Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2025-03-14T04:10:44.3994864Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2025-03-14T04:10:44.3998030Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2025-03-14T04:10:44.4001399Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.4004350Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2025-03-14T04:10:44.4007297Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2025-03-14T04:10:44.4010408Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2025-03-14T04:10:44.4013990Z adding 'torch/include/ATen/ops/native_dropout.h' 2025-03-14T04:10:44.4017298Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2025-03-14T04:10:44.4021210Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.4024708Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2025-03-14T04:10:44.4028482Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2025-03-14T04:10:44.4032053Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2025-03-14T04:10:44.4035424Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2025-03-14T04:10:44.4039248Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.4042336Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2025-03-14T04:10:44.4046059Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2025-03-14T04:10:44.4049318Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2025-03-14T04:10:44.4053394Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2025-03-14T04:10:44.4057072Z adding 'torch/include/ATen/ops/native_group_norm.h' 2025-03-14T04:10:44.4061145Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2025-03-14T04:10:44.4065310Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.4069039Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2025-03-14T04:10:44.4072333Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2025-03-14T04:10:44.4076061Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2025-03-14T04:10:44.4079822Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2025-03-14T04:10:44.4083604Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.4087336Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2025-03-14T04:10:44.4090597Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2025-03-14T04:10:44.4094336Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2025-03-14T04:10:44.4098050Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2025-03-14T04:10:44.4101910Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2025-03-14T04:10:44.4106356Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2025-03-14T04:10:44.4110671Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.4113906Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2025-03-14T04:10:44.4117608Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2025-03-14T04:10:44.4120824Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2025-03-14T04:10:44.4124921Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2025-03-14T04:10:44.4128873Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.4132107Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2025-03-14T04:10:44.4135717Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2025-03-14T04:10:44.4138908Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2025-03-14T04:10:44.4142914Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2025-03-14T04:10:44.4146679Z adding 'torch/include/ATen/ops/native_norm.h' 2025-03-14T04:10:44.4150287Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.4153771Z adding 'torch/include/ATen/ops/native_norm_native.h' 2025-03-14T04:10:44.4157284Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2025-03-14T04:10:44.4161126Z adding 'torch/include/ATen/ops/ne.h' 2025-03-14T04:10:44.4164941Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.4168071Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2025-03-14T04:10:44.4171725Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2025-03-14T04:10:44.4174850Z adding 'torch/include/ATen/ops/ne_meta.h' 2025-03-14T04:10:44.4178653Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2025-03-14T04:10:44.4181899Z adding 'torch/include/ATen/ops/ne_native.h' 2025-03-14T04:10:44.4185796Z adding 'torch/include/ATen/ops/ne_ops.h' 2025-03-14T04:10:44.4189557Z adding 'torch/include/ATen/ops/neg.h' 2025-03-14T04:10:44.4192961Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.4196482Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2025-03-14T04:10:44.4207182Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2025-03-14T04:10:44.4212263Z adding 'torch/include/ATen/ops/neg_meta.h' 2025-03-14T04:10:44.4216945Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2025-03-14T04:10:44.4221778Z adding 'torch/include/ATen/ops/neg_native.h' 2025-03-14T04:10:44.4226651Z adding 'torch/include/ATen/ops/neg_ops.h' 2025-03-14T04:10:44.4230493Z adding 'torch/include/ATen/ops/negative.h' 2025-03-14T04:10:44.4233954Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.4236878Z adding 'torch/include/ATen/ops/negative_native.h' 2025-03-14T04:10:44.4240911Z adding 'torch/include/ATen/ops/negative_ops.h' 2025-03-14T04:10:44.4244447Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2025-03-14T04:10:44.4248114Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.4251656Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2025-03-14T04:10:44.4255004Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2025-03-14T04:10:44.4258381Z adding 'torch/include/ATen/ops/new_empty.h' 2025-03-14T04:10:44.4262115Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.4265522Z adding 'torch/include/ATen/ops/new_empty_native.h' 2025-03-14T04:10:44.4268953Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2025-03-14T04:10:44.4272529Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2025-03-14T04:10:44.4276004Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.4279888Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.4282915Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2025-03-14T04:10:44.4286208Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2025-03-14T04:10:44.4289690Z adding 'torch/include/ATen/ops/new_full.h' 2025-03-14T04:10:44.4293158Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.4296156Z adding 'torch/include/ATen/ops/new_full_native.h' 2025-03-14T04:10:44.4299532Z adding 'torch/include/ATen/ops/new_full_ops.h' 2025-03-14T04:10:44.4302992Z adding 'torch/include/ATen/ops/new_ones.h' 2025-03-14T04:10:44.4306448Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.4309773Z adding 'torch/include/ATen/ops/new_ones_native.h' 2025-03-14T04:10:44.4313478Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2025-03-14T04:10:44.4316977Z adding 'torch/include/ATen/ops/new_zeros.h' 2025-03-14T04:10:44.4320445Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.4323366Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2025-03-14T04:10:44.4326615Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2025-03-14T04:10:44.4329704Z adding 'torch/include/ATen/ops/nextafter.h' 2025-03-14T04:10:44.4333025Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.4335913Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2025-03-14T04:10:44.4338972Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2025-03-14T04:10:44.4341958Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2025-03-14T04:10:44.4345035Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2025-03-14T04:10:44.4348104Z adding 'torch/include/ATen/ops/nextafter_native.h' 2025-03-14T04:10:44.4351345Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2025-03-14T04:10:44.4354802Z adding 'torch/include/ATen/ops/nll_loss.h' 2025-03-14T04:10:44.4358306Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2025-03-14T04:10:44.4362406Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2025-03-14T04:10:44.4366004Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2025-03-14T04:10:44.4369310Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2025-03-14T04:10:44.4372420Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2025-03-14T04:10:44.4375704Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2025-03-14T04:10:44.4379065Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.4382518Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2025-03-14T04:10:44.4385950Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2025-03-14T04:10:44.4389272Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2025-03-14T04:10:44.4392387Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2025-03-14T04:10:44.4395666Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2025-03-14T04:10:44.4398740Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2025-03-14T04:10:44.4402510Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2025-03-14T04:10:44.4406086Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2025-03-14T04:10:44.4409675Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.4412781Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2025-03-14T04:10:44.4416031Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2025-03-14T04:10:44.4419098Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2025-03-14T04:10:44.4422316Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2025-03-14T04:10:44.4425388Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2025-03-14T04:10:44.4428792Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2025-03-14T04:10:44.4432199Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.4435579Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2025-03-14T04:10:44.4439063Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.4442142Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2025-03-14T04:10:44.4445345Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2025-03-14T04:10:44.4448395Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2025-03-14T04:10:44.4451623Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2025-03-14T04:10:44.4454737Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2025-03-14T04:10:44.4458001Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2025-03-14T04:10:44.4461074Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2025-03-14T04:10:44.4464222Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2025-03-14T04:10:44.4467590Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.4470553Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2025-03-14T04:10:44.4473729Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2025-03-14T04:10:44.4477030Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2025-03-14T04:10:44.4480122Z adding 'torch/include/ATen/ops/nonzero.h' 2025-03-14T04:10:44.4483243Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2025-03-14T04:10:44.4486243Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2025-03-14T04:10:44.4489190Z adding 'torch/include/ATen/ops/nonzero_native.h' 2025-03-14T04:10:44.4492157Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2025-03-14T04:10:44.4495376Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.4498186Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2025-03-14T04:10:44.4501286Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2025-03-14T04:10:44.4504426Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2025-03-14T04:10:44.4507822Z adding 'torch/include/ATen/ops/nonzero_static.h' 2025-03-14T04:10:44.4511101Z adding 'torch/include/ATen/ops/nonzero_static_cpu_dispatch.h' 2025-03-14T04:10:44.4514218Z adding 'torch/include/ATen/ops/nonzero_static_cuda_dispatch.h' 2025-03-14T04:10:44.4517198Z adding 'torch/include/ATen/ops/nonzero_static_native.h' 2025-03-14T04:10:44.4521421Z adding 'torch/include/ATen/ops/nonzero_static_ops.h' 2025-03-14T04:10:44.4525358Z adding 'torch/include/ATen/ops/norm.h' 2025-03-14T04:10:44.4528925Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.4532924Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.4536504Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.4539775Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2025-03-14T04:10:44.4543468Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2025-03-14T04:10:44.4546637Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2025-03-14T04:10:44.4550652Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.4553676Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2025-03-14T04:10:44.4557970Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2025-03-14T04:10:44.4561590Z adding 'torch/include/ATen/ops/norm_meta.h' 2025-03-14T04:10:44.4564898Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2025-03-14T04:10:44.4568830Z adding 'torch/include/ATen/ops/norm_native.h' 2025-03-14T04:10:44.4573208Z adding 'torch/include/ATen/ops/norm_ops.h' 2025-03-14T04:10:44.4577583Z adding 'torch/include/ATen/ops/normal.h' 2025-03-14T04:10:44.4581970Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.4585708Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2025-03-14T04:10:44.4589161Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2025-03-14T04:10:44.4593042Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2025-03-14T04:10:44.4596664Z adding 'torch/include/ATen/ops/normal_native.h' 2025-03-14T04:10:44.4600892Z adding 'torch/include/ATen/ops/normal_ops.h' 2025-03-14T04:10:44.4604926Z adding 'torch/include/ATen/ops/not_equal.h' 2025-03-14T04:10:44.4608607Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.4611900Z adding 'torch/include/ATen/ops/not_equal_native.h' 2025-03-14T04:10:44.4615808Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2025-03-14T04:10:44.4619232Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2025-03-14T04:10:44.4623244Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.4626397Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2025-03-14T04:10:44.4630209Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2025-03-14T04:10:44.4633762Z adding 'torch/include/ATen/ops/numpy_T.h' 2025-03-14T04:10:44.4637136Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.4640556Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2025-03-14T04:10:44.4643730Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2025-03-14T04:10:44.4647452Z adding 'torch/include/ATen/ops/one_hot.h' 2025-03-14T04:10:44.4651031Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.4654232Z adding 'torch/include/ATen/ops/one_hot_native.h' 2025-03-14T04:10:44.4657842Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2025-03-14T04:10:44.4661540Z adding 'torch/include/ATen/ops/ones.h' 2025-03-14T04:10:44.4665721Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.4669483Z adding 'torch/include/ATen/ops/ones_like.h' 2025-03-14T04:10:44.4673066Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.4676570Z adding 'torch/include/ATen/ops/ones_like_native.h' 2025-03-14T04:10:44.4680048Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2025-03-14T04:10:44.4683770Z adding 'torch/include/ATen/ops/ones_native.h' 2025-03-14T04:10:44.4687563Z adding 'torch/include/ATen/ops/ones_ops.h' 2025-03-14T04:10:44.4690865Z adding 'torch/include/ATen/ops/or.h' 2025-03-14T04:10:44.4694593Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.4697646Z adding 'torch/include/ATen/ops/or_native.h' 2025-03-14T04:10:44.4701561Z adding 'torch/include/ATen/ops/or_ops.h' 2025-03-14T04:10:44.4704963Z adding 'torch/include/ATen/ops/orgqr.h' 2025-03-14T04:10:44.4710194Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.4714830Z adding 'torch/include/ATen/ops/orgqr_native.h' 2025-03-14T04:10:44.4719741Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2025-03-14T04:10:44.4724740Z adding 'torch/include/ATen/ops/ormqr.h' 2025-03-14T04:10:44.4728825Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2025-03-14T04:10:44.4732169Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2025-03-14T04:10:44.4735716Z adding 'torch/include/ATen/ops/ormqr_native.h' 2025-03-14T04:10:44.4739492Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2025-03-14T04:10:44.4742862Z adding 'torch/include/ATen/ops/outer.h' 2025-03-14T04:10:44.4746774Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.4749963Z adding 'torch/include/ATen/ops/outer_native.h' 2025-03-14T04:10:44.4754417Z adding 'torch/include/ATen/ops/outer_ops.h' 2025-03-14T04:10:44.4757523Z adding 'torch/include/ATen/ops/output_nr.h' 2025-03-14T04:10:44.4760758Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.4764251Z adding 'torch/include/ATen/ops/output_nr_native.h' 2025-03-14T04:10:44.4767481Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2025-03-14T04:10:44.4770708Z adding 'torch/include/ATen/ops/pad.h' 2025-03-14T04:10:44.4773954Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.4776837Z adding 'torch/include/ATen/ops/pad_native.h' 2025-03-14T04:10:44.4780579Z adding 'torch/include/ATen/ops/pad_ops.h' 2025-03-14T04:10:44.4783824Z adding 'torch/include/ATen/ops/pad_sequence.h' 2025-03-14T04:10:44.4787102Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.4790117Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2025-03-14T04:10:44.4793273Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2025-03-14T04:10:44.4796376Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2025-03-14T04:10:44.4799643Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.4802521Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2025-03-14T04:10:44.4805680Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2025-03-14T04:10:44.4808679Z adding 'torch/include/ATen/ops/pdist.h' 2025-03-14T04:10:44.4812426Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.4815395Z adding 'torch/include/ATen/ops/pdist_native.h' 2025-03-14T04:10:44.4818496Z adding 'torch/include/ATen/ops/pdist_ops.h' 2025-03-14T04:10:44.4821529Z adding 'torch/include/ATen/ops/permute.h' 2025-03-14T04:10:44.4824748Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.4827778Z adding 'torch/include/ATen/ops/permute_copy.h' 2025-03-14T04:10:44.4831027Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.4834175Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.4836983Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2025-03-14T04:10:44.4840148Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2025-03-14T04:10:44.4843129Z adding 'torch/include/ATen/ops/permute_native.h' 2025-03-14T04:10:44.4846277Z adding 'torch/include/ATen/ops/permute_ops.h' 2025-03-14T04:10:44.4849262Z adding 'torch/include/ATen/ops/pin_memory.h' 2025-03-14T04:10:44.4852473Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.4855296Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2025-03-14T04:10:44.4858395Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2025-03-14T04:10:44.4861397Z adding 'torch/include/ATen/ops/pinverse.h' 2025-03-14T04:10:44.4864613Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.4868075Z adding 'torch/include/ATen/ops/pinverse_native.h' 2025-03-14T04:10:44.4871363Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2025-03-14T04:10:44.4874466Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2025-03-14T04:10:44.4877831Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.4880953Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.4883853Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2025-03-14T04:10:44.4886815Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2025-03-14T04:10:44.4889973Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2025-03-14T04:10:44.4893109Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2025-03-14T04:10:44.4896346Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.4899892Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.4907950Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2025-03-14T04:10:44.4908145Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2025-03-14T04:10:44.4911101Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2025-03-14T04:10:44.4913982Z adding 'torch/include/ATen/ops/poisson.h' 2025-03-14T04:10:44.4917251Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.4920211Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2025-03-14T04:10:44.4923267Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2025-03-14T04:10:44.4926262Z adding 'torch/include/ATen/ops/poisson_native.h' 2025-03-14T04:10:44.4929332Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2025-03-14T04:10:44.4932587Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.4935452Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2025-03-14T04:10:44.4938559Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2025-03-14T04:10:44.4942031Z adding 'torch/include/ATen/ops/poisson_ops.h' 2025-03-14T04:10:44.4944836Z adding 'torch/include/ATen/ops/polar.h' 2025-03-14T04:10:44.4948134Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.4951120Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2025-03-14T04:10:44.4954177Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2025-03-14T04:10:44.4957148Z adding 'torch/include/ATen/ops/polar_native.h' 2025-03-14T04:10:44.4960279Z adding 'torch/include/ATen/ops/polar_ops.h' 2025-03-14T04:10:44.4963408Z adding 'torch/include/ATen/ops/polygamma.h' 2025-03-14T04:10:44.4966642Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.4970490Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.4973430Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2025-03-14T04:10:44.4976765Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2025-03-14T04:10:44.4979803Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2025-03-14T04:10:44.4982908Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2025-03-14T04:10:44.4985870Z adding 'torch/include/ATen/ops/polygamma_native.h' 2025-03-14T04:10:44.4989235Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2025-03-14T04:10:44.4992296Z adding 'torch/include/ATen/ops/positive.h' 2025-03-14T04:10:44.4995493Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.4998342Z adding 'torch/include/ATen/ops/positive_native.h' 2025-03-14T04:10:44.5001417Z adding 'torch/include/ATen/ops/positive_ops.h' 2025-03-14T04:10:44.5004650Z adding 'torch/include/ATen/ops/pow.h' 2025-03-14T04:10:44.5008043Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.5011004Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2025-03-14T04:10:44.5014136Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2025-03-14T04:10:44.5017230Z adding 'torch/include/ATen/ops/pow_meta.h' 2025-03-14T04:10:44.5020368Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2025-03-14T04:10:44.5023390Z adding 'torch/include/ATen/ops/pow_native.h' 2025-03-14T04:10:44.5026885Z adding 'torch/include/ATen/ops/pow_ops.h' 2025-03-14T04:10:44.5030134Z adding 'torch/include/ATen/ops/prelu.h' 2025-03-14T04:10:44.5033368Z adding 'torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.5036182Z adding 'torch/include/ATen/ops/prelu_native.h' 2025-03-14T04:10:44.5039238Z adding 'torch/include/ATen/ops/prelu_ops.h' 2025-03-14T04:10:44.5042478Z adding 'torch/include/ATen/ops/prod.h' 2025-03-14T04:10:44.5045785Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.5048993Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.5052135Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.5055162Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2025-03-14T04:10:44.5058273Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2025-03-14T04:10:44.5061254Z adding 'torch/include/ATen/ops/prod_meta.h' 2025-03-14T04:10:44.5064377Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2025-03-14T04:10:44.5067455Z adding 'torch/include/ATen/ops/prod_native.h' 2025-03-14T04:10:44.5071617Z adding 'torch/include/ATen/ops/prod_ops.h' 2025-03-14T04:10:44.5074872Z adding 'torch/include/ATen/ops/promote_types.h' 2025-03-14T04:10:44.5078126Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.5080989Z adding 'torch/include/ATen/ops/promote_types_native.h' 2025-03-14T04:10:44.5084065Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2025-03-14T04:10:44.5087174Z adding 'torch/include/ATen/ops/put.h' 2025-03-14T04:10:44.5090404Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.5093359Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2025-03-14T04:10:44.5096389Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2025-03-14T04:10:44.5099430Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2025-03-14T04:10:44.5102411Z adding 'torch/include/ATen/ops/put_native.h' 2025-03-14T04:10:44.5105649Z adding 'torch/include/ATen/ops/put_ops.h' 2025-03-14T04:10:44.5108891Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2025-03-14T04:10:44.5111915Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2025-03-14T04:10:44.5115041Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2025-03-14T04:10:44.5118094Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2025-03-14T04:10:44.5121364Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.5124214Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2025-03-14T04:10:44.5127371Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2025-03-14T04:10:44.5130490Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2025-03-14T04:10:44.5133743Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.5136571Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2025-03-14T04:10:44.5139701Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2025-03-14T04:10:44.5142662Z adding 'torch/include/ATen/ops/q_scale.h' 2025-03-14T04:10:44.5145608Z adding 'torch/include/ATen/ops/q_scale_native.h' 2025-03-14T04:10:44.5148801Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2025-03-14T04:10:44.5151820Z adding 'torch/include/ATen/ops/q_zero_point.h' 2025-03-14T04:10:44.5154819Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2025-03-14T04:10:44.5157881Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2025-03-14T04:10:44.5160977Z adding 'torch/include/ATen/ops/qr.h' 2025-03-14T04:10:44.5164454Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.5167240Z adding 'torch/include/ATen/ops/qr_native.h' 2025-03-14T04:10:44.5170786Z adding 'torch/include/ATen/ops/qr_ops.h' 2025-03-14T04:10:44.5173970Z adding 'torch/include/ATen/ops/qscheme.h' 2025-03-14T04:10:44.5176891Z adding 'torch/include/ATen/ops/qscheme_native.h' 2025-03-14T04:10:44.5179956Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2025-03-14T04:10:44.5183296Z adding 'torch/include/ATen/ops/quantile.h' 2025-03-14T04:10:44.5186791Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.5189915Z adding 'torch/include/ATen/ops/quantile_native.h' 2025-03-14T04:10:44.5193266Z adding 'torch/include/ATen/ops/quantile_ops.h' 2025-03-14T04:10:44.5196525Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2025-03-14T04:10:44.5199810Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.5202823Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2025-03-14T04:10:44.5205916Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2025-03-14T04:10:44.5208955Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2025-03-14T04:10:44.5212178Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2025-03-14T04:10:44.5215571Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2025-03-14T04:10:44.5218986Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.5222039Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2025-03-14T04:10:44.5225116Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2025-03-14T04:10:44.5228343Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2025-03-14T04:10:44.5231665Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.5234635Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2025-03-14T04:10:44.5237691Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2025-03-14T04:10:44.5240648Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2025-03-14T04:10:44.5243821Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2025-03-14T04:10:44.5246916Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2025-03-14T04:10:44.5250466Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2025-03-14T04:10:44.5253826Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2025-03-14T04:10:44.5257183Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.5260099Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2025-03-14T04:10:44.5263420Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2025-03-14T04:10:44.5266609Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2025-03-14T04:10:44.5270329Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.5273676Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2025-03-14T04:10:44.5276989Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2025-03-14T04:10:44.5280192Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2025-03-14T04:10:44.5283530Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.5286433Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2025-03-14T04:10:44.5289964Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2025-03-14T04:10:44.5292932Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2025-03-14T04:10:44.5296248Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.5299167Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2025-03-14T04:10:44.5302398Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2025-03-14T04:10:44.5305607Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2025-03-14T04:10:44.5309149Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.5312126Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2025-03-14T04:10:44.5315979Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2025-03-14T04:10:44.5319282Z adding 'torch/include/ATen/ops/quantized_max_pool3d.h' 2025-03-14T04:10:44.5322646Z adding 'torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.5325599Z adding 'torch/include/ATen/ops/quantized_max_pool3d_native.h' 2025-03-14T04:10:44.5328855Z adding 'torch/include/ATen/ops/quantized_max_pool3d_ops.h' 2025-03-14T04:10:44.5332022Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2025-03-14T04:10:44.5335320Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.5338242Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2025-03-14T04:10:44.5341503Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2025-03-14T04:10:44.5344713Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2025-03-14T04:10:44.5348137Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.5351058Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2025-03-14T04:10:44.5354313Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2025-03-14T04:10:44.5357387Z adding 'torch/include/ATen/ops/rad2deg.h' 2025-03-14T04:10:44.5360649Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.5363519Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2025-03-14T04:10:44.5366735Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2025-03-14T04:10:44.5371439Z adding 'torch/include/ATen/ops/rand.h' 2025-03-14T04:10:44.5376264Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.5380051Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.5383311Z adding 'torch/include/ATen/ops/rand_like.h' 2025-03-14T04:10:44.5387421Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.5390922Z adding 'torch/include/ATen/ops/rand_like_native.h' 2025-03-14T04:10:44.5394371Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2025-03-14T04:10:44.5398048Z adding 'torch/include/ATen/ops/rand_native.h' 2025-03-14T04:10:44.5401955Z adding 'torch/include/ATen/ops/rand_ops.h' 2025-03-14T04:10:44.5407374Z adding 'torch/include/ATen/ops/randint.h' 2025-03-14T04:10:44.5412295Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.5422369Z adding 'torch/include/ATen/ops/randint_like.h' 2025-03-14T04:10:44.5426725Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.5430182Z adding 'torch/include/ATen/ops/randint_like_native.h' 2025-03-14T04:10:44.5434147Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2025-03-14T04:10:44.5437505Z adding 'torch/include/ATen/ops/randint_native.h' 2025-03-14T04:10:44.5441845Z adding 'torch/include/ATen/ops/randint_ops.h' 2025-03-14T04:10:44.5447267Z adding 'torch/include/ATen/ops/randn.h' 2025-03-14T04:10:44.5451979Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.5455390Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.5459267Z adding 'torch/include/ATen/ops/randn_like.h' 2025-03-14T04:10:44.5463171Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.5466545Z adding 'torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h' 2025-03-14T04:10:44.5469998Z adding 'torch/include/ATen/ops/randn_like_native.h' 2025-03-14T04:10:44.5473396Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2025-03-14T04:10:44.5477242Z adding 'torch/include/ATen/ops/randn_native.h' 2025-03-14T04:10:44.5481968Z adding 'torch/include/ATen/ops/randn_ops.h' 2025-03-14T04:10:44.5485598Z adding 'torch/include/ATen/ops/random.h' 2025-03-14T04:10:44.5489619Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.5493181Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2025-03-14T04:10:44.5496452Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2025-03-14T04:10:44.5500038Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2025-03-14T04:10:44.5503225Z adding 'torch/include/ATen/ops/random_native.h' 2025-03-14T04:10:44.5507497Z adding 'torch/include/ATen/ops/random_ops.h' 2025-03-14T04:10:44.5512091Z adding 'torch/include/ATen/ops/randperm.h' 2025-03-14T04:10:44.5515914Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.5519562Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2025-03-14T04:10:44.5523162Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2025-03-14T04:10:44.5526364Z adding 'torch/include/ATen/ops/randperm_native.h' 2025-03-14T04:10:44.5530304Z adding 'torch/include/ATen/ops/randperm_ops.h' 2025-03-14T04:10:44.5533923Z adding 'torch/include/ATen/ops/range.h' 2025-03-14T04:10:44.5537857Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.5541425Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2025-03-14T04:10:44.5544647Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2025-03-14T04:10:44.5548289Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2025-03-14T04:10:44.5551477Z adding 'torch/include/ATen/ops/range_native.h' 2025-03-14T04:10:44.5555556Z adding 'torch/include/ATen/ops/range_ops.h' 2025-03-14T04:10:44.5559192Z adding 'torch/include/ATen/ops/ravel.h' 2025-03-14T04:10:44.5562567Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.5565933Z adding 'torch/include/ATen/ops/ravel_native.h' 2025-03-14T04:10:44.5569113Z adding 'torch/include/ATen/ops/ravel_ops.h' 2025-03-14T04:10:44.5572759Z adding 'torch/include/ATen/ops/real.h' 2025-03-14T04:10:44.5576166Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.5579565Z adding 'torch/include/ATen/ops/real_native.h' 2025-03-14T04:10:44.5583140Z adding 'torch/include/ATen/ops/real_ops.h' 2025-03-14T04:10:44.5586420Z adding 'torch/include/ATen/ops/reciprocal.h' 2025-03-14T04:10:44.5591490Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.5595001Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2025-03-14T04:10:44.5598534Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2025-03-14T04:10:44.5602346Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2025-03-14T04:10:44.5606104Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2025-03-14T04:10:44.5609592Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2025-03-14T04:10:44.5613529Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2025-03-14T04:10:44.5616925Z adding 'torch/include/ATen/ops/record_stream.h' 2025-03-14T04:10:44.5621174Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2025-03-14T04:10:44.5624316Z adding 'torch/include/ATen/ops/record_stream_native.h' 2025-03-14T04:10:44.5628207Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2025-03-14T04:10:44.5632132Z adding 'torch/include/ATen/ops/refine_names.h' 2025-03-14T04:10:44.5635431Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.5638893Z adding 'torch/include/ATen/ops/refine_names_native.h' 2025-03-14T04:10:44.5642302Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2025-03-14T04:10:44.5646733Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2025-03-14T04:10:44.5650844Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2025-03-14T04:10:44.5654836Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.5659436Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2025-03-14T04:10:44.5663032Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2025-03-14T04:10:44.5666162Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2025-03-14T04:10:44.5670377Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2025-03-14T04:10:44.5674214Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2025-03-14T04:10:44.5677700Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2025-03-14T04:10:44.5681793Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.5686224Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2025-03-14T04:10:44.5689508Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2025-03-14T04:10:44.5693069Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2025-03-14T04:10:44.5696535Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2025-03-14T04:10:44.5700344Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2025-03-14T04:10:44.5704225Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2025-03-14T04:10:44.5709804Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2025-03-14T04:10:44.5712931Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2025-03-14T04:10:44.5717508Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2025-03-14T04:10:44.5726954Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2025-03-14T04:10:44.5727357Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2025-03-14T04:10:44.5732887Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2025-03-14T04:10:44.5735441Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2025-03-14T04:10:44.5739835Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2025-03-14T04:10:44.5743689Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2025-03-14T04:10:44.5748634Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2025-03-14T04:10:44.5753978Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2025-03-14T04:10:44.5758876Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2025-03-14T04:10:44.5764206Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.5768003Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2025-03-14T04:10:44.5771303Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2025-03-14T04:10:44.5774386Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2025-03-14T04:10:44.5777571Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2025-03-14T04:10:44.5781376Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2025-03-14T04:10:44.5784665Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2025-03-14T04:10:44.5788145Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.5791435Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2025-03-14T04:10:44.5794355Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2025-03-14T04:10:44.5797407Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2025-03-14T04:10:44.5800588Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2025-03-14T04:10:44.5803612Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2025-03-14T04:10:44.5806833Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2025-03-14T04:10:44.5810062Z adding 'torch/include/ATen/ops/relu.h' 2025-03-14T04:10:44.5813686Z adding 'torch/include/ATen/ops/relu6.h' 2025-03-14T04:10:44.5816928Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.5819787Z adding 'torch/include/ATen/ops/relu6_native.h' 2025-03-14T04:10:44.5823005Z adding 'torch/include/ATen/ops/relu6_ops.h' 2025-03-14T04:10:44.5826198Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.5829179Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2025-03-14T04:10:44.5832252Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2025-03-14T04:10:44.5835242Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2025-03-14T04:10:44.5838301Z adding 'torch/include/ATen/ops/relu_native.h' 2025-03-14T04:10:44.5841517Z adding 'torch/include/ATen/ops/relu_ops.h' 2025-03-14T04:10:44.5844836Z adding 'torch/include/ATen/ops/remainder.h' 2025-03-14T04:10:44.5848199Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.5851407Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.5854335Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2025-03-14T04:10:44.5857431Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2025-03-14T04:10:44.5860397Z adding 'torch/include/ATen/ops/remainder_meta.h' 2025-03-14T04:10:44.5863492Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2025-03-14T04:10:44.5866773Z adding 'torch/include/ATen/ops/remainder_native.h' 2025-03-14T04:10:44.5870732Z adding 'torch/include/ATen/ops/remainder_ops.h' 2025-03-14T04:10:44.5873894Z adding 'torch/include/ATen/ops/rename.h' 2025-03-14T04:10:44.5877161Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.5880642Z adding 'torch/include/ATen/ops/rename_native.h' 2025-03-14T04:10:44.5883864Z adding 'torch/include/ATen/ops/rename_ops.h' 2025-03-14T04:10:44.5886990Z adding 'torch/include/ATen/ops/renorm.h' 2025-03-14T04:10:44.5890333Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.5893284Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2025-03-14T04:10:44.5896431Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2025-03-14T04:10:44.5899417Z adding 'torch/include/ATen/ops/renorm_meta.h' 2025-03-14T04:10:44.5902525Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2025-03-14T04:10:44.5905499Z adding 'torch/include/ATen/ops/renorm_native.h' 2025-03-14T04:10:44.5908847Z adding 'torch/include/ATen/ops/renorm_ops.h' 2025-03-14T04:10:44.5912149Z adding 'torch/include/ATen/ops/repeat.h' 2025-03-14T04:10:44.5915490Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.5919013Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2025-03-14T04:10:44.5922540Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.5925733Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.5928771Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2025-03-14T04:10:44.5931858Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2025-03-14T04:10:44.5934863Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2025-03-14T04:10:44.5938236Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2025-03-14T04:10:44.5941303Z adding 'torch/include/ATen/ops/repeat_native.h' 2025-03-14T04:10:44.5944520Z adding 'torch/include/ATen/ops/repeat_ops.h' 2025-03-14T04:10:44.5948001Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2025-03-14T04:10:44.5951546Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2025-03-14T04:10:44.5955001Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.5957988Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2025-03-14T04:10:44.5961097Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2025-03-14T04:10:44.5964107Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2025-03-14T04:10:44.5967305Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2025-03-14T04:10:44.5971070Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2025-03-14T04:10:44.5974445Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2025-03-14T04:10:44.5978233Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.5981716Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2025-03-14T04:10:44.5984984Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2025-03-14T04:10:44.5988596Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2025-03-14T04:10:44.5991895Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2025-03-14T04:10:44.5995585Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2025-03-14T04:10:44.5999000Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2025-03-14T04:10:44.6002759Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2025-03-14T04:10:44.6006775Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2025-03-14T04:10:44.6010222Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2025-03-14T04:10:44.6014074Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2025-03-14T04:10:44.6017508Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2025-03-14T04:10:44.6021016Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2025-03-14T04:10:44.6024830Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.6027988Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2025-03-14T04:10:44.6031746Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2025-03-14T04:10:44.6034961Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2025-03-14T04:10:44.6038603Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2025-03-14T04:10:44.6042197Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2025-03-14T04:10:44.6045551Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2025-03-14T04:10:44.6049400Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2025-03-14T04:10:44.6053102Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2025-03-14T04:10:44.6056917Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2025-03-14T04:10:44.6060605Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2025-03-14T04:10:44.6063785Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2025-03-14T04:10:44.6067667Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2025-03-14T04:10:44.6071268Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.6074705Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2025-03-14T04:10:44.6078342Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2025-03-14T04:10:44.6081550Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2025-03-14T04:10:44.6085226Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2025-03-14T04:10:44.6088343Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2025-03-14T04:10:44.6092168Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2025-03-14T04:10:44.6095416Z adding 'torch/include/ATen/ops/requires_grad.h' 2025-03-14T04:10:44.6099011Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.6102365Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2025-03-14T04:10:44.6105605Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2025-03-14T04:10:44.6109293Z adding 'torch/include/ATen/ops/reshape.h' 2025-03-14T04:10:44.6112453Z adding 'torch/include/ATen/ops/reshape_as.h' 2025-03-14T04:10:44.6116352Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.6119815Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2025-03-14T04:10:44.6122954Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2025-03-14T04:10:44.6126534Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2025-03-14T04:10:44.6129919Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.6133574Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2025-03-14T04:10:44.6136475Z adding 'torch/include/ATen/ops/reshape_native.h' 2025-03-14T04:10:44.6140150Z adding 'torch/include/ATen/ops/reshape_ops.h' 2025-03-14T04:10:44.6144652Z adding 'torch/include/ATen/ops/resize.h' 2025-03-14T04:10:44.6148271Z adding 'torch/include/ATen/ops/resize_as.h' 2025-03-14T04:10:44.6152144Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.6155199Z adding 'torch/include/ATen/ops/resize_as_native.h' 2025-03-14T04:10:44.6159150Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2025-03-14T04:10:44.6162947Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2025-03-14T04:10:44.6166598Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.6170171Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2025-03-14T04:10:44.6173285Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2025-03-14T04:10:44.6177216Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2025-03-14T04:10:44.6181091Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.6184260Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2025-03-14T04:10:44.6187946Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2025-03-14T04:10:44.6191153Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2025-03-14T04:10:44.6194953Z adding 'torch/include/ATen/ops/resize_native.h' 2025-03-14T04:10:44.6198670Z adding 'torch/include/ATen/ops/resize_ops.h' 2025-03-14T04:10:44.6201963Z adding 'torch/include/ATen/ops/resolve_conj.h' 2025-03-14T04:10:44.6205715Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.6208728Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2025-03-14T04:10:44.6212388Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2025-03-14T04:10:44.6215513Z adding 'torch/include/ATen/ops/resolve_neg.h' 2025-03-14T04:10:44.6219408Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.6222692Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2025-03-14T04:10:44.6226240Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2025-03-14T04:10:44.6230139Z adding 'torch/include/ATen/ops/result_type.h' 2025-03-14T04:10:44.6235338Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.6238560Z adding 'torch/include/ATen/ops/result_type_native.h' 2025-03-14T04:10:44.6242723Z adding 'torch/include/ATen/ops/result_type_ops.h' 2025-03-14T04:10:44.6246315Z adding 'torch/include/ATen/ops/retain_grad.h' 2025-03-14T04:10:44.6250022Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.6253161Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2025-03-14T04:10:44.6256864Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2025-03-14T04:10:44.6259966Z adding 'torch/include/ATen/ops/retains_grad.h' 2025-03-14T04:10:44.6263825Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.6266798Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2025-03-14T04:10:44.6270706Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2025-03-14T04:10:44.6274012Z adding 'torch/include/ATen/ops/rms_norm.h' 2025-03-14T04:10:44.6277340Z adding 'torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.6280863Z adding 'torch/include/ATen/ops/rms_norm_native.h' 2025-03-14T04:10:44.6284289Z adding 'torch/include/ATen/ops/rms_norm_ops.h' 2025-03-14T04:10:44.6287557Z adding 'torch/include/ATen/ops/rnn_relu.h' 2025-03-14T04:10:44.6290675Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2025-03-14T04:10:44.6293896Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.6297409Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2025-03-14T04:10:44.6300715Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2025-03-14T04:10:44.6304020Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.6306940Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2025-03-14T04:10:44.6310342Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2025-03-14T04:10:44.6313556Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2025-03-14T04:10:44.6316658Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2025-03-14T04:10:44.6319920Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.6322819Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2025-03-14T04:10:44.6325942Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2025-03-14T04:10:44.6329920Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.6332891Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2025-03-14T04:10:44.6336178Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2025-03-14T04:10:44.6339517Z adding 'torch/include/ATen/ops/roll.h' 2025-03-14T04:10:44.6342904Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.6345886Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2025-03-14T04:10:44.6349065Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2025-03-14T04:10:44.6352116Z adding 'torch/include/ATen/ops/roll_native.h' 2025-03-14T04:10:44.6355322Z adding 'torch/include/ATen/ops/roll_ops.h' 2025-03-14T04:10:44.6358473Z adding 'torch/include/ATen/ops/rot90.h' 2025-03-14T04:10:44.6361714Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.6364636Z adding 'torch/include/ATen/ops/rot90_native.h' 2025-03-14T04:10:44.6367838Z adding 'torch/include/ATen/ops/rot90_ops.h' 2025-03-14T04:10:44.6371076Z adding 'torch/include/ATen/ops/round.h' 2025-03-14T04:10:44.6374418Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.6377365Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2025-03-14T04:10:44.6380912Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2025-03-14T04:10:44.6383986Z adding 'torch/include/ATen/ops/round_meta.h' 2025-03-14T04:10:44.6387097Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2025-03-14T04:10:44.6390324Z adding 'torch/include/ATen/ops/round_native.h' 2025-03-14T04:10:44.6393696Z adding 'torch/include/ATen/ops/round_ops.h' 2025-03-14T04:10:44.6396754Z adding 'torch/include/ATen/ops/row_indices.h' 2025-03-14T04:10:44.6399968Z adding 'torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.6402900Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2025-03-14T04:10:44.6406137Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.6409280Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.6412083Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2025-03-14T04:10:44.6415187Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2025-03-14T04:10:44.6418187Z adding 'torch/include/ATen/ops/row_indices_native.h' 2025-03-14T04:10:44.6421270Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2025-03-14T04:10:44.6424344Z adding 'torch/include/ATen/ops/row_stack.h' 2025-03-14T04:10:44.6427640Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.6430548Z adding 'torch/include/ATen/ops/row_stack_native.h' 2025-03-14T04:10:44.6433697Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2025-03-14T04:10:44.6436803Z adding 'torch/include/ATen/ops/rrelu.h' 2025-03-14T04:10:44.6440111Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.6443016Z adding 'torch/include/ATen/ops/rrelu_native.h' 2025-03-14T04:10:44.6446219Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2025-03-14T04:10:44.6449531Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2025-03-14T04:10:44.6452805Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2025-03-14T04:10:44.6456140Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.6459073Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2025-03-14T04:10:44.6462308Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2025-03-14T04:10:44.6465563Z adding 'torch/include/ATen/ops/rrelu_with_noise_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.6468785Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2025-03-14T04:10:44.6471999Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2025-03-14T04:10:44.6475124Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2025-03-14T04:10:44.6478245Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2025-03-14T04:10:44.6481981Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2025-03-14T04:10:44.6485238Z adding 'torch/include/ATen/ops/rshift.h' 2025-03-14T04:10:44.6488546Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.6491536Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2025-03-14T04:10:44.6494605Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2025-03-14T04:10:44.6497636Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2025-03-14T04:10:44.6500608Z adding 'torch/include/ATen/ops/rshift_native.h' 2025-03-14T04:10:44.6503985Z adding 'torch/include/ATen/ops/rshift_ops.h' 2025-03-14T04:10:44.6507124Z adding 'torch/include/ATen/ops/rsqrt.h' 2025-03-14T04:10:44.6510672Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.6513566Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2025-03-14T04:10:44.6516639Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2025-03-14T04:10:44.6519618Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2025-03-14T04:10:44.6522703Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2025-03-14T04:10:44.6525680Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2025-03-14T04:10:44.6528864Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2025-03-14T04:10:44.6532018Z adding 'torch/include/ATen/ops/rsub.h' 2025-03-14T04:10:44.6535456Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.6538886Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2025-03-14T04:10:44.6542465Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2025-03-14T04:10:44.6545597Z adding 'torch/include/ATen/ops/rsub_native.h' 2025-03-14T04:10:44.6549509Z adding 'torch/include/ATen/ops/rsub_ops.h' 2025-03-14T04:10:44.6552907Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2025-03-14T04:10:44.6557230Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.6560272Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2025-03-14T04:10:44.6563833Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2025-03-14T04:10:44.6567504Z adding 'torch/include/ATen/ops/scaled_dot_product_attention.h' 2025-03-14T04:10:44.6570940Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.6574553Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_native.h' 2025-03-14T04:10:44.6578004Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_ops.h' 2025-03-14T04:10:44.6581812Z adding 'torch/include/ATen/ops/scatter.h' 2025-03-14T04:10:44.6585618Z adding 'torch/include/ATen/ops/scatter_add.h' 2025-03-14T04:10:44.6589196Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.6593041Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.6596241Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2025-03-14T04:10:44.6599753Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2025-03-14T04:10:44.6603251Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2025-03-14T04:10:44.6606534Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2025-03-14T04:10:44.6610085Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2025-03-14T04:10:44.6613519Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2025-03-14T04:10:44.6618493Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.6622147Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.6625464Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2025-03-14T04:10:44.6629612Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2025-03-14T04:10:44.6633285Z adding 'torch/include/ATen/ops/scatter_meta.h' 2025-03-14T04:10:44.6636754Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2025-03-14T04:10:44.6640487Z adding 'torch/include/ATen/ops/scatter_native.h' 2025-03-14T04:10:44.6645016Z adding 'torch/include/ATen/ops/scatter_ops.h' 2025-03-14T04:10:44.6648626Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2025-03-14T04:10:44.6652571Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.6655638Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2025-03-14T04:10:44.6659485Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2025-03-14T04:10:44.6662892Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2025-03-14T04:10:44.6666384Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2025-03-14T04:10:44.6670070Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2025-03-14T04:10:44.6673493Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2025-03-14T04:10:44.6677514Z adding 'torch/include/ATen/ops/searchsorted.h' 2025-03-14T04:10:44.6681318Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2025-03-14T04:10:44.6684748Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2025-03-14T04:10:44.6688486Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2025-03-14T04:10:44.6692065Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2025-03-14T04:10:44.6696081Z adding 'torch/include/ATen/ops/segment_reduce.h' 2025-03-14T04:10:44.6699981Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.6703191Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2025-03-14T04:10:44.6706892Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2025-03-14T04:10:44.6710171Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2025-03-14T04:10:44.6714117Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2025-03-14T04:10:44.6717856Z adding 'torch/include/ATen/ops/select.h' 2025-03-14T04:10:44.6721400Z adding 'torch/include/ATen/ops/select_backward.h' 2025-03-14T04:10:44.6725471Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.6728954Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.6733529Z adding 'torch/include/ATen/ops/select_backward_native.h' 2025-03-14T04:10:44.6738582Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2025-03-14T04:10:44.6743599Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.6747926Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.6751335Z adding 'torch/include/ATen/ops/select_copy.h' 2025-03-14T04:10:44.6755361Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.6759185Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.6762271Z adding 'torch/include/ATen/ops/select_copy_native.h' 2025-03-14T04:10:44.6766076Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2025-03-14T04:10:44.6769262Z adding 'torch/include/ATen/ops/select_native.h' 2025-03-14T04:10:44.6773188Z adding 'torch/include/ATen/ops/select_ops.h' 2025-03-14T04:10:44.6776663Z adding 'torch/include/ATen/ops/select_scatter.h' 2025-03-14T04:10:44.6780100Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.6783923Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.6786899Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2025-03-14T04:10:44.6790214Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2025-03-14T04:10:44.6793261Z adding 'torch/include/ATen/ops/selu.h' 2025-03-14T04:10:44.6796448Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.6799928Z adding 'torch/include/ATen/ops/selu_native.h' 2025-03-14T04:10:44.6803253Z adding 'torch/include/ATen/ops/selu_ops.h' 2025-03-14T04:10:44.6807030Z adding 'torch/include/ATen/ops/set.h' 2025-03-14T04:10:44.6810665Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.6813799Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.6816808Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2025-03-14T04:10:44.6819881Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2025-03-14T04:10:44.6822823Z adding 'torch/include/ATen/ops/set_data.h' 2025-03-14T04:10:44.6826039Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.6829046Z adding 'torch/include/ATen/ops/set_data_native.h' 2025-03-14T04:10:44.6832985Z adding 'torch/include/ATen/ops/set_data_ops.h' 2025-03-14T04:10:44.6836207Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2025-03-14T04:10:44.6839396Z adding 'torch/include/ATen/ops/set_native.h' 2025-03-14T04:10:44.6843231Z adding 'torch/include/ATen/ops/set_ops.h' 2025-03-14T04:10:44.6846536Z adding 'torch/include/ATen/ops/sgn.h' 2025-03-14T04:10:44.6849859Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.6852812Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2025-03-14T04:10:44.6855881Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2025-03-14T04:10:44.6858907Z adding 'torch/include/ATen/ops/sgn_meta.h' 2025-03-14T04:10:44.6861999Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2025-03-14T04:10:44.6865074Z adding 'torch/include/ATen/ops/sgn_native.h' 2025-03-14T04:10:44.6868418Z adding 'torch/include/ATen/ops/sgn_ops.h' 2025-03-14T04:10:44.6871527Z adding 'torch/include/ATen/ops/sigmoid.h' 2025-03-14T04:10:44.6874610Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2025-03-14T04:10:44.6878015Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.6880936Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2025-03-14T04:10:44.6884445Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2025-03-14T04:10:44.6887530Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2025-03-14T04:10:44.6890650Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2025-03-14T04:10:44.6893685Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2025-03-14T04:10:44.6896831Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2025-03-14T04:10:44.6900164Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.6903108Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2025-03-14T04:10:44.6906168Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2025-03-14T04:10:44.6909276Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2025-03-14T04:10:44.6912367Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2025-03-14T04:10:44.6915488Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2025-03-14T04:10:44.6918664Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2025-03-14T04:10:44.6921690Z adding 'torch/include/ATen/ops/sign.h' 2025-03-14T04:10:44.6925638Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.6928645Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2025-03-14T04:10:44.6931766Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2025-03-14T04:10:44.6934842Z adding 'torch/include/ATen/ops/sign_meta.h' 2025-03-14T04:10:44.6938065Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2025-03-14T04:10:44.6941214Z adding 'torch/include/ATen/ops/sign_native.h' 2025-03-14T04:10:44.6944546Z adding 'torch/include/ATen/ops/sign_ops.h' 2025-03-14T04:10:44.6947857Z adding 'torch/include/ATen/ops/signbit.h' 2025-03-14T04:10:44.6951226Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.6954178Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2025-03-14T04:10:44.6957270Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2025-03-14T04:10:44.6960254Z adding 'torch/include/ATen/ops/signbit_meta.h' 2025-03-14T04:10:44.6963332Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2025-03-14T04:10:44.6966303Z adding 'torch/include/ATen/ops/signbit_native.h' 2025-03-14T04:10:44.6969419Z adding 'torch/include/ATen/ops/signbit_ops.h' 2025-03-14T04:10:44.6972521Z adding 'torch/include/ATen/ops/silu.h' 2025-03-14T04:10:44.6975627Z adding 'torch/include/ATen/ops/silu_backward.h' 2025-03-14T04:10:44.6978943Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.6981960Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.6984970Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2025-03-14T04:10:44.6988169Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2025-03-14T04:10:44.6991134Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2025-03-14T04:10:44.6994240Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2025-03-14T04:10:44.6997209Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2025-03-14T04:10:44.7000329Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2025-03-14T04:10:44.7003576Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.7006510Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2025-03-14T04:10:44.7009579Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2025-03-14T04:10:44.7012582Z adding 'torch/include/ATen/ops/silu_meta.h' 2025-03-14T04:10:44.7015621Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2025-03-14T04:10:44.7018604Z adding 'torch/include/ATen/ops/silu_native.h' 2025-03-14T04:10:44.7021789Z adding 'torch/include/ATen/ops/silu_ops.h' 2025-03-14T04:10:44.7024916Z adding 'torch/include/ATen/ops/sin.h' 2025-03-14T04:10:44.7028315Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.7031252Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2025-03-14T04:10:44.7034338Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2025-03-14T04:10:44.7037320Z adding 'torch/include/ATen/ops/sin_meta.h' 2025-03-14T04:10:44.7041068Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2025-03-14T04:10:44.7044402Z adding 'torch/include/ATen/ops/sin_native.h' 2025-03-14T04:10:44.7047908Z adding 'torch/include/ATen/ops/sin_ops.h' 2025-03-14T04:10:44.7051561Z adding 'torch/include/ATen/ops/sinc.h' 2025-03-14T04:10:44.7054973Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.7058458Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2025-03-14T04:10:44.7061612Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2025-03-14T04:10:44.7065253Z adding 'torch/include/ATen/ops/sinc_meta.h' 2025-03-14T04:10:44.7068904Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2025-03-14T04:10:44.7072084Z adding 'torch/include/ATen/ops/sinc_native.h' 2025-03-14T04:10:44.7075730Z adding 'torch/include/ATen/ops/sinc_ops.h' 2025-03-14T04:10:44.7078962Z adding 'torch/include/ATen/ops/sinh.h' 2025-03-14T04:10:44.7082836Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.7085816Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2025-03-14T04:10:44.7089593Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2025-03-14T04:10:44.7092898Z adding 'torch/include/ATen/ops/sinh_meta.h' 2025-03-14T04:10:44.7096350Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2025-03-14T04:10:44.7099882Z adding 'torch/include/ATen/ops/sinh_native.h' 2025-03-14T04:10:44.7103205Z adding 'torch/include/ATen/ops/sinh_ops.h' 2025-03-14T04:10:44.7106922Z adding 'torch/include/ATen/ops/size.h' 2025-03-14T04:10:44.7110396Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.7113836Z adding 'torch/include/ATen/ops/size_native.h' 2025-03-14T04:10:44.7117470Z adding 'torch/include/ATen/ops/size_ops.h' 2025-03-14T04:10:44.7120906Z adding 'torch/include/ATen/ops/slice.h' 2025-03-14T04:10:44.7124943Z adding 'torch/include/ATen/ops/slice_backward.h' 2025-03-14T04:10:44.7128680Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.7132127Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2025-03-14T04:10:44.7135909Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2025-03-14T04:10:44.7139283Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.7143170Z adding 'torch/include/ATen/ops/slice_copy.h' 2025-03-14T04:10:44.7146904Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.7150614Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.7153978Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2025-03-14T04:10:44.7157409Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2025-03-14T04:10:44.7161254Z adding 'torch/include/ATen/ops/slice_inverse.h' 2025-03-14T04:10:44.7164843Z adding 'torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.7168192Z adding 'torch/include/ATen/ops/slice_inverse_native.h' 2025-03-14T04:10:44.7171822Z adding 'torch/include/ATen/ops/slice_inverse_ops.h' 2025-03-14T04:10:44.7175009Z adding 'torch/include/ATen/ops/slice_native.h' 2025-03-14T04:10:44.7178687Z adding 'torch/include/ATen/ops/slice_ops.h' 2025-03-14T04:10:44.7182335Z adding 'torch/include/ATen/ops/slice_scatter.h' 2025-03-14T04:10:44.7186427Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.7190290Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.7193346Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2025-03-14T04:10:44.7197135Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2025-03-14T04:10:44.7200378Z adding 'torch/include/ATen/ops/slogdet.h' 2025-03-14T04:10:44.7204317Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.7207514Z adding 'torch/include/ATen/ops/slogdet_native.h' 2025-03-14T04:10:44.7211010Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2025-03-14T04:10:44.7215070Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2025-03-14T04:10:44.7218748Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.7222870Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2025-03-14T04:10:44.7226837Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2025-03-14T04:10:44.7230133Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2025-03-14T04:10:44.7234864Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2025-03-14T04:10:44.7239803Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2025-03-14T04:10:44.7244843Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2025-03-14T04:10:44.7250523Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2025-03-14T04:10:44.7255197Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.7258567Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2025-03-14T04:10:44.7262192Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2025-03-14T04:10:44.7265798Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2025-03-14T04:10:44.7269387Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2025-03-14T04:10:44.7273689Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2025-03-14T04:10:44.7277477Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.7281216Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2025-03-14T04:10:44.7284422Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2025-03-14T04:10:44.7287466Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2025-03-14T04:10:44.7291478Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2025-03-14T04:10:44.7295300Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2025-03-14T04:10:44.7298983Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.7302123Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2025-03-14T04:10:44.7305796Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2025-03-14T04:10:44.7309329Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2025-03-14T04:10:44.7312660Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2025-03-14T04:10:44.7315795Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2025-03-14T04:10:44.7319142Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2025-03-14T04:10:44.7322857Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2025-03-14T04:10:44.7326369Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2025-03-14T04:10:44.7329706Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2025-03-14T04:10:44.7332810Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2025-03-14T04:10:44.7336116Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2025-03-14T04:10:44.7339982Z adding 'torch/include/ATen/ops/smm.h' 2025-03-14T04:10:44.7343224Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.7346090Z adding 'torch/include/ATen/ops/smm_native.h' 2025-03-14T04:10:44.7349283Z adding 'torch/include/ATen/ops/smm_ops.h' 2025-03-14T04:10:44.7352434Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2025-03-14T04:10:44.7355622Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2025-03-14T04:10:44.7358908Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.7361948Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2025-03-14T04:10:44.7365071Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2025-03-14T04:10:44.7368048Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2025-03-14T04:10:44.7371260Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2025-03-14T04:10:44.7374560Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.7377482Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2025-03-14T04:10:44.7380681Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2025-03-14T04:10:44.7384210Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2025-03-14T04:10:44.7387514Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2025-03-14T04:10:44.7391303Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2025-03-14T04:10:44.7394532Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2025-03-14T04:10:44.7397762Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2025-03-14T04:10:44.7400937Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2025-03-14T04:10:44.7404221Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.7407111Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2025-03-14T04:10:44.7410410Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2025-03-14T04:10:44.7413695Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.7416606Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2025-03-14T04:10:44.7419800Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2025-03-14T04:10:44.7422886Z adding 'torch/include/ATen/ops/softmax.h' 2025-03-14T04:10:44.7426156Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.7429350Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.7432249Z adding 'torch/include/ATen/ops/softmax_native.h' 2025-03-14T04:10:44.7435519Z adding 'torch/include/ATen/ops/softmax_ops.h' 2025-03-14T04:10:44.7438674Z adding 'torch/include/ATen/ops/softplus.h' 2025-03-14T04:10:44.7441822Z adding 'torch/include/ATen/ops/softplus_backward.h' 2025-03-14T04:10:44.7445183Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.7448099Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2025-03-14T04:10:44.7451158Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2025-03-14T04:10:44.7454135Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2025-03-14T04:10:44.7457275Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2025-03-14T04:10:44.7460279Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2025-03-14T04:10:44.7463468Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2025-03-14T04:10:44.7466760Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.7469797Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2025-03-14T04:10:44.7472878Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2025-03-14T04:10:44.7476209Z adding 'torch/include/ATen/ops/softplus_meta.h' 2025-03-14T04:10:44.7479440Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2025-03-14T04:10:44.7482448Z adding 'torch/include/ATen/ops/softplus_native.h' 2025-03-14T04:10:44.7485672Z adding 'torch/include/ATen/ops/softplus_ops.h' 2025-03-14T04:10:44.7488791Z adding 'torch/include/ATen/ops/softshrink.h' 2025-03-14T04:10:44.7497774Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2025-03-14T04:10:44.7498470Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.7500831Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2025-03-14T04:10:44.7503671Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2025-03-14T04:10:44.7506635Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2025-03-14T04:10:44.7509913Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2025-03-14T04:10:44.7512913Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2025-03-14T04:10:44.7516102Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2025-03-14T04:10:44.7519381Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.7522300Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2025-03-14T04:10:44.7525387Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2025-03-14T04:10:44.7528376Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2025-03-14T04:10:44.7531468Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2025-03-14T04:10:44.7534547Z adding 'torch/include/ATen/ops/softshrink_native.h' 2025-03-14T04:10:44.7537689Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2025-03-14T04:10:44.7540988Z adding 'torch/include/ATen/ops/sort.h' 2025-03-14T04:10:44.7544377Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.7547607Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.7550786Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.7553826Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2025-03-14T04:10:44.7556967Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2025-03-14T04:10:44.7559973Z adding 'torch/include/ATen/ops/sort_meta.h' 2025-03-14T04:10:44.7563092Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2025-03-14T04:10:44.7566210Z adding 'torch/include/ATen/ops/sort_native.h' 2025-03-14T04:10:44.7569831Z adding 'torch/include/ATen/ops/sort_ops.h' 2025-03-14T04:10:44.7573293Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2025-03-14T04:10:44.7576672Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.7579643Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2025-03-14T04:10:44.7582941Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2025-03-14T04:10:44.7586244Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2025-03-14T04:10:44.7589748Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.7592707Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2025-03-14T04:10:44.7596001Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2025-03-14T04:10:44.7599634Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2025-03-14T04:10:44.7603208Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.7606200Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2025-03-14T04:10:44.7609535Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2025-03-14T04:10:44.7612959Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2025-03-14T04:10:44.7616350Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.7619590Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.7622598Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2025-03-14T04:10:44.7626042Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2025-03-14T04:10:44.7635710Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2025-03-14T04:10:44.7636459Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.7637043Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2025-03-14T04:10:44.7640014Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2025-03-14T04:10:44.7643267Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2025-03-14T04:10:44.7646713Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.7649691Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2025-03-14T04:10:44.7652990Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2025-03-14T04:10:44.7655985Z adding 'torch/include/ATen/ops/sparse_dim.h' 2025-03-14T04:10:44.7659211Z adding 'torch/include/ATen/ops/sparse_dim_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.7662052Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2025-03-14T04:10:44.7665178Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2025-03-14T04:10:44.7668408Z adding 'torch/include/ATen/ops/sparse_mask.h' 2025-03-14T04:10:44.7671670Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.7674567Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2025-03-14T04:10:44.7677696Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2025-03-14T04:10:44.7680924Z adding 'torch/include/ATen/ops/sparse_resize.h' 2025-03-14T04:10:44.7684050Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2025-03-14T04:10:44.7687346Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.7690368Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2025-03-14T04:10:44.7694072Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2025-03-14T04:10:44.7697443Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2025-03-14T04:10:44.7700713Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.7703727Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2025-03-14T04:10:44.7706741Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2025-03-14T04:10:44.7710210Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2025-03-14T04:10:44.7713415Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2025-03-14T04:10:44.7716572Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2025-03-14T04:10:44.7719840Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2025-03-14T04:10:44.7722925Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2025-03-14T04:10:44.7726259Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.7729158Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2025-03-14T04:10:44.7732206Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2025-03-14T04:10:44.7736750Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2025-03-14T04:10:44.7741643Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2025-03-14T04:10:44.7746371Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2025-03-14T04:10:44.7750792Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2025-03-14T04:10:44.7754005Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2025-03-14T04:10:44.7759284Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.7763917Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2025-03-14T04:10:44.7768752Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2025-03-14T04:10:44.7773477Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2025-03-14T04:10:44.7778378Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2025-03-14T04:10:44.7783172Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2025-03-14T04:10:44.7788298Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2025-03-14T04:10:44.7793152Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2025-03-14T04:10:44.7797687Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.7800695Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2025-03-14T04:10:44.7804576Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2025-03-14T04:10:44.7807801Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2025-03-14T04:10:44.7811452Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2025-03-14T04:10:44.7814925Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2025-03-14T04:10:44.7818367Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2025-03-14T04:10:44.7822109Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2025-03-14T04:10:44.7825564Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.7828660Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2025-03-14T04:10:44.7832010Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2025-03-14T04:10:44.7835480Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2025-03-14T04:10:44.7838653Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2025-03-14T04:10:44.7841698Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2025-03-14T04:10:44.7844861Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2025-03-14T04:10:44.7848040Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2025-03-14T04:10:44.7852052Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.7855009Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2025-03-14T04:10:44.7858072Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2025-03-14T04:10:44.7861043Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2025-03-14T04:10:44.7864096Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2025-03-14T04:10:44.7867080Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2025-03-14T04:10:44.7870397Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2025-03-14T04:10:44.7873728Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2025-03-14T04:10:44.7877090Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.7880784Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.7883983Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2025-03-14T04:10:44.7887607Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2025-03-14T04:10:44.7890756Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2025-03-14T04:10:44.7893929Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2025-03-14T04:10:44.7896999Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2025-03-14T04:10:44.7900435Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2025-03-14T04:10:44.7903768Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2025-03-14T04:10:44.7907112Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.7910426Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.7913366Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2025-03-14T04:10:44.7916476Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2025-03-14T04:10:44.7919480Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2025-03-14T04:10:44.7922586Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2025-03-14T04:10:44.7925634Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2025-03-14T04:10:44.7929006Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2025-03-14T04:10:44.7932898Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2025-03-14T04:10:44.7936419Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.7939620Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.7942573Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2025-03-14T04:10:44.7945661Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2025-03-14T04:10:44.7948775Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2025-03-14T04:10:44.7952387Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2025-03-14T04:10:44.7955464Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2025-03-14T04:10:44.7958866Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2025-03-14T04:10:44.7962183Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2025-03-14T04:10:44.7965634Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.7968841Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.7971703Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2025-03-14T04:10:44.7974776Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2025-03-14T04:10:44.7977748Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2025-03-14T04:10:44.7980874Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2025-03-14T04:10:44.7983878Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2025-03-14T04:10:44.7987326Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2025-03-14T04:10:44.7990517Z adding 'torch/include/ATen/ops/special_digamma.h' 2025-03-14T04:10:44.7993778Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.7996655Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2025-03-14T04:10:44.7999779Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2025-03-14T04:10:44.8002837Z adding 'torch/include/ATen/ops/special_entr.h' 2025-03-14T04:10:44.8006117Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.8008994Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2025-03-14T04:10:44.8012052Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2025-03-14T04:10:44.8015022Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2025-03-14T04:10:44.8018104Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2025-03-14T04:10:44.8021045Z adding 'torch/include/ATen/ops/special_entr_native.h' 2025-03-14T04:10:44.8024172Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2025-03-14T04:10:44.8027263Z adding 'torch/include/ATen/ops/special_erf.h' 2025-03-14T04:10:44.8030557Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.8033811Z adding 'torch/include/ATen/ops/special_erf_native.h' 2025-03-14T04:10:44.8037232Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2025-03-14T04:10:44.8040878Z adding 'torch/include/ATen/ops/special_erfc.h' 2025-03-14T04:10:44.8044266Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.8048084Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2025-03-14T04:10:44.8051075Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2025-03-14T04:10:44.8054822Z adding 'torch/include/ATen/ops/special_erfcx.h' 2025-03-14T04:10:44.8058582Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.8061660Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2025-03-14T04:10:44.8065233Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2025-03-14T04:10:44.8068452Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2025-03-14T04:10:44.8072204Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2025-03-14T04:10:44.8075245Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2025-03-14T04:10:44.8079006Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2025-03-14T04:10:44.8082606Z adding 'torch/include/ATen/ops/special_erfinv.h' 2025-03-14T04:10:44.8086010Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.8089420Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2025-03-14T04:10:44.8092972Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2025-03-14T04:10:44.8096440Z adding 'torch/include/ATen/ops/special_exp2.h' 2025-03-14T04:10:44.8100007Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.8103236Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2025-03-14T04:10:44.8106892Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2025-03-14T04:10:44.8110678Z adding 'torch/include/ATen/ops/special_expit.h' 2025-03-14T04:10:44.8114103Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.8117005Z adding 'torch/include/ATen/ops/special_expit_native.h' 2025-03-14T04:10:44.8120811Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2025-03-14T04:10:44.8124238Z adding 'torch/include/ATen/ops/special_expm1.h' 2025-03-14T04:10:44.8127827Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.8131245Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2025-03-14T04:10:44.8134527Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2025-03-14T04:10:44.8138274Z adding 'torch/include/ATen/ops/special_gammainc.h' 2025-03-14T04:10:44.8141734Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.8145181Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2025-03-14T04:10:44.8148935Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2025-03-14T04:10:44.8152175Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2025-03-14T04:10:44.8155996Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.8159017Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2025-03-14T04:10:44.8162845Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2025-03-14T04:10:44.8166186Z adding 'torch/include/ATen/ops/special_gammaln.h' 2025-03-14T04:10:44.8169856Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.8173221Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2025-03-14T04:10:44.8176529Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2025-03-14T04:10:44.8180341Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2025-03-14T04:10:44.8183836Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.8187761Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.8191216Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2025-03-14T04:10:44.8194475Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2025-03-14T04:10:44.8197958Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2025-03-14T04:10:44.8201183Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2025-03-14T04:10:44.8204840Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2025-03-14T04:10:44.8208500Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2025-03-14T04:10:44.8212294Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2025-03-14T04:10:44.8216195Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.8219489Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.8223056Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2025-03-14T04:10:44.8226278Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2025-03-14T04:10:44.8229884Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2025-03-14T04:10:44.8233609Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2025-03-14T04:10:44.8238453Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2025-03-14T04:10:44.8243883Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2025-03-14T04:10:44.8248761Z adding 'torch/include/ATen/ops/special_i0.h' 2025-03-14T04:10:44.8252326Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.8255830Z adding 'torch/include/ATen/ops/special_i0_native.h' 2025-03-14T04:10:44.8259140Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2025-03-14T04:10:44.8263463Z adding 'torch/include/ATen/ops/special_i0e.h' 2025-03-14T04:10:44.8266403Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.8270380Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2025-03-14T04:10:44.8273689Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2025-03-14T04:10:44.8277309Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2025-03-14T04:10:44.8280463Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2025-03-14T04:10:44.8283408Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2025-03-14T04:10:44.8287188Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2025-03-14T04:10:44.8290372Z adding 'torch/include/ATen/ops/special_i1.h' 2025-03-14T04:10:44.8293687Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.8296575Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2025-03-14T04:10:44.8299659Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2025-03-14T04:10:44.8303228Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2025-03-14T04:10:44.8306442Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2025-03-14T04:10:44.8309570Z adding 'torch/include/ATen/ops/special_i1_native.h' 2025-03-14T04:10:44.8313435Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2025-03-14T04:10:44.8316566Z adding 'torch/include/ATen/ops/special_i1e.h' 2025-03-14T04:10:44.8319860Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.8322761Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2025-03-14T04:10:44.8325846Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2025-03-14T04:10:44.8328833Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2025-03-14T04:10:44.8331912Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2025-03-14T04:10:44.8335671Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2025-03-14T04:10:44.8338855Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2025-03-14T04:10:44.8342163Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2025-03-14T04:10:44.8345511Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.8348812Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.8351747Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2025-03-14T04:10:44.8354859Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2025-03-14T04:10:44.8357859Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2025-03-14T04:10:44.8360973Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2025-03-14T04:10:44.8364029Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2025-03-14T04:10:44.8367410Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2025-03-14T04:10:44.8370725Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2025-03-14T04:10:44.8374091Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.8377282Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.8380179Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2025-03-14T04:10:44.8383263Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2025-03-14T04:10:44.8386296Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2025-03-14T04:10:44.8389936Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2025-03-14T04:10:44.8393190Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2025-03-14T04:10:44.8397171Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2025-03-14T04:10:44.8400792Z adding 'torch/include/ATen/ops/special_log1p.h' 2025-03-14T04:10:44.8404843Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.8407638Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2025-03-14T04:10:44.8411084Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2025-03-14T04:10:44.8414678Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2025-03-14T04:10:44.8418138Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.8421621Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2025-03-14T04:10:44.8424775Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2025-03-14T04:10:44.8428577Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2025-03-14T04:10:44.8432130Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2025-03-14T04:10:44.8435330Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2025-03-14T04:10:44.8438970Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2025-03-14T04:10:44.8442148Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2025-03-14T04:10:44.8445978Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.8448950Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2025-03-14T04:10:44.8452749Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2025-03-14T04:10:44.8456316Z adding 'torch/include/ATen/ops/special_logit.h' 2025-03-14T04:10:44.8459737Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.8463127Z adding 'torch/include/ATen/ops/special_logit_native.h' 2025-03-14T04:10:44.8466410Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2025-03-14T04:10:44.8470232Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2025-03-14T04:10:44.8473707Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.8477147Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2025-03-14T04:10:44.8480901Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2025-03-14T04:10:44.8484810Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2025-03-14T04:10:44.8488910Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.8491994Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2025-03-14T04:10:44.8495561Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2025-03-14T04:10:44.8499022Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2025-03-14T04:10:44.8502292Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2025-03-14T04:10:44.8505776Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2025-03-14T04:10:44.8509159Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2025-03-14T04:10:44.8512988Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2025-03-14T04:10:44.8516687Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.8519918Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2025-03-14T04:10:44.8523511Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2025-03-14T04:10:44.8526635Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2025-03-14T04:10:44.8530262Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2025-03-14T04:10:44.8533333Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2025-03-14T04:10:44.8537150Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2025-03-14T04:10:44.8540654Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2025-03-14T04:10:44.8544286Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.8548550Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2025-03-14T04:10:44.8551036Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2025-03-14T04:10:44.8554610Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2025-03-14T04:10:44.8557772Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2025-03-14T04:10:44.8561446Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2025-03-14T04:10:44.8565056Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2025-03-14T04:10:44.8568375Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2025-03-14T04:10:44.8572248Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.8575297Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2025-03-14T04:10:44.8579046Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2025-03-14T04:10:44.8582181Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2025-03-14T04:10:44.8585818Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2025-03-14T04:10:44.8589317Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2025-03-14T04:10:44.8592667Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2025-03-14T04:10:44.8596286Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2025-03-14T04:10:44.8599708Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.8603239Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2025-03-14T04:10:44.8606576Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2025-03-14T04:10:44.8610126Z adding 'torch/include/ATen/ops/special_ndtr.h' 2025-03-14T04:10:44.8613880Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.8616908Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2025-03-14T04:10:44.8620572Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2025-03-14T04:10:44.8623804Z adding 'torch/include/ATen/ops/special_ndtri.h' 2025-03-14T04:10:44.8627843Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.8631107Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2025-03-14T04:10:44.8634487Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2025-03-14T04:10:44.8637985Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2025-03-14T04:10:44.8641212Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2025-03-14T04:10:44.8644776Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2025-03-14T04:10:44.8648022Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2025-03-14T04:10:44.8651759Z adding 'torch/include/ATen/ops/special_polygamma.h' 2025-03-14T04:10:44.8655367Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.8658553Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2025-03-14T04:10:44.8662186Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2025-03-14T04:10:44.8665363Z adding 'torch/include/ATen/ops/special_psi.h' 2025-03-14T04:10:44.8669233Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.8672173Z adding 'torch/include/ATen/ops/special_psi_native.h' 2025-03-14T04:10:44.8675974Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2025-03-14T04:10:44.8679419Z adding 'torch/include/ATen/ops/special_round.h' 2025-03-14T04:10:44.8682957Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.8686388Z adding 'torch/include/ATen/ops/special_round_native.h' 2025-03-14T04:10:44.8689715Z adding 'torch/include/ATen/ops/special_round_ops.h' 2025-03-14T04:10:44.8693539Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2025-03-14T04:10:44.8697480Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.8700622Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2025-03-14T04:10:44.8704187Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2025-03-14T04:10:44.8707398Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2025-03-14T04:10:44.8711093Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2025-03-14T04:10:44.8714246Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2025-03-14T04:10:44.8718068Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2025-03-14T04:10:44.8721534Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2025-03-14T04:10:44.8725183Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.8728602Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2025-03-14T04:10:44.8731793Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2025-03-14T04:10:44.8735327Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2025-03-14T04:10:44.8738560Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2025-03-14T04:10:44.8743102Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2025-03-14T04:10:44.8747359Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2025-03-14T04:10:44.8750956Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2025-03-14T04:10:44.8754873Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.8758764Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.8761853Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2025-03-14T04:10:44.8765649Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2025-03-14T04:10:44.8768815Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2025-03-14T04:10:44.8772672Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2025-03-14T04:10:44.8775844Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2025-03-14T04:10:44.8779297Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2025-03-14T04:10:44.8783270Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2025-03-14T04:10:44.8786763Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.8790133Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.8793081Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2025-03-14T04:10:44.8796160Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2025-03-14T04:10:44.8799791Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2025-03-14T04:10:44.8803033Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2025-03-14T04:10:44.8806121Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2025-03-14T04:10:44.8809592Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2025-03-14T04:10:44.8812946Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2025-03-14T04:10:44.8816384Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.8819930Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.8822526Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2025-03-14T04:10:44.8825601Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2025-03-14T04:10:44.8828826Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2025-03-14T04:10:44.8832676Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2025-03-14T04:10:44.8835771Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2025-03-14T04:10:44.8839218Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2025-03-14T04:10:44.8842608Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2025-03-14T04:10:44.8845963Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.8849155Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.8852070Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2025-03-14T04:10:44.8855139Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2025-03-14T04:10:44.8858121Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2025-03-14T04:10:44.8861240Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2025-03-14T04:10:44.8864282Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2025-03-14T04:10:44.8867730Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2025-03-14T04:10:44.8870815Z adding 'torch/include/ATen/ops/special_sinc.h' 2025-03-14T04:10:44.8874029Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.8876891Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2025-03-14T04:10:44.8879997Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2025-03-14T04:10:44.8883062Z adding 'torch/include/ATen/ops/special_softmax.h' 2025-03-14T04:10:44.8886807Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.8889869Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2025-03-14T04:10:44.8893355Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2025-03-14T04:10:44.8896571Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2025-03-14T04:10:44.8899900Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.8902833Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2025-03-14T04:10:44.8905931Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2025-03-14T04:10:44.8909090Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2025-03-14T04:10:44.8912252Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2025-03-14T04:10:44.8915247Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2025-03-14T04:10:44.8918393Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2025-03-14T04:10:44.8921552Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2025-03-14T04:10:44.8924897Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.8928029Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.8930933Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2025-03-14T04:10:44.8933968Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2025-03-14T04:10:44.8936957Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2025-03-14T04:10:44.8940053Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2025-03-14T04:10:44.8943409Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2025-03-14T04:10:44.8946530Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2025-03-14T04:10:44.8949918Z adding 'torch/include/ATen/ops/special_xlogy.h' 2025-03-14T04:10:44.8953262Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.8956172Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2025-03-14T04:10:44.8959580Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2025-03-14T04:10:44.8962902Z adding 'torch/include/ATen/ops/special_zeta.h' 2025-03-14T04:10:44.8966225Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.8969364Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.8972255Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2025-03-14T04:10:44.8975299Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2025-03-14T04:10:44.8978254Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2025-03-14T04:10:44.8981350Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2025-03-14T04:10:44.8984355Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2025-03-14T04:10:44.8987798Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2025-03-14T04:10:44.8991123Z adding 'torch/include/ATen/ops/split.h' 2025-03-14T04:10:44.8994398Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.8997503Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9000663Z adding 'torch/include/ATen/ops/split_copy.h' 2025-03-14T04:10:44.9004078Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.9007413Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.9010247Z adding 'torch/include/ATen/ops/split_copy_native.h' 2025-03-14T04:10:44.9013413Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2025-03-14T04:10:44.9016407Z adding 'torch/include/ATen/ops/split_native.h' 2025-03-14T04:10:44.9019585Z adding 'torch/include/ATen/ops/split_ops.h' 2025-03-14T04:10:44.9022740Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2025-03-14T04:10:44.9026039Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.9029523Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2025-03-14T04:10:44.9033045Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.9036204Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.9039201Z adding 'torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h' 2025-03-14T04:10:44.9042183Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2025-03-14T04:10:44.9045367Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2025-03-14T04:10:44.9049062Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2025-03-14T04:10:44.9052285Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2025-03-14T04:10:44.9055338Z adding 'torch/include/ATen/ops/sqrt.h' 2025-03-14T04:10:44.9058643Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.9061576Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2025-03-14T04:10:44.9064620Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2025-03-14T04:10:44.9067693Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2025-03-14T04:10:44.9070753Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2025-03-14T04:10:44.9073770Z adding 'torch/include/ATen/ops/sqrt_native.h' 2025-03-14T04:10:44.9076979Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2025-03-14T04:10:44.9080100Z adding 'torch/include/ATen/ops/square.h' 2025-03-14T04:10:44.9083341Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9086552Z adding 'torch/include/ATen/ops/square_native.h' 2025-03-14T04:10:44.9089458Z adding 'torch/include/ATen/ops/square_ops.h' 2025-03-14T04:10:44.9092456Z adding 'torch/include/ATen/ops/squeeze.h' 2025-03-14T04:10:44.9095697Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.9098740Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9101856Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2025-03-14T04:10:44.9105154Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.9108477Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.9111295Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2025-03-14T04:10:44.9114633Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2025-03-14T04:10:44.9117770Z adding 'torch/include/ATen/ops/squeeze_native.h' 2025-03-14T04:10:44.9121197Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2025-03-14T04:10:44.9124405Z adding 'torch/include/ATen/ops/sspaddmm.h' 2025-03-14T04:10:44.9127645Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9130641Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2025-03-14T04:10:44.9133705Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2025-03-14T04:10:44.9136712Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2025-03-14T04:10:44.9139953Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2025-03-14T04:10:44.9143110Z adding 'torch/include/ATen/ops/stack.h' 2025-03-14T04:10:44.9146387Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.9149567Z adding 'torch/include/ATen/ops/stack_native.h' 2025-03-14T04:10:44.9153106Z adding 'torch/include/ATen/ops/stack_ops.h' 2025-03-14T04:10:44.9156568Z adding 'torch/include/ATen/ops/std.h' 2025-03-14T04:10:44.9160035Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9163108Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2025-03-14T04:10:44.9166195Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2025-03-14T04:10:44.9169495Z adding 'torch/include/ATen/ops/std_mean.h' 2025-03-14T04:10:44.9172856Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.9176027Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9179039Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2025-03-14T04:10:44.9182094Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2025-03-14T04:10:44.9185170Z adding 'torch/include/ATen/ops/std_mean_native.h' 2025-03-14T04:10:44.9188796Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2025-03-14T04:10:44.9192097Z adding 'torch/include/ATen/ops/std_native.h' 2025-03-14T04:10:44.9195783Z adding 'torch/include/ATen/ops/std_ops.h' 2025-03-14T04:10:44.9199194Z adding 'torch/include/ATen/ops/stft.h' 2025-03-14T04:10:44.9202521Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9205486Z adding 'torch/include/ATen/ops/stft_native.h' 2025-03-14T04:10:44.9208798Z adding 'torch/include/ATen/ops/stft_ops.h' 2025-03-14T04:10:44.9211921Z adding 'torch/include/ATen/ops/stride.h' 2025-03-14T04:10:44.9215123Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9217975Z adding 'torch/include/ATen/ops/stride_native.h' 2025-03-14T04:10:44.9221120Z adding 'torch/include/ATen/ops/stride_ops.h' 2025-03-14T04:10:44.9224265Z adding 'torch/include/ATen/ops/sub.h' 2025-03-14T04:10:44.9227589Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.9230829Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.9233773Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2025-03-14T04:10:44.9237091Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2025-03-14T04:10:44.9240130Z adding 'torch/include/ATen/ops/sub_meta.h' 2025-03-14T04:10:44.9243896Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2025-03-14T04:10:44.9246991Z adding 'torch/include/ATen/ops/sub_native.h' 2025-03-14T04:10:44.9250612Z adding 'torch/include/ATen/ops/sub_ops.h' 2025-03-14T04:10:44.9254275Z adding 'torch/include/ATen/ops/subtract.h' 2025-03-14T04:10:44.9258437Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9262706Z adding 'torch/include/ATen/ops/subtract_native.h' 2025-03-14T04:10:44.9266209Z adding 'torch/include/ATen/ops/subtract_ops.h' 2025-03-14T04:10:44.9271587Z adding 'torch/include/ATen/ops/sum.h' 2025-03-14T04:10:44.9276764Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.9281779Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.9286568Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9291389Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2025-03-14T04:10:44.9296226Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2025-03-14T04:10:44.9300979Z adding 'torch/include/ATen/ops/sum_meta.h' 2025-03-14T04:10:44.9305888Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2025-03-14T04:10:44.9310253Z adding 'torch/include/ATen/ops/sum_native.h' 2025-03-14T04:10:44.9313908Z adding 'torch/include/ATen/ops/sum_ops.h' 2025-03-14T04:10:44.9317743Z adding 'torch/include/ATen/ops/sum_to_size.h' 2025-03-14T04:10:44.9321591Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9324647Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2025-03-14T04:10:44.9328373Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2025-03-14T04:10:44.9331653Z adding 'torch/include/ATen/ops/svd.h' 2025-03-14T04:10:44.9335636Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9338608Z adding 'torch/include/ATen/ops/svd_native.h' 2025-03-14T04:10:44.9341828Z adding 'torch/include/ATen/ops/svd_ops.h' 2025-03-14T04:10:44.9345418Z adding 'torch/include/ATen/ops/swapaxes.h' 2025-03-14T04:10:44.9348996Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9351884Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2025-03-14T04:10:44.9355052Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2025-03-14T04:10:44.9358090Z adding 'torch/include/ATen/ops/swapdims.h' 2025-03-14T04:10:44.9361838Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9364908Z adding 'torch/include/ATen/ops/swapdims_native.h' 2025-03-14T04:10:44.9368116Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2025-03-14T04:10:44.9371221Z adding 'torch/include/ATen/ops/sym_constrain_range.h' 2025-03-14T04:10:44.9374490Z adding 'torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.9377450Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size.h' 2025-03-14T04:10:44.9380711Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.9383641Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_native.h' 2025-03-14T04:10:44.9386794Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_ops.h' 2025-03-14T04:10:44.9389885Z adding 'torch/include/ATen/ops/sym_constrain_range_native.h' 2025-03-14T04:10:44.9393490Z adding 'torch/include/ATen/ops/sym_constrain_range_ops.h' 2025-03-14T04:10:44.9396575Z adding 'torch/include/ATen/ops/sym_numel.h' 2025-03-14T04:10:44.9400230Z adding 'torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9403138Z adding 'torch/include/ATen/ops/sym_numel_native.h' 2025-03-14T04:10:44.9406233Z adding 'torch/include/ATen/ops/sym_numel_ops.h' 2025-03-14T04:10:44.9409259Z adding 'torch/include/ATen/ops/sym_size.h' 2025-03-14T04:10:44.9412535Z adding 'torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9415396Z adding 'torch/include/ATen/ops/sym_size_native.h' 2025-03-14T04:10:44.9418411Z adding 'torch/include/ATen/ops/sym_size_ops.h' 2025-03-14T04:10:44.9421503Z adding 'torch/include/ATen/ops/sym_storage_offset.h' 2025-03-14T04:10:44.9424707Z adding 'torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9427639Z adding 'torch/include/ATen/ops/sym_storage_offset_native.h' 2025-03-14T04:10:44.9430729Z adding 'torch/include/ATen/ops/sym_storage_offset_ops.h' 2025-03-14T04:10:44.9433705Z adding 'torch/include/ATen/ops/sym_stride.h' 2025-03-14T04:10:44.9436932Z adding 'torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9439775Z adding 'torch/include/ATen/ops/sym_stride_native.h' 2025-03-14T04:10:44.9442860Z adding 'torch/include/ATen/ops/sym_stride_ops.h' 2025-03-14T04:10:44.9445823Z adding 'torch/include/ATen/ops/t.h' 2025-03-14T04:10:44.9449493Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.9452568Z adding 'torch/include/ATen/ops/t_copy.h' 2025-03-14T04:10:44.9456338Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.9459583Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.9463061Z adding 'torch/include/ATen/ops/t_copy_native.h' 2025-03-14T04:10:44.9466378Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2025-03-14T04:10:44.9470015Z adding 'torch/include/ATen/ops/t_native.h' 2025-03-14T04:10:44.9473637Z adding 'torch/include/ATen/ops/t_ops.h' 2025-03-14T04:10:44.9476887Z adding 'torch/include/ATen/ops/take.h' 2025-03-14T04:10:44.9480545Z adding 'torch/include/ATen/ops/take_along_dim.h' 2025-03-14T04:10:44.9483948Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9487515Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2025-03-14T04:10:44.9491341Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2025-03-14T04:10:44.9494556Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2025-03-14T04:10:44.9498091Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2025-03-14T04:10:44.9501191Z adding 'torch/include/ATen/ops/take_native.h' 2025-03-14T04:10:44.9504803Z adding 'torch/include/ATen/ops/take_ops.h' 2025-03-14T04:10:44.9508095Z adding 'torch/include/ATen/ops/tan.h' 2025-03-14T04:10:44.9512016Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.9515333Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2025-03-14T04:10:44.9518621Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2025-03-14T04:10:44.9522102Z adding 'torch/include/ATen/ops/tan_meta.h' 2025-03-14T04:10:44.9525353Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2025-03-14T04:10:44.9528933Z adding 'torch/include/ATen/ops/tan_native.h' 2025-03-14T04:10:44.9532244Z adding 'torch/include/ATen/ops/tan_ops.h' 2025-03-14T04:10:44.9535976Z adding 'torch/include/ATen/ops/tanh.h' 2025-03-14T04:10:44.9539560Z adding 'torch/include/ATen/ops/tanh_backward.h' 2025-03-14T04:10:44.9543066Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.9546537Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2025-03-14T04:10:44.9549850Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2025-03-14T04:10:44.9553532Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2025-03-14T04:10:44.9556821Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2025-03-14T04:10:44.9560311Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2025-03-14T04:10:44.9563949Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2025-03-14T04:10:44.9567372Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.9570849Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2025-03-14T04:10:44.9573945Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2025-03-14T04:10:44.9577623Z adding 'torch/include/ATen/ops/tanh_meta.h' 2025-03-14T04:10:44.9580779Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2025-03-14T04:10:44.9584524Z adding 'torch/include/ATen/ops/tanh_native.h' 2025-03-14T04:10:44.9588310Z adding 'torch/include/ATen/ops/tanh_ops.h' 2025-03-14T04:10:44.9591679Z adding 'torch/include/ATen/ops/tensor.h' 2025-03-14T04:10:44.9595507Z adding 'torch/include/ATen/ops/tensor_split.h' 2025-03-14T04:10:44.9599065Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9602564Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2025-03-14T04:10:44.9606333Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2025-03-14T04:10:44.9609686Z adding 'torch/include/ATen/ops/tensordot.h' 2025-03-14T04:10:44.9613530Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9616535Z adding 'torch/include/ATen/ops/tensordot_native.h' 2025-03-14T04:10:44.9620389Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2025-03-14T04:10:44.9624461Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2025-03-14T04:10:44.9628226Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9631779Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2025-03-14T04:10:44.9635210Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2025-03-14T04:10:44.9638883Z adding 'torch/include/ATen/ops/threshold.h' 2025-03-14T04:10:44.9642547Z adding 'torch/include/ATen/ops/threshold_backward.h' 2025-03-14T04:10:44.9646036Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.9649469Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2025-03-14T04:10:44.9652681Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2025-03-14T04:10:44.9656352Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2025-03-14T04:10:44.9659896Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2025-03-14T04:10:44.9663336Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2025-03-14T04:10:44.9667131Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2025-03-14T04:10:44.9670746Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.9674373Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2025-03-14T04:10:44.9677748Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2025-03-14T04:10:44.9681142Z adding 'torch/include/ATen/ops/threshold_meta.h' 2025-03-14T04:10:44.9684738Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2025-03-14T04:10:44.9687857Z adding 'torch/include/ATen/ops/threshold_native.h' 2025-03-14T04:10:44.9691671Z adding 'torch/include/ATen/ops/threshold_ops.h' 2025-03-14T04:10:44.9694976Z adding 'torch/include/ATen/ops/tile.h' 2025-03-14T04:10:44.9698878Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9701937Z adding 'torch/include/ATen/ops/tile_native.h' 2025-03-14T04:10:44.9705449Z adding 'torch/include/ATen/ops/tile_ops.h' 2025-03-14T04:10:44.9709026Z adding 'torch/include/ATen/ops/to.h' 2025-03-14T04:10:44.9712481Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9715888Z adding 'torch/include/ATen/ops/to_dense.h' 2025-03-14T04:10:44.9719082Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2025-03-14T04:10:44.9723039Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9726127Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2025-03-14T04:10:44.9729676Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2025-03-14T04:10:44.9733395Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9736518Z adding 'torch/include/ATen/ops/to_dense_native.h' 2025-03-14T04:10:44.9741550Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2025-03-14T04:10:44.9744910Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2025-03-14T04:10:44.9748652Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2025-03-14T04:10:44.9752050Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9755655Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2025-03-14T04:10:44.9758848Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2025-03-14T04:10:44.9762859Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.9766022Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2025-03-14T04:10:44.9769628Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2025-03-14T04:10:44.9772844Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2025-03-14T04:10:44.9775971Z adding 'torch/include/ATen/ops/to_native.h' 2025-03-14T04:10:44.9780043Z adding 'torch/include/ATen/ops/to_ops.h' 2025-03-14T04:10:44.9783664Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2025-03-14T04:10:44.9787080Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.9790191Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2025-03-14T04:10:44.9793378Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2025-03-14T04:10:44.9797158Z adding 'torch/include/ATen/ops/to_sparse.h' 2025-03-14T04:10:44.9800140Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2025-03-14T04:10:44.9803436Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9806382Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2025-03-14T04:10:44.9809518Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2025-03-14T04:10:44.9812506Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2025-03-14T04:10:44.9815692Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9818593Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2025-03-14T04:10:44.9821718Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2025-03-14T04:10:44.9825014Z adding 'torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9828718Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2025-03-14T04:10:44.9832060Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9834938Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2025-03-14T04:10:44.9838035Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2025-03-14T04:10:44.9840971Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2025-03-14T04:10:44.9844136Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9847013Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2025-03-14T04:10:44.9850084Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2025-03-14T04:10:44.9853105Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2025-03-14T04:10:44.9856350Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2025-03-14T04:10:44.9859824Z adding 'torch/include/ATen/ops/topk.h' 2025-03-14T04:10:44.9863308Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.9866320Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2025-03-14T04:10:44.9869619Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2025-03-14T04:10:44.9872629Z adding 'torch/include/ATen/ops/topk_meta.h' 2025-03-14T04:10:44.9875804Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2025-03-14T04:10:44.9878911Z adding 'torch/include/ATen/ops/topk_native.h' 2025-03-14T04:10:44.9882750Z adding 'torch/include/ATen/ops/topk_ops.h' 2025-03-14T04:10:44.9886036Z adding 'torch/include/ATen/ops/trace.h' 2025-03-14T04:10:44.9889242Z adding 'torch/include/ATen/ops/trace_backward.h' 2025-03-14T04:10:44.9892562Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9895862Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2025-03-14T04:10:44.9898917Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2025-03-14T04:10:44.9902109Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.9905075Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2025-03-14T04:10:44.9908233Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2025-03-14T04:10:44.9911195Z adding 'torch/include/ATen/ops/trace_native.h' 2025-03-14T04:10:44.9914319Z adding 'torch/include/ATen/ops/trace_ops.h' 2025-03-14T04:10:44.9917469Z adding 'torch/include/ATen/ops/transpose.h' 2025-03-14T04:10:44.9920730Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.9923789Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9926743Z adding 'torch/include/ATen/ops/transpose_copy.h' 2025-03-14T04:10:44.9930027Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:44.9933233Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.9935998Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2025-03-14T04:10:44.9939144Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2025-03-14T04:10:44.9942143Z adding 'torch/include/ATen/ops/transpose_native.h' 2025-03-14T04:10:44.9945372Z adding 'torch/include/ATen/ops/transpose_ops.h' 2025-03-14T04:10:44.9948609Z adding 'torch/include/ATen/ops/trapezoid.h' 2025-03-14T04:10:44.9951820Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9954690Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2025-03-14T04:10:44.9958084Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2025-03-14T04:10:44.9961178Z adding 'torch/include/ATen/ops/trapz.h' 2025-03-14T04:10:44.9964401Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:44.9967235Z adding 'torch/include/ATen/ops/trapz_native.h' 2025-03-14T04:10:44.9970358Z adding 'torch/include/ATen/ops/trapz_ops.h' 2025-03-14T04:10:44.9973542Z adding 'torch/include/ATen/ops/triangular_solve.h' 2025-03-14T04:10:44.9976945Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:44.9979894Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2025-03-14T04:10:44.9983018Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2025-03-14T04:10:44.9985988Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2025-03-14T04:10:44.9989269Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2025-03-14T04:10:44.9992297Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2025-03-14T04:10:44.9995562Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2025-03-14T04:10:44.9998628Z adding 'torch/include/ATen/ops/tril.h' 2025-03-14T04:10:45.0001915Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:45.0004856Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2025-03-14T04:10:45.0007906Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2025-03-14T04:10:45.0011114Z adding 'torch/include/ATen/ops/tril_indices.h' 2025-03-14T04:10:45.0014333Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:45.0017322Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2025-03-14T04:10:45.0020409Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2025-03-14T04:10:45.0024043Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2025-03-14T04:10:45.0027422Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2025-03-14T04:10:45.0030560Z adding 'torch/include/ATen/ops/tril_meta.h' 2025-03-14T04:10:45.0033677Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2025-03-14T04:10:45.0036682Z adding 'torch/include/ATen/ops/tril_native.h' 2025-03-14T04:10:45.0039926Z adding 'torch/include/ATen/ops/tril_ops.h' 2025-03-14T04:10:45.0043100Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2025-03-14T04:10:45.0046334Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:45.0049212Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2025-03-14T04:10:45.0053096Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2025-03-14T04:10:45.0056556Z adding 'torch/include/ATen/ops/triu.h' 2025-03-14T04:10:45.0060027Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:45.0063840Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2025-03-14T04:10:45.0071106Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2025-03-14T04:10:45.0072706Z adding 'torch/include/ATen/ops/triu_indices.h' 2025-03-14T04:10:45.0076356Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:45.0079841Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2025-03-14T04:10:45.0083412Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2025-03-14T04:10:45.0086601Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2025-03-14T04:10:45.0090352Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2025-03-14T04:10:45.0093515Z adding 'torch/include/ATen/ops/triu_meta.h' 2025-03-14T04:10:45.0097281Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2025-03-14T04:10:45.0100446Z adding 'torch/include/ATen/ops/triu_native.h' 2025-03-14T04:10:45.0104155Z adding 'torch/include/ATen/ops/triu_ops.h' 2025-03-14T04:10:45.0107959Z adding 'torch/include/ATen/ops/true_divide.h' 2025-03-14T04:10:45.0111405Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:45.0114853Z adding 'torch/include/ATen/ops/true_divide_native.h' 2025-03-14T04:10:45.0118279Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2025-03-14T04:10:45.0122052Z adding 'torch/include/ATen/ops/trunc.h' 2025-03-14T04:10:45.0126153Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:45.0129072Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2025-03-14T04:10:45.0132657Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2025-03-14T04:10:45.0135772Z adding 'torch/include/ATen/ops/trunc_meta.h' 2025-03-14T04:10:45.0139556Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2025-03-14T04:10:45.0142762Z adding 'torch/include/ATen/ops/trunc_native.h' 2025-03-14T04:10:45.0146426Z adding 'torch/include/ATen/ops/trunc_ops.h' 2025-03-14T04:10:45.0150000Z adding 'torch/include/ATen/ops/type_as.h' 2025-03-14T04:10:45.0153320Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:45.0156691Z adding 'torch/include/ATen/ops/type_as_native.h' 2025-03-14T04:10:45.0159950Z adding 'torch/include/ATen/ops/type_as_ops.h' 2025-03-14T04:10:45.0163701Z adding 'torch/include/ATen/ops/unbind.h' 2025-03-14T04:10:45.0167303Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:45.0170709Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:45.0174174Z adding 'torch/include/ATen/ops/unbind_copy.h' 2025-03-14T04:10:45.0177568Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:45.0181284Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:45.0184166Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2025-03-14T04:10:45.0188078Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2025-03-14T04:10:45.0191735Z adding 'torch/include/ATen/ops/unbind_native.h' 2025-03-14T04:10:45.0195036Z adding 'torch/include/ATen/ops/unbind_ops.h' 2025-03-14T04:10:45.0198841Z adding 'torch/include/ATen/ops/unflatten.h' 2025-03-14T04:10:45.0202314Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:45.0206029Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2025-03-14T04:10:45.0209566Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:45.0212788Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2025-03-14T04:10:45.0216392Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2025-03-14T04:10:45.0219537Z adding 'torch/include/ATen/ops/unflatten_native.h' 2025-03-14T04:10:45.0223312Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2025-03-14T04:10:45.0226418Z adding 'torch/include/ATen/ops/unfold.h' 2025-03-14T04:10:45.0230579Z adding 'torch/include/ATen/ops/unfold_backward.h' 2025-03-14T04:10:45.0234429Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:45.0237670Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2025-03-14T04:10:45.0241685Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2025-03-14T04:10:45.0246454Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2025-03-14T04:10:45.0251568Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2025-03-14T04:10:45.0256558Z adding 'torch/include/ATen/ops/unfold_copy.h' 2025-03-14T04:10:45.0260544Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:45.0264212Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:45.0267392Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2025-03-14T04:10:45.0271188Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2025-03-14T04:10:45.0274455Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2025-03-14T04:10:45.0278130Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2025-03-14T04:10:45.0281305Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2025-03-14T04:10:45.0285039Z adding 'torch/include/ATen/ops/unfold_native.h' 2025-03-14T04:10:45.0288240Z adding 'torch/include/ATen/ops/unfold_ops.h' 2025-03-14T04:10:45.0291381Z adding 'torch/include/ATen/ops/uniform.h' 2025-03-14T04:10:45.0295271Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:45.0298386Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2025-03-14T04:10:45.0301469Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2025-03-14T04:10:45.0304510Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2025-03-14T04:10:45.0307628Z adding 'torch/include/ATen/ops/uniform_native.h' 2025-03-14T04:10:45.0311555Z adding 'torch/include/ATen/ops/uniform_ops.h' 2025-03-14T04:10:45.0315060Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2025-03-14T04:10:45.0318336Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:45.0321326Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2025-03-14T04:10:45.0324379Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2025-03-14T04:10:45.0327370Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2025-03-14T04:10:45.0330650Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2025-03-14T04:10:45.0333859Z adding 'torch/include/ATen/ops/unique_dim.h' 2025-03-14T04:10:45.0337202Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:45.0340244Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2025-03-14T04:10:45.0344324Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:45.0347474Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2025-03-14T04:10:45.0350599Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2025-03-14T04:10:45.0353660Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2025-03-14T04:10:45.0356954Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2025-03-14T04:10:45.0360104Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2025-03-14T04:10:45.0363229Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2025-03-14T04:10:45.0366236Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2025-03-14T04:10:45.0369423Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2025-03-14T04:10:45.0372524Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2025-03-14T04:10:45.0375755Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:45.0378636Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2025-03-14T04:10:45.0381726Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2025-03-14T04:10:45.0385032Z adding 'torch/include/ATen/ops/unsafe_split.h' 2025-03-14T04:10:45.0388534Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:45.0391436Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2025-03-14T04:10:45.0394584Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2025-03-14T04:10:45.0398278Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2025-03-14T04:10:45.0402078Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:45.0405582Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2025-03-14T04:10:45.0408923Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2025-03-14T04:10:45.0412572Z adding 'torch/include/ATen/ops/unsqueeze.h' 2025-03-14T04:10:45.0415974Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:45.0419396Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2025-03-14T04:10:45.0423134Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:45.0426459Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:45.0429894Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2025-03-14T04:10:45.0433153Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2025-03-14T04:10:45.0436812Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2025-03-14T04:10:45.0440212Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2025-03-14T04:10:45.0444197Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2025-03-14T04:10:45.0448486Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2025-03-14T04:10:45.0452305Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:45.0455897Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2025-03-14T04:10:45.0459673Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2025-03-14T04:10:45.0462885Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2025-03-14T04:10:45.0466698Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2025-03-14T04:10:45.0470167Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2025-03-14T04:10:45.0473874Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2025-03-14T04:10:45.0477869Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:45.0481033Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:45.0484660Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2025-03-14T04:10:45.0487946Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2025-03-14T04:10:45.0492185Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2025-03-14T04:10:45.0495978Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2025-03-14T04:10:45.0499259Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2025-03-14T04:10:45.0503225Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2025-03-14T04:10:45.0507699Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2025-03-14T04:10:45.0511744Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2025-03-14T04:10:45.0516107Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:45.0519609Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2025-03-14T04:10:45.0523077Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2025-03-14T04:10:45.0526736Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2025-03-14T04:10:45.0530091Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2025-03-14T04:10:45.0533882Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2025-03-14T04:10:45.0537667Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2025-03-14T04:10:45.0541147Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:45.0544909Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:45.0548245Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:45.0552017Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2025-03-14T04:10:45.0555783Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2025-03-14T04:10:45.0558972Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2025-03-14T04:10:45.0562718Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2025-03-14T04:10:45.0566008Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2025-03-14T04:10:45.0570109Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2025-03-14T04:10:45.0574326Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2025-03-14T04:10:45.0578146Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2025-03-14T04:10:45.0582359Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:45.0585899Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2025-03-14T04:10:45.0589376Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2025-03-14T04:10:45.0592984Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2025-03-14T04:10:45.0596300Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2025-03-14T04:10:45.0600015Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2025-03-14T04:10:45.0603651Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2025-03-14T04:10:45.0607254Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:45.0610832Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:45.0614036Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2025-03-14T04:10:45.0617932Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2025-03-14T04:10:45.0621219Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2025-03-14T04:10:45.0624793Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2025-03-14T04:10:45.0628493Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2025-03-14T04:10:45.0631893Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2025-03-14T04:10:45.0636072Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2025-03-14T04:10:45.0640305Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2025-03-14T04:10:45.0644005Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:45.0647561Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2025-03-14T04:10:45.0650879Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2025-03-14T04:10:45.0654577Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2025-03-14T04:10:45.0658293Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2025-03-14T04:10:45.0661596Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2025-03-14T04:10:45.0665374Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2025-03-14T04:10:45.0668987Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:45.0672667Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:45.0676219Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2025-03-14T04:10:45.0679647Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2025-03-14T04:10:45.0683196Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2025-03-14T04:10:45.0686539Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2025-03-14T04:10:45.0690311Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2025-03-14T04:10:45.0693977Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2025-03-14T04:10:45.0698070Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2025-03-14T04:10:45.0702463Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2025-03-14T04:10:45.0706462Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:45.0709861Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2025-03-14T04:10:45.0713735Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2025-03-14T04:10:45.0716948Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2025-03-14T04:10:45.0720924Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2025-03-14T04:10:45.0724416Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2025-03-14T04:10:45.0727928Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2025-03-14T04:10:45.0731775Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:45.0735171Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:45.0738948Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:45.0742361Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2025-03-14T04:10:45.0747428Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2025-03-14T04:10:45.0751291Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2025-03-14T04:10:45.0754970Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2025-03-14T04:10:45.0758419Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2025-03-14T04:10:45.0762498Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2025-03-14T04:10:45.0766278Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2025-03-14T04:10:45.0770872Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2025-03-14T04:10:45.0774483Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:45.0777603Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2025-03-14T04:10:45.0781717Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2025-03-14T04:10:45.0784878Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2025-03-14T04:10:45.0788285Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2025-03-14T04:10:45.0791476Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2025-03-14T04:10:45.0795168Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2025-03-14T04:10:45.0798934Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:45.0802074Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:45.0805273Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2025-03-14T04:10:45.0808530Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2025-03-14T04:10:45.0811527Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2025-03-14T04:10:45.0814775Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2025-03-14T04:10:45.0817857Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2025-03-14T04:10:45.0821196Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2025-03-14T04:10:45.0824903Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2025-03-14T04:10:45.0829667Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2025-03-14T04:10:45.0833355Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:45.0836446Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2025-03-14T04:10:45.0840319Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2025-03-14T04:10:45.0843511Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2025-03-14T04:10:45.0847116Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2025-03-14T04:10:45.0849980Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2025-03-14T04:10:45.0853263Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2025-03-14T04:10:45.0856689Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:45.0859745Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:45.0862897Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2025-03-14T04:10:45.0866174Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2025-03-14T04:10:45.0869398Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2025-03-14T04:10:45.0872659Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2025-03-14T04:10:45.0875780Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2025-03-14T04:10:45.0879845Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2025-03-14T04:10:45.0883759Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2025-03-14T04:10:45.0887280Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:45.0890203Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2025-03-14T04:10:45.0893446Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2025-03-14T04:10:45.0896371Z adding 'torch/include/ATen/ops/values.h' 2025-03-14T04:10:45.0899834Z adding 'torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:45.0902901Z adding 'torch/include/ATen/ops/values_copy.h' 2025-03-14T04:10:45.0906168Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:45.0909491Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:45.0912307Z adding 'torch/include/ATen/ops/values_copy_native.h' 2025-03-14T04:10:45.0915454Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2025-03-14T04:10:45.0918502Z adding 'torch/include/ATen/ops/values_native.h' 2025-03-14T04:10:45.0921627Z adding 'torch/include/ATen/ops/values_ops.h' 2025-03-14T04:10:45.0924731Z adding 'torch/include/ATen/ops/vander.h' 2025-03-14T04:10:45.0927993Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:45.0930840Z adding 'torch/include/ATen/ops/vander_native.h' 2025-03-14T04:10:45.0933942Z adding 'torch/include/ATen/ops/vander_ops.h' 2025-03-14T04:10:45.0937308Z adding 'torch/include/ATen/ops/var.h' 2025-03-14T04:10:45.0940800Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:45.0943875Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2025-03-14T04:10:45.0947093Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2025-03-14T04:10:45.0950546Z adding 'torch/include/ATen/ops/var_mean.h' 2025-03-14T04:10:45.0953822Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:45.0956977Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:45.0959962Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2025-03-14T04:10:45.0963057Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2025-03-14T04:10:45.0966117Z adding 'torch/include/ATen/ops/var_mean_native.h' 2025-03-14T04:10:45.0969670Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2025-03-14T04:10:45.0972880Z adding 'torch/include/ATen/ops/var_native.h' 2025-03-14T04:10:45.0976520Z adding 'torch/include/ATen/ops/var_ops.h' 2025-03-14T04:10:45.0979760Z adding 'torch/include/ATen/ops/vdot.h' 2025-03-14T04:10:45.0982995Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:45.0985995Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2025-03-14T04:10:45.0989181Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2025-03-14T04:10:45.0992158Z adding 'torch/include/ATen/ops/vdot_native.h' 2025-03-14T04:10:45.0995301Z adding 'torch/include/ATen/ops/vdot_ops.h' 2025-03-14T04:10:45.0998386Z adding 'torch/include/ATen/ops/view.h' 2025-03-14T04:10:45.1001341Z adding 'torch/include/ATen/ops/view_as.h' 2025-03-14T04:10:45.1004375Z adding 'torch/include/ATen/ops/view_as_complex.h' 2025-03-14T04:10:45.1007450Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2025-03-14T04:10:45.1010726Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:45.1013858Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:45.1016688Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2025-03-14T04:10:45.1019798Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2025-03-14T04:10:45.1022879Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2025-03-14T04:10:45.1026203Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2025-03-14T04:10:45.1029154Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2025-03-14T04:10:45.1031983Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2025-03-14T04:10:45.1035008Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2025-03-14T04:10:45.1038165Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:45.1041007Z adding 'torch/include/ATen/ops/view_as_native.h' 2025-03-14T04:10:45.1044118Z adding 'torch/include/ATen/ops/view_as_ops.h' 2025-03-14T04:10:45.1047124Z adding 'torch/include/ATen/ops/view_as_real.h' 2025-03-14T04:10:45.1050169Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2025-03-14T04:10:45.1053365Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:45.1056961Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:45.1059871Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2025-03-14T04:10:45.1063494Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2025-03-14T04:10:45.1066719Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2025-03-14T04:10:45.1070506Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2025-03-14T04:10:45.1073733Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2025-03-14T04:10:45.1077148Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2025-03-14T04:10:45.1080702Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2025-03-14T04:10:45.1084032Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:45.1087827Z adding 'torch/include/ATen/ops/view_copy.h' 2025-03-14T04:10:45.1091311Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:45.1095262Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:45.1098516Z adding 'torch/include/ATen/ops/view_copy_native.h' 2025-03-14T04:10:45.1102062Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2025-03-14T04:10:45.1105728Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2025-03-14T04:10:45.1109011Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2025-03-14T04:10:45.1112711Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2025-03-14T04:10:45.1115773Z adding 'torch/include/ATen/ops/view_native.h' 2025-03-14T04:10:45.1119592Z adding 'torch/include/ATen/ops/view_ops.h' 2025-03-14T04:10:45.1123199Z adding 'torch/include/ATen/ops/vsplit.h' 2025-03-14T04:10:45.1126625Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:45.1130010Z adding 'torch/include/ATen/ops/vsplit_native.h' 2025-03-14T04:10:45.1133304Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2025-03-14T04:10:45.1137050Z adding 'torch/include/ATen/ops/vstack.h' 2025-03-14T04:10:45.1140570Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:45.1143830Z adding 'torch/include/ATen/ops/vstack_native.h' 2025-03-14T04:10:45.1147548Z adding 'torch/include/ATen/ops/vstack_ops.h' 2025-03-14T04:10:45.1150970Z adding 'torch/include/ATen/ops/where.h' 2025-03-14T04:10:45.1154903Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:45.1157977Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2025-03-14T04:10:45.1161714Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2025-03-14T04:10:45.1165260Z adding 'torch/include/ATen/ops/where_native.h' 2025-03-14T04:10:45.1168862Z adding 'torch/include/ATen/ops/where_ops.h' 2025-03-14T04:10:45.1172752Z adding 'torch/include/ATen/ops/xlogy.h' 2025-03-14T04:10:45.1176258Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:45.1180031Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-14T04:10:45.1183448Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2025-03-14T04:10:45.1186706Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2025-03-14T04:10:45.1190300Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2025-03-14T04:10:45.1193534Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2025-03-14T04:10:45.1197240Z adding 'torch/include/ATen/ops/xlogy_native.h' 2025-03-14T04:10:45.1201178Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2025-03-14T04:10:45.1204632Z adding 'torch/include/ATen/ops/xor.h' 2025-03-14T04:10:45.1208393Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2025-03-14T04:10:45.1211410Z adding 'torch/include/ATen/ops/xor_native.h' 2025-03-14T04:10:45.1215321Z adding 'torch/include/ATen/ops/xor_ops.h' 2025-03-14T04:10:45.1218748Z adding 'torch/include/ATen/ops/zero.h' 2025-03-14T04:10:45.1222414Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:45.1225963Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2025-03-14T04:10:45.1229806Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2025-03-14T04:10:45.1233568Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2025-03-14T04:10:45.1236776Z adding 'torch/include/ATen/ops/zero_native.h' 2025-03-14T04:10:45.1240438Z adding 'torch/include/ATen/ops/zero_ops.h' 2025-03-14T04:10:45.1244619Z adding 'torch/include/ATen/ops/zeros.h' 2025-03-14T04:10:45.1248288Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:45.1252524Z adding 'torch/include/ATen/ops/zeros_like.h' 2025-03-14T04:10:45.1256056Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2025-03-14T04:10:45.1261235Z adding 'torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h' 2025-03-14T04:10:45.1265844Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2025-03-14T04:10:45.1271191Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2025-03-14T04:10:45.1276023Z adding 'torch/include/ATen/ops/zeros_native.h' 2025-03-14T04:10:45.1279937Z adding 'torch/include/ATen/ops/zeros_ops.h' 2025-03-14T04:10:45.1287167Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2025-03-14T04:10:45.1292789Z adding 'torch/include/ATen/quantized/Quantizer.h' 2025-03-14T04:10:45.1297804Z adding 'torch/include/ATen/xpu/CachingHostAllocator.h' 2025-03-14T04:10:45.1300789Z adding 'torch/include/ATen/xpu/PinnedMemoryAllocator.h' 2025-03-14T04:10:45.1304501Z adding 'torch/include/ATen/xpu/XPUContext.h' 2025-03-14T04:10:45.1307810Z adding 'torch/include/ATen/xpu/XPUDevice.h' 2025-03-14T04:10:45.1311724Z adding 'torch/include/ATen/xpu/XPUEvent.h' 2025-03-14T04:10:45.1315862Z adding 'torch/include/ATen/xpu/XPUGeneratorImpl.h' 2025-03-14T04:10:45.1319830Z adding 'torch/include/ATen/xpu/detail/XPUHooks.h' 2025-03-14T04:10:45.1323531Z adding 'torch/include/THC/THCAtomics.cuh' 2025-03-14T04:10:45.1326373Z adding 'torch/include/THC/THCDeviceUtils.cuh' 2025-03-14T04:10:45.1335781Z adding 'torch/include/c10/core/Allocator.h' 2025-03-14T04:10:45.1339434Z adding 'torch/include/c10/core/AutogradState.h' 2025-03-14T04:10:45.1344091Z adding 'torch/include/c10/core/Backend.h' 2025-03-14T04:10:45.1347838Z adding 'torch/include/c10/core/CPUAllocator.h' 2025-03-14T04:10:45.1351415Z adding 'torch/include/c10/core/CachingDeviceAllocator.h' 2025-03-14T04:10:45.1354845Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2025-03-14T04:10:45.1358345Z adding 'torch/include/c10/core/ConstantSymNodeImpl.h' 2025-03-14T04:10:45.1362639Z adding 'torch/include/c10/core/Contiguity.h' 2025-03-14T04:10:45.1366091Z adding 'torch/include/c10/core/CopyBytes.h' 2025-03-14T04:10:45.1369085Z adding 'torch/include/c10/core/DefaultDtype.h' 2025-03-14T04:10:45.1372258Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2025-03-14T04:10:45.1376741Z adding 'torch/include/c10/core/Device.h' 2025-03-14T04:10:45.1380055Z adding 'torch/include/c10/core/DeviceArray.h' 2025-03-14T04:10:45.1384775Z adding 'torch/include/c10/core/DeviceGuard.h' 2025-03-14T04:10:45.1389083Z adding 'torch/include/c10/core/DeviceType.h' 2025-03-14T04:10:45.1402756Z adding 'torch/include/c10/core/DispatchKey.h' 2025-03-14T04:10:45.1419778Z adding 'torch/include/c10/core/DispatchKeySet.h' 2025-03-14T04:10:45.1424817Z adding 'torch/include/c10/core/DynamicCast.h' 2025-03-14T04:10:45.1429149Z adding 'torch/include/c10/core/Event.h' 2025-03-14T04:10:45.1433257Z adding 'torch/include/c10/core/GeneratorImpl.h' 2025-03-14T04:10:45.1436539Z adding 'torch/include/c10/core/GradMode.h' 2025-03-14T04:10:45.1440384Z adding 'torch/include/c10/core/InferenceMode.h' 2025-03-14T04:10:45.1443782Z adding 'torch/include/c10/core/Layout.h' 2025-03-14T04:10:45.1448909Z adding 'torch/include/c10/core/MemoryFormat.h' 2025-03-14T04:10:45.1452220Z adding 'torch/include/c10/core/OptionalRef.h' 2025-03-14T04:10:45.1455949Z adding 'torch/include/c10/core/PyHandleCache.h' 2025-03-14T04:10:45.1459149Z adding 'torch/include/c10/core/QEngine.h' 2025-03-14T04:10:45.1462363Z adding 'torch/include/c10/core/QScheme.h' 2025-03-14T04:10:45.1465894Z adding 'torch/include/c10/core/RefcountedDeleter.h' 2025-03-14T04:10:45.1469721Z adding 'torch/include/c10/core/SafePyObject.h' 2025-03-14T04:10:45.1475873Z adding 'torch/include/c10/core/Scalar.h' 2025-03-14T04:10:45.1484349Z adding 'torch/include/c10/core/ScalarType.h' 2025-03-14T04:10:45.1488235Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2025-03-14T04:10:45.1492566Z adding 'torch/include/c10/core/Storage.h' 2025-03-14T04:10:45.1498296Z adding 'torch/include/c10/core/StorageImpl.h' 2025-03-14T04:10:45.1503389Z adding 'torch/include/c10/core/Stream.h' 2025-03-14T04:10:45.1507910Z adding 'torch/include/c10/core/StreamGuard.h' 2025-03-14T04:10:45.1511738Z adding 'torch/include/c10/core/SymBool.h' 2025-03-14T04:10:45.1515556Z adding 'torch/include/c10/core/SymFloat.h' 2025-03-14T04:10:45.1521976Z adding 'torch/include/c10/core/SymInt.h' 2025-03-14T04:10:45.1525987Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2025-03-14T04:10:45.1529910Z adding 'torch/include/c10/core/SymNodeImpl.h' 2025-03-14T04:10:45.1534192Z adding 'torch/include/c10/core/SymbolicShapeMeta.h' 2025-03-14T04:10:45.1577703Z adding 'torch/include/c10/core/TensorImpl.h' 2025-03-14T04:10:45.1591063Z adding 'torch/include/c10/core/TensorOptions.h' 2025-03-14T04:10:45.1595505Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2025-03-14T04:10:45.1598827Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2025-03-14T04:10:45.1602543Z adding 'torch/include/c10/core/alignment.h' 2025-03-14T04:10:45.1606595Z adding 'torch/include/c10/core/thread_pool.h' 2025-03-14T04:10:45.1611090Z adding 'torch/include/c10/core/impl/COW.h' 2025-03-14T04:10:45.1615273Z adding 'torch/include/c10/core/impl/COWDeleter.h' 2025-03-14T04:10:45.1622296Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2025-03-14T04:10:45.1626831Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2025-03-14T04:10:45.1630555Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2025-03-14T04:10:45.1634478Z adding 'torch/include/c10/core/impl/HermeticPyObjectTLS.h' 2025-03-14T04:10:45.1641887Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2025-03-14T04:10:45.1646483Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2025-03-14T04:10:45.1652319Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2025-03-14T04:10:45.1657410Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2025-03-14T04:10:45.1663965Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2025-03-14T04:10:45.1670179Z adding 'torch/include/c10/core/impl/PyObjectSlot.h' 2025-03-14T04:10:45.1674067Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2025-03-14T04:10:45.1678902Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2025-03-14T04:10:45.1683000Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2025-03-14T04:10:45.1687158Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2025-03-14T04:10:45.1690438Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2025-03-14T04:10:45.1695017Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2025-03-14T04:10:45.1699386Z adding 'torch/include/c10/cuda/CUDAAllocatorConfig.h' 2025-03-14T04:10:45.1707402Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2025-03-14T04:10:45.1712472Z adding 'torch/include/c10/cuda/CUDADeviceAssertion.h' 2025-03-14T04:10:45.1717805Z adding 'torch/include/c10/cuda/CUDADeviceAssertionHost.h' 2025-03-14T04:10:45.1722429Z adding 'torch/include/c10/cuda/CUDAException.h' 2025-03-14T04:10:45.1726604Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2025-03-14T04:10:45.1730730Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2025-03-14T04:10:45.1736360Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2025-03-14T04:10:45.1740634Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2025-03-14T04:10:45.1745793Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2025-03-14T04:10:45.1749694Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2025-03-14T04:10:45.1756402Z adding 'torch/include/c10/cuda/CUDAStream.h' 2025-03-14T04:10:45.1762099Z adding 'torch/include/c10/cuda/driver_api.h' 2025-03-14T04:10:45.1770741Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2025-03-14T04:10:45.1775730Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2025-03-14T04:10:45.1780379Z adding 'torch/include/c10/cuda/impl/cuda_cmake_macros.h' 2025-03-14T04:10:45.1786612Z adding 'torch/include/c10/macros/Export.h' 2025-03-14T04:10:45.1794888Z adding 'torch/include/c10/macros/Macros.h' 2025-03-14T04:10:45.1799401Z adding 'torch/include/c10/macros/cmake_macros.h' 2025-03-14T04:10:45.1804860Z adding 'torch/include/c10/metal/indexing.h' 2025-03-14T04:10:45.1809125Z adding 'torch/include/c10/metal/random.h' 2025-03-14T04:10:45.1813225Z adding 'torch/include/c10/metal/reduction_utils.h' 2025-03-14T04:10:45.1821968Z adding 'torch/include/c10/metal/special_math.h' 2025-03-14T04:10:45.1825940Z adding 'torch/include/c10/metal/utils.h' 2025-03-14T04:10:45.1832332Z adding 'torch/include/c10/util/AbortHandler.h' 2025-03-14T04:10:45.1837031Z adding 'torch/include/c10/util/AlignOf.h' 2025-03-14T04:10:45.1841074Z adding 'torch/include/c10/util/ApproximateClock.h' 2025-03-14T04:10:45.1844236Z adding 'torch/include/c10/util/Array.h' 2025-03-14T04:10:45.1849503Z adding 'torch/include/c10/util/ArrayRef.h' 2025-03-14T04:10:45.1854228Z adding 'torch/include/c10/util/BFloat16-inl.h' 2025-03-14T04:10:45.1858917Z adding 'torch/include/c10/util/BFloat16-math.h' 2025-03-14T04:10:45.1862810Z adding 'torch/include/c10/util/BFloat16.h' 2025-03-14T04:10:45.1865957Z adding 'torch/include/c10/util/Backtrace.h' 2025-03-14T04:10:45.1870582Z adding 'torch/include/c10/util/Bitset.h' 2025-03-14T04:10:45.1874220Z adding 'torch/include/c10/util/C++17.h' 2025-03-14T04:10:45.1877680Z adding 'torch/include/c10/util/CallOnce.h' 2025-03-14T04:10:45.1882705Z adding 'torch/include/c10/util/ConstexprCrc.h' 2025-03-14T04:10:45.1886382Z adding 'torch/include/c10/util/DeadlockDetection.h' 2025-03-14T04:10:45.1890007Z adding 'torch/include/c10/util/Deprecated.h' 2025-03-14T04:10:45.1893087Z adding 'torch/include/c10/util/DimVector.h' 2025-03-14T04:10:45.1896268Z adding 'torch/include/c10/util/DynamicCounter.h' 2025-03-14T04:10:45.1907166Z adding 'torch/include/c10/util/Exception.h' 2025-03-14T04:10:45.1912056Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2025-03-14T04:10:45.1915707Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2025-03-14T04:10:45.1918795Z adding 'torch/include/c10/util/FbcodeMaps.h' 2025-03-14T04:10:45.1924004Z adding 'torch/include/c10/util/Flags.h' 2025-03-14T04:10:45.1928382Z adding 'torch/include/c10/util/Float8_e4m3fn-inl.h' 2025-03-14T04:10:45.1933576Z adding 'torch/include/c10/util/Float8_e4m3fn.h' 2025-03-14T04:10:45.1937911Z adding 'torch/include/c10/util/Float8_e4m3fnuz-inl.h' 2025-03-14T04:10:45.1942035Z adding 'torch/include/c10/util/Float8_e4m3fnuz.h' 2025-03-14T04:10:45.1946213Z adding 'torch/include/c10/util/Float8_e5m2-inl.h' 2025-03-14T04:10:45.1950538Z adding 'torch/include/c10/util/Float8_e5m2.h' 2025-03-14T04:10:45.1954827Z adding 'torch/include/c10/util/Float8_e5m2fnuz-inl.h' 2025-03-14T04:10:45.1958983Z adding 'torch/include/c10/util/Float8_e5m2fnuz.h' 2025-03-14T04:10:45.1962732Z adding 'torch/include/c10/util/Float8_e8m0fnu-inl.h' 2025-03-14T04:10:45.1966547Z adding 'torch/include/c10/util/Float8_e8m0fnu.h' 2025-03-14T04:10:45.1969996Z adding 'torch/include/c10/util/Float8_fnuz_cvt.h' 2025-03-14T04:10:45.1973497Z adding 'torch/include/c10/util/FunctionRef.h' 2025-03-14T04:10:45.1976709Z adding 'torch/include/c10/util/Gauge.h' 2025-03-14T04:10:45.1981170Z adding 'torch/include/c10/util/Half-inl.h' 2025-03-14T04:10:45.1988383Z adding 'torch/include/c10/util/Half.h' 2025-03-14T04:10:45.1992341Z adding 'torch/include/c10/util/IdWrapper.h' 2025-03-14T04:10:45.1995943Z adding 'torch/include/c10/util/Lazy.h' 2025-03-14T04:10:45.2000625Z adding 'torch/include/c10/util/LeftRight.h' 2025-03-14T04:10:45.2003936Z adding 'torch/include/c10/util/Load.h' 2025-03-14T04:10:45.2009847Z adding 'torch/include/c10/util/Logging.h' 2025-03-14T04:10:45.2013724Z adding 'torch/include/c10/util/MathConstants.h' 2025-03-14T04:10:45.2018186Z adding 'torch/include/c10/util/MaybeOwned.h' 2025-03-14T04:10:45.2022847Z adding 'torch/include/c10/util/Metaprogramming.h' 2025-03-14T04:10:45.2026278Z adding 'torch/include/c10/util/NetworkFlow.h' 2025-03-14T04:10:45.2029727Z adding 'torch/include/c10/util/Optional.h' 2025-03-14T04:10:45.2033852Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2025-03-14T04:10:45.2036993Z adding 'torch/include/c10/util/ParallelGuard.h' 2025-03-14T04:10:45.2042472Z adding 'torch/include/c10/util/Registry.h' 2025-03-14T04:10:45.2046105Z adding 'torch/include/c10/util/ScopeExit.h' 2025-03-14T04:10:45.2049406Z adding 'torch/include/c10/util/SmallBuffer.h' 2025-03-14T04:10:45.2067496Z adding 'torch/include/c10/util/SmallVector.h' 2025-03-14T04:10:45.2073497Z adding 'torch/include/c10/util/StringUtil.h' 2025-03-14T04:10:45.2077245Z adding 'torch/include/c10/util/Synchronized.h' 2025-03-14T04:10:45.2081596Z adding 'torch/include/c10/util/ThreadLocal.h' 2025-03-14T04:10:45.2085717Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2025-03-14T04:10:45.2088912Z adding 'torch/include/c10/util/Type.h' 2025-03-14T04:10:45.2094489Z adding 'torch/include/c10/util/TypeCast.h' 2025-03-14T04:10:45.2099282Z adding 'torch/include/c10/util/TypeIndex.h' 2025-03-14T04:10:45.2106145Z adding 'torch/include/c10/util/TypeList.h' 2025-03-14T04:10:45.2119094Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2025-03-14T04:10:45.2119542Z adding 'torch/include/c10/util/TypeTraits.h' 2025-03-14T04:10:45.2119939Z adding 'torch/include/c10/util/Unicode.h' 2025-03-14T04:10:45.2123195Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2025-03-14T04:10:45.2127063Z adding 'torch/include/c10/util/Unroll.h' 2025-03-14T04:10:45.2130564Z adding 'torch/include/c10/util/WaitCounter.h' 2025-03-14T04:10:45.2134295Z adding 'torch/include/c10/util/WaitCounterDynamicBackend.h' 2025-03-14T04:10:45.2137992Z adding 'torch/include/c10/util/accumulate.h' 2025-03-14T04:10:45.2141740Z adding 'torch/include/c10/util/bit_cast.h' 2025-03-14T04:10:45.2145366Z adding 'torch/include/c10/util/bits.h' 2025-03-14T04:10:45.2153365Z adding 'torch/include/c10/util/complex.h' 2025-03-14T04:10:45.2159152Z adding 'torch/include/c10/util/complex_math.h' 2025-03-14T04:10:45.2163191Z adding 'torch/include/c10/util/complex_utils.h' 2025-03-14T04:10:45.2166416Z adding 'torch/include/c10/util/copysign.h' 2025-03-14T04:10:45.2169984Z adding 'torch/include/c10/util/env.h' 2025-03-14T04:10:45.2172970Z adding 'torch/include/c10/util/error.h' 2025-03-14T04:10:45.2190257Z adding 'torch/include/c10/util/flat_hash_map.h' 2025-03-14T04:10:45.2195394Z adding 'torch/include/c10/util/floating_point_utils.h' 2025-03-14T04:10:45.2199519Z adding 'torch/include/c10/util/generic_math.h' 2025-03-14T04:10:45.2205771Z adding 'torch/include/c10/util/hash.h' 2025-03-14T04:10:45.2212466Z adding 'torch/include/c10/util/int128.h' 2025-03-14T04:10:45.2226522Z adding 'torch/include/c10/util/intrusive_ptr.h' 2025-03-14T04:10:45.2231824Z adding 'torch/include/c10/util/irange.h' 2025-03-14T04:10:45.2243129Z adding 'torch/include/c10/util/llvmMathExtras.h' 2025-03-14T04:10:45.2248144Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2025-03-14T04:10:45.2253824Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2025-03-14T04:10:45.2258997Z adding 'torch/include/c10/util/numa.h' 2025-03-14T04:10:45.2282087Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2025-03-14T04:10:45.2288030Z adding 'torch/include/c10/util/overflows.h' 2025-03-14T04:10:45.2291702Z adding 'torch/include/c10/util/overloaded.h' 2025-03-14T04:10:45.2294671Z adding 'torch/include/c10/util/python_stub.h' 2025-03-14T04:10:45.2298845Z adding 'torch/include/c10/util/qint32.h' 2025-03-14T04:10:45.2301928Z adding 'torch/include/c10/util/qint8.h' 2025-03-14T04:10:45.2304887Z adding 'torch/include/c10/util/quint2x4.h' 2025-03-14T04:10:45.2307910Z adding 'torch/include/c10/util/quint4x2.h' 2025-03-14T04:10:45.2311638Z adding 'torch/include/c10/util/quint8.h' 2025-03-14T04:10:45.2315067Z adding 'torch/include/c10/util/safe_numerics.h' 2025-03-14T04:10:45.2318875Z adding 'torch/include/c10/util/signal_handler.h' 2025-03-14T04:10:45.2328621Z adding 'torch/include/c10/util/sparse_bitset.h' 2025-03-14T04:10:45.2332616Z adding 'torch/include/c10/util/ssize.h' 2025-03-14T04:10:45.2335815Z adding 'torch/include/c10/util/static_tracepoint.h' 2025-03-14T04:10:45.2340148Z adding 'torch/include/c10/util/static_tracepoint_elfx86.h' 2025-03-14T04:10:45.2343338Z adding 'torch/include/c10/util/strides.h' 2025-03-14T04:10:45.2346259Z adding 'torch/include/c10/util/string_utils.h' 2025-03-14T04:10:45.2352891Z adding 'torch/include/c10/util/string_view.h' 2025-03-14T04:10:45.2363118Z adding 'torch/include/c10/util/strong_type.h' 2025-03-14T04:10:45.2367586Z adding 'torch/include/c10/util/tempfile.h' 2025-03-14T04:10:45.2370448Z adding 'torch/include/c10/util/thread_name.h' 2025-03-14T04:10:45.2379655Z adding 'torch/include/c10/util/typeid.h' 2025-03-14T04:10:45.2383327Z adding 'torch/include/c10/util/win32-headers.h' 2025-03-14T04:10:45.2387318Z adding 'torch/include/c10/xpu/XPUCachingAllocator.h' 2025-03-14T04:10:45.2392192Z adding 'torch/include/c10/xpu/XPUDeviceProp.h' 2025-03-14T04:10:45.2395539Z adding 'torch/include/c10/xpu/XPUException.h' 2025-03-14T04:10:45.2398660Z adding 'torch/include/c10/xpu/XPUFunctions.h' 2025-03-14T04:10:45.2401745Z adding 'torch/include/c10/xpu/XPUMacros.h' 2025-03-14T04:10:45.2406341Z adding 'torch/include/c10/xpu/XPUStream.h' 2025-03-14T04:10:45.2412083Z adding 'torch/include/c10/xpu/impl/XPUGuardImpl.h' 2025-03-14T04:10:45.2452744Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2025-03-14T04:10:45.2457609Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2025-03-14T04:10:45.2460698Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2025-03-14T04:10:45.2466146Z adding 'torch/include/caffe2/serialize/inline_container.h' 2025-03-14T04:10:45.2469689Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2025-03-14T04:10:45.2472777Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2025-03-14T04:10:45.2477372Z adding 'torch/include/caffe2/serialize/versions.h' 2025-03-14T04:10:45.2482357Z adding 'torch/include/kineto/AbstractConfig.h' 2025-03-14T04:10:45.2486335Z adding 'torch/include/kineto/ActivityProfilerInterface.h' 2025-03-14T04:10:45.2489468Z adding 'torch/include/kineto/ActivityTraceInterface.h' 2025-03-14T04:10:45.2492862Z adding 'torch/include/kineto/ActivityType.h' 2025-03-14T04:10:45.2495901Z adding 'torch/include/kineto/ClientInterface.h' 2025-03-14T04:10:45.2502330Z adding 'torch/include/kineto/Config.h' 2025-03-14T04:10:45.2506582Z adding 'torch/include/kineto/GenericTraceActivity.h' 2025-03-14T04:10:45.2510883Z adding 'torch/include/kineto/IActivityProfiler.h' 2025-03-14T04:10:45.2514344Z adding 'torch/include/kineto/ILoggerObserver.h' 2025-03-14T04:10:45.2518071Z adding 'torch/include/kineto/ITraceActivity.h' 2025-03-14T04:10:45.2520738Z adding 'torch/include/kineto/LoggingAPI.h' 2025-03-14T04:10:45.2523810Z adding 'torch/include/kineto/ThreadUtil.h' 2025-03-14T04:10:45.2526938Z adding 'torch/include/kineto/TraceSpan.h' 2025-03-14T04:10:45.2530679Z adding 'torch/include/kineto/libkineto.h' 2025-03-14T04:10:45.2534144Z adding 'torch/include/kineto/output_base.h' 2025-03-14T04:10:45.2537194Z adding 'torch/include/kineto/time_since_epoch.h' 2025-03-14T04:10:45.2546719Z adding 'torch/include/pybind11/attr.h' 2025-03-14T04:10:45.2552026Z adding 'torch/include/pybind11/buffer_info.h' 2025-03-14T04:10:45.2576993Z adding 'torch/include/pybind11/cast.h' 2025-03-14T04:10:45.2583910Z adding 'torch/include/pybind11/chrono.h' 2025-03-14T04:10:45.2587145Z adding 'torch/include/pybind11/common.h' 2025-03-14T04:10:45.2591215Z adding 'torch/include/pybind11/complex.h' 2025-03-14T04:10:45.2594596Z adding 'torch/include/pybind11/eigen.h' 2025-03-14T04:10:45.2601125Z adding 'torch/include/pybind11/embed.h' 2025-03-14T04:10:45.2605491Z adding 'torch/include/pybind11/eval.h' 2025-03-14T04:10:45.2610470Z adding 'torch/include/pybind11/functional.h' 2025-03-14T04:10:45.2615688Z adding 'torch/include/pybind11/gil.h' 2025-03-14T04:10:45.2620497Z adding 'torch/include/pybind11/gil_safe_call_once.h' 2025-03-14T04:10:45.2626654Z adding 'torch/include/pybind11/iostream.h' 2025-03-14T04:10:45.2663509Z adding 'torch/include/pybind11/numpy.h' 2025-03-14T04:10:45.2671338Z adding 'torch/include/pybind11/operators.h' 2025-03-14T04:10:45.2675312Z adding 'torch/include/pybind11/options.h' 2025-03-14T04:10:45.2718851Z adding 'torch/include/pybind11/pybind11.h' 2025-03-14T04:10:45.2759460Z adding 'torch/include/pybind11/pytypes.h' 2025-03-14T04:10:45.2767757Z adding 'torch/include/pybind11/stl.h' 2025-03-14T04:10:45.2777594Z adding 'torch/include/pybind11/stl_bind.h' 2025-03-14T04:10:45.2782801Z adding 'torch/include/pybind11/type_caster_pyobject_ptr.h' 2025-03-14T04:10:45.2786207Z adding 'torch/include/pybind11/typing.h' 2025-03-14T04:10:45.2798908Z adding 'torch/include/pybind11/detail/class.h' 2025-03-14T04:10:45.2817969Z adding 'torch/include/pybind11/detail/common.h' 2025-03-14T04:10:45.2822847Z adding 'torch/include/pybind11/detail/cpp_conduit.h' 2025-03-14T04:10:45.2826968Z adding 'torch/include/pybind11/detail/descr.h' 2025-03-14T04:10:45.2830919Z adding 'torch/include/pybind11/detail/exception_translation.h' 2025-03-14T04:10:45.2837918Z adding 'torch/include/pybind11/detail/init.h' 2025-03-14T04:10:45.2849902Z adding 'torch/include/pybind11/detail/internals.h' 2025-03-14T04:10:45.2868733Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2025-03-14T04:10:45.2873191Z adding 'torch/include/pybind11/detail/typeid.h' 2025-03-14T04:10:45.2876806Z adding 'torch/include/pybind11/detail/value_and_holder.h' 2025-03-14T04:10:45.2880602Z adding 'torch/include/pybind11/eigen/common.h' 2025-03-14T04:10:45.2891985Z adding 'torch/include/pybind11/eigen/matrix.h' 2025-03-14T04:10:45.2898994Z adding 'torch/include/pybind11/eigen/tensor.h' 2025-03-14T04:10:45.2908905Z adding 'torch/include/torch/custom_class.h' 2025-03-14T04:10:45.2914454Z adding 'torch/include/torch/custom_class_detail.h' 2025-03-14T04:10:45.2917627Z adding 'torch/include/torch/extension.h' 2025-03-14T04:10:45.2948767Z adding 'torch/include/torch/library.h' 2025-03-14T04:10:45.2949118Z adding 'torch/include/torch/script.h' 2025-03-14T04:10:45.2949440Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2025-03-14T04:10:45.2949796Z adding 'torch/include/torch/csrc/DataLoader.h' 2025-03-14T04:10:45.2951267Z adding 'torch/include/torch/csrc/Device.h' 2025-03-14T04:10:45.2954705Z adding 'torch/include/torch/csrc/DeviceAccelerator.h' 2025-03-14T04:10:45.2957387Z adding 'torch/include/torch/csrc/Dtype.h' 2025-03-14T04:10:45.2960720Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2025-03-14T04:10:45.2963751Z adding 'torch/include/torch/csrc/Event.h' 2025-03-14T04:10:45.2970299Z adding 'torch/include/torch/csrc/Exceptions.h' 2025-03-14T04:10:45.2973774Z adding 'torch/include/torch/csrc/Export.h' 2025-03-14T04:10:45.2976915Z adding 'torch/include/torch/csrc/Generator.h' 2025-03-14T04:10:45.2979986Z adding 'torch/include/torch/csrc/Layout.h' 2025-03-14T04:10:45.2983216Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2025-03-14T04:10:45.2986009Z adding 'torch/include/torch/csrc/Module.h' 2025-03-14T04:10:45.2989023Z adding 'torch/include/torch/csrc/PyInterpreter.h' 2025-03-14T04:10:45.2992016Z adding 'torch/include/torch/csrc/QScheme.h' 2025-03-14T04:10:45.2994958Z adding 'torch/include/torch/csrc/Size.h' 2025-03-14T04:10:45.2999113Z adding 'torch/include/torch/csrc/Storage.h' 2025-03-14T04:10:45.3001263Z adding 'torch/include/torch/csrc/StorageMethods.h' 2025-03-14T04:10:45.3004064Z adding 'torch/include/torch/csrc/StorageSharing.h' 2025-03-14T04:10:45.3007040Z adding 'torch/include/torch/csrc/Stream.h' 2025-03-14T04:10:45.3009965Z adding 'torch/include/torch/csrc/THConcat.h' 2025-03-14T04:10:45.3013009Z adding 'torch/include/torch/csrc/THP.h' 2025-03-14T04:10:45.3016059Z adding 'torch/include/torch/csrc/TypeInfo.h' 2025-03-14T04:10:45.3018917Z adding 'torch/include/torch/csrc/Types.h' 2025-03-14T04:10:45.3022089Z adding 'torch/include/torch/csrc/copy_utils.h' 2025-03-14T04:10:45.3025636Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2025-03-14T04:10:45.3028608Z adding 'torch/include/torch/csrc/python_dimname.h' 2025-03-14T04:10:45.3031813Z adding 'torch/include/torch/csrc/python_headers.h' 2025-03-14T04:10:45.3035442Z adding 'torch/include/torch/csrc/serialization.h' 2025-03-14T04:10:45.3039466Z adding 'torch/include/torch/csrc/utils.h' 2025-03-14T04:10:45.3045018Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2025-03-14T04:10:45.3048229Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2025-03-14T04:10:45.3051173Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2025-03-14T04:10:45.3054327Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2025-03-14T04:10:45.3057229Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2025-03-14T04:10:45.3061458Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2025-03-14T04:10:45.3065864Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2025-03-14T04:10:45.3070590Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2025-03-14T04:10:45.3074343Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2025-03-14T04:10:45.3077574Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2025-03-14T04:10:45.3080802Z adding 'torch/include/torch/csrc/api/include/torch/mps.h' 2025-03-14T04:10:45.3084352Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2025-03-14T04:10:45.3087502Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2025-03-14T04:10:45.3091106Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2025-03-14T04:10:45.3097549Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2025-03-14T04:10:45.3102963Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2025-03-14T04:10:45.3107279Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2025-03-14T04:10:45.3110362Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2025-03-14T04:10:45.3117325Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2025-03-14T04:10:45.3121202Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2025-03-14T04:10:45.3124703Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2025-03-14T04:10:45.3128437Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2025-03-14T04:10:45.3131623Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2025-03-14T04:10:45.3134636Z adding 'torch/include/torch/csrc/api/include/torch/xpu.h' 2025-03-14T04:10:45.3139009Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2025-03-14T04:10:45.3142653Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2025-03-14T04:10:45.3145594Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2025-03-14T04:10:45.3148940Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2025-03-14T04:10:45.3153066Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2025-03-14T04:10:45.3156182Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2025-03-14T04:10:45.3159120Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2025-03-14T04:10:45.3162357Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2025-03-14T04:10:45.3168424Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2025-03-14T04:10:45.3172412Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2025-03-14T04:10:45.3176224Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2025-03-14T04:10:45.3180840Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2025-03-14T04:10:45.3189877Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2025-03-14T04:10:45.3194334Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2025-03-14T04:10:45.3197782Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2025-03-14T04:10:45.3201332Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2025-03-14T04:10:45.3204942Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2025-03-14T04:10:45.3208245Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2025-03-14T04:10:45.3212746Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2025-03-14T04:10:45.3216459Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2025-03-14T04:10:45.3220643Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2025-03-14T04:10:45.3224987Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2025-03-14T04:10:45.3228362Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2025-03-14T04:10:45.3231956Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2025-03-14T04:10:45.3235371Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2025-03-14T04:10:45.3238709Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2025-03-14T04:10:45.3241834Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2025-03-14T04:10:45.3245242Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2025-03-14T04:10:45.3249438Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2025-03-14T04:10:45.3252735Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2025-03-14T04:10:45.3256023Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2025-03-14T04:10:45.3259315Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2025-03-14T04:10:45.3262875Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2025-03-14T04:10:45.3269879Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2025-03-14T04:10:45.3273734Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2025-03-14T04:10:45.3278587Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2025-03-14T04:10:45.3281741Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2025-03-14T04:10:45.3285553Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2025-03-14T04:10:45.3325883Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2025-03-14T04:10:45.3326394Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2025-03-14T04:10:45.3326873Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2025-03-14T04:10:45.3327371Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2025-03-14T04:10:45.3327861Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2025-03-14T04:10:45.3328321Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2025-03-14T04:10:45.3328856Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2025-03-14T04:10:45.3331830Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2025-03-14T04:10:45.3334803Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2025-03-14T04:10:45.3338703Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2025-03-14T04:10:45.3343609Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2025-03-14T04:10:45.3347276Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2025-03-14T04:10:45.3351375Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2025-03-14T04:10:45.3354706Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2025-03-14T04:10:45.3357819Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2025-03-14T04:10:45.3365164Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2025-03-14T04:10:45.3369998Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2025-03-14T04:10:45.3373597Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2025-03-14T04:10:45.3377147Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2025-03-14T04:10:45.3384228Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2025-03-14T04:10:45.3389989Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2025-03-14T04:10:45.3394098Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2025-03-14T04:10:45.3398538Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2025-03-14T04:10:45.3405045Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2025-03-14T04:10:45.3409849Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2025-03-14T04:10:45.3414500Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2025-03-14T04:10:45.3418669Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2025-03-14T04:10:45.3424346Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2025-03-14T04:10:45.3428463Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2025-03-14T04:10:45.3432706Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2025-03-14T04:10:45.3436942Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2025-03-14T04:10:45.3440632Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2025-03-14T04:10:45.3444634Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2025-03-14T04:10:45.3448865Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2025-03-14T04:10:45.3456542Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2025-03-14T04:10:45.3461436Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2025-03-14T04:10:45.3466425Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2025-03-14T04:10:45.3470529Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2025-03-14T04:10:45.3477113Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2025-03-14T04:10:45.3482859Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2025-03-14T04:10:45.3488030Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2025-03-14T04:10:45.3492211Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2025-03-14T04:10:45.3496545Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2025-03-14T04:10:45.3500117Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2025-03-14T04:10:45.3503454Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2025-03-14T04:10:45.3510771Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2025-03-14T04:10:45.3515309Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2025-03-14T04:10:45.3519451Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2025-03-14T04:10:45.3523535Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2025-03-14T04:10:45.3528482Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2025-03-14T04:10:45.3533814Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2025-03-14T04:10:45.3537702Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2025-03-14T04:10:45.3541750Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2025-03-14T04:10:45.3545955Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2025-03-14T04:10:45.3552544Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2025-03-14T04:10:45.3559610Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2025-03-14T04:10:45.3564749Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2025-03-14T04:10:45.3567198Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2025-03-14T04:10:45.3571973Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2025-03-14T04:10:45.3576332Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2025-03-14T04:10:45.3579479Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2025-03-14T04:10:45.3584182Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2025-03-14T04:10:45.3588198Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2025-03-14T04:10:45.3591792Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2025-03-14T04:10:45.3595544Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2025-03-14T04:10:45.3602388Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2025-03-14T04:10:45.3607200Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2025-03-14T04:10:45.3611497Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2025-03-14T04:10:45.3615870Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2025-03-14T04:10:45.3621301Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2025-03-14T04:10:45.3625226Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2025-03-14T04:10:45.3629179Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2025-03-14T04:10:45.3632833Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2025-03-14T04:10:45.3636238Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2025-03-14T04:10:45.3640330Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2025-03-14T04:10:45.3644063Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2025-03-14T04:10:45.3650699Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2025-03-14T04:10:45.3655941Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2025-03-14T04:10:45.3659730Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2025-03-14T04:10:45.3666516Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2025-03-14T04:10:45.3671867Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2025-03-14T04:10:45.3674946Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2025-03-14T04:10:45.3678792Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2025-03-14T04:10:45.3683390Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2025-03-14T04:10:45.3687585Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2025-03-14T04:10:45.3691563Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2025-03-14T04:10:45.3697120Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2025-03-14T04:10:45.3701162Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2025-03-14T04:10:45.3706014Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2025-03-14T04:10:45.3709153Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h' 2025-03-14T04:10:45.3712320Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2025-03-14T04:10:45.3715975Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2025-03-14T04:10:45.3719977Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2025-03-14T04:10:45.3723776Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2025-03-14T04:10:45.3726853Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2025-03-14T04:10:45.3738062Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2025-03-14T04:10:45.3741985Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2025-03-14T04:10:45.3748503Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2025-03-14T04:10:45.3752474Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2025-03-14T04:10:45.3756853Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2025-03-14T04:10:45.3760440Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2025-03-14T04:10:45.3774660Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2025-03-14T04:10:45.3775124Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2025-03-14T04:10:45.3777588Z adding 'torch/include/torch/csrc/autograd/edge.h' 2025-03-14T04:10:45.3783841Z adding 'torch/include/torch/csrc/autograd/engine.h' 2025-03-14T04:10:45.3790068Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2025-03-14T04:10:45.3804908Z adding 'torch/include/torch/csrc/autograd/function.h' 2025-03-14T04:10:45.3809546Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2025-03-14T04:10:45.3813007Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2025-03-14T04:10:45.3819029Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2025-03-14T04:10:45.3822751Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2025-03-14T04:10:45.3826499Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2025-03-14T04:10:45.3830314Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2025-03-14T04:10:45.3833226Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2025-03-14T04:10:45.3838342Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2025-03-14T04:10:45.3844362Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2025-03-14T04:10:45.3847608Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2025-03-14T04:10:45.3850838Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2025-03-14T04:10:45.3854129Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2025-03-14T04:10:45.3858016Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2025-03-14T04:10:45.3861394Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2025-03-14T04:10:45.3864328Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2025-03-14T04:10:45.3867315Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2025-03-14T04:10:45.3871770Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2025-03-14T04:10:45.3875473Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2025-03-14T04:10:45.3878271Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2025-03-14T04:10:45.3881126Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2025-03-14T04:10:45.3883951Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2025-03-14T04:10:45.3886739Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2025-03-14T04:10:45.3889831Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2025-03-14T04:10:45.3892676Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2025-03-14T04:10:45.3895487Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2025-03-14T04:10:45.3899052Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2025-03-14T04:10:45.3902340Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2025-03-14T04:10:45.3906059Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2025-03-14T04:10:45.3909386Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2025-03-14T04:10:45.3914167Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2025-03-14T04:10:45.3916990Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2025-03-14T04:10:45.3919902Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2025-03-14T04:10:45.3935679Z adding 'torch/include/torch/csrc/autograd/variable.h' 2025-03-14T04:10:45.3939801Z adding 'torch/include/torch/csrc/autograd/variable_info.h' 2025-03-14T04:10:45.3947160Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2025-03-14T04:10:45.3951300Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2025-03-14T04:10:45.3954585Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2025-03-14T04:10:45.3957607Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2025-03-14T04:10:45.3963004Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2025-03-14T04:10:45.3966591Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2025-03-14T04:10:45.4020810Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2025-03-14T04:10:45.4035514Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2025-03-14T04:10:45.4041792Z adding 'torch/include/torch/csrc/autograd/generated/ViewFuncs.h' 2025-03-14T04:10:45.4045856Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2025-03-14T04:10:45.4049310Z adding 'torch/include/torch/csrc/autograd/generated/python_return_types.h' 2025-03-14T04:10:45.4057404Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2025-03-14T04:10:45.4062600Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2025-03-14T04:10:45.4066257Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2025-03-14T04:10:45.4069654Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2025-03-14T04:10:45.4073095Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2025-03-14T04:10:45.4076928Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2025-03-14T04:10:45.4080023Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2025-03-14T04:10:45.4085584Z adding 'torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h' 2025-03-14T04:10:45.4088896Z adding 'torch/include/torch/csrc/cuda/Event.h' 2025-03-14T04:10:45.4091793Z adding 'torch/include/torch/csrc/cuda/GdsFile.h' 2025-03-14T04:10:45.4094904Z adding 'torch/include/torch/csrc/cuda/Module.h' 2025-03-14T04:10:45.4097916Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2025-03-14T04:10:45.4100906Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2025-03-14T04:10:45.4104893Z adding 'torch/include/torch/csrc/cuda/comm.h' 2025-03-14T04:10:45.4107287Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2025-03-14T04:10:45.4110795Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2025-03-14T04:10:45.4114584Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2025-03-14T04:10:45.4117874Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2025-03-14T04:10:45.4120763Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2025-03-14T04:10:45.4127753Z adding 'torch/include/torch/csrc/distributed/autograd/context/container.h' 2025-03-14T04:10:45.4133179Z adding 'torch/include/torch/csrc/distributed/autograd/context/context.h' 2025-03-14T04:10:45.4136954Z adding 'torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h' 2025-03-14T04:10:45.4140467Z adding 'torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h' 2025-03-14T04:10:45.4144701Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h' 2025-03-14T04:10:45.4155618Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h' 2025-03-14T04:10:45.4158263Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h' 2025-03-14T04:10:45.4161693Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h' 2025-03-14T04:10:45.4164861Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h' 2025-03-14T04:10:45.4168734Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h' 2025-03-14T04:10:45.4172825Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h' 2025-03-14T04:10:45.4175998Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h' 2025-03-14T04:10:45.4179430Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h' 2025-03-14T04:10:45.4182524Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h' 2025-03-14T04:10:45.4190038Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2025-03-14T04:10:45.4193731Z adding 'torch/include/torch/csrc/distributed/c10d/Backoff.hpp' 2025-03-14T04:10:45.4199532Z adding 'torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory-inl.h' 2025-03-14T04:10:45.4203704Z adding 'torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory.hpp' 2025-03-14T04:10:45.4207147Z adding 'torch/include/torch/csrc/distributed/c10d/DMAConnectivity.hpp' 2025-03-14T04:10:45.4211962Z adding 'torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp' 2025-03-14T04:10:45.4214768Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2025-03-14T04:10:45.4220180Z adding 'torch/include/torch/csrc/distributed/c10d/FlightRecorder.hpp' 2025-03-14T04:10:45.4223610Z adding 'torch/include/torch/csrc/distributed/c10d/Functional.hpp' 2025-03-14T04:10:45.4226598Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2025-03-14T04:10:45.4229900Z adding 'torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp' 2025-03-14T04:10:45.4233067Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2025-03-14T04:10:45.4239854Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2025-03-14T04:10:45.4242984Z adding 'torch/include/torch/csrc/distributed/c10d/NanCheck.hpp' 2025-03-14T04:10:45.4247294Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2025-03-14T04:10:45.4251650Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2025-03-14T04:10:45.4260523Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2025-03-14T04:10:45.4276020Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2025-03-14T04:10:45.4276266Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2025-03-14T04:10:45.4296164Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2025-03-14T04:10:45.4302789Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2025-03-14T04:10:45.4307125Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2025-03-14T04:10:45.4312294Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2025-03-14T04:10:45.4316065Z adding 'torch/include/torch/csrc/distributed/c10d/RankLocal.hpp' 2025-03-14T04:10:45.4319769Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2025-03-14T04:10:45.4324503Z adding 'torch/include/torch/csrc/distributed/c10d/SymmetricMemory.hpp' 2025-03-14T04:10:45.4328985Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2025-03-14T04:10:45.4332530Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp' 2025-03-14T04:10:45.4338087Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2025-03-14T04:10:45.4342495Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2025-03-14T04:10:45.4346181Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2025-03-14T04:10:45.4350665Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2025-03-14T04:10:45.4353993Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2025-03-14T04:10:45.4362680Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2025-03-14T04:10:45.4366435Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2025-03-14T04:10:45.4370803Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2025-03-14T04:10:45.4373930Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2025-03-14T04:10:45.4377913Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2025-03-14T04:10:45.4381147Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2025-03-14T04:10:45.4384445Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2025-03-14T04:10:45.4387695Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2025-03-14T04:10:45.4391073Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2025-03-14T04:10:45.4394643Z adding 'torch/include/torch/csrc/distributed/c10d/intra_node_comm.hpp' 2025-03-14T04:10:45.4399107Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2025-03-14T04:10:45.4403006Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2025-03-14T04:10:45.4405828Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2025-03-14T04:10:45.4417005Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2025-03-14T04:10:45.4421302Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2025-03-14T04:10:45.4424737Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2025-03-14T04:10:45.4428321Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2025-03-14T04:10:45.4431514Z adding 'torch/include/torch/csrc/distributed/c10d/socket_fmt.h' 2025-03-14T04:10:45.4436084Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2025-03-14T04:10:45.4440778Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2025-03-14T04:10:45.4444725Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2025-03-14T04:10:45.4448009Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2025-03-14T04:10:45.4451399Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2025-03-14T04:10:45.4454685Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2025-03-14T04:10:45.4457719Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2025-03-14T04:10:45.4461919Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2025-03-14T04:10:45.4465320Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2025-03-14T04:10:45.4468803Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2025-03-14T04:10:45.4472421Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2025-03-14T04:10:45.4475324Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2025-03-14T04:10:45.4481899Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2025-03-14T04:10:45.4485479Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2025-03-14T04:10:45.4493238Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2025-03-14T04:10:45.4501599Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2025-03-14T04:10:45.4505870Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2025-03-14T04:10:45.4509685Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2025-03-14T04:10:45.4513553Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2025-03-14T04:10:45.4516704Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2025-03-14T04:10:45.4524548Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2025-03-14T04:10:45.4529140Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2025-03-14T04:10:45.4532634Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2025-03-14T04:10:45.4535971Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2025-03-14T04:10:45.4539390Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2025-03-14T04:10:45.4542661Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2025-03-14T04:10:45.4546411Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2025-03-14T04:10:45.4551256Z adding 'torch/include/torch/csrc/dynamo/cache_entry.h' 2025-03-14T04:10:45.4567949Z adding 'torch/include/torch/csrc/dynamo/compiled_autograd.h' 2025-03-14T04:10:45.4572072Z adding 'torch/include/torch/csrc/dynamo/cpp_shim.h' 2025-03-14T04:10:45.4575390Z adding 'torch/include/torch/csrc/dynamo/cpython_defs.h' 2025-03-14T04:10:45.4578574Z adding 'torch/include/torch/csrc/dynamo/cpython_includes.h' 2025-03-14T04:10:45.4582390Z adding 'torch/include/torch/csrc/dynamo/debug_macros.h' 2025-03-14T04:10:45.4586368Z adding 'torch/include/torch/csrc/dynamo/eval_frame.h' 2025-03-14T04:10:45.4589071Z adding 'torch/include/torch/csrc/dynamo/eval_frame_cpp.h' 2025-03-14T04:10:45.4593645Z adding 'torch/include/torch/csrc/dynamo/extra_state.h' 2025-03-14T04:10:45.4597808Z adding 'torch/include/torch/csrc/dynamo/framelocals_mapping.h' 2025-03-14T04:10:45.4601279Z adding 'torch/include/torch/csrc/dynamo/guards.h' 2025-03-14T04:10:45.4604447Z adding 'torch/include/torch/csrc/dynamo/init.h' 2025-03-14T04:10:45.4607422Z adding 'torch/include/torch/csrc/dynamo/python_compiled_autograd.h' 2025-03-14T04:10:45.4610533Z adding 'torch/include/torch/csrc/dynamo/utils.h' 2025-03-14T04:10:45.4615048Z adding 'torch/include/torch/csrc/inductor/array_ref_impl.h' 2025-03-14T04:10:45.4618267Z adding 'torch/include/torch/csrc/inductor/inductor_ops.h' 2025-03-14T04:10:45.4622177Z adding 'torch/include/torch/csrc/inductor/aoti_include/array_ref.h' 2025-03-14T04:10:45.4625826Z adding 'torch/include/torch/csrc/inductor/aoti_include/common.h' 2025-03-14T04:10:45.4628300Z adding 'torch/include/torch/csrc/inductor/aoti_include/cpu.h' 2025-03-14T04:10:45.4631542Z adding 'torch/include/torch/csrc/inductor/aoti_include/cuda.h' 2025-03-14T04:10:45.4634055Z adding 'torch/include/torch/csrc/inductor/aoti_include/xpu.h' 2025-03-14T04:10:45.4638254Z adding 'torch/include/torch/csrc/inductor/aoti_package/model_package_loader.h' 2025-03-14T04:10:45.4641122Z adding 'torch/include/torch/csrc/inductor/aoti_package/pybind.h' 2025-03-14T04:10:45.4645981Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h' 2025-03-14T04:10:45.4649330Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h' 2025-03-14T04:10:45.4652574Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h' 2025-03-14T04:10:45.4656049Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_xpu.h' 2025-03-14T04:10:45.4659645Z adding 'torch/include/torch/csrc/inductor/aoti_runner/pybind.h' 2025-03-14T04:10:45.4664665Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h' 2025-03-14T04:10:45.4668143Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h' 2025-03-14T04:10:45.4672742Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/interface.h' 2025-03-14T04:10:45.4677115Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/mini_array_ref.h' 2025-03-14T04:10:45.4685750Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model.h' 2025-03-14T04:10:45.4694560Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model_container.h' 2025-03-14T04:10:45.4698642Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h' 2025-03-14T04:10:45.4703254Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/sycl_runtime_wrappers.h' 2025-03-14T04:10:45.4707214Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h' 2025-03-14T04:10:45.4711856Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils.h' 2025-03-14T04:10:45.4716008Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h' 2025-03-14T04:10:45.4718880Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_xpu.h' 2025-03-14T04:10:45.4722961Z adding 'torch/include/torch/csrc/inductor/aoti_torch/mkldnn_tensor.h' 2025-03-14T04:10:45.4727460Z adding 'torch/include/torch/csrc/inductor/aoti_torch/oss_proxy_executor.h' 2025-03-14T04:10:45.4729905Z adding 'torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h' 2025-03-14T04:10:45.4733230Z adding 'torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h' 2025-03-14T04:10:45.4737345Z adding 'torch/include/torch/csrc/inductor/aoti_torch/utils.h' 2025-03-14T04:10:45.4747564Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim.h' 2025-03-14T04:10:45.4752238Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim_mkldnn.h' 2025-03-14T04:10:45.4755739Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim_xpu.h' 2025-03-14T04:10:45.4763256Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h' 2025-03-14T04:10:45.4778043Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h' 2025-03-14T04:10:45.4778380Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_xpu.h' 2025-03-14T04:10:45.4781579Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/array_ref.h' 2025-03-14T04:10:45.4784942Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/common.h' 2025-03-14T04:10:45.4787940Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/cpu.h' 2025-03-14T04:10:45.4790983Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/cuda.h' 2025-03-14T04:10:45.4793761Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/xpu.h' 2025-03-14T04:10:45.4797630Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/cpu.h' 2025-03-14T04:10:45.4801570Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/cuda.h' 2025-03-14T04:10:45.4803474Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/xpu.h' 2025-03-14T04:10:45.4808212Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2025-03-14T04:10:45.4812352Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2025-03-14T04:10:45.4814915Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2025-03-14T04:10:45.4821529Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2025-03-14T04:10:45.4826289Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2025-03-14T04:10:45.4830374Z adding 'torch/include/torch/csrc/jit/api/method.h' 2025-03-14T04:10:45.4840175Z adding 'torch/include/torch/csrc/jit/api/module.h' 2025-03-14T04:10:45.4845252Z adding 'torch/include/torch/csrc/jit/api/object.h' 2025-03-14T04:10:45.4850112Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2025-03-14T04:10:45.4855055Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2025-03-14T04:10:45.4859242Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2025-03-14T04:10:45.4862201Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2025-03-14T04:10:45.4865707Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2025-03-14T04:10:45.4868821Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2025-03-14T04:10:45.4871999Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2025-03-14T04:10:45.4874982Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2025-03-14T04:10:45.4877879Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2025-03-14T04:10:45.4882534Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2025-03-14T04:10:45.4886655Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2025-03-14T04:10:45.4889704Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2025-03-14T04:10:45.4894965Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2025-03-14T04:10:45.4898175Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2025-03-14T04:10:45.4901136Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2025-03-14T04:10:45.4904403Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2025-03-14T04:10:45.4907453Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2025-03-14T04:10:45.4910641Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2025-03-14T04:10:45.4913622Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2025-03-14T04:10:45.4916739Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2025-03-14T04:10:45.4925026Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2025-03-14T04:10:45.4929033Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2025-03-14T04:10:45.4932316Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2025-03-14T04:10:45.4935880Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2025-03-14T04:10:45.4939158Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2025-03-14T04:10:45.4942861Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2025-03-14T04:10:45.4945526Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2025-03-14T04:10:45.4949470Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2025-03-14T04:10:45.4952681Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2025-03-14T04:10:45.4956063Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2025-03-14T04:10:45.4962432Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2025-03-14T04:10:45.4966683Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2025-03-14T04:10:45.4969683Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2025-03-14T04:10:45.4979764Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2025-03-14T04:10:45.4986119Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2025-03-14T04:10:45.4991443Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2025-03-14T04:10:45.5004064Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2025-03-14T04:10:45.5008328Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2025-03-14T04:10:45.5016060Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2025-03-14T04:10:45.5020298Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2025-03-14T04:10:45.5024026Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2025-03-14T04:10:45.5028611Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2025-03-14T04:10:45.5031777Z adding 'torch/include/torch/csrc/jit/ir/graph_utils.h' 2025-03-14T04:10:45.5052678Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2025-03-14T04:10:45.5058149Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2025-03-14T04:10:45.5062236Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2025-03-14T04:10:45.5065204Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2025-03-14T04:10:45.5068496Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2025-03-14T04:10:45.5073166Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2025-03-14T04:10:45.5077268Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2025-03-14T04:10:45.5080510Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2025-03-14T04:10:45.5084758Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2025-03-14T04:10:45.5088408Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2025-03-14T04:10:45.5093139Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2025-03-14T04:10:45.5097519Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2025-03-14T04:10:45.5100780Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2025-03-14T04:10:45.5104568Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2025-03-14T04:10:45.5108634Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2025-03-14T04:10:45.5111962Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2025-03-14T04:10:45.5115184Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2025-03-14T04:10:45.5118225Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2025-03-14T04:10:45.5121507Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2025-03-14T04:10:45.5125858Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2025-03-14T04:10:45.5129815Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2025-03-14T04:10:45.5133490Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2025-03-14T04:10:45.5136896Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2025-03-14T04:10:45.5139573Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2025-03-14T04:10:45.5143561Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2025-03-14T04:10:45.5146815Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2025-03-14T04:10:45.5150378Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2025-03-14T04:10:45.5154014Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2025-03-14T04:10:45.5157216Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2025-03-14T04:10:45.5160567Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2025-03-14T04:10:45.5166113Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2025-03-14T04:10:45.5169026Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2025-03-14T04:10:45.5171961Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2025-03-14T04:10:45.5324594Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2025-03-14T04:10:45.5327653Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2025-03-14T04:10:45.5330749Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2025-03-14T04:10:45.5333765Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2025-03-14T04:10:45.5336636Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2025-03-14T04:10:45.5339726Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2025-03-14T04:10:45.5342871Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2025-03-14T04:10:45.5345912Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2025-03-14T04:10:45.5348899Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2025-03-14T04:10:45.5351851Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2025-03-14T04:10:45.5355101Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2025-03-14T04:10:45.5358242Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2025-03-14T04:10:45.5361180Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2025-03-14T04:10:45.5364428Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2025-03-14T04:10:45.5367349Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2025-03-14T04:10:45.5370511Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2025-03-14T04:10:45.5373501Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2025-03-14T04:10:45.5376548Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2025-03-14T04:10:45.5379703Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2025-03-14T04:10:45.5383096Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2025-03-14T04:10:45.5386293Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2025-03-14T04:10:45.5389579Z adding 'torch/include/torch/csrc/jit/passes/fold_linear_bn.h' 2025-03-14T04:10:45.5392808Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2025-03-14T04:10:45.5395820Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2025-03-14T04:10:45.5398844Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2025-03-14T04:10:45.5401844Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2025-03-14T04:10:45.5404949Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2025-03-14T04:10:45.5407858Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_folding.h' 2025-03-14T04:10:45.5410801Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2025-03-14T04:10:45.5413750Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2025-03-14T04:10:45.5416800Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2025-03-14T04:10:45.5419682Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2025-03-14T04:10:45.5422880Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2025-03-14T04:10:45.5426410Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2025-03-14T04:10:45.5429584Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2025-03-14T04:10:45.5432563Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2025-03-14T04:10:45.5435519Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2025-03-14T04:10:45.5438499Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2025-03-14T04:10:45.5441449Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2025-03-14T04:10:45.5444287Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2025-03-14T04:10:45.5447357Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2025-03-14T04:10:45.5450112Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2025-03-14T04:10:45.5452963Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2025-03-14T04:10:45.5455778Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2025-03-14T04:10:45.5458753Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2025-03-14T04:10:45.5461927Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2025-03-14T04:10:45.5464882Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2025-03-14T04:10:45.5468070Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2025-03-14T04:10:45.5471169Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2025-03-14T04:10:45.5474214Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2025-03-14T04:10:45.5477280Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2025-03-14T04:10:45.5480260Z adding 'torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h' 2025-03-14T04:10:45.5483253Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2025-03-14T04:10:45.5486502Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2025-03-14T04:10:45.5489529Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2025-03-14T04:10:45.5493935Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2025-03-14T04:10:45.5497112Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2025-03-14T04:10:45.5500195Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2025-03-14T04:10:45.5503348Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2025-03-14T04:10:45.5506763Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2025-03-14T04:10:45.5509957Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2025-03-14T04:10:45.5512899Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2025-03-14T04:10:45.5515802Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2025-03-14T04:10:45.5518723Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2025-03-14T04:10:45.5521871Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2025-03-14T04:10:45.5524769Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2025-03-14T04:10:45.5527701Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2025-03-14T04:10:45.5531177Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2025-03-14T04:10:45.5534214Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2025-03-14T04:10:45.5537243Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2025-03-14T04:10:45.5540099Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2025-03-14T04:10:45.5543362Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2025-03-14T04:10:45.5546635Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2025-03-14T04:10:45.5549973Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2025-03-14T04:10:45.5553857Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2025-03-14T04:10:45.5557449Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2025-03-14T04:10:45.5560785Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2025-03-14T04:10:45.5564523Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2025-03-14T04:10:45.5568108Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2025-03-14T04:10:45.5571515Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2025-03-14T04:10:45.5574892Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2025-03-14T04:10:45.5577999Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2025-03-14T04:10:45.5581237Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2025-03-14T04:10:45.5584421Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2025-03-14T04:10:45.5588871Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2025-03-14T04:10:45.5592435Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2025-03-14T04:10:45.5595506Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2025-03-14T04:10:45.5600113Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2025-03-14T04:10:45.5603986Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2025-03-14T04:10:45.5607407Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2025-03-14T04:10:45.5618229Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2025-03-14T04:10:45.5623256Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2025-03-14T04:10:45.5631294Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2025-03-14T04:10:45.5632492Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2025-03-14T04:10:45.5637115Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2025-03-14T04:10:45.5640597Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2025-03-14T04:10:45.5643610Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2025-03-14T04:10:45.5648299Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2025-03-14T04:10:45.5651327Z adding 'torch/include/torch/csrc/jit/python/init.h' 2025-03-14T04:10:45.5680116Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2025-03-14T04:10:45.5680298Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2025-03-14T04:10:45.5680476Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2025-03-14T04:10:45.5683915Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2025-03-14T04:10:45.5687279Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2025-03-14T04:10:45.5691863Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2025-03-14T04:10:45.5694718Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2025-03-14T04:10:45.5698793Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2025-03-14T04:10:45.5703225Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2025-03-14T04:10:45.5708891Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2025-03-14T04:10:45.5712376Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2025-03-14T04:10:45.5715247Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2025-03-14T04:10:45.5719232Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2025-03-14T04:10:45.5721300Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2025-03-14T04:10:45.5724120Z adding 'torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h' 2025-03-14T04:10:45.5732538Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2025-03-14T04:10:45.5737168Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2025-03-14T04:10:45.5740910Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2025-03-14T04:10:45.5744101Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2025-03-14T04:10:45.5747297Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2025-03-14T04:10:45.5750426Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2025-03-14T04:10:45.5753489Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2025-03-14T04:10:45.5757636Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2025-03-14T04:10:45.5761696Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2025-03-14T04:10:45.5766160Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2025-03-14T04:10:45.5770566Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2025-03-14T04:10:45.5775064Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2025-03-14T04:10:45.5778405Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2025-03-14T04:10:45.5781417Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2025-03-14T04:10:45.5784789Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2025-03-14T04:10:45.5790487Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2025-03-14T04:10:45.5793828Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2025-03-14T04:10:45.5796878Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2025-03-14T04:10:45.5800545Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2025-03-14T04:10:45.5805615Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2025-03-14T04:10:45.5815454Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2025-03-14T04:10:45.5820104Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2025-03-14T04:10:45.5823505Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2025-03-14T04:10:45.5859236Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2025-03-14T04:10:45.5859505Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2025-03-14T04:10:45.5859711Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2025-03-14T04:10:45.5859898Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2025-03-14T04:10:45.5860117Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2025-03-14T04:10:45.5860367Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2025-03-14T04:10:45.5860554Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2025-03-14T04:10:45.5860758Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2025-03-14T04:10:45.5861082Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2025-03-14T04:10:45.5864810Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2025-03-14T04:10:45.5867652Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2025-03-14T04:10:45.5871615Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2025-03-14T04:10:45.5874701Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2025-03-14T04:10:45.5878412Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2025-03-14T04:10:45.5882221Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2025-03-14T04:10:45.5884837Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2025-03-14T04:10:45.5887979Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2025-03-14T04:10:45.5891039Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2025-03-14T04:10:45.5894916Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2025-03-14T04:10:45.5915161Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2025-03-14T04:10:45.5920452Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2025-03-14T04:10:45.5924504Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2025-03-14T04:10:45.5931392Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2025-03-14T04:10:45.5935202Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2025-03-14T04:10:45.5938663Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2025-03-14T04:10:45.5942065Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2025-03-14T04:10:45.5945413Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2025-03-14T04:10:45.5948758Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2025-03-14T04:10:45.5953595Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2025-03-14T04:10:45.5959921Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2025-03-14T04:10:45.5964084Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2025-03-14T04:10:45.5967632Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2025-03-14T04:10:45.5971707Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2025-03-14T04:10:45.5976586Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2025-03-14T04:10:45.5980360Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2025-03-14T04:10:45.5983538Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2025-03-14T04:10:45.5988374Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2025-03-14T04:10:45.5992157Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2025-03-14T04:10:45.5997462Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2025-03-14T04:10:45.6001107Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2025-03-14T04:10:45.6007114Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2025-03-14T04:10:45.6011223Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2025-03-14T04:10:45.6014400Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2025-03-14T04:10:45.6017991Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2025-03-14T04:10:45.6021670Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2025-03-14T04:10:45.6025731Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2025-03-14T04:10:45.6030071Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2025-03-14T04:10:45.6034749Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2025-03-14T04:10:45.6038059Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2025-03-14T04:10:45.6045771Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2025-03-14T04:10:45.6049776Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2025-03-14T04:10:45.6053133Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2025-03-14T04:10:45.6057701Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2025-03-14T04:10:45.6063524Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2025-03-14T04:10:45.6067122Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2025-03-14T04:10:45.6070556Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2025-03-14T04:10:45.6076884Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2025-03-14T04:10:45.6081121Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2025-03-14T04:10:45.6084719Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2025-03-14T04:10:45.6093666Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2025-03-14T04:10:45.6110503Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2025-03-14T04:10:45.6110712Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2025-03-14T04:10:45.6110947Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2025-03-14T04:10:45.6113876Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2025-03-14T04:10:45.6120679Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2025-03-14T04:10:45.6142086Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2025-03-14T04:10:45.6142276Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2025-03-14T04:10:45.6142489Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2025-03-14T04:10:45.6144541Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2025-03-14T04:10:45.6148158Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2025-03-14T04:10:45.6151554Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2025-03-14T04:10:45.6155981Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2025-03-14T04:10:45.6159867Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2025-03-14T04:10:45.6162723Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2025-03-14T04:10:45.6165900Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2025-03-14T04:10:45.6168805Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2025-03-14T04:10:45.6172047Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2025-03-14T04:10:45.6176095Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2025-03-14T04:10:45.6178861Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2025-03-14T04:10:45.6181829Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2025-03-14T04:10:45.6186113Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2025-03-14T04:10:45.6189407Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2025-03-14T04:10:45.6194325Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2025-03-14T04:10:45.6198037Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2025-03-14T04:10:45.6202202Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2025-03-14T04:10:45.6206011Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2025-03-14T04:10:45.6213305Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2025-03-14T04:10:45.6216685Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2025-03-14T04:10:45.6219984Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2025-03-14T04:10:45.6223498Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2025-03-14T04:10:45.6228157Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2025-03-14T04:10:45.6231933Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2025-03-14T04:10:45.6236953Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2025-03-14T04:10:45.6241281Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2025-03-14T04:10:45.6244563Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2025-03-14T04:10:45.6247810Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2025-03-14T04:10:45.6251104Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2025-03-14T04:10:45.6257559Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2025-03-14T04:10:45.6262829Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2025-03-14T04:10:45.6266480Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2025-03-14T04:10:45.6269939Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2025-03-14T04:10:45.6273360Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2025-03-14T04:10:45.6278759Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2025-03-14T04:10:45.6284454Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2025-03-14T04:10:45.6288097Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2025-03-14T04:10:45.6291725Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2025-03-14T04:10:45.6294923Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2025-03-14T04:10:45.6299303Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2025-03-14T04:10:45.6301989Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2025-03-14T04:10:45.6305660Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2025-03-14T04:10:45.6309919Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2025-03-14T04:10:45.6313759Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2025-03-14T04:10:45.6316728Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2025-03-14T04:10:45.6320517Z adding 'torch/include/torch/csrc/lazy/python/python_util.h' 2025-03-14T04:10:45.6324286Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2025-03-14T04:10:45.6327764Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2025-03-14T04:10:45.6331302Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2025-03-14T04:10:45.6334413Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2025-03-14T04:10:45.6337577Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2025-03-14T04:10:45.6340697Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2025-03-14T04:10:45.6343693Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2025-03-14T04:10:45.6347769Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2025-03-14T04:10:45.6351672Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2025-03-14T04:10:45.6354877Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2025-03-14T04:10:45.6358709Z adding 'torch/include/torch/csrc/onnx/back_compat.h' 2025-03-14T04:10:45.6361775Z adding 'torch/include/torch/csrc/onnx/init.h' 2025-03-14T04:10:45.6364781Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2025-03-14T04:10:45.6368741Z adding 'torch/include/torch/csrc/profiler/api.h' 2025-03-14T04:10:45.6376804Z adding 'torch/include/torch/csrc/profiler/collection.h' 2025-03-14T04:10:45.6381667Z adding 'torch/include/torch/csrc/profiler/combined_traceback.h' 2025-03-14T04:10:45.6385608Z adding 'torch/include/torch/csrc/profiler/containers.h' 2025-03-14T04:10:45.6389832Z adding 'torch/include/torch/csrc/profiler/data_flow.h' 2025-03-14T04:10:45.6393119Z adding 'torch/include/torch/csrc/profiler/events.h' 2025-03-14T04:10:45.6396723Z adding 'torch/include/torch/csrc/profiler/kineto_client_interface.h' 2025-03-14T04:10:45.6400422Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2025-03-14T04:10:45.6403743Z adding 'torch/include/torch/csrc/profiler/perf-inl.h' 2025-03-14T04:10:45.6407351Z adding 'torch/include/torch/csrc/profiler/perf.h' 2025-03-14T04:10:45.6411809Z adding 'torch/include/torch/csrc/profiler/util.h' 2025-03-14T04:10:45.6417359Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2025-03-14T04:10:45.6421056Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2025-03-14T04:10:45.6424428Z adding 'torch/include/torch/csrc/profiler/orchestration/vulkan.h' 2025-03-14T04:10:45.6428448Z adding 'torch/include/torch/csrc/profiler/python/combined_traceback.h' 2025-03-14T04:10:45.6431574Z adding 'torch/include/torch/csrc/profiler/python/init.h' 2025-03-14T04:10:45.6435089Z adding 'torch/include/torch/csrc/profiler/python/pybind.h' 2025-03-14T04:10:45.6439007Z adding 'torch/include/torch/csrc/profiler/standalone/execution_trace_observer.h' 2025-03-14T04:10:45.6441910Z adding 'torch/include/torch/csrc/profiler/standalone/itt_observer.h' 2025-03-14T04:10:45.6444828Z adding 'torch/include/torch/csrc/profiler/standalone/nvtx_observer.h' 2025-03-14T04:10:45.6448054Z adding 'torch/include/torch/csrc/profiler/standalone/privateuse1_observer.h' 2025-03-14T04:10:45.6451999Z adding 'torch/include/torch/csrc/profiler/stubs/base.h' 2025-03-14T04:10:45.6456270Z adding 'torch/include/torch/csrc/profiler/unwind/action.h' 2025-03-14T04:10:45.6459799Z adding 'torch/include/torch/csrc/profiler/unwind/communicate.h' 2025-03-14T04:10:45.6464613Z adding 'torch/include/torch/csrc/profiler/unwind/debug_info.h' 2025-03-14T04:10:45.6468207Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_enums.h' 2025-03-14T04:10:45.6472178Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_symbolize_enums.h' 2025-03-14T04:10:45.6475842Z adding 'torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h' 2025-03-14T04:10:45.6479804Z adding 'torch/include/torch/csrc/profiler/unwind/fast_symbolizer.h' 2025-03-14T04:10:45.6485528Z adding 'torch/include/torch/csrc/profiler/unwind/fde.h' 2025-03-14T04:10:45.6489700Z adding 'torch/include/torch/csrc/profiler/unwind/lexer.h' 2025-03-14T04:10:45.6495096Z adding 'torch/include/torch/csrc/profiler/unwind/line_number_program.h' 2025-03-14T04:10:45.6499445Z adding 'torch/include/torch/csrc/profiler/unwind/mem_file.h' 2025-03-14T04:10:45.6503031Z adding 'torch/include/torch/csrc/profiler/unwind/range_table.h' 2025-03-14T04:10:45.6506877Z adding 'torch/include/torch/csrc/profiler/unwind/sections.h' 2025-03-14T04:10:45.6510416Z adding 'torch/include/torch/csrc/profiler/unwind/unwind.h' 2025-03-14T04:10:45.6513618Z adding 'torch/include/torch/csrc/profiler/unwind/unwind_error.h' 2025-03-14T04:10:45.6517039Z adding 'torch/include/torch/csrc/profiler/unwind/unwinder.h' 2025-03-14T04:10:45.6522149Z adding 'torch/include/torch/csrc/stable/library.h' 2025-03-14T04:10:45.6526361Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2025-03-14T04:10:45.6531464Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2025-03-14T04:10:45.6534511Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2025-03-14T04:10:45.6537407Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2025-03-14T04:10:45.6541067Z adding 'torch/include/torch/csrc/utils/device_lazy_init.h' 2025-03-14T04:10:45.6544469Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2025-03-14T04:10:45.6566628Z adding 'torch/include/torch/csrc/utils/generated_serialization_types.h' 2025-03-14T04:10:45.6572180Z adding 'torch/include/torch/csrc/utils/init.h' 2025-03-14T04:10:45.6575215Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2025-03-14T04:10:45.6578120Z adding 'torch/include/torch/csrc/utils/nested.h' 2025-03-14T04:10:45.6581111Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2025-03-14T04:10:45.6584401Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2025-03-14T04:10:45.6590991Z adding 'torch/include/torch/csrc/utils/out_types.h' 2025-03-14T04:10:45.6594000Z adding 'torch/include/torch/csrc/utils/pybind.h' 2025-03-14T04:10:45.6597600Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2025-03-14T04:10:45.6600452Z adding 'torch/include/torch/csrc/utils/pyobject_preservation.h' 2025-03-14T04:10:45.6615162Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2025-03-14T04:10:45.6619418Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2025-03-14T04:10:45.6643196Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2025-03-14T04:10:45.6643680Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2025-03-14T04:10:45.6644089Z adding 'torch/include/torch/csrc/utils/python_raii.h' 2025-03-14T04:10:45.6644503Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2025-03-14T04:10:45.6644914Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2025-03-14T04:10:45.6645314Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2025-03-14T04:10:45.6648740Z adding 'torch/include/torch/csrc/utils/python_symnode.h' 2025-03-14T04:10:45.6652170Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2025-03-14T04:10:45.6658431Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2025-03-14T04:10:45.6670116Z adding 'torch/include/torch/csrc/utils/pythoncapi_compat.h' 2025-03-14T04:10:45.6673875Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2025-03-14T04:10:45.6677433Z adding 'torch/include/torch/csrc/utils/six.h' 2025-03-14T04:10:45.6680376Z adding 'torch/include/torch/csrc/utils/structseq.h' 2025-03-14T04:10:45.6683596Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2025-03-14T04:10:45.6686444Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2025-03-14T04:10:45.6689982Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2025-03-14T04:10:45.6693050Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2025-03-14T04:10:45.6695909Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2025-03-14T04:10:45.6698854Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2025-03-14T04:10:45.6702266Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2025-03-14T04:10:45.6705382Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2025-03-14T04:10:45.6708767Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2025-03-14T04:10:45.6711647Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2025-03-14T04:10:45.6716021Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2025-03-14T04:10:45.6720921Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2025-03-14T04:10:45.6724587Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2025-03-14T04:10:45.6728194Z adding 'torch/include/torch/csrc/utils/variadic.h' 2025-03-14T04:10:45.6731228Z adding 'torch/include/torch/csrc/utils/verbose.h' 2025-03-14T04:10:45.6734941Z adding 'torch/include/torch/csrc/xpu/Event.h' 2025-03-14T04:10:45.6738706Z adding 'torch/include/torch/csrc/xpu/Module.h' 2025-03-14T04:10:45.6740964Z adding 'torch/include/torch/csrc/xpu/Stream.h' 2025-03-14T04:10:45.6747404Z adding 'torch/jit/__init__.py' 2025-03-14T04:10:45.6751567Z adding 'torch/jit/_async.py' 2025-03-14T04:10:45.6754737Z adding 'torch/jit/_await.py' 2025-03-14T04:10:45.6759121Z adding 'torch/jit/_builtins.py' 2025-03-14T04:10:45.6764321Z adding 'torch/jit/_check.py' 2025-03-14T04:10:45.6769435Z adding 'torch/jit/_dataclass_impls.py' 2025-03-14T04:10:45.6772525Z adding 'torch/jit/_decomposition_utils.py' 2025-03-14T04:10:45.6776283Z adding 'torch/jit/_decompositions.py' 2025-03-14T04:10:45.6781503Z adding 'torch/jit/_freeze.py' 2025-03-14T04:10:45.6786202Z adding 'torch/jit/_fuser.py' 2025-03-14T04:10:45.6789615Z adding 'torch/jit/_ir_utils.py' 2025-03-14T04:10:45.6792528Z adding 'torch/jit/_logging.py' 2025-03-14T04:10:45.6797350Z adding 'torch/jit/_monkeytype_config.py' 2025-03-14T04:10:45.6800719Z adding 'torch/jit/_pickle.py' 2025-03-14T04:10:45.6816828Z adding 'torch/jit/_recursive.py' 2025-03-14T04:10:45.6842910Z adding 'torch/jit/_script.py' 2025-03-14T04:10:45.6849149Z adding 'torch/jit/_script.pyi' 2025-03-14T04:10:45.6854601Z adding 'torch/jit/_serialization.py' 2025-03-14T04:10:45.6870283Z adding 'torch/jit/_shape_functions.py' 2025-03-14T04:10:45.6875136Z adding 'torch/jit/_state.py' 2025-03-14T04:10:45.6895570Z adding 'torch/jit/_trace.py' 2025-03-14T04:10:45.6905564Z adding 'torch/jit/annotations.py' 2025-03-14T04:10:45.6927766Z adding 'torch/jit/frontend.py' 2025-03-14T04:10:45.6928749Z adding 'torch/jit/generate_bytecode.py' 2025-03-14T04:10:45.6932018Z adding 'torch/jit/quantized.py' 2025-03-14T04:10:45.6937851Z adding 'torch/jit/supported_ops.py' 2025-03-14T04:10:45.6941261Z adding 'torch/jit/unsupported_tensor_ops.py' 2025-03-14T04:10:45.6944985Z adding 'torch/jit/_passes/__init__.py' 2025-03-14T04:10:45.6948356Z adding 'torch/jit/_passes/_property_propagation.py' 2025-03-14T04:10:45.6958915Z adding 'torch/jit/mobile/__init__.py' 2025-03-14T04:10:45.7867114Z adding 'torch/lib/XNNPACK.lib' 2025-03-14T04:10:45.7931039Z adding 'torch/lib/_C.lib' 2025-03-14T04:10:45.8034241Z adding 'torch/lib/aoti_custom_ops.dll' 2025-03-14T04:10:45.8046805Z adding 'torch/lib/aoti_custom_ops.lib' 2025-03-14T04:10:45.8250199Z adding 'torch/lib/asmjit.dll' 2025-03-14T04:10:45.8283220Z adding 'torch/lib/asmjit.lib' 2025-03-14T04:10:45.8391305Z adding 'torch/lib/backend_with_compiler.dll' 2025-03-14T04:10:45.8404714Z adding 'torch/lib/backend_with_compiler.lib' 2025-03-14T04:10:45.8855739Z adding 'torch/lib/c10.dll' 2025-03-14T04:10:45.9029505Z adding 'torch/lib/c10.lib' 2025-03-14T04:10:45.9258010Z adding 'torch/lib/c10_cuda.dll' 2025-03-14T04:10:45.9277964Z adding 'torch/lib/c10_cuda.lib' 2025-03-14T04:10:45.9288590Z adding 'torch/lib/caffe2_nvrtc.dll' 2025-03-14T04:10:45.9292513Z adding 'torch/lib/caffe2_nvrtc.lib' 2025-03-14T04:10:45.9340563Z adding 'torch/lib/cpuinfo.lib' 2025-03-14T04:11:02.0265008Z adding 'torch/lib/dnnl.lib' 2025-03-14T04:11:03.7939345Z adding 'torch/lib/fbgemm.dll' 2025-03-14T04:11:03.8227081Z adding 'torch/lib/fbgemm.lib' 2025-03-14T04:11:03.8658494Z adding 'torch/lib/fmt.lib' 2025-03-14T04:11:03.8773186Z adding 'torch/lib/jitbackend_test.dll' 2025-03-14T04:11:03.8785387Z adding 'torch/lib/jitbackend_test.lib' 2025-03-14T04:11:04.7878788Z adding 'torch/lib/kineto.lib' 2025-03-14T04:11:05.0112636Z adding 'torch/lib/libprotobuf-lite.lib' 2025-03-14T04:11:05.8750433Z adding 'torch/lib/libprotobuf.lib' 2025-03-14T04:11:06.8747299Z adding 'torch/lib/libprotoc.lib' 2025-03-14T04:11:07.0583970Z adding 'torch/lib/microkernels-prod.lib' 2025-03-14T04:11:07.0722989Z adding 'torch/lib/pthreadpool.lib' 2025-03-14T04:11:07.0735141Z adding 'torch/lib/shm.dll' 2025-03-14T04:11:07.0739319Z adding 'torch/lib/shm.lib' 2025-03-14T04:11:07.4346521Z adding 'torch/lib/sleef.lib' 2025-03-14T04:11:07.4552702Z adding 'torch/lib/torch.dll' 2025-03-14T04:11:07.4556785Z adding 'torch/lib/torch.lib' 2025-03-14T04:11:13.1098416Z adding 'torch/lib/torch_cpu.dll' 2025-03-14T04:11:13.9629415Z adding 'torch/lib/torch_cpu.lib' 2025-03-14T04:11:27.8676430Z adding 'torch/lib/torch_cuda.dll' 2025-03-14T04:11:28.4257473Z adding 'torch/lib/torch_cuda.lib' 2025-03-14T04:11:28.4303585Z adding 'torch/lib/torch_global_deps.dll' 2025-03-14T04:11:29.1621107Z adding 'torch/lib/torch_python.dll' 2025-03-14T04:11:29.2065087Z adding 'torch/lib/torch_python.lib' 2025-03-14T04:11:29.2293775Z adding 'torch/lib/torchbind_test.dll' 2025-03-14T04:11:29.2315481Z adding 'torch/lib/torchbind_test.lib' 2025-03-14T04:11:29.2352895Z adding 'torch/linalg/__init__.py' 2025-03-14T04:11:29.2359605Z adding 'torch/masked/__init__.py' 2025-03-14T04:11:29.2366982Z adding 'torch/masked/_docs.py' 2025-03-14T04:11:29.2389359Z adding 'torch/masked/_ops.py' 2025-03-14T04:11:29.2394964Z adding 'torch/masked/maskedtensor/__init__.py' 2025-03-14T04:11:29.2401015Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2025-03-14T04:11:29.2405665Z adding 'torch/masked/maskedtensor/binary.py' 2025-03-14T04:11:29.2411818Z adding 'torch/masked/maskedtensor/core.py' 2025-03-14T04:11:29.2415258Z adding 'torch/masked/maskedtensor/creation.py' 2025-03-14T04:11:29.2418546Z adding 'torch/masked/maskedtensor/passthrough.py' 2025-03-14T04:11:29.2422657Z adding 'torch/masked/maskedtensor/reductions.py' 2025-03-14T04:11:29.2427279Z adding 'torch/masked/maskedtensor/unary.py' 2025-03-14T04:11:29.2431559Z adding 'torch/monitor/__init__.py' 2025-03-14T04:11:29.2437366Z adding 'torch/mps/__init__.py' 2025-03-14T04:11:29.2440934Z adding 'torch/mps/event.py' 2025-03-14T04:11:29.2444549Z adding 'torch/mps/profiler.py' 2025-03-14T04:11:29.2451173Z adding 'torch/mtia/__init__.py' 2025-03-14T04:11:29.2454832Z adding 'torch/mtia/_utils.py' 2025-03-14T04:11:29.2458103Z adding 'torch/mtia/memory.py' 2025-03-14T04:11:29.2462612Z adding 'torch/multiprocessing/__init__.py' 2025-03-14T04:11:29.2465815Z adding 'torch/multiprocessing/_atfork.py' 2025-03-14T04:11:29.2469084Z adding 'torch/multiprocessing/pool.py' 2025-03-14T04:11:29.2472411Z adding 'torch/multiprocessing/queue.py' 2025-03-14T04:11:29.2481206Z adding 'torch/multiprocessing/reductions.py' 2025-03-14T04:11:29.2488142Z adding 'torch/multiprocessing/spawn.py' 2025-03-14T04:11:29.2497601Z adding 'torch/nested/__init__.py' 2025-03-14T04:11:29.2501938Z adding 'torch/nested/_internal/__init__.py' 2025-03-14T04:11:29.2505468Z adding 'torch/nested/_internal/nested_int.py' 2025-03-14T04:11:29.2514811Z adding 'torch/nested/_internal/nested_tensor.py' 2025-03-14T04:11:29.2544043Z adding 'torch/nested/_internal/ops.py' 2025-03-14T04:11:29.2558000Z adding 'torch/nested/_internal/sdpa.py' 2025-03-14T04:11:29.2563380Z adding 'torch/nn/__init__.py' 2025-03-14T04:11:29.2567758Z adding 'torch/nn/_reduction.py' 2025-03-14T04:11:29.2571138Z adding 'torch/nn/common_types.py' 2025-03-14T04:11:29.2574779Z adding 'torch/nn/cpp.py' 2025-03-14T04:11:29.2643264Z adding 'torch/nn/functional.py' 2025-03-14T04:11:29.2654803Z adding 'torch/nn/functional.pyi' 2025-03-14T04:11:29.2659318Z adding 'torch/nn/grad.py' 2025-03-14T04:11:29.2667592Z adding 'torch/nn/init.py' 2025-03-14T04:11:29.2673728Z adding 'torch/nn/parameter.py' 2025-03-14T04:11:29.2677130Z adding 'torch/nn/parameter.pyi' 2025-03-14T04:11:29.2682237Z adding 'torch/nn/attention/__init__.py' 2025-03-14T04:11:29.2685901Z adding 'torch/nn/attention/_utils.py' 2025-03-14T04:11:29.2691735Z adding 'torch/nn/attention/bias.py' 2025-03-14T04:11:29.2711736Z adding 'torch/nn/attention/flex_attention.py' 2025-03-14T04:11:29.2716795Z adding 'torch/nn/attention/experimental/__init__.py' 2025-03-14T04:11:29.2722320Z adding 'torch/nn/attention/experimental/_paged_attention.py' 2025-03-14T04:11:29.2727366Z adding 'torch/nn/backends/__init__.py' 2025-03-14T04:11:29.2729030Z adding 'torch/nn/backends/thnn.py' 2025-03-14T04:11:29.2732879Z adding 'torch/nn/intrinsic/__init__.py' 2025-03-14T04:11:29.2736534Z adding 'torch/nn/intrinsic/modules/__init__.py' 2025-03-14T04:11:29.2739511Z adding 'torch/nn/intrinsic/modules/fused.py' 2025-03-14T04:11:29.2742997Z adding 'torch/nn/intrinsic/qat/__init__.py' 2025-03-14T04:11:29.2746734Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2025-03-14T04:11:29.2749893Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2025-03-14T04:11:29.2753004Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2025-03-14T04:11:29.2755980Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2025-03-14T04:11:29.2759640Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2025-03-14T04:11:29.2763213Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2025-03-14T04:11:29.2766846Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2025-03-14T04:11:29.2769722Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2025-03-14T04:11:29.2773410Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2025-03-14T04:11:29.2776244Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2025-03-14T04:11:29.2779121Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2025-03-14T04:11:29.2781909Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2025-03-14T04:11:29.2787118Z adding 'torch/nn/modules/__init__.py' 2025-03-14T04:11:29.2797843Z adding 'torch/nn/modules/_functions.py' 2025-03-14T04:11:29.2816649Z adding 'torch/nn/modules/activation.py' 2025-03-14T04:11:29.2825138Z adding 'torch/nn/modules/adaptive.py' 2025-03-14T04:11:29.2838062Z adding 'torch/nn/modules/batchnorm.py' 2025-03-14T04:11:29.2842786Z adding 'torch/nn/modules/channelshuffle.py' 2025-03-14T04:11:29.2855886Z adding 'torch/nn/modules/container.py' 2025-03-14T04:11:29.2874136Z adding 'torch/nn/modules/conv.py' 2025-03-14T04:11:29.2877329Z adding 'torch/nn/modules/distance.py' 2025-03-14T04:11:29.2882073Z adding 'torch/nn/modules/dropout.py' 2025-03-14T04:11:29.2902867Z adding 'torch/nn/modules/flatten.py' 2025-03-14T04:11:29.2903197Z adding 'torch/nn/modules/fold.py' 2025-03-14T04:11:29.2903492Z adding 'torch/nn/modules/instancenorm.py' 2025-03-14T04:11:29.2907506Z adding 'torch/nn/modules/lazy.py' 2025-03-14T04:11:29.2912740Z adding 'torch/nn/modules/linear.py' 2025-03-14T04:11:29.2938434Z adding 'torch/nn/modules/loss.py' 2025-03-14T04:11:29.2980139Z adding 'torch/nn/modules/module.py' 2025-03-14T04:11:29.2988934Z adding 'torch/nn/modules/normalization.py' 2025-03-14T04:11:29.2995430Z adding 'torch/nn/modules/padding.py' 2025-03-14T04:11:29.2999751Z adding 'torch/nn/modules/pixelshuffle.py' 2025-03-14T04:11:29.3011909Z adding 'torch/nn/modules/pooling.py' 2025-03-14T04:11:29.3031329Z adding 'torch/nn/modules/rnn.py' 2025-03-14T04:11:29.3040656Z adding 'torch/nn/modules/sparse.py' 2025-03-14T04:11:29.3054751Z adding 'torch/nn/modules/transformer.py' 2025-03-14T04:11:29.3061149Z adding 'torch/nn/modules/upsampling.py' 2025-03-14T04:11:29.3065053Z adding 'torch/nn/modules/utils.py' 2025-03-14T04:11:29.3069379Z adding 'torch/nn/parallel/__init__.py' 2025-03-14T04:11:29.3073509Z adding 'torch/nn/parallel/_functions.py' 2025-03-14T04:11:29.3078893Z adding 'torch/nn/parallel/comm.py' 2025-03-14T04:11:29.3084977Z adding 'torch/nn/parallel/data_parallel.py' 2025-03-14T04:11:29.3126057Z adding 'torch/nn/parallel/distributed.py' 2025-03-14T04:11:29.3132568Z adding 'torch/nn/parallel/parallel_apply.py' 2025-03-14T04:11:29.3137188Z adding 'torch/nn/parallel/replicate.py' 2025-03-14T04:11:29.3141510Z adding 'torch/nn/parallel/scatter_gather.py' 2025-03-14T04:11:29.3145423Z adding 'torch/nn/qat/__init__.py' 2025-03-14T04:11:29.3149139Z adding 'torch/nn/qat/dynamic/__init__.py' 2025-03-14T04:11:29.3152819Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2025-03-14T04:11:29.3155777Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2025-03-14T04:11:29.3160006Z adding 'torch/nn/qat/modules/__init__.py' 2025-03-14T04:11:29.3162603Z adding 'torch/nn/qat/modules/conv.py' 2025-03-14T04:11:29.3165443Z adding 'torch/nn/qat/modules/embedding_ops.py' 2025-03-14T04:11:29.3168365Z adding 'torch/nn/qat/modules/linear.py' 2025-03-14T04:11:29.3171852Z adding 'torch/nn/quantizable/__init__.py' 2025-03-14T04:11:29.3175422Z adding 'torch/nn/quantizable/modules/__init__.py' 2025-03-14T04:11:29.3178351Z adding 'torch/nn/quantizable/modules/activation.py' 2025-03-14T04:11:29.3181248Z adding 'torch/nn/quantizable/modules/rnn.py' 2025-03-14T04:11:29.3185052Z adding 'torch/nn/quantized/__init__.py' 2025-03-14T04:11:29.3187977Z adding 'torch/nn/quantized/functional.py' 2025-03-14T04:11:29.3191561Z adding 'torch/nn/quantized/_reference/__init__.py' 2025-03-14T04:11:29.3195526Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2025-03-14T04:11:29.3198578Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2025-03-14T04:11:29.3201717Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2025-03-14T04:11:29.3204707Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2025-03-14T04:11:29.3207869Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2025-03-14T04:11:29.3210892Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2025-03-14T04:11:29.3214510Z adding 'torch/nn/quantized/dynamic/__init__.py' 2025-03-14T04:11:29.3218479Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2025-03-14T04:11:29.3221537Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2025-03-14T04:11:29.3224709Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2025-03-14T04:11:29.3227773Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2025-03-14T04:11:29.3232520Z adding 'torch/nn/quantized/modules/__init__.py' 2025-03-14T04:11:29.3235543Z adding 'torch/nn/quantized/modules/activation.py' 2025-03-14T04:11:29.3238458Z adding 'torch/nn/quantized/modules/batchnorm.py' 2025-03-14T04:11:29.3241584Z adding 'torch/nn/quantized/modules/conv.py' 2025-03-14T04:11:29.3244557Z adding 'torch/nn/quantized/modules/dropout.py' 2025-03-14T04:11:29.3247723Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2025-03-14T04:11:29.3250699Z adding 'torch/nn/quantized/modules/functional_modules.py' 2025-03-14T04:11:29.3253856Z adding 'torch/nn/quantized/modules/linear.py' 2025-03-14T04:11:29.3257506Z adding 'torch/nn/quantized/modules/normalization.py' 2025-03-14T04:11:29.3259986Z adding 'torch/nn/quantized/modules/rnn.py' 2025-03-14T04:11:29.3263188Z adding 'torch/nn/quantized/modules/utils.py' 2025-03-14T04:11:29.3267134Z adding 'torch/nn/utils/__init__.py' 2025-03-14T04:11:29.3270698Z adding 'torch/nn/utils/_deprecation_utils.py' 2025-03-14T04:11:29.3276741Z adding 'torch/nn/utils/_named_member_accessor.py' 2025-03-14T04:11:29.3281234Z adding 'torch/nn/utils/_per_sample_grad.py' 2025-03-14T04:11:29.3286629Z adding 'torch/nn/utils/clip_grad.py' 2025-03-14T04:11:29.3290640Z adding 'torch/nn/utils/convert_parameters.py' 2025-03-14T04:11:29.3295656Z adding 'torch/nn/utils/fusion.py' 2025-03-14T04:11:29.3300142Z adding 'torch/nn/utils/init.py' 2025-03-14T04:11:29.3305079Z adding 'torch/nn/utils/memory_format.py' 2025-03-14T04:11:29.3321743Z adding 'torch/nn/utils/parametrizations.py' 2025-03-14T04:11:29.3331364Z adding 'torch/nn/utils/parametrize.py' 2025-03-14T04:11:29.3349823Z adding 'torch/nn/utils/prune.py' 2025-03-14T04:11:29.3360051Z adding 'torch/nn/utils/rnn.py' 2025-03-14T04:11:29.3367366Z adding 'torch/nn/utils/spectral_norm.py' 2025-03-14T04:11:29.3373573Z adding 'torch/nn/utils/stateless.py' 2025-03-14T04:11:29.3378293Z adding 'torch/nn/utils/weight_norm.py' 2025-03-14T04:11:29.3382378Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2025-03-14T04:11:29.3385897Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2025-03-14T04:11:29.3391755Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2025-03-14T04:11:29.3395461Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2025-03-14T04:11:29.3400229Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2025-03-14T04:11:29.3405359Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2025-03-14T04:11:29.3408700Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2025-03-14T04:11:29.3412651Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2025-03-14T04:11:29.3416236Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2025-03-14T04:11:29.3419714Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2025-03-14T04:11:29.3428832Z adding 'torch/onnx/__init__.py' 2025-03-14T04:11:29.3432557Z adding 'torch/onnx/_constants.py' 2025-03-14T04:11:29.3435681Z adding 'torch/onnx/_experimental.py' 2025-03-14T04:11:29.3438886Z adding 'torch/onnx/_flags.py' 2025-03-14T04:11:29.3442746Z adding 'torch/onnx/_globals.py' 2025-03-14T04:11:29.3446200Z adding 'torch/onnx/_onnx_supported_ops.py' 2025-03-14T04:11:29.3451981Z adding 'torch/onnx/_type_utils.py' 2025-03-14T04:11:29.3456016Z adding 'torch/onnx/errors.py' 2025-03-14T04:11:29.3459262Z adding 'torch/onnx/operators.py' 2025-03-14T04:11:29.3463862Z adding 'torch/onnx/symbolic_caffe2.py' 2025-03-14T04:11:29.3491451Z adding 'torch/onnx/symbolic_helper.py' 2025-03-14T04:11:29.3503261Z adding 'torch/onnx/symbolic_opset10.py' 2025-03-14T04:11:29.3520872Z adding 'torch/onnx/symbolic_opset11.py' 2025-03-14T04:11:29.3528201Z adding 'torch/onnx/symbolic_opset12.py' 2025-03-14T04:11:29.3540803Z adding 'torch/onnx/symbolic_opset13.py' 2025-03-14T04:11:29.3546839Z adding 'torch/onnx/symbolic_opset14.py' 2025-03-14T04:11:29.3550643Z adding 'torch/onnx/symbolic_opset15.py' 2025-03-14T04:11:29.3555268Z adding 'torch/onnx/symbolic_opset16.py' 2025-03-14T04:11:29.3560625Z adding 'torch/onnx/symbolic_opset17.py' 2025-03-14T04:11:29.3565098Z adding 'torch/onnx/symbolic_opset18.py' 2025-03-14T04:11:29.3568321Z adding 'torch/onnx/symbolic_opset19.py' 2025-03-14T04:11:29.3571704Z adding 'torch/onnx/symbolic_opset20.py' 2025-03-14T04:11:29.3575023Z adding 'torch/onnx/symbolic_opset7.py' 2025-03-14T04:11:29.3581131Z adding 'torch/onnx/symbolic_opset8.py' 2025-03-14T04:11:29.3649957Z adding 'torch/onnx/symbolic_opset9.py' 2025-03-14T04:11:29.3684467Z adding 'torch/onnx/utils.py' 2025-03-14T04:11:29.3710949Z adding 'torch/onnx/verification.py' 2025-03-14T04:11:29.3716476Z adding 'torch/onnx/_internal/__init__.py' 2025-03-14T04:11:29.3729897Z adding 'torch/onnx/_internal/_exporter_legacy.py' 2025-03-14T04:11:29.3733810Z adding 'torch/onnx/_internal/_lazy_import.py' 2025-03-14T04:11:29.3741952Z adding 'torch/onnx/_internal/io_adapter.py' 2025-03-14T04:11:29.3748889Z adding 'torch/onnx/_internal/jit_utils.py' 2025-03-14T04:11:29.3754674Z adding 'torch/onnx/_internal/onnx_proto_utils.py' 2025-03-14T04:11:29.3774254Z adding 'torch/onnx/_internal/onnxruntime.py' 2025-03-14T04:11:29.3781229Z adding 'torch/onnx/_internal/registration.py' 2025-03-14T04:11:29.3785560Z adding 'torch/onnx/_internal/diagnostics/__init__.py' 2025-03-14T04:11:29.3795800Z adding 'torch/onnx/_internal/diagnostics/_diagnostic.py' 2025-03-14T04:11:29.3801841Z adding 'torch/onnx/_internal/diagnostics/_rules.py' 2025-03-14T04:11:29.3806554Z adding 'torch/onnx/_internal/diagnostics/infra/__init__.py' 2025-03-14T04:11:29.3812298Z adding 'torch/onnx/_internal/diagnostics/infra/_infra.py' 2025-03-14T04:11:29.3819564Z adding 'torch/onnx/_internal/diagnostics/infra/context.py' 2025-03-14T04:11:29.3824306Z adding 'torch/onnx/_internal/diagnostics/infra/decorator.py' 2025-03-14T04:11:29.3828158Z adding 'torch/onnx/_internal/diagnostics/infra/formatter.py' 2025-03-14T04:11:29.3832030Z adding 'torch/onnx/_internal/diagnostics/infra/utils.py' 2025-03-14T04:11:29.3837536Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/__init__.py' 2025-03-14T04:11:29.3840938Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_address.py' 2025-03-14T04:11:29.3844481Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py' 2025-03-14T04:11:29.3848357Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py' 2025-03-14T04:11:29.3851641Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py' 2025-03-14T04:11:29.3854288Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py' 2025-03-14T04:11:29.3857419Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py' 2025-03-14T04:11:29.3860544Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py' 2025-03-14T04:11:29.3863995Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py' 2025-03-14T04:11:29.3867197Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py' 2025-03-14T04:11:29.3870313Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge.py' 2025-03-14T04:11:29.3873628Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py' 2025-03-14T04:11:29.3876764Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_exception.py' 2025-03-14T04:11:29.3880277Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py' 2025-03-14T04:11:29.3883621Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py' 2025-03-14T04:11:29.3887065Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py' 2025-03-14T04:11:29.3890210Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_fix.py' 2025-03-14T04:11:29.3893485Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph.py' 2025-03-14T04:11:29.3896770Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py' 2025-03-14T04:11:29.3900345Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py' 2025-03-14T04:11:29.3903669Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location.py' 2025-03-14T04:11:29.3906878Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py' 2025-03-14T04:11:29.3910098Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py' 2025-03-14T04:11:29.3913329Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_message.py' 2025-03-14T04:11:29.3916519Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py' 2025-03-14T04:11:29.3919544Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_node.py' 2025-03-14T04:11:29.3922857Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_notification.py' 2025-03-14T04:11:29.3926115Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py' 2025-03-14T04:11:29.3929161Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py' 2025-03-14T04:11:29.3932272Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py' 2025-03-14T04:11:29.3935520Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_region.py' 2025-03-14T04:11:29.3938729Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py' 2025-03-14T04:11:29.3941921Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py' 2025-03-14T04:11:29.3945416Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py' 2025-03-14T04:11:29.3948706Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py' 2025-03-14T04:11:29.3952095Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py' 2025-03-14T04:11:29.3955954Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result.py' 2025-03-14T04:11:29.3959383Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py' 2025-03-14T04:11:29.3963121Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run.py' 2025-03-14T04:11:29.3966497Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py' 2025-03-14T04:11:29.3969628Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py' 2025-03-14T04:11:29.3972816Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py' 2025-03-14T04:11:29.3976333Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack.py' 2025-03-14T04:11:29.3979583Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py' 2025-03-14T04:11:29.3982256Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py' 2025-03-14T04:11:29.3985430Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py' 2025-03-14T04:11:29.3988823Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py' 2025-03-14T04:11:29.3992004Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool.py' 2025-03-14T04:11:29.3995760Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py' 2025-03-14T04:11:29.3999105Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py' 2025-03-14T04:11:29.4002322Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py' 2025-03-14T04:11:29.4005531Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py' 2025-03-14T04:11:29.4008682Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py' 2025-03-14T04:11:29.4012632Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py' 2025-03-14T04:11:29.4015758Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/version.py' 2025-03-14T04:11:29.4019573Z adding 'torch/onnx/_internal/exporter/__init__.py' 2025-03-14T04:11:29.4024428Z adding 'torch/onnx/_internal/exporter/_analysis.py' 2025-03-14T04:11:29.4035707Z adding 'torch/onnx/_internal/exporter/_building.py' 2025-03-14T04:11:29.4041872Z adding 'torch/onnx/_internal/exporter/_capture_strategies.py' 2025-03-14T04:11:29.4046687Z adding 'torch/onnx/_internal/exporter/_compat.py' 2025-03-14T04:11:29.4049906Z adding 'torch/onnx/_internal/exporter/_constants.py' 2025-03-14T04:11:29.4072012Z adding 'torch/onnx/_internal/exporter/_core.py' 2025-03-14T04:11:29.4077146Z adding 'torch/onnx/_internal/exporter/_decomp.py' 2025-03-14T04:11:29.4083400Z adding 'torch/onnx/_internal/exporter/_dispatching.py' 2025-03-14T04:11:29.4089870Z adding 'torch/onnx/_internal/exporter/_dynamic_shapes.py' 2025-03-14T04:11:29.4093263Z adding 'torch/onnx/_internal/exporter/_errors.py' 2025-03-14T04:11:29.4096562Z adding 'torch/onnx/_internal/exporter/_fx_passes.py' 2025-03-14T04:11:29.4101148Z adding 'torch/onnx/_internal/exporter/_ir_passes.py' 2025-03-14T04:11:29.4104802Z adding 'torch/onnx/_internal/exporter/_isolated.py' 2025-03-14T04:11:29.4111891Z adding 'torch/onnx/_internal/exporter/_onnx_program.py' 2025-03-14T04:11:29.4118217Z adding 'torch/onnx/_internal/exporter/_registration.py' 2025-03-14T04:11:29.4123284Z adding 'torch/onnx/_internal/exporter/_reporting.py' 2025-03-14T04:11:29.4131673Z adding 'torch/onnx/_internal/exporter/_schemas.py' 2025-03-14T04:11:29.4135795Z adding 'torch/onnx/_internal/exporter/_tensors.py' 2025-03-14T04:11:29.4139646Z adding 'torch/onnx/_internal/exporter/_testing.py' 2025-03-14T04:11:29.4145332Z adding 'torch/onnx/_internal/exporter/_verification.py' 2025-03-14T04:11:29.4149399Z adding 'torch/onnx/_internal/exporter/_torchlib/__init__.py' 2025-03-14T04:11:29.4153091Z adding 'torch/onnx/_internal/exporter/_torchlib/_tensor_typing.py' 2025-03-14T04:11:29.4156929Z adding 'torch/onnx/_internal/exporter/_torchlib/_torchlib_registry.py' 2025-03-14T04:11:29.4160583Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/__init__.py' 2025-03-14T04:11:29.4164005Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/core.py' 2025-03-14T04:11:29.4167759Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/hop.py' 2025-03-14T04:11:29.4171749Z adding 'torch/onnx/_internal/fx/__init__.py' 2025-03-14T04:11:29.4177928Z adding 'torch/onnx/_internal/fx/_pass.py' 2025-03-14T04:11:29.4182894Z adding 'torch/onnx/_internal/fx/decomposition_skip.py' 2025-03-14T04:11:29.4187352Z adding 'torch/onnx/_internal/fx/decomposition_table.py' 2025-03-14T04:11:29.4192883Z adding 'torch/onnx/_internal/fx/diagnostics.py' 2025-03-14T04:11:29.4198024Z adding 'torch/onnx/_internal/fx/dynamo_graph_extractor.py' 2025-03-14T04:11:29.4211140Z adding 'torch/onnx/_internal/fx/fx_onnx_interpreter.py' 2025-03-14T04:11:29.4217858Z adding 'torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py' 2025-03-14T04:11:29.4230813Z adding 'torch/onnx/_internal/fx/onnxfunction_dispatcher.py' 2025-03-14T04:11:29.4236108Z adding 'torch/onnx/_internal/fx/patcher.py' 2025-03-14T04:11:29.4240221Z adding 'torch/onnx/_internal/fx/registration.py' 2025-03-14T04:11:29.4246143Z adding 'torch/onnx/_internal/fx/serialization.py' 2025-03-14T04:11:29.4251212Z adding 'torch/onnx/_internal/fx/type_utils.py' 2025-03-14T04:11:29.4255646Z adding 'torch/onnx/_internal/fx/analysis/__init__.py' 2025-03-14T04:11:29.4259456Z adding 'torch/onnx/_internal/fx/analysis/unsupported_nodes.py' 2025-03-14T04:11:29.4263350Z adding 'torch/onnx/_internal/fx/passes/__init__.py' 2025-03-14T04:11:29.4267512Z adding 'torch/onnx/_internal/fx/passes/_utils.py' 2025-03-14T04:11:29.4271710Z adding 'torch/onnx/_internal/fx/passes/decomp.py' 2025-03-14T04:11:29.4276434Z adding 'torch/onnx/_internal/fx/passes/functionalization.py' 2025-03-14T04:11:29.4289855Z adding 'torch/onnx/_internal/fx/passes/modularization.py' 2025-03-14T04:11:29.4295376Z adding 'torch/onnx/_internal/fx/passes/readability.py' 2025-03-14T04:11:29.4314104Z adding 'torch/onnx/_internal/fx/passes/type_promotion.py' 2025-03-14T04:11:29.4319512Z adding 'torch/onnx/_internal/fx/passes/virtualization.py' 2025-03-14T04:11:29.4323987Z adding 'torch/optim/__init__.py' 2025-03-14T04:11:29.4333623Z adding 'torch/optim/_adafactor.py' 2025-03-14T04:11:29.4338294Z adding 'torch/optim/_functional.py' 2025-03-14T04:11:29.4344899Z adding 'torch/optim/adadelta.py' 2025-03-14T04:11:29.4353245Z adding 'torch/optim/adagrad.py' 2025-03-14T04:11:29.4366606Z adding 'torch/optim/adam.py' 2025-03-14T04:11:29.4373809Z adding 'torch/optim/adamax.py' 2025-03-14T04:11:29.4378733Z adding 'torch/optim/adamw.py' 2025-03-14T04:11:29.4385310Z adding 'torch/optim/asgd.py' 2025-03-14T04:11:29.4393160Z adding 'torch/optim/lbfgs.py' 2025-03-14T04:11:29.4416307Z adding 'torch/optim/lr_scheduler.py' 2025-03-14T04:11:29.4426626Z adding 'torch/optim/nadam.py' 2025-03-14T04:11:29.4444159Z adding 'torch/optim/optimizer.py' 2025-03-14T04:11:29.4453334Z adding 'torch/optim/radam.py' 2025-03-14T04:11:29.4461230Z adding 'torch/optim/rmsprop.py' 2025-03-14T04:11:29.4468471Z adding 'torch/optim/rprop.py' 2025-03-14T04:11:29.4476181Z adding 'torch/optim/sgd.py' 2025-03-14T04:11:29.4481611Z adding 'torch/optim/sparse_adam.py' 2025-03-14T04:11:29.4489282Z adding 'torch/optim/swa_utils.py' 2025-03-14T04:11:29.4493649Z adding 'torch/optim/_multi_tensor/__init__.py' 2025-03-14T04:11:29.4496681Z adding 'torch/optim/_multi_tensor/__init__.pyi' 2025-03-14T04:11:29.4500550Z adding 'torch/package/__init__.py' 2025-03-14T04:11:29.4504626Z adding 'torch/package/_digraph.py' 2025-03-14T04:11:29.4508118Z adding 'torch/package/_directory_reader.py' 2025-03-14T04:11:29.4511926Z adding 'torch/package/_importlib.py' 2025-03-14T04:11:29.4515420Z adding 'torch/package/_mangling.py' 2025-03-14T04:11:29.4519242Z adding 'torch/package/_mock.py' 2025-03-14T04:11:29.4523079Z adding 'torch/package/_package_pickler.py' 2025-03-14T04:11:29.4526292Z adding 'torch/package/_package_unpickler.py' 2025-03-14T04:11:29.4530166Z adding 'torch/package/_stdlib.py' 2025-03-14T04:11:29.4534377Z adding 'torch/package/file_structure_representation.py' 2025-03-14T04:11:29.4538193Z adding 'torch/package/find_file_dependencies.py' 2025-03-14T04:11:29.4541971Z adding 'torch/package/glob_group.py' 2025-03-14T04:11:29.4547210Z adding 'torch/package/importer.py' 2025-03-14T04:11:29.4565082Z adding 'torch/package/package_exporter.py' 2025-03-14T04:11:29.4578858Z adding 'torch/package/package_importer.py' 2025-03-14T04:11:29.4583286Z adding 'torch/package/analyze/__init__.py' 2025-03-14T04:11:29.4586511Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2025-03-14T04:11:29.4589387Z adding 'torch/package/analyze/is_from_package.py' 2025-03-14T04:11:29.4593427Z adding 'torch/package/analyze/trace_dependencies.py' 2025-03-14T04:11:29.4597188Z adding 'torch/profiler/__init__.py' 2025-03-14T04:11:29.4616362Z adding 'torch/profiler/_memory_profiler.py' 2025-03-14T04:11:29.4625044Z adding 'torch/profiler/_pattern_matcher.py' 2025-03-14T04:11:29.4632736Z adding 'torch/profiler/_utils.py' 2025-03-14T04:11:29.4635969Z adding 'torch/profiler/itt.py' 2025-03-14T04:11:29.4651242Z adding 'torch/profiler/profiler.py' 2025-03-14T04:11:29.4655543Z adding 'torch/profiler/python_tracer.py' 2025-03-14T04:11:29.4660762Z adding 'torch/quantization/__init__.py' 2025-03-14T04:11:29.4663268Z adding 'torch/quantization/_numeric_suite.py' 2025-03-14T04:11:29.4666592Z adding 'torch/quantization/_numeric_suite_fx.py' 2025-03-14T04:11:29.4670350Z adding 'torch/quantization/_quantized_conversions.py' 2025-03-14T04:11:29.4673766Z adding 'torch/quantization/fake_quantize.py' 2025-03-14T04:11:29.4677302Z adding 'torch/quantization/fuse_modules.py' 2025-03-14T04:11:29.4680023Z adding 'torch/quantization/fuser_method_mappings.py' 2025-03-14T04:11:29.4683484Z adding 'torch/quantization/observer.py' 2025-03-14T04:11:29.4686192Z adding 'torch/quantization/qconfig.py' 2025-03-14T04:11:29.4689252Z adding 'torch/quantization/quant_type.py' 2025-03-14T04:11:29.4692361Z adding 'torch/quantization/quantization_mappings.py' 2025-03-14T04:11:29.4695514Z adding 'torch/quantization/quantize.py' 2025-03-14T04:11:29.4698503Z adding 'torch/quantization/quantize_fx.py' 2025-03-14T04:11:29.4701605Z adding 'torch/quantization/quantize_jit.py' 2025-03-14T04:11:29.4704503Z adding 'torch/quantization/stubs.py' 2025-03-14T04:11:29.4707660Z adding 'torch/quantization/utils.py' 2025-03-14T04:11:29.4711791Z adding 'torch/quantization/fx/__init__.py' 2025-03-14T04:11:29.4714894Z adding 'torch/quantization/fx/_equalize.py' 2025-03-14T04:11:29.4717957Z adding 'torch/quantization/fx/convert.py' 2025-03-14T04:11:29.4720859Z adding 'torch/quantization/fx/fuse.py' 2025-03-14T04:11:29.4723915Z adding 'torch/quantization/fx/fusion_patterns.py' 2025-03-14T04:11:29.4726887Z adding 'torch/quantization/fx/graph_module.py' 2025-03-14T04:11:29.4729976Z adding 'torch/quantization/fx/match_utils.py' 2025-03-14T04:11:29.4733048Z adding 'torch/quantization/fx/pattern_utils.py' 2025-03-14T04:11:29.4736169Z adding 'torch/quantization/fx/prepare.py' 2025-03-14T04:11:29.4740151Z adding 'torch/quantization/fx/quantization_patterns.py' 2025-03-14T04:11:29.4742379Z adding 'torch/quantization/fx/quantization_types.py' 2025-03-14T04:11:29.4745783Z adding 'torch/quantization/fx/utils.py' 2025-03-14T04:11:29.4750228Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2025-03-14T04:11:29.4755371Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2025-03-14T04:11:29.4759048Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2025-03-14T04:11:29.4763339Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2025-03-14T04:11:29.4776679Z adding 'torch/share/cmake/Caffe2/FindCUDAToolkit.cmake' 2025-03-14T04:11:29.4781406Z adding 'torch/share/cmake/Caffe2/FindCUDSS.cmake' 2025-03-14T04:11:29.4785812Z adding 'torch/share/cmake/Caffe2/FindCUSPARSELT.cmake' 2025-03-14T04:11:29.4790665Z adding 'torch/share/cmake/Caffe2/FindSYCLToolkit.cmake' 2025-03-14T04:11:29.4794241Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2025-03-14T04:11:29.4820287Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2025-03-14T04:11:29.4820915Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2025-03-14T04:11:29.4836372Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2025-03-14T04:11:29.4845686Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2025-03-14T04:11:29.4849235Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2025-03-14T04:11:29.4854256Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2025-03-14T04:11:29.4858735Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2025-03-14T04:11:29.4864652Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2025-03-14T04:11:29.4870005Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2025-03-14T04:11:29.4875914Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2025-03-14T04:11:29.4882292Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2025-03-14T04:11:29.4886241Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2025-03-14T04:11:29.4889828Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2025-03-14T04:11:29.4893179Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2025-03-14T04:11:29.4896264Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2025-03-14T04:11:29.4899859Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2025-03-14T04:11:29.4908124Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2025-03-14T04:11:29.4912073Z adding 'torch/share/cmake/Caffe2/public/xpu.cmake' 2025-03-14T04:11:29.4917234Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2025-03-14T04:11:29.4920414Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2025-03-14T04:11:29.4923869Z adding 'torch/signal/__init__.py' 2025-03-14T04:11:29.4927453Z adding 'torch/signal/windows/__init__.py' 2025-03-14T04:11:29.4934239Z adding 'torch/signal/windows/windows.py' 2025-03-14T04:11:29.4944889Z adding 'torch/sparse/__init__.py' 2025-03-14T04:11:29.4952038Z adding 'torch/sparse/_semi_structured_conversions.py' 2025-03-14T04:11:29.4956602Z adding 'torch/sparse/_semi_structured_ops.py' 2025-03-14T04:11:29.4981310Z adding 'torch/sparse/_triton_ops.py' 2025-03-14T04:11:29.5099876Z adding 'torch/sparse/_triton_ops_meta.py' 2025-03-14T04:11:29.5120387Z adding 'torch/sparse/semi_structured.py' 2025-03-14T04:11:29.5130237Z adding 'torch/special/__init__.py' 2025-03-14T04:11:29.5308357Z adding 'torch/test/CppSignature_test.exe' 2025-03-14T04:11:29.5566839Z adding 'torch/test/Dict_test.exe' 2025-03-14T04:11:29.5748041Z adding 'torch/test/Dimname_test.exe' 2025-03-14T04:11:29.6064662Z adding 'torch/test/IListRef_test.exe' 2025-03-14T04:11:29.6311617Z adding 'torch/test/KernelFunction_test.exe' 2025-03-14T04:11:29.6665937Z adding 'torch/test/List_test.exe' 2025-03-14T04:11:29.6935320Z adding 'torch/test/MaybeOwned_test.exe' 2025-03-14T04:11:29.7165127Z adding 'torch/test/NamedTensor_test.exe' 2025-03-14T04:11:29.7384615Z adding 'torch/test/StorageUtils_test.exe' 2025-03-14T04:11:29.7600586Z adding 'torch/test/apply_utils_test.exe' 2025-03-14T04:11:29.7848375Z adding 'torch/test/atest.exe' 2025-03-14T04:11:29.8058501Z adding 'torch/test/backend_fallback_test.exe' 2025-03-14T04:11:29.8302354Z adding 'torch/test/basic.exe' 2025-03-14T04:11:29.8519452Z adding 'torch/test/broadcast_test.exe' 2025-03-14T04:11:29.8685305Z adding 'torch/test/c10_ArrayRef_test.exe' 2025-03-14T04:11:29.8861122Z adding 'torch/test/c10_Bitset_test.exe' 2025-03-14T04:11:29.9032054Z adding 'torch/test/c10_CompileTimeFunctionPointer_test.exe' 2025-03-14T04:11:29.9194392Z adding 'torch/test/c10_ConstexprCrc_test.exe' 2025-03-14T04:11:29.9360042Z adding 'torch/test/c10_DeadlockDetection_test.exe' 2025-03-14T04:11:29.9532502Z adding 'torch/test/c10_DeviceGuard_test.exe' 2025-03-14T04:11:29.9713006Z adding 'torch/test/c10_Device_test.exe' 2025-03-14T04:11:29.9923338Z adding 'torch/test/c10_DispatchKeySet_test.exe' 2025-03-14T04:11:30.0097177Z adding 'torch/test/c10_Half_test.exe' 2025-03-14T04:11:30.0286958Z adding 'torch/test/c10_InlineDeviceGuard_test.exe' 2025-03-14T04:11:30.0483089Z adding 'torch/test/c10_InlineStreamGuard_test.exe' 2025-03-14T04:11:30.0671974Z adding 'torch/test/c10_LeftRight_test.exe' 2025-03-14T04:11:30.0859474Z adding 'torch/test/c10_Metaprogramming_test.exe' 2025-03-14T04:11:30.1041755Z adding 'torch/test/c10_NetworkFlow_test.exe' 2025-03-14T04:11:30.1220210Z adding 'torch/test/c10_Scalar_test.exe' 2025-03-14T04:11:30.1414551Z adding 'torch/test/c10_SizesAndStrides_test.exe' 2025-03-14T04:11:30.1576375Z adding 'torch/test/c10_StreamGuard_test.exe' 2025-03-14T04:11:30.1751584Z adding 'torch/test/c10_SymInt_test.exe' 2025-03-14T04:11:30.1918510Z adding 'torch/test/c10_Synchronized_test.exe' 2025-03-14T04:11:30.2103816Z adding 'torch/test/c10_ThreadLocal_test.exe' 2025-03-14T04:11:30.2276598Z adding 'torch/test/c10_TypeIndex_test.exe' 2025-03-14T04:11:30.2447370Z adding 'torch/test/c10_TypeList_test.exe' 2025-03-14T04:11:30.2602770Z adding 'torch/test/c10_TypeTraits_test.exe' 2025-03-14T04:11:30.2790984Z adding 'torch/test/c10_accumulate_test.exe' 2025-03-14T04:11:30.2990560Z adding 'torch/test/c10_bfloat16_test.exe' 2025-03-14T04:11:30.3158920Z adding 'torch/test/c10_bit_cast_test.exe' 2025-03-14T04:11:30.3364956Z adding 'torch/test/c10_complex_math_test.exe' 2025-03-14T04:11:30.3561554Z adding 'torch/test/c10_complex_test.exe' 2025-03-14T04:11:30.3758076Z adding 'torch/test/c10_cow_test.exe' 2025-03-14T04:11:30.3931908Z adding 'torch/test/c10_cuda_CUDAAssertionsTest_1_var_test.exe' 2025-03-14T04:11:30.4094456Z adding 'torch/test/c10_cuda_CUDAAssertionsTest_catches_stream.exe' 2025-03-14T04:11:30.4260918Z adding 'torch/test/c10_cuda_CUDAAssertionsTest_catches_thread_and_block_and_device.exe' 2025-03-14T04:11:30.4423723Z adding 'torch/test/c10_cuda_CUDAAssertionsTest_from_2_processes.exe' 2025-03-14T04:11:30.4604500Z adding 'torch/test/c10_cuda_CUDAAssertionsTest_multiple_writes_from_blocks_and_threads.exe' 2025-03-14T04:11:30.4761589Z adding 'torch/test/c10_cuda_CUDAAssertionsTest_multiple_writes_from_multiple_blocks.exe' 2025-03-14T04:11:30.4920372Z adding 'torch/test/c10_cuda_CUDAAssertionsTest_multiple_writes_from_same_block.exe' 2025-03-14T04:11:30.5078086Z adding 'torch/test/c10_cuda_CUDATest.exe' 2025-03-14T04:11:30.5243015Z adding 'torch/test/c10_error_test.exe' 2025-03-14T04:11:30.5425828Z adding 'torch/test/c10_exception_test.exe' 2025-03-14T04:11:30.5585989Z adding 'torch/test/c10_flags_test.exe' 2025-03-14T04:11:30.5751612Z adding 'torch/test/c10_generic_math_test.exe' 2025-03-14T04:11:30.5896705Z adding 'torch/test/c10_intrusive_ptr_benchmark.exe' 2025-03-14T04:11:30.6315552Z adding 'torch/test/c10_intrusive_ptr_test.exe' 2025-03-14T04:11:30.6503232Z adding 'torch/test/c10_irange_test.exe' 2025-03-14T04:11:30.6679041Z adding 'torch/test/c10_lazy_test.exe' 2025-03-14T04:11:30.6867669Z adding 'torch/test/c10_logging_test.exe' 2025-03-14T04:11:30.7114451Z adding 'torch/test/c10_optional_test.exe' 2025-03-14T04:11:30.7325318Z adding 'torch/test/c10_ordered_preserving_dict_test.exe' 2025-03-14T04:11:30.7505220Z adding 'torch/test/c10_registry_test.exe' 2025-03-14T04:11:30.7858977Z adding 'torch/test/c10_small_vector_test.exe' 2025-03-14T04:11:30.8040385Z adding 'torch/test/c10_ssize_test.exe' 2025-03-14T04:11:30.8211891Z adding 'torch/test/c10_string_util_test.exe' 2025-03-14T04:11:30.8367870Z adding 'torch/test/c10_string_view_test.exe' 2025-03-14T04:11:30.8528057Z adding 'torch/test/c10_tempfile_test.exe' 2025-03-14T04:11:30.8709924Z adding 'torch/test/c10_typeid_test.exe' 2025-03-14T04:11:30.8907506Z adding 'torch/test/cpu_allocator_test.exe' 2025-03-14T04:11:30.9125944Z adding 'torch/test/cpu_generator_test.exe' 2025-03-14T04:11:30.9331010Z adding 'torch/test/cpu_profiling_allocator_test.exe' 2025-03-14T04:11:30.9669010Z adding 'torch/test/cpu_rng_test.exe' 2025-03-14T04:11:30.9844540Z adding 'torch/test/cuda_allocatorTraceTracker_test.exe' 2025-03-14T04:11:31.0042818Z adding 'torch/test/cuda_allocator_test.exe' 2025-03-14T04:11:31.0201743Z adding 'torch/test/cuda_apply_test.exe' 2025-03-14T04:11:31.0411574Z adding 'torch/test/cuda_atomic_ops_test.exe' 2025-03-14T04:11:31.0631204Z adding 'torch/test/cuda_caching_host_allocator_test.exe' 2025-03-14T04:11:31.0858345Z adding 'torch/test/cuda_complex_math_test.exe' 2025-03-14T04:11:31.1056399Z adding 'torch/test/cuda_complex_test.exe' 2025-03-14T04:11:31.1274417Z adding 'torch/test/cuda_cub_test.exe' 2025-03-14T04:11:31.1469459Z adding 'torch/test/cuda_cudnn_test.exe' 2025-03-14T04:11:31.1631246Z adding 'torch/test/cuda_device_test.exe' 2025-03-14T04:11:31.1920295Z adding 'torch/test/cuda_distributions_test.exe' 2025-03-14T04:11:31.2117178Z adding 'torch/test/cuda_dlconvertor_test.exe' 2025-03-14T04:11:31.2333652Z adding 'torch/test/cuda_generator_test.exe' 2025-03-14T04:11:31.2530678Z adding 'torch/test/cuda_half_test.exe' 2025-03-14T04:11:31.2698621Z adding 'torch/test/cuda_integer_divider_test.exe' 2025-03-14T04:11:31.2894754Z adding 'torch/test/cuda_optional_test.exe' 2025-03-14T04:11:31.3096865Z adding 'torch/test/cuda_packedtensoraccessor_test.exe' 2025-03-14T04:11:31.3305105Z adding 'torch/test/cuda_reportMemoryUsage_test.exe' 2025-03-14T04:11:31.3509167Z adding 'torch/test/cuda_stream_test.exe' 2025-03-14T04:11:31.3720978Z adding 'torch/test/cuda_vectorized_test.exe' 2025-03-14T04:11:31.3921735Z adding 'torch/test/dispatch_key_set_test.exe' 2025-03-14T04:11:31.4114808Z adding 'torch/test/dlconvertor_test.exe' 2025-03-14T04:11:31.4334072Z adding 'torch/test/extension_backend_test.exe' 2025-03-14T04:11:31.4554577Z adding 'torch/test/half_test.exe' 2025-03-14T04:11:31.4786077Z adding 'torch/test/inline_container_test.exe' 2025-03-14T04:11:31.5148165Z adding 'torch/test/ivalue_test.exe' 2025-03-14T04:11:31.5553660Z adding 'torch/test/kernel_function_legacy_test.exe' 2025-03-14T04:11:31.5891576Z adding 'torch/test/kernel_function_test.exe' 2025-03-14T04:11:31.6309642Z adding 'torch/test/kernel_lambda_legacy_test.exe' 2025-03-14T04:11:31.6662518Z adding 'torch/test/kernel_lambda_test.exe' 2025-03-14T04:11:31.6900368Z adding 'torch/test/kernel_stackbased_test.exe' 2025-03-14T04:11:31.7096904Z adding 'torch/test/lazy_tensor_test.exe' 2025-03-14T04:11:31.7382918Z adding 'torch/test/legacy_vmap_test.exe' 2025-03-14T04:11:31.7718632Z adding 'torch/test/make_boxed_from_unboxed_functor_test.exe' 2025-03-14T04:11:31.7929865Z adding 'torch/test/math_kernel_test.exe' 2025-03-14T04:11:31.8131675Z adding 'torch/test/memory_format_test.exe' 2025-03-14T04:11:31.8334602Z adding 'torch/test/memory_overlapping_test.exe' 2025-03-14T04:11:31.8539528Z adding 'torch/test/mobile_memory_cleanup.exe' 2025-03-14T04:11:31.8761113Z adding 'torch/test/native_test.exe' 2025-03-14T04:11:31.8919290Z adding 'torch/test/op_allowlist_test.exe' 2025-03-14T04:11:31.9715798Z adding 'torch/test/op_registration_test.exe' 2025-03-14T04:11:31.9926636Z adding 'torch/test/operator_name_test.exe' 2025-03-14T04:11:32.0121719Z adding 'torch/test/operators_test.exe' 2025-03-14T04:11:32.0326258Z adding 'torch/test/packedtensoraccessor_test.exe' 2025-03-14T04:11:32.0590986Z adding 'torch/test/pow_test.exe' 2025-03-14T04:11:32.0818851Z adding 'torch/test/quantized_test.exe' 2025-03-14T04:11:32.1023048Z adding 'torch/test/reduce_ops_test.exe' 2025-03-14T04:11:32.1229434Z adding 'torch/test/reportMemoryUsage_test.exe' 2025-03-14T04:11:32.1462697Z adding 'torch/test/scalar_tensor_test.exe' 2025-03-14T04:11:32.1694516Z adding 'torch/test/scalar_test.exe' 2025-03-14T04:11:32.1896345Z adding 'torch/test/stride_properties_test.exe' 2025-03-14T04:11:32.2165214Z adding 'torch/test/tensor_iterator_test.exe' 2025-03-14T04:11:32.2378735Z adding 'torch/test/test_parallel.exe' 2025-03-14T04:11:32.2435815Z adding 'torch/test/thread_init_test.exe' 2025-03-14T04:11:32.2609808Z adding 'torch/test/type_ptr_test.exe' 2025-03-14T04:11:32.2839313Z adding 'torch/test/type_test.exe' 2025-03-14T04:11:32.3047348Z adding 'torch/test/undefined_tensor_test.exe' 2025-03-14T04:11:32.3101526Z adding 'torch/test/verify_api_visibility.exe' 2025-03-14T04:11:32.3302739Z adding 'torch/test/weakref_test.exe' 2025-03-14T04:11:32.3510007Z adding 'torch/test/wrapdim_test.exe' 2025-03-14T04:11:32.3708737Z adding 'torch/test/xla_tensor_test.exe' 2025-03-14T04:11:32.3720448Z adding 'torch/testing/__init__.py' 2025-03-14T04:11:32.3740031Z adding 'torch/testing/_comparison.py' 2025-03-14T04:11:32.3747292Z adding 'torch/testing/_creation.py' 2025-03-14T04:11:32.3751075Z adding 'torch/testing/_utils.py' 2025-03-14T04:11:32.3756611Z adding 'torch/testing/_internal/__init__.py' 2025-03-14T04:11:32.3764596Z adding 'torch/testing/_internal/autocast_test_lists.py' 2025-03-14T04:11:32.3770397Z adding 'torch/testing/_internal/autograd_function_db.py' 2025-03-14T04:11:32.3775374Z adding 'torch/testing/_internal/check_kernel_launches.py' 2025-03-14T04:11:32.3781273Z adding 'torch/testing/_internal/common_cuda.py' 2025-03-14T04:11:32.3812642Z adding 'torch/testing/_internal/common_device_type.py' 2025-03-14T04:11:32.3817826Z adding 'torch/testing/_internal/common_dist_composable.py' 2025-03-14T04:11:32.3839459Z adding 'torch/testing/_internal/common_distributed.py' 2025-03-14T04:11:32.3844832Z adding 'torch/testing/_internal/common_dtype.py' 2025-03-14T04:11:32.3863899Z adding 'torch/testing/_internal/common_fsdp.py' 2025-03-14T04:11:32.3871671Z adding 'torch/testing/_internal/common_jit.py' 2025-03-14T04:11:32.4105882Z adding 'torch/testing/_internal/common_methods_invocations.py' 2025-03-14T04:11:32.4136480Z adding 'torch/testing/_internal/common_mkldnn.py' 2025-03-14T04:11:32.4169305Z adding 'torch/testing/_internal/common_modules.py' 2025-03-14T04:11:32.4208034Z adding 'torch/testing/_internal/common_nn.py' 2025-03-14T04:11:32.4228385Z adding 'torch/testing/_internal/common_optimizers.py' 2025-03-14T04:11:32.4235255Z adding 'torch/testing/_internal/common_pruning.py' 2025-03-14T04:11:32.4265554Z adding 'torch/testing/_internal/common_quantization.py' 2025-03-14T04:11:32.4273064Z adding 'torch/testing/_internal/common_quantized.py' 2025-03-14T04:11:32.4278803Z adding 'torch/testing/_internal/common_subclass.py' 2025-03-14T04:11:32.4364941Z adding 'torch/testing/_internal/common_utils.py' 2025-03-14T04:11:32.4379328Z adding 'torch/testing/_internal/composite_compliance.py' 2025-03-14T04:11:32.4386589Z adding 'torch/testing/_internal/custom_op_db.py' 2025-03-14T04:11:32.4390966Z adding 'torch/testing/_internal/custom_tensor.py' 2025-03-14T04:11:32.4396034Z adding 'torch/testing/_internal/dist_utils.py' 2025-03-14T04:11:32.4400427Z adding 'torch/testing/_internal/dynamo_test_failures.py' 2025-03-14T04:11:32.4403766Z adding 'torch/testing/_internal/fake_config_module.py' 2025-03-14T04:11:32.4406947Z adding 'torch/testing/_internal/fake_config_module2.py' 2025-03-14T04:11:32.4409791Z adding 'torch/testing/_internal/fake_config_module3.py' 2025-03-14T04:11:32.4414680Z adding 'torch/testing/_internal/hop_db.py' 2025-03-14T04:11:32.4421512Z adding 'torch/testing/_internal/hypothesis_utils.py' 2025-03-14T04:11:32.4426569Z adding 'torch/testing/_internal/inductor_utils.py' 2025-03-14T04:11:32.4437787Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2025-03-14T04:11:32.4450678Z adding 'torch/testing/_internal/jit_utils.py' 2025-03-14T04:11:32.4456217Z adding 'torch/testing/_internal/logging_tensor.py' 2025-03-14T04:11:32.4461253Z adding 'torch/testing/_internal/logging_utils.py' 2025-03-14T04:11:32.4464812Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2025-03-14T04:11:32.4467883Z adding 'torch/testing/_internal/static_module.py' 2025-03-14T04:11:32.4471304Z adding 'torch/testing/_internal/subclasses.py' 2025-03-14T04:11:32.4475454Z adding 'torch/testing/_internal/torchbind_impls.py' 2025-03-14T04:11:32.4480919Z adding 'torch/testing/_internal/triton_utils.py' 2025-03-14T04:11:32.4485255Z adding 'torch/testing/_internal/two_tensor.py' 2025-03-14T04:11:32.4489573Z adding 'torch/testing/_internal/codegen/__init__.py' 2025-03-14T04:11:32.4493627Z adding 'torch/testing/_internal/data/__init__.py' 2025-03-14T04:11:32.4496962Z adding 'torch/testing/_internal/data/network1.py' 2025-03-14T04:11:32.4500244Z adding 'torch/testing/_internal/data/network2.py' 2025-03-14T04:11:32.4504586Z adding 'torch/testing/_internal/distributed/__init__.py' 2025-03-14T04:11:32.4509279Z adding 'torch/testing/_internal/distributed/checkpoint_utils.py' 2025-03-14T04:11:32.4514298Z adding 'torch/testing/_internal/distributed/common_state_dict.py' 2025-03-14T04:11:32.4523593Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2025-03-14T04:11:32.4622060Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2025-03-14T04:11:32.4635118Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2025-03-14T04:11:32.4638288Z adding 'torch/testing/_internal/distributed/fake_pg.py' 2025-03-14T04:11:32.4645587Z adding 'torch/testing/_internal/distributed/multi_threaded_pg.py' 2025-03-14T04:11:32.4650640Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2025-03-14T04:11:32.4654552Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2025-03-14T04:11:32.4657675Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2025-03-14T04:11:32.4662283Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2025-03-14T04:11:32.4666333Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2025-03-14T04:11:32.4669825Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2025-03-14T04:11:32.4673609Z adding 'torch/testing/_internal/distributed/_tensor/__init__.py' 2025-03-14T04:11:32.4682121Z adding 'torch/testing/_internal/distributed/_tensor/common_dtensor.py' 2025-03-14T04:11:32.4686198Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2025-03-14T04:11:32.4689872Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2025-03-14T04:11:32.4697480Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2025-03-14T04:11:32.4702046Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2025-03-14T04:11:32.4730218Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2025-03-14T04:11:32.4737338Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2025-03-14T04:11:32.4743091Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2025-03-14T04:11:32.4747238Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2025-03-14T04:11:32.4750751Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2025-03-14T04:11:32.4809378Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2025-03-14T04:11:32.4818056Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2025-03-14T04:11:32.4821586Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2025-03-14T04:11:32.4825737Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2025-03-14T04:11:32.4831277Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2025-03-14T04:11:32.4836905Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2025-03-14T04:11:32.4841383Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2025-03-14T04:11:32.4856332Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2025-03-14T04:11:32.4862429Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2025-03-14T04:11:32.4866828Z adding 'torch/testing/_internal/generated/__init__.py' 2025-03-14T04:11:32.4920678Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2025-03-14T04:11:32.4937610Z adding 'torch/testing/_internal/opinfo/__init__.py' 2025-03-14T04:11:32.4981669Z adding 'torch/testing/_internal/opinfo/core.py' 2025-03-14T04:11:32.4989305Z adding 'torch/testing/_internal/opinfo/refs.py' 2025-03-14T04:11:32.4996036Z adding 'torch/testing/_internal/opinfo/utils.py' 2025-03-14T04:11:32.5000410Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2025-03-14T04:11:32.5010715Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2025-03-14T04:11:32.5018636Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2025-03-14T04:11:32.5040265Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2025-03-14T04:11:32.5059670Z adding 'torch/testing/_internal/opinfo/definitions/nested.py' 2025-03-14T04:11:32.5066467Z adding 'torch/testing/_internal/opinfo/definitions/signal.py' 2025-03-14T04:11:32.5076090Z adding 'torch/testing/_internal/opinfo/definitions/sparse.py' 2025-03-14T04:11:32.5083784Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2025-03-14T04:11:32.5088300Z adding 'torch/testing/_internal/optests/__init__.py' 2025-03-14T04:11:32.5092681Z adding 'torch/testing/_internal/optests/aot_autograd.py' 2025-03-14T04:11:32.5097271Z adding 'torch/testing/_internal/optests/autograd_registration.py' 2025-03-14T04:11:32.5100363Z adding 'torch/testing/_internal/optests/fake_tensor.py' 2025-03-14T04:11:32.5112386Z adding 'torch/testing/_internal/optests/generate_tests.py' 2025-03-14T04:11:32.5116916Z adding 'torch/testing/_internal/optests/make_fx.py' 2025-03-14T04:11:32.5120639Z adding 'torch/testing/_internal/test_module/__init__.py' 2025-03-14T04:11:32.5123429Z adding 'torch/testing/_internal/test_module/future_div.py' 2025-03-14T04:11:32.5126259Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2025-03-14T04:11:32.5131676Z adding 'torch/utils/__init__.py' 2025-03-14T04:11:32.5135957Z adding 'torch/utils/_appending_byte_serializer.py' 2025-03-14T04:11:32.5140285Z adding 'torch/utils/_backport_slots.py' 2025-03-14T04:11:32.5152033Z adding 'torch/utils/_config_module.py' 2025-03-14T04:11:32.5156016Z adding 'torch/utils/_config_typing.pyi' 2025-03-14T04:11:32.5161405Z adding 'torch/utils/_content_store.py' 2025-03-14T04:11:32.5166092Z adding 'torch/utils/_contextlib.py' 2025-03-14T04:11:32.5169618Z adding 'torch/utils/_cpp_embed_headers.py' 2025-03-14T04:11:32.5172962Z adding 'torch/utils/_cpp_extension_versioner.py' 2025-03-14T04:11:32.5183694Z adding 'torch/utils/_cxx_pytree.py' 2025-03-14T04:11:32.5188375Z adding 'torch/utils/_device.py' 2025-03-14T04:11:32.5191639Z adding 'torch/utils/_exposed_in.py' 2025-03-14T04:11:32.5194893Z adding 'torch/utils/_filelock.py' 2025-03-14T04:11:32.5198380Z adding 'torch/utils/_foreach_utils.py' 2025-03-14T04:11:32.5203933Z adding 'torch/utils/_freeze.py' 2025-03-14T04:11:32.5207471Z adding 'torch/utils/_functools.py' 2025-03-14T04:11:32.5211639Z adding 'torch/utils/_get_clean_triton.py' 2025-03-14T04:11:32.5214984Z adding 'torch/utils/_import_utils.py' 2025-03-14T04:11:32.5217883Z adding 'torch/utils/_mode_utils.py' 2025-03-14T04:11:32.5221828Z adding 'torch/utils/_ordered_set.py' 2025-03-14T04:11:32.5233356Z adding 'torch/utils/_python_dispatch.py' 2025-03-14T04:11:32.5255187Z adding 'torch/utils/_pytree.py' 2025-03-14T04:11:32.5260122Z adding 'torch/utils/_stats.py' 2025-03-14T04:11:32.5263828Z adding 'torch/utils/_thunk.py' 2025-03-14T04:11:32.5270023Z adding 'torch/utils/_traceback.py' 2025-03-14T04:11:32.5274662Z adding 'torch/utils/_triton.py' 2025-03-14T04:11:32.5277823Z adding 'torch/utils/_typing_utils.py' 2025-03-14T04:11:32.5281910Z adding 'torch/utils/_zip.py' 2025-03-14T04:11:32.5289966Z adding 'torch/utils/backend_registration.py' 2025-03-14T04:11:32.5299901Z adding 'torch/utils/bundled_inputs.py' 2025-03-14T04:11:32.5328327Z adding 'torch/utils/checkpoint.py' 2025-03-14T04:11:32.5340025Z adding 'torch/utils/collect_env.py' 2025-03-14T04:11:32.5343782Z adding 'torch/utils/cpp_backtrace.py' 2025-03-14T04:11:32.5389305Z adding 'torch/utils/cpp_extension.py' 2025-03-14T04:11:32.5395922Z adding 'torch/utils/deterministic.py' 2025-03-14T04:11:32.5400614Z adding 'torch/utils/dlpack.py' 2025-03-14T04:11:32.5404709Z adding 'torch/utils/file_baton.py' 2025-03-14T04:11:32.5415649Z adding 'torch/utils/flop_counter.py' 2025-03-14T04:11:32.5422078Z adding 'torch/utils/hooks.py' 2025-03-14T04:11:32.5426548Z adding 'torch/utils/mkldnn.py' 2025-03-14T04:11:32.5431439Z adding 'torch/utils/mobile_optimizer.py' 2025-03-14T04:11:32.5435183Z adding 'torch/utils/model_zoo.py' 2025-03-14T04:11:32.5439710Z adding 'torch/utils/module_tracker.py' 2025-03-14T04:11:32.5444130Z adding 'torch/utils/show_pickle.py' 2025-03-14T04:11:32.5449457Z adding 'torch/utils/throughput_benchmark.py' 2025-03-14T04:11:32.5455719Z adding 'torch/utils/weak.py' 2025-03-14T04:11:32.5460271Z adding 'torch/utils/_strobelight/__init__.py' 2025-03-14T04:11:32.5465956Z adding 'torch/utils/_strobelight/cli_function_profiler.py' 2025-03-14T04:11:32.5470414Z adding 'torch/utils/_sympy/__init__.py' 2025-03-14T04:11:32.5489838Z adding 'torch/utils/_sympy/functions.py' 2025-03-14T04:11:32.5497681Z adding 'torch/utils/_sympy/interp.py' 2025-03-14T04:11:32.5504081Z adding 'torch/utils/_sympy/numbers.py' 2025-03-14T04:11:32.5511134Z adding 'torch/utils/_sympy/printers.py' 2025-03-14T04:11:32.5518424Z adding 'torch/utils/_sympy/reference.py' 2025-03-14T04:11:32.5523061Z adding 'torch/utils/_sympy/singleton_int.py' 2025-03-14T04:11:32.5528149Z adding 'torch/utils/_sympy/solve.py' 2025-03-14T04:11:32.5532323Z adding 'torch/utils/_sympy/symbol.py' 2025-03-14T04:11:32.5545489Z adding 'torch/utils/_sympy/value_ranges.py' 2025-03-14T04:11:32.5550199Z adding 'torch/utils/backcompat/__init__.py' 2025-03-14T04:11:32.5554007Z adding 'torch/utils/benchmark/__init__.py' 2025-03-14T04:11:32.5565870Z adding 'torch/utils/benchmark/examples/__init__.py' 2025-03-14T04:11:32.5566388Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2025-03-14T04:11:32.5566818Z adding 'torch/utils/benchmark/examples/compare.py' 2025-03-14T04:11:32.5570202Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2025-03-14T04:11:32.5574153Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2025-03-14T04:11:32.5577319Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2025-03-14T04:11:32.5581337Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2025-03-14T04:11:32.5585114Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2025-03-14T04:11:32.5589415Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2025-03-14T04:11:32.5593426Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2025-03-14T04:11:32.5597076Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2025-03-14T04:11:32.5600792Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2025-03-14T04:11:32.5604396Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2025-03-14T04:11:32.5608175Z adding 'torch/utils/benchmark/utils/__init__.py' 2025-03-14T04:11:32.5611269Z adding 'torch/utils/benchmark/utils/_stubs.py' 2025-03-14T04:11:32.5617713Z adding 'torch/utils/benchmark/utils/common.py' 2025-03-14T04:11:32.5624277Z adding 'torch/utils/benchmark/utils/compare.py' 2025-03-14T04:11:32.5629173Z adding 'torch/utils/benchmark/utils/compile.py' 2025-03-14T04:11:32.5634492Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2025-03-14T04:11:32.5642991Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2025-03-14T04:11:32.5648260Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2025-03-14T04:11:32.5652287Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2025-03-14T04:11:32.5661784Z adding 'torch/utils/benchmark/utils/timer.py' 2025-03-14T04:11:32.5666426Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2025-03-14T04:11:32.5671413Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2025-03-14T04:11:32.5675325Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2025-03-14T04:11:32.5678784Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2025-03-14T04:11:32.5693692Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2025-03-14T04:11:32.5748585Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2025-03-14T04:11:32.5762954Z adding 'torch/utils/bottleneck/__init__.py' 2025-03-14T04:11:32.5768011Z adding 'torch/utils/bottleneck/__main__.py' 2025-03-14T04:11:32.5772554Z adding 'torch/utils/data/__init__.py' 2025-03-14T04:11:32.5776246Z adding 'torch/utils/data/backward_compatibility.py' 2025-03-14T04:11:32.5809655Z adding 'torch/utils/data/dataloader.py' 2025-03-14T04:11:32.5823361Z adding 'torch/utils/data/dataset.py' 2025-03-14T04:11:32.5828807Z adding 'torch/utils/data/distributed.py' 2025-03-14T04:11:32.5833840Z adding 'torch/utils/data/graph.py' 2025-03-14T04:11:32.5838530Z adding 'torch/utils/data/graph_settings.py' 2025-03-14T04:11:32.5845219Z adding 'torch/utils/data/sampler.py' 2025-03-14T04:11:32.5850004Z adding 'torch/utils/data/_utils/__init__.py' 2025-03-14T04:11:32.5857268Z adding 'torch/utils/data/_utils/collate.py' 2025-03-14T04:11:32.5861357Z adding 'torch/utils/data/_utils/fetch.py' 2025-03-14T04:11:32.5865761Z adding 'torch/utils/data/_utils/pin_memory.py' 2025-03-14T04:11:32.5870137Z adding 'torch/utils/data/_utils/signal_handling.py' 2025-03-14T04:11:32.5877447Z adding 'torch/utils/data/_utils/worker.py' 2025-03-14T04:11:32.5882094Z adding 'torch/utils/data/datapipes/__init__.py' 2025-03-14T04:11:32.5886705Z adding 'torch/utils/data/datapipes/_decorator.py' 2025-03-14T04:11:32.5893353Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2025-03-14T04:11:32.5901590Z adding 'torch/utils/data/datapipes/_typing.py' 2025-03-14T04:11:32.5908850Z adding 'torch/utils/data/datapipes/datapipe.py' 2025-03-14T04:11:32.5920534Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2025-03-14T04:11:32.5927394Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2025-03-14T04:11:32.5932142Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2025-03-14T04:11:32.5936202Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2025-03-14T04:11:32.5942479Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2025-03-14T04:11:32.5946647Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2025-03-14T04:11:32.5950482Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2025-03-14T04:11:32.5955209Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2025-03-14T04:11:32.5960980Z adding 'torch/utils/data/datapipes/iter/callable.py' 2025-03-14T04:11:32.5966227Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2025-03-14T04:11:32.5975297Z adding 'torch/utils/data/datapipes/iter/combining.py' 2025-03-14T04:11:32.5980135Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2025-03-14T04:11:32.5983900Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2025-03-14T04:11:32.5989418Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2025-03-14T04:11:32.5993912Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2025-03-14T04:11:32.5997851Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2025-03-14T04:11:32.6001654Z adding 'torch/utils/data/datapipes/iter/sharding.py' 2025-03-14T04:11:32.6005088Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2025-03-14T04:11:32.6008450Z adding 'torch/utils/data/datapipes/iter/utils.py' 2025-03-14T04:11:32.6012310Z adding 'torch/utils/data/datapipes/map/__init__.py' 2025-03-14T04:11:32.6015697Z adding 'torch/utils/data/datapipes/map/callable.py' 2025-03-14T04:11:32.6019686Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2025-03-14T04:11:32.6023803Z adding 'torch/utils/data/datapipes/map/combining.py' 2025-03-14T04:11:32.6027921Z adding 'torch/utils/data/datapipes/map/grouping.py' 2025-03-14T04:11:32.6031338Z adding 'torch/utils/data/datapipes/map/utils.py' 2025-03-14T04:11:32.6035213Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2025-03-14T04:11:32.6041348Z adding 'torch/utils/data/datapipes/utils/common.py' 2025-03-14T04:11:32.6047501Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2025-03-14T04:11:32.6051541Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2025-03-14T04:11:32.6055208Z adding 'torch/utils/hipify/__init__.py' 2025-03-14T04:11:32.6058417Z adding 'torch/utils/hipify/constants.py' 2025-03-14T04:11:32.6115463Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2025-03-14T04:11:32.6140549Z adding 'torch/utils/hipify/hipify_python.py' 2025-03-14T04:11:32.6144461Z adding 'torch/utils/hipify/version.py' 2025-03-14T04:11:32.6147929Z adding 'torch/utils/jit/__init__.py' 2025-03-14T04:11:32.6152176Z adding 'torch/utils/jit/log_extract.py' 2025-03-14T04:11:32.6160288Z adding 'torch/utils/model_dump/__init__.py' 2025-03-14T04:11:32.6163582Z adding 'torch/utils/model_dump/__main__.py' 2025-03-14T04:11:32.6170905Z adding 'torch/utils/model_dump/code.js' 2025-03-14T04:11:32.6174625Z adding 'torch/utils/model_dump/htm.mjs' 2025-03-14T04:11:32.6180367Z adding 'torch/utils/model_dump/preact.mjs' 2025-03-14T04:11:32.6183627Z adding 'torch/utils/model_dump/skeleton.html' 2025-03-14T04:11:32.6187139Z adding 'torch/utils/serialization/__init__.py' 2025-03-14T04:11:32.6190123Z adding 'torch/utils/serialization/config.py' 2025-03-14T04:11:32.6194050Z adding 'torch/utils/tensorboard/__init__.py' 2025-03-14T04:11:32.6197104Z adding 'torch/utils/tensorboard/_convert_np.py' 2025-03-14T04:11:32.6200736Z adding 'torch/utils/tensorboard/_embedding.py' 2025-03-14T04:11:32.6204132Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2025-03-14T04:11:32.6207417Z adding 'torch/utils/tensorboard/_proto_graph.py' 2025-03-14T04:11:32.6214039Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2025-03-14T04:11:32.6218436Z adding 'torch/utils/tensorboard/_utils.py' 2025-03-14T04:11:32.6237891Z adding 'torch/utils/tensorboard/summary.py' 2025-03-14T04:11:32.6252787Z adding 'torch/utils/tensorboard/writer.py' 2025-03-14T04:11:32.6257247Z adding 'torch/utils/viz/__init__.py' 2025-03-14T04:11:32.6264614Z adding 'torch/utils/viz/_cycles.py' 2025-03-14T04:11:32.6273283Z adding 'torch/xpu/__init__.py' 2025-03-14T04:11:32.6276996Z adding 'torch/xpu/_gpu_trace.py' 2025-03-14T04:11:32.6280258Z adding 'torch/xpu/_utils.py' 2025-03-14T04:11:32.6284613Z adding 'torch/xpu/memory.py' 2025-03-14T04:11:32.6288625Z adding 'torch/xpu/random.py' 2025-03-14T04:11:32.6293221Z adding 'torch/xpu/streams.py' 2025-03-14T04:11:32.6301626Z adding 'torchgen/__init__.py' 2025-03-14T04:11:32.6305272Z adding 'torchgen/code_template.py' 2025-03-14T04:11:32.6309198Z adding 'torchgen/context.py' 2025-03-14T04:11:32.6346924Z adding 'torchgen/gen.py' 2025-03-14T04:11:32.6356755Z adding 'torchgen/gen_aoti_c_shim.py' 2025-03-14T04:11:32.6365469Z adding 'torchgen/gen_backend_stubs.py' 2025-03-14T04:11:32.6379066Z adding 'torchgen/gen_executorch.py' 2025-03-14T04:11:32.6393412Z adding 'torchgen/gen_functionalization_type.py' 2025-03-14T04:11:32.6403042Z adding 'torchgen/gen_lazy_tensor.py' 2025-03-14T04:11:32.6407305Z adding 'torchgen/gen_schema_utils.py' 2025-03-14T04:11:32.6412440Z adding 'torchgen/gen_vmap_plumbing.py' 2025-03-14T04:11:32.6416119Z adding 'torchgen/local.py' 2025-03-14T04:11:32.6458533Z adding 'torchgen/model.py' 2025-03-14T04:11:32.6473222Z adding 'torchgen/native_function_generation.py' 2025-03-14T04:11:32.6481629Z adding 'torchgen/utils.py' 2025-03-14T04:11:32.6485490Z adding 'torchgen/yaml_utils.py' 2025-03-14T04:11:32.6489042Z adding 'torchgen/aoti/__init__.py' 2025-03-14T04:11:32.6493435Z adding 'torchgen/aoti/fallback_ops.py' 2025-03-14T04:11:32.6496655Z adding 'torchgen/api/__init__.py' 2025-03-14T04:11:32.6527766Z adding 'torchgen/api/autograd.py' 2025-03-14T04:11:32.6528109Z adding 'torchgen/api/cpp.py' 2025-03-14T04:11:32.6528390Z adding 'torchgen/api/dispatcher.py' 2025-03-14T04:11:32.6530881Z adding 'torchgen/api/functionalization.py' 2025-03-14T04:11:32.6539552Z adding 'torchgen/api/lazy.py' 2025-03-14T04:11:32.6542207Z adding 'torchgen/api/meta.py' 2025-03-14T04:11:32.6546400Z adding 'torchgen/api/native.py' 2025-03-14T04:11:32.6567652Z adding 'torchgen/api/python.py' 2025-03-14T04:11:32.6573297Z adding 'torchgen/api/structured.py' 2025-03-14T04:11:32.6580837Z adding 'torchgen/api/translate.py' 2025-03-14T04:11:32.6585734Z adding 'torchgen/api/ufunc.py' 2025-03-14T04:11:32.6590961Z adding 'torchgen/api/unboxing.py' 2025-03-14T04:11:32.6594960Z adding 'torchgen/api/types/__init__.py' 2025-03-14T04:11:32.6602003Z adding 'torchgen/api/types/signatures.py' 2025-03-14T04:11:32.6606708Z adding 'torchgen/api/types/types.py' 2025-03-14T04:11:32.6611709Z adding 'torchgen/api/types/types_base.py' 2025-03-14T04:11:32.6615733Z adding 'torchgen/dest/__init__.py' 2025-03-14T04:11:32.6625876Z adding 'torchgen/dest/lazy_ir.py' 2025-03-14T04:11:32.6629919Z adding 'torchgen/dest/lazy_ts_lowering.py' 2025-03-14T04:11:32.6633887Z adding 'torchgen/dest/native_functions.py' 2025-03-14T04:11:32.6647599Z adding 'torchgen/dest/register_dispatch_key.py' 2025-03-14T04:11:32.6655744Z adding 'torchgen/dest/ufunc.py' 2025-03-14T04:11:32.6659780Z adding 'torchgen/executorch/__init__.py' 2025-03-14T04:11:32.6664451Z adding 'torchgen/executorch/model.py' 2025-03-14T04:11:32.6668755Z adding 'torchgen/executorch/parse.py' 2025-03-14T04:11:32.6672590Z adding 'torchgen/executorch/api/__init__.py' 2025-03-14T04:11:32.6676775Z adding 'torchgen/executorch/api/custom_ops.py' 2025-03-14T04:11:32.6683011Z adding 'torchgen/executorch/api/et_cpp.py' 2025-03-14T04:11:32.6687983Z adding 'torchgen/executorch/api/unboxing.py' 2025-03-14T04:11:32.6691825Z adding 'torchgen/executorch/api/types/__init__.py' 2025-03-14T04:11:32.6695326Z adding 'torchgen/executorch/api/types/signatures.py' 2025-03-14T04:11:32.6698712Z adding 'torchgen/executorch/api/types/types.py' 2025-03-14T04:11:32.6702303Z adding 'torchgen/operator_versions/__init__.py' 2025-03-14T04:11:32.6707844Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2025-03-14T04:11:32.6711167Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2025-03-14T04:11:32.6827878Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2025-03-14T04:11:32.6844941Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2025-03-14T04:11:32.6850554Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2025-03-14T04:11:32.6853736Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2025-03-14T04:11:32.6856987Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2025-03-14T04:11:32.6860417Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2025-03-14T04:11:32.6863727Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2025-03-14T04:11:32.6867431Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2025-03-14T04:11:32.6869741Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2025-03-14T04:11:32.6873128Z adding 'torchgen/packaged/ATen/templates/Function.h' 2025-03-14T04:11:32.6876220Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2025-03-14T04:11:32.6880023Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2025-03-14T04:11:32.6884359Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2025-03-14T04:11:32.6887451Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2025-03-14T04:11:32.6890534Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2025-03-14T04:11:32.6893574Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2025-03-14T04:11:32.6896690Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2025-03-14T04:11:32.6899824Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2025-03-14T04:11:32.6903076Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2025-03-14T04:11:32.6906761Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2025-03-14T04:11:32.6909016Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2025-03-14T04:11:32.6912544Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2025-03-14T04:11:32.6915823Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2025-03-14T04:11:32.6919086Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2025-03-14T04:11:32.6922168Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2025-03-14T04:11:32.6925439Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2025-03-14T04:11:32.6929498Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2025-03-14T04:11:32.6931811Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2025-03-14T04:11:32.6935239Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2025-03-14T04:11:32.6939029Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2025-03-14T04:11:32.6942245Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2025-03-14T04:11:32.6945235Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2025-03-14T04:11:32.6957685Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2025-03-14T04:11:32.6961427Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2025-03-14T04:11:32.6964731Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2025-03-14T04:11:32.6967649Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2025-03-14T04:11:32.6970787Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2025-03-14T04:11:32.6974518Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2025-03-14T04:11:32.6977128Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2025-03-14T04:11:32.6980425Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2025-03-14T04:11:32.6983176Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2025-03-14T04:11:32.6987160Z adding 'torchgen/packaged/autograd/BUILD.bazel' 2025-03-14T04:11:32.6989943Z adding 'torchgen/packaged/autograd/README.md' 2025-03-14T04:11:32.6992954Z adding 'torchgen/packaged/autograd/__init__.py' 2025-03-14T04:11:32.6995858Z adding 'torchgen/packaged/autograd/build.bzl' 2025-03-14T04:11:32.6999057Z adding 'torchgen/packaged/autograd/context.py' 2025-03-14T04:11:32.7015892Z adding 'torchgen/packaged/autograd/deprecated.yaml' 2025-03-14T04:11:32.7051808Z adding 'torchgen/packaged/autograd/derivatives.yaml' 2025-03-14T04:11:32.7059838Z adding 'torchgen/packaged/autograd/gen_annotated_fn_args.py' 2025-03-14T04:11:32.7063746Z adding 'torchgen/packaged/autograd/gen_autograd.py' 2025-03-14T04:11:32.7075587Z adding 'torchgen/packaged/autograd/gen_autograd_functions.py' 2025-03-14T04:11:32.7085360Z adding 'torchgen/packaged/autograd/gen_inplace_or_view_type.py' 2025-03-14T04:11:32.7102244Z adding 'torchgen/packaged/autograd/gen_python_functions.py' 2025-03-14T04:11:32.7111016Z adding 'torchgen/packaged/autograd/gen_trace_type.py' 2025-03-14T04:11:32.7115670Z adding 'torchgen/packaged/autograd/gen_variable_factories.py' 2025-03-14T04:11:32.7142916Z adding 'torchgen/packaged/autograd/gen_variable_type.py' 2025-03-14T04:11:32.7150620Z adding 'torchgen/packaged/autograd/gen_view_funcs.py' 2025-03-14T04:11:32.7165465Z adding 'torchgen/packaged/autograd/load_derivatives.py' 2025-03-14T04:11:32.7171108Z adding 'torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp' 2025-03-14T04:11:32.7174310Z adding 'torchgen/packaged/autograd/templates/Functions.cpp' 2025-03-14T04:11:32.7177590Z adding 'torchgen/packaged/autograd/templates/Functions.h' 2025-03-14T04:11:32.7180701Z adding 'torchgen/packaged/autograd/templates/TraceType.cpp' 2025-03-14T04:11:32.7184172Z adding 'torchgen/packaged/autograd/templates/VariableType.cpp' 2025-03-14T04:11:32.7187408Z adding 'torchgen/packaged/autograd/templates/VariableType.h' 2025-03-14T04:11:32.7190301Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.cpp' 2025-03-14T04:11:32.7193324Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.h' 2025-03-14T04:11:32.7196222Z adding 'torchgen/packaged/autograd/templates/annotated_fn_args.py.in' 2025-03-14T04:11:32.7199124Z adding 'torchgen/packaged/autograd/templates/python_enum_tag.cpp' 2025-03-14T04:11:32.7202421Z adding 'torchgen/packaged/autograd/templates/python_fft_functions.cpp' 2025-03-14T04:11:32.7205562Z adding 'torchgen/packaged/autograd/templates/python_functions.cpp' 2025-03-14T04:11:32.7208522Z adding 'torchgen/packaged/autograd/templates/python_functions.h' 2025-03-14T04:11:32.7211745Z adding 'torchgen/packaged/autograd/templates/python_linalg_functions.cpp' 2025-03-14T04:11:32.7215059Z adding 'torchgen/packaged/autograd/templates/python_nested_functions.cpp' 2025-03-14T04:11:32.7218708Z adding 'torchgen/packaged/autograd/templates/python_nn_functions.cpp' 2025-03-14T04:11:32.7221952Z adding 'torchgen/packaged/autograd/templates/python_return_types.cpp' 2025-03-14T04:11:32.7224849Z adding 'torchgen/packaged/autograd/templates/python_return_types.h' 2025-03-14T04:11:32.7228134Z adding 'torchgen/packaged/autograd/templates/python_sparse_functions.cpp' 2025-03-14T04:11:32.7231432Z adding 'torchgen/packaged/autograd/templates/python_special_functions.cpp' 2025-03-14T04:11:32.7234985Z adding 'torchgen/packaged/autograd/templates/python_torch_functions.cpp' 2025-03-14T04:11:32.7247223Z adding 'torchgen/packaged/autograd/templates/python_variable_methods.cpp' 2025-03-14T04:11:32.7252396Z adding 'torchgen/packaged/autograd/templates/variable_factories.h' 2025-03-14T04:11:32.7256287Z adding 'torchgen/selective_build/__init__.py' 2025-03-14T04:11:32.7260799Z adding 'torchgen/selective_build/operator.py' 2025-03-14T04:11:32.7266695Z adding 'torchgen/selective_build/selector.py' 2025-03-14T04:11:32.7271040Z adding 'torchgen/static_runtime/__init__.py' 2025-03-14T04:11:32.7275547Z adding 'torchgen/static_runtime/config.py' 2025-03-14T04:11:32.7280537Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2025-03-14T04:11:32.7311894Z adding 'torchgen/static_runtime/generator.py' 2025-03-14T04:11:32.7407276Z adding 'torch-2.8.0a0+gitaed0b7a.dist-info/LICENSE' 2025-03-14T04:11:32.7429113Z adding 'torch-2.8.0a0+gitaed0b7a.dist-info/METADATA' 2025-03-14T04:11:32.7438627Z adding 'torch-2.8.0a0+gitaed0b7a.dist-info/NOTICE' 2025-03-14T04:11:32.7441223Z adding 'torch-2.8.0a0+gitaed0b7a.dist-info/WHEEL' 2025-03-14T04:11:32.7443278Z adding 'torch-2.8.0a0+gitaed0b7a.dist-info/entry_points.txt' 2025-03-14T04:11:32.7445100Z adding 'torch-2.8.0a0+gitaed0b7a.dist-info/top_level.txt' 2025-03-14T04:11:32.8095832Z adding 'torch-2.8.0a0+gitaed0b7a.dist-info/RECORD' 2025-03-14T04:11:32.8440195Z removing build\bdist.win-amd64\wheel 2025-03-14T04:11:34.3059384Z 2025-03-14T04:11:34.3059989Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2025-03-14T04:11:34.3060486Z 2025-03-14T04:11:34.3060929Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2025-03-14T04:11:34.3061373Z 2025-03-14T04:11:34.3061648Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --show-stats 2025-03-14T04:11:34.3327665Z Compile requests 7382 2025-03-14T04:11:34.3328047Z Compile requests executed 7381 2025-03-14T04:11:34.3328338Z Cache hits 7314 2025-03-14T04:11:34.3328620Z Cache hits (C/C++) 7004 2025-03-14T04:11:34.3328902Z Cache hits (CUDA) 310 2025-03-14T04:11:34.3329182Z Cache misses 49 2025-03-14T04:11:34.3329458Z Cache misses (C/C++) 49 2025-03-14T04:11:34.3329734Z Cache timeouts 0 2025-03-14T04:11:34.3330012Z Cache read errors 0 2025-03-14T04:11:34.3331415Z Forced recaches 0 2025-03-14T04:11:34.3331707Z Cache write errors 0 2025-03-14T04:11:34.3331998Z Compilation failures 3 2025-03-14T04:11:34.3332301Z Cache errors 15 2025-03-14T04:11:34.3332571Z Cache errors (C/C++) 15 2025-03-14T04:11:34.3332869Z Non-cacheable compilations 8 2025-03-14T04:11:34.3333165Z Non-cacheable calls 0 2025-03-14T04:11:34.3333455Z Non-compilation calls 1 2025-03-14T04:11:34.3333748Z Unsupported compiler calls 0 2025-03-14T04:11:34.3334036Z Average cache write 0.043 s 2025-03-14T04:11:34.3334330Z Average compiler 0.058 s 2025-03-14T04:11:34.3334624Z Average cache read hit 0.073 s 2025-03-14T04:11:34.3334923Z Failed distributed compilations 0 2025-03-14T04:11:34.3335319Z Cache location s3, name: ossci-compiler-cache, prefix: /trunk/ 2025-03-14T04:11:34.3335724Z Version (client) 0.7.4 2025-03-14T04:11:34.3347528Z 2025-03-14T04:11:34.3348146Z (base) C:\actions-runner\_work\pytorch\pytorch>python -c "import os, glob; os.system('python -mpip install --no-index --no-deps ' + glob.glob('dist/*.whl')[0])" 2025-03-14T04:11:35.4452251Z Processing c:\actions-runner\_work\pytorch\pytorch\dist\torch-2.8.0a0+gitaed0b7a-cp39-cp39-win_amd64.whl 2025-03-14T04:11:36.5399235Z Installing collected packages: torch 2025-03-14T04:11:55.9302346Z Successfully installed torch-2.8.0a0+gitaed0b7a 2025-03-14T04:11:55.9972103Z 2025-03-14T04:11:55.9973552Z (base) C:\actions-runner\_work\pytorch\pytorch>(if "win-vs2022-cuda12.6-py3" == "" (echo NOTE: To run `import torch`, please make sure to activate the conda environment by running `call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3` in Command Prompt before running Git Bash. ) else ( 2025-03-14T04:11:55.9974887Z copy /Y "dist\*.whl" "C:/13849515284/build-results/" 2025-03-14T04:11:55.9975291Z python tools/stats/export_test_times.py 2025-03-14T04:11:55.9975794Z robocopy /E ".additional_ci_files" "C:/13849515284/build-results/\.additional_ci_files" 2025-03-14T04:11:55.9976330Z copy /Y "build\.ninja_log" "C:/13849515284/build-results/\" 2025-03-14T04:11:55.9976834Z ) ) 2025-03-14T04:11:55.9982126Z dist\torch-2.8.0a0+gitaed0b7a-cp39-cp39-win_amd64.whl 2025-03-14T04:11:56.1829421Z 1 file(s) copied. 2025-03-14T04:11:57.2559026Z Exporting test times from test-infra 2025-03-14T04:11:57.2560248Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json to C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\test-times.json 2025-03-14T04:11:57.2561881Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-class-times.json to C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\test-class-times.json 2025-03-14T04:11:57.2820704Z 2025-03-14T04:11:57.2821163Z ------------------------------------------------------------------------------- 2025-03-14T04:11:57.2822852Z ROBOCOPY :: Robust File Copy for Windows 2025-03-14T04:11:57.2823411Z ------------------------------------------------------------------------------- 2025-03-14T04:11:57.2824200Z 2025-03-14T04:11:57.2826660Z Started : Friday, March 14, 2025 4:11:57 AM 2025-03-14T04:11:57.2827383Z Source : C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2025-03-14T04:11:57.2828174Z Dest : C:\13849515284\build-results\.additional_ci_files\ 2025-03-14T04:11:57.2828731Z 2025-03-14T04:11:57.2829814Z Files : *.* 2025-03-14T04:11:57.2830742Z 2025-03-14T04:11:57.2832252Z Options : *.* /S /E /DCOPY:DA /COPY:DAT /R:1000000 /W:30 2025-03-14T04:11:57.2832520Z 2025-03-14T04:11:57.2832698Z ------------------------------------------------------------------------------ 2025-03-14T04:11:57.2843436Z 2025-03-14T04:11:57.2849374Z New Dir 2 C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2025-03-14T04:11:57.2856489Z New File 5.3 m test-class-times.json 2025-03-14T04:11:57.2859025Z 9% 2025-03-14T04:11:57.2862259Z 18% 2025-03-14T04:11:57.2864799Z 28% 2025-03-14T04:11:57.2880443Z 37% 2025-03-14T04:11:57.2880656Z 46% 2025-03-14T04:11:57.2880850Z 56% 2025-03-14T04:11:57.2881033Z 65% 2025-03-14T04:11:57.2881278Z 75% 2025-03-14T04:11:57.2884090Z 84% 2025-03-14T04:11:57.2886298Z 93% 2025-03-14T04:11:57.2888901Z 100% 2025-03-14T04:11:57.2895385Z New File 1.4 m test-times.json 2025-03-14T04:11:57.2896835Z 17% 2025-03-14T04:11:57.2898508Z 34% 2025-03-14T04:11:57.2900009Z 51% 2025-03-14T04:11:57.2901600Z 68% 2025-03-14T04:11:57.2902984Z 85% 2025-03-14T04:11:57.2906572Z 100% 2025-03-14T04:11:57.2906726Z 2025-03-14T04:11:57.2907154Z ------------------------------------------------------------------------------ 2025-03-14T04:11:57.2907471Z 2025-03-14T04:11:57.2908227Z Total Copied Skipped Mismatch FAILED Extras 2025-03-14T04:11:57.2909036Z Dirs : 1 1 0 0 0 0 2025-03-14T04:11:57.2909880Z Files : 2 2 0 0 0 0 2025-03-14T04:11:57.2910837Z Bytes : 6.78 m 6.78 m 0 0 0 0 2025-03-14T04:11:57.2911714Z Times : 0:00:00 0:00:00 0:00:00 0:00:00 2025-03-14T04:11:57.2911985Z 2025-03-14T04:11:57.2912380Z 2025-03-14T04:11:57.2913345Z Speed : 1185529666 Bytes/sec. 2025-03-14T04:11:57.2914378Z Speed : 67836.551 MegaBytes/min. 2025-03-14T04:11:57.2914809Z Ended : Friday, March 14, 2025 4:11:57 AM 2025-03-14T04:11:57.2915115Z 2025-03-14T04:11:57.3120715Z 1 file(s) copied. 2025-03-14T04:11:57.3122549Z 2025-03-14T04:11:57.3123208Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --show-stats --stats-format json | jq .stats 1>sccache-stats-win-vs2022-cuda12.6-py3-38754270065.json 2025-03-14T04:11:57.3832370Z 2025-03-14T04:11:57.3832844Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --stop-server 2025-03-14T04:11:57.3933138Z Stopping sccache server... 2025-03-14T04:11:57.3955209Z Compile requests 7382 2025-03-14T04:11:57.3955621Z Compile requests executed 7381 2025-03-14T04:11:57.3955928Z Cache hits 7314 2025-03-14T04:11:57.3956230Z Cache hits (C/C++) 7004 2025-03-14T04:11:57.3956529Z Cache hits (CUDA) 310 2025-03-14T04:11:57.3956819Z Cache misses 49 2025-03-14T04:11:57.3957094Z Cache misses (C/C++) 49 2025-03-14T04:11:57.3957391Z Cache timeouts 0 2025-03-14T04:11:57.3957682Z Cache read errors 0 2025-03-14T04:11:57.3957981Z Forced recaches 0 2025-03-14T04:11:57.3958270Z Cache write errors 0 2025-03-14T04:11:57.3958564Z Compilation failures 3 2025-03-14T04:11:57.3958866Z Cache errors 15 2025-03-14T04:11:57.3959159Z Cache errors (C/C++) 15 2025-03-14T04:11:57.3959469Z Non-cacheable compilations 8 2025-03-14T04:11:57.3959779Z Non-cacheable calls 0 2025-03-14T04:11:57.3960071Z Non-compilation calls 1 2025-03-14T04:11:57.3960384Z Unsupported compiler calls 0 2025-03-14T04:11:57.3960694Z Average cache write 0.043 s 2025-03-14T04:11:57.3961063Z Average compiler 0.058 s 2025-03-14T04:11:57.3961422Z Average cache read hit 0.073 s 2025-03-14T04:11:57.3961727Z Failed distributed compilations 0 2025-03-14T04:11:57.3962148Z Cache location s3, name: ossci-compiler-cache, prefix: /trunk/ 2025-03-14T04:11:57.3962570Z Version (client) 0.7.4 2025-03-14T04:11:57.3978189Z 2025-03-14T04:11:57.3978485Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-14T04:11:57.4140534Z + assert_git_not_dirty 2025-03-14T04:11:57.4316100Z + [[ win-vs2022-cuda12.6-py3 != *rocm* ]] 2025-03-14T04:11:57.4316458Z + [[ win-vs2022-cuda12.6-py3 != *xla* ]] 2025-03-14T04:11:57.4797585Z ++ git status --porcelain 2025-03-14T04:11:57.4847565Z ++ grep -v '?? third_party' 2025-03-14T04:12:14.3852454Z ++ true 2025-03-14T04:12:14.3856502Z + git_status= 2025-03-14T04:12:14.3856761Z + [[ -n '' ]] 2025-03-14T04:12:14.3857001Z + echo 'BUILD PASSED' 2025-03-14T04:12:14.3857264Z BUILD PASSED 2025-03-14T04:12:14.5749198Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-03-14T04:12:14.5749595Z with: 2025-03-14T04:12:14.5749809Z retention-days: 14 2025-03-14T04:12:14.5750069Z if-no-files-found: error 2025-03-14T04:12:14.5750345Z name: win-vs2022-cuda12.6-py3 2025-03-14T04:12:14.5750627Z path: C:\13849515284\build-results 2025-03-14T04:12:14.5750904Z s3-bucket: gha-artifacts 2025-03-14T04:12:14.5751162Z region: us-east-1 2025-03-14T04:12:14.5751391Z env: 2025-03-14T04:12:14.5751596Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:12:14.5751991Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:12:14.5752537Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:12:14.5753036Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:12:14.5753464Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:12:14.5753777Z ##[endgroup] 2025-03-14T04:12:16.3609846Z With the provided path, there will be 4 files uploaded 2025-03-14T04:12:16.3610380Z Uploading to s3 prefix: pytorch/pytorch/13849515284/win-vs2022-cuda12.6-py3 2025-03-14T04:12:16.3924414Z Starting upload of .additional_ci_files\test-class-times.json 2025-03-14T04:12:16.7050112Z Finished upload of .additional_ci_files\test-class-times.json 2025-03-14T04:12:16.7052539Z Starting upload of .additional_ci_files\test-times.json 2025-03-14T04:12:16.8902978Z Finished upload of .additional_ci_files\test-times.json 2025-03-14T04:12:16.8904839Z Starting upload of .ninja_log 2025-03-14T04:12:17.0686758Z Finished upload of .ninja_log 2025-03-14T04:12:17.0688035Z Starting upload of torch-2.8.0a0+gitaed0b7a-cp39-cp39-win_amd64.whl 2025-03-14T04:12:19.8931493Z Finished upload of torch-2.8.0a0+gitaed0b7a-cp39-cp39-win_amd64.whl 2025-03-14T04:12:19.9411922Z Prepare all required actions 2025-03-14T04:12:19.9412702Z Getting action download info 2025-03-14T04:12:20.0716683Z Getting action download info 2025-03-14T04:12:20.1773219Z ##[group]Run ./.github/actions/upload-sccache-stats 2025-03-14T04:12:20.1773573Z with: 2025-03-14T04:12:20.1782137Z github-token: *** 2025-03-14T04:12:20.1782395Z env: 2025-03-14T04:12:20.1782607Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:12:20.1782994Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:12:20.1783551Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:12:20.1784068Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:12:20.1784500Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:12:20.1784821Z ##[endgroup] 2025-03-14T04:12:20.1873465Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-03-14T04:12:20.1873793Z with: 2025-03-14T04:12:20.1874094Z s3-prefix: pytorch/pytorch/13849515284/1/artifact 2025-03-14T04:12:20.1874440Z retention-days: 14 2025-03-14T04:12:20.1874679Z if-no-files-found: warn 2025-03-14T04:12:20.1874953Z path: sccache-stats-*.json 2025-03-14T04:12:20.1875312Z name: artifact 2025-03-14T04:12:20.1875538Z s3-bucket: gha-artifacts 2025-03-14T04:12:20.1875797Z region: us-east-1 2025-03-14T04:12:20.1876011Z env: 2025-03-14T04:12:20.1876213Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:12:20.1876617Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:12:20.1877218Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:12:20.1877855Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:12:20.1878263Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:12:20.1878575Z ##[endgroup] 2025-03-14T04:12:20.5716654Z NOTE: s3-prefix specified, ignoring name parameter 2025-03-14T04:12:20.5717125Z With the provided path, there will be 1 file uploaded 2025-03-14T04:12:20.5717596Z Uploading to s3 prefix: pytorch/pytorch/13849515284/1/artifact 2025-03-14T04:12:20.5730355Z Starting upload of sccache-stats-win-vs2022-cuda12.6-py3-38754270065.json 2025-03-14T04:12:20.7052208Z Finished upload of sccache-stats-win-vs2022-cuda12.6-py3-38754270065.json 2025-03-14T04:12:20.7296793Z ##[group]Run python3 -m tools.stats.sccache_stats_to_benchmark_format 2025-03-14T04:12:20.7297428Z python3 -m tools.stats.sccache_stats_to_benchmark_format 2025-03-14T04:12:20.7316564Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T04:12:20.7317017Z env: 2025-03-14T04:12:20.7317207Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:12:20.7317606Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:12:20.7318135Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:12:20.7318630Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:12:20.7319049Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:12:20.7319363Z BUILD_TIME: 2025-03-14T04:12:20.7319560Z ##[endgroup] 2025-03-14T04:12:20.8307595Z ##[group]Run pytorch/test-infra/.github/actions/upload-benchmark-results@main 2025-03-14T04:12:20.8308024Z with: 2025-03-14T04:12:20.8308258Z benchmark-results-dir: test/test-reports 2025-03-14T04:12:20.8308551Z dry-run: false 2025-03-14T04:12:20.8308804Z schema-version: v3 2025-03-14T04:12:20.8309291Z github-token: *** 2025-03-14T04:12:20.8309501Z env: 2025-03-14T04:12:20.8309682Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:12:20.8310066Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:12:20.8310601Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:12:20.8311087Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:12:20.8311579Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:12:20.8313172Z ##[endgroup] 2025-03-14T04:12:20.8384926Z ##[group]Run set -eux 2025-03-14T04:12:20.8385181Z set -eux 2025-03-14T04:12:20.8385423Z python3 -mpip install boto3==1.35.33 2025-03-14T04:12:20.8404245Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T04:12:20.8404689Z env: 2025-03-14T04:12:20.8404893Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:12:20.8405286Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:12:20.8405819Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:12:20.8406295Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:12:20.8406767Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:12:20.8407075Z ##[endgroup] 2025-03-14T04:12:20.8583929Z + python3 -mpip install boto3==1.35.33 2025-03-14T04:12:22.1683434Z Collecting boto3==1.35.33 2025-03-14T04:12:22.1717899Z Using cached boto3-1.35.33-py3-none-any.whl.metadata (6.6 kB) 2025-03-14T04:12:22.1782749Z Requirement already satisfied: botocore<1.36.0,>=1.35.33 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.33) (1.35.99) 2025-03-14T04:12:22.1789680Z Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.33) (1.0.1) 2025-03-14T04:12:22.1796425Z Requirement already satisfied: s3transfer<0.11.0,>=0.10.0 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.33) (0.10.4) 2025-03-14T04:12:22.1871152Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in c:\jenkins\miniconda3\lib\site-packages (from botocore<1.36.0,>=1.35.33->boto3==1.35.33) (2.9.0.post0) 2025-03-14T04:12:22.1883310Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in c:\jenkins\miniconda3\lib\site-packages (from botocore<1.36.0,>=1.35.33->boto3==1.35.33) (1.26.19) 2025-03-14T04:12:22.1966958Z Requirement already satisfied: six>=1.5 in c:\jenkins\miniconda3\lib\site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.36.0,>=1.35.33->boto3==1.35.33) (1.16.0) 2025-03-14T04:12:22.2194202Z Using cached boto3-1.35.33-py3-none-any.whl (139 kB) 2025-03-14T04:12:23.2487048Z Installing collected packages: boto3 2025-03-14T04:12:23.2488760Z Attempting uninstall: boto3 2025-03-14T04:12:23.2497462Z Found existing installation: boto3 1.35.42 2025-03-14T04:12:23.2667521Z Uninstalling boto3-1.35.42: 2025-03-14T04:12:23.2721518Z Successfully uninstalled boto3-1.35.42 2025-03-14T04:12:23.4305068Z Successfully installed boto3-1.35.33 2025-03-14T04:12:23.5381296Z ##[group]Run set -eux 2025-03-14T04:12:23.5381560Z set -eux 2025-03-14T04:12:23.5381773Z  2025-03-14T04:12:23.5381992Z if [[ -z "${GITHUB_TOKEN}" ]]; then 2025-03-14T04:12:23.5382331Z  echo "Missing github-token input" 2025-03-14T04:12:23.5382630Z  exit 1 2025-03-14T04:12:23.5382829Z fi 2025-03-14T04:12:23.5401893Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T04:12:23.5402354Z env: 2025-03-14T04:12:23.5402555Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:12:23.5402955Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:12:23.5403481Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:12:23.5403960Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:12:23.5404365Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:12:23.5404876Z GITHUB_TOKEN: *** 2025-03-14T04:12:23.5405091Z ##[endgroup] 2025-03-14T04:12:23.5586178Z + [[ -z *** ]] 2025-03-14T04:12:23.5702856Z ##[group]Run pytorch/test-infra/.github/actions/get-workflow-job-id@main 2025-03-14T04:12:23.5703350Z with: 2025-03-14T04:12:23.5703752Z github-token: *** 2025-03-14T04:12:23.5703965Z env: 2025-03-14T04:12:23.5704257Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:12:23.5705167Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:12:23.5705710Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:12:23.5706196Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:12:23.5706600Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:12:23.5706905Z ##[endgroup] 2025-03-14T04:12:23.5787110Z ##[group]Run set -eux 2025-03-14T04:12:23.5787357Z set -eux 2025-03-14T04:12:23.5787549Z  2025-03-14T04:12:23.5788005Z python3 "${GITHUB_ACTION_PATH}/../../scripts/get_workflow_job_id.py" "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-03-14T04:12:23.5805756Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T04:12:23.5806195Z env: 2025-03-14T04:12:23.5806397Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:12:23.5806781Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:12:23.5807325Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:12:23.5807816Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:12:23.5808222Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:12:23.5808690Z GITHUB_TOKEN: *** 2025-03-14T04:12:23.5808910Z ##[endgroup] 2025-03-14T04:12:23.5983292Z + python3 'C:\actions-runner\_work\_actions\pytorch\test-infra\main\.github/actions/get-workflow-job-id/../../scripts/get_workflow_job_id.py' 13849515284 i-003f10050a10bbe35 2025-03-14T04:12:24.2192397Z setting job-id=38754270065 2025-03-14T04:12:24.2192755Z setting job-name=win-vs2022-cuda12.6-py3 / build 2025-03-14T04:12:24.2408823Z ##[group]Run set -eux 2025-03-14T04:12:24.2409182Z set -eux 2025-03-14T04:12:24.2409403Z  2025-03-14T04:12:24.2409772Z python3 "${GITHUB_ACTION_PATH}/../../scripts/benchmarks/gather_metadata.py" \ 2025-03-14T04:12:24.2410395Z  --schema-version "${SCHEMA_VERSION}" \ 2025-03-14T04:12:24.2410754Z  --repo "${REPO}" \ 2025-03-14T04:12:24.2411043Z  --head-branch "${HEAD_BRANCH}" \ 2025-03-14T04:12:24.2411369Z  --head-sha "${HEAD_SHA}" \ 2025-03-14T04:12:24.2411691Z  --workflow-id "${WORKFLOW_RUN_ID}" \ 2025-03-14T04:12:24.2412020Z  --run-attempt "${RUN_ATTEMPT}" \ 2025-03-14T04:12:24.2412340Z  --job-id "${JOB_ID}" \ 2025-03-14T04:12:24.2412627Z  --job-name "${JOB_NAME}" 2025-03-14T04:12:24.2431600Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T04:12:24.2432057Z env: 2025-03-14T04:12:24.2432256Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:12:24.2432774Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:12:24.2433329Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:12:24.2433835Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:12:24.2434272Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:12:24.2434602Z SCHEMA_VERSION: v3 2025-03-14T04:12:24.2434837Z REPO: pytorch/pytorch 2025-03-14T04:12:24.2435087Z HEAD_BRANCH: refs/heads/main 2025-03-14T04:12:24.2435506Z HEAD_SHA: aed0b7a742a2d7b7901790622829cbd2135049a4 2025-03-14T04:12:24.2435852Z WORKFLOW_RUN_ID: 13849515284 2025-03-14T04:12:24.2436114Z RUN_ATTEMPT: 1 2025-03-14T04:12:24.2436320Z JOB_ID: 38754270065 2025-03-14T04:12:24.2436574Z JOB_NAME: win-vs2022-cuda12.6-py3 / build 2025-03-14T04:12:24.2436896Z ##[endgroup] 2025-03-14T04:12:24.2647257Z + 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/main --head-sha aed0b7a742a2d7b7901790622829cbd2135049a4 --workflow-id 13849515284 --run-attempt 1 --job-id 38754270065 --job-name 'win-vs2022-cuda12.6-py3 / build' 2025-03-14T04:12:24.3346460Z ##[group]Run set -eux 2025-03-14T04:12:24.3346924Z set -eux 2025-03-14T04:12:24.3347129Z  2025-03-14T04:12:24.3347360Z # TODO (huydhn): Implement this part 2025-03-14T04:12:24.3347708Z echo "runners=[]" >> "${GITHUB_OUTPUT}" 2025-03-14T04:12:24.3365948Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T04:12:24.3366395Z env: 2025-03-14T04:12:24.3366597Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:12:24.3366981Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:12:24.3367515Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:12:24.3368010Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:12:24.3368424Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:12:24.3368726Z ##[endgroup] 2025-03-14T04:12:24.3543627Z + echo 'runners=[]' 2025-03-14T04:12:24.3655333Z ##[group]Run set -eux 2025-03-14T04:12:24.3655571Z set -eux 2025-03-14T04:12:24.3655774Z  2025-03-14T04:12:24.3656002Z # TODO (huydhn): Implement this part 2025-03-14T04:12:24.3656362Z echo "dependencies={}" >> "${GITHUB_OUTPUT}" 2025-03-14T04:12:24.3673921Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T04:12:24.3674360Z env: 2025-03-14T04:12:24.3674554Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:12:24.3674940Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:12:24.3675717Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:12:24.3676262Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:12:24.3676757Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:12:24.3677057Z ##[endgroup] 2025-03-14T04:12:24.3849171Z + echo 'dependencies={}' 2025-03-14T04:12:24.3934531Z ##[group]Run set -eux 2025-03-14T04:12:24.3934777Z set -eux 2025-03-14T04:12:24.3934983Z  2025-03-14T04:12:24.3935240Z if [[ ! -d "${BENCHMARK_RESULTS_DIR}" ]]; then 2025-03-14T04:12:24.3935656Z  echo "${BENCHMARK_RESULTS_DIR} does not exist, skipping" 2025-03-14T04:12:24.3936118Z  # We don't want the job to fail if the directory doesn't exist 2025-03-14T04:12:24.3936489Z  exit 0 2025-03-14T04:12:24.3936685Z fi 2025-03-14T04:12:24.3936869Z  2025-03-14T04:12:24.3937079Z if [[ "${DRY_RUN}" == "true" ]]; then 2025-03-14T04:12:24.3937520Z  python3 "${GITHUB_ACTION_PATH}/../../scripts/upload_benchmark_results.py" \ 2025-03-14T04:12:24.3938060Z  --benchmark-results-dir "${BENCHMARK_RESULTS_DIR}" \ 2025-03-14T04:12:24.3938464Z  --metadata "${BENCHMARK_METADATA}" \ 2025-03-14T04:12:24.3938793Z  --runners "${RUNNER_INFO}" \ 2025-03-14T04:12:24.3939117Z  --dependencies "${DEPENDENCIES}" \ 2025-03-14T04:12:24.3939410Z  --dry-run 2025-03-14T04:12:24.3939635Z else 2025-03-14T04:12:24.3939983Z  python3 "${GITHUB_ACTION_PATH}/../../scripts/upload_benchmark_results.py" \ 2025-03-14T04:12:24.3940500Z  --benchmark-results-dir "${BENCHMARK_RESULTS_DIR}" \ 2025-03-14T04:12:24.3940898Z  --metadata "${BENCHMARK_METADATA}" \ 2025-03-14T04:12:24.3941225Z  --runners "${RUNNER_INFO}" \ 2025-03-14T04:12:24.3941535Z  --dependencies "${DEPENDENCIES}" 2025-03-14T04:12:24.3941824Z fi 2025-03-14T04:12:24.3959122Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-14T04:12:24.3959569Z env: 2025-03-14T04:12:24.3959770Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:12:24.3960147Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:12:24.3960681Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:12:24.3961371Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:12:24.3961789Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:12:24.3962138Z BENCHMARK_RESULTS_DIR: test/test-reports 2025-03-14T04:12:24.3962429Z DRY_RUN: false 2025-03-14T04:12:24.3963544Z BENCHMARK_METADATA: {"timestamp": 1741925544, "schema_version": "v3", "name": "win-vs2022-cuda12.6-py3 / build", "repo": "pytorch/pytorch", "head_branch": "refs/heads/main", "head_sha": "aed0b7a742a2d7b7901790622829cbd2135049a4", "workflow_id": 13849515284, "run_attempt": 1, "job_id": 38754270065} 2025-03-14T04:12:24.3964912Z RUNNER_INFO: [] 2025-03-14T04:12:24.3965161Z DEPENDENCIES: {} 2025-03-14T04:12:24.3965410Z ##[endgroup] 2025-03-14T04:12:24.4144915Z + [[ ! -d test/test-reports ]] 2025-03-14T04:12:24.4146403Z + [[ false == \t\r\u\e ]] 2025-03-14T04:12:24.4148496Z + 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": 1741925544, "schema_version": "v3", "name": "win-vs2022-cuda12.6-py3 / build", "repo": "pytorch/pytorch", "head_branch": "refs/heads/main", "head_sha": "aed0b7a742a2d7b7901790622829cbd2135049a4", "workflow_id": 13849515284, "run_attempt": 1, "job_id": 38754270065}' --runners '[]' --dependencies '{}' 2025-03-14T04:12:24.8764495Z INFO:root:Upload test/test-reports\sccache-stats.json to s3://ossci-benchmarks/v3/pytorch/pytorch/13849515284/38754270065/sccache-stats.json 2025-03-14T04:12:24.9514622Z INFO:botocore.credentials:Found credentials from IAM Role: gh-ci-github-action-runners-runner-role 2025-03-14T04:12:25.5336801Z Prepare all required actions 2025-03-14T04:12:25.5337199Z Getting action download info 2025-03-14T04:12:25.6603963Z ##[group]Run ./.github/actions/teardown-win 2025-03-14T04:12:25.6604266Z with: 2025-03-14T04:12:25.6604535Z extra-delete-dir: /c/13849515284/build-results/ 2025-03-14T04:12:25.6604843Z env: 2025-03-14T04:12:25.6605021Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:12:25.6605407Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:12:25.6605948Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:12:25.6606433Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:12:25.6606841Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:12:25.6607149Z ##[endgroup] 2025-03-14T04:12:25.6690616Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2025-03-14T04:12:25.6691022Z .github\scripts\wait_for_ssh_to_drain.ps1 2025-03-14T04:12:25.6714037Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-14T04:12:25.6714511Z env: 2025-03-14T04:12:25.6714696Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:12:25.6715090Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:12:25.6715724Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:12:25.6716227Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:12:25.6716639Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:12:25.6717002Z ##[endgroup] 2025-03-14T04:12:27.3437991Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-14T04:12:27.3520493Z Finished 2025-03-14T04:12:27.5948070Z Holding runner until all ssh sessions have logged out 2025-03-14T04:12:27.6298007Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2025-03-14T04:12:27.6298445Z .github\scripts\kill_active_ssh_sessions.ps1 2025-03-14T04:12:27.6313846Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-14T04:12:27.6314319Z env: 2025-03-14T04:12:27.6314534Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:12:27.6314941Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:12:27.6315590Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:12:27.6316173Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:12:27.6316675Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:12:27.6317037Z ##[endgroup] 2025-03-14T04:12:27.9993403Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-14T04:12:28.0058666Z Finished 2025-03-14T04:12:28.0458993Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2025-03-14T04:12:28.0459375Z env: 2025-03-14T04:12:28.0459583Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:12:28.0459986Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:12:28.0460532Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:12:28.0461018Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:12:28.0461424Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:12:28.0461711Z ##[endgroup] 2025-03-14T04:12:28.0535971Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-03-14T04:12:28.0536701Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-03-14T04:12:28.0537376Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2025-03-14T04:12:28.0537855Z # handle tool 2025-03-14T04:12:28.0538212Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2025-03-14T04:12:28.0538636Z Foreach ($process In $processes) { 2025-03-14T04:12:28.0540446Z  Try { 2025-03-14T04:12:28.0541095Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2025-03-14T04:12:28.0541816Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2025-03-14T04:12:28.0542233Z  } 2025-03-14T04:12:28.0542435Z  Catch { 2025-03-14T04:12:28.0542753Z  Write-Output "No leftover $process process, continuing" 2025-03-14T04:12:28.0543134Z  Write-Output $_ 2025-03-14T04:12:28.0543374Z  } 2025-03-14T04:12:28.0543558Z } 2025-03-14T04:12:28.0543741Z  2025-03-14T04:12:28.0544210Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2025-03-14T04:12:28.0544779Z # for hung processes 2025-03-14T04:12:28.0545054Z Foreach ($process In $processes) { 2025-03-14T04:12:28.0545349Z  Try { 2025-03-14T04:12:28.0545759Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2025-03-14T04:12:28.0546220Z  } 2025-03-14T04:12:28.0546422Z  Catch { 2025-03-14T04:12:28.0546641Z  Write-Output $_ 2025-03-14T04:12:28.0546889Z  } 2025-03-14T04:12:28.0547075Z } 2025-03-14T04:12:28.0547260Z  2025-03-14T04:12:28.0547443Z Try { 2025-03-14T04:12:28.0547679Z  # Print all the processes for debugging 2025-03-14T04:12:28.0548159Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2025-03-14T04:12:28.0548586Z } 2025-03-14T04:12:28.0548775Z Catch { 2025-03-14T04:12:28.0549182Z  # Better to write out whatever exception thrown to help debugging any potential issue 2025-03-14T04:12:28.0549657Z  Write-Output $_ 2025-03-14T04:12:28.0549901Z } 2025-03-14T04:12:28.0565118Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-14T04:12:28.0565595Z env: 2025-03-14T04:12:28.0576354Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:12:28.0576814Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:12:28.0577471Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:12:28.0577964Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:12:28.0578373Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:12:28.0578673Z ##[endgroup] 2025-03-14T04:12:28.3951717Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-14T04:12:28.4016846Z Finished 2025-03-14T04:12:28.4564132Z No leftover python process, continuing 2025-03-14T04:12:28.5078656Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2025-03-14T04:12:28.5079402Z At C:\actions-runner\_work\_temp\4809e4e8-3349-47ae-99f1-523ca9589c82.ps1:9 char:5 2025-03-14T04:12:28.5079993Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T04:12:28.5080417Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:12:28.5080962Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2025-03-14T04:12:28.5081813Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T04:12:28.5082437Z 2025-03-14T04:12:28.5093596Z No leftover ninja process, continuing 2025-03-14T04:12:28.5103602Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2025-03-14T04:12:28.5104319Z At C:\actions-runner\_work\_temp\4809e4e8-3349-47ae-99f1-523ca9589c82.ps1:9 char:5 2025-03-14T04:12:28.5104894Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T04:12:28.5105308Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:12:28.5106706Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2025-03-14T04:12:28.5107551Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T04:12:28.5108175Z 2025-03-14T04:12:28.5118561Z No leftover cl process, continuing 2025-03-14T04:12:28.5128270Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2025-03-14T04:12:28.5128931Z At C:\actions-runner\_work\_temp\4809e4e8-3349-47ae-99f1-523ca9589c82.ps1:9 char:5 2025-03-14T04:12:28.5129490Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T04:12:28.5129915Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:12:28.5130390Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2025-03-14T04:12:28.5131256Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T04:12:28.5131877Z 2025-03-14T04:12:28.5142251Z No leftover nvcc process, continuing 2025-03-14T04:12:28.5151551Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2025-03-14T04:12:28.5152250Z At C:\actions-runner\_work\_temp\4809e4e8-3349-47ae-99f1-523ca9589c82.ps1:9 char:5 2025-03-14T04:12:28.5152811Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T04:12:28.5153226Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:12:28.5153733Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2025-03-14T04:12:28.5154556Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T04:12:28.5155151Z 2025-03-14T04:12:28.5164301Z No leftover cmd process, continuing 2025-03-14T04:12:28.5173743Z Get-Process : Cannot find a process with the name "cmd". Verify the process name and call the cmdlet again. 2025-03-14T04:12:28.5174447Z At C:\actions-runner\_work\_temp\4809e4e8-3349-47ae-99f1-523ca9589c82.ps1:9 char:5 2025-03-14T04:12:28.5175020Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T04:12:28.5175572Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:12:28.5176055Z + CategoryInfo : ObjectNotFound: (cmd:String) [Get-Process], ProcessCommandException 2025-03-14T04:12:28.5176932Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T04:12:28.5177556Z 2025-03-14T04:12:28.5186222Z No leftover sccache process, continuing 2025-03-14T04:12:28.5196045Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2025-03-14T04:12:28.5196759Z At C:\actions-runner\_work\_temp\4809e4e8-3349-47ae-99f1-523ca9589c82.ps1:9 char:5 2025-03-14T04:12:28.5197335Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T04:12:28.5197765Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:12:28.5198326Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2025-03-14T04:12:28.5199183Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T04:12:28.5199803Z 2025-03-14T04:12:28.5207925Z No leftover git process, continuing 2025-03-14T04:12:28.5217465Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2025-03-14T04:12:28.5218154Z At C:\actions-runner\_work\_temp\4809e4e8-3349-47ae-99f1-523ca9589c82.ps1:9 char:5 2025-03-14T04:12:28.5218727Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-14T04:12:28.5219152Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:12:28.5219802Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2025-03-14T04:12:28.5220687Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-14T04:12:28.5221289Z 2025-03-14T04:12:28.6120576Z You cannot call a method on a null-valued expression. 2025-03-14T04:12:28.6121122Z At C:\actions-runner\_work\_temp\4809e4e8-3349-47ae-99f1-523ca9589c82.ps1:21 char:5 2025-03-14T04:12:28.6121707Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T04:12:28.6122169Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:12:28.6122590Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-14T04:12:28.6123016Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-14T04:12:28.6123312Z 2025-03-14T04:12:28.6266448Z You cannot call a method on a null-valued expression. 2025-03-14T04:12:28.6266967Z At C:\actions-runner\_work\_temp\4809e4e8-3349-47ae-99f1-523ca9589c82.ps1:21 char:5 2025-03-14T04:12:28.6267591Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T04:12:28.6268103Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:12:28.6268524Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-14T04:12:28.6268939Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-14T04:12:28.6269242Z 2025-03-14T04:12:28.6412599Z You cannot call a method on a null-valued expression. 2025-03-14T04:12:28.6413168Z At C:\actions-runner\_work\_temp\4809e4e8-3349-47ae-99f1-523ca9589c82.ps1:21 char:5 2025-03-14T04:12:28.6413822Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T04:12:28.6414271Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:12:28.6414686Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-14T04:12:28.6415113Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-14T04:12:28.6415437Z 2025-03-14T04:12:28.6550472Z You cannot call a method on a null-valued expression. 2025-03-14T04:12:28.6550997Z At C:\actions-runner\_work\_temp\4809e4e8-3349-47ae-99f1-523ca9589c82.ps1:21 char:5 2025-03-14T04:12:28.6551572Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T04:12:28.6552161Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:12:28.6552582Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-14T04:12:28.6552999Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-14T04:12:28.6553306Z 2025-03-14T04:12:28.6688217Z You cannot call a method on a null-valued expression. 2025-03-14T04:12:28.6688747Z At C:\actions-runner\_work\_temp\4809e4e8-3349-47ae-99f1-523ca9589c82.ps1:21 char:5 2025-03-14T04:12:28.6689303Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T04:12:28.6689767Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:12:28.6690194Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-14T04:12:28.6690614Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-14T04:12:28.6690917Z 2025-03-14T04:12:28.6828106Z You cannot call a method on a null-valued expression. 2025-03-14T04:12:28.6828685Z At C:\actions-runner\_work\_temp\4809e4e8-3349-47ae-99f1-523ca9589c82.ps1:21 char:5 2025-03-14T04:12:28.6829303Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T04:12:28.6829758Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:12:28.6830176Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-14T04:12:28.6830597Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-14T04:12:28.6830902Z 2025-03-14T04:12:28.6974091Z You cannot call a method on a null-valued expression. 2025-03-14T04:12:28.6974795Z At C:\actions-runner\_work\_temp\4809e4e8-3349-47ae-99f1-523ca9589c82.ps1:21 char:5 2025-03-14T04:12:28.6975451Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-14T04:12:28.6975903Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-14T04:12:28.6976333Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-14T04:12:28.6976748Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-14T04:12:28.6977039Z 2025-03-14T04:12:28.8389589Z Caption CommandLine ProcessId 2025-03-14T04:12:28.8390115Z 2025-03-14T04:12:28.8390486Z System Idle Process 0 2025-03-14T04:12:28.8390956Z 2025-03-14T04:12:28.8391696Z System 4 2025-03-14T04:12:28.8392094Z 2025-03-14T04:12:28.8392790Z Registry 168 2025-03-14T04:12:28.8393336Z 2025-03-14T04:12:28.8393751Z smss.exe 408 2025-03-14T04:12:28.8394172Z 2025-03-14T04:12:28.8394923Z csrss.exe 520 2025-03-14T04:12:28.8395345Z 2025-03-14T04:12:28.8396686Z csrss.exe 596 2025-03-14T04:12:28.8397173Z 2025-03-14T04:12:28.8397486Z wininit.exe 648 2025-03-14T04:12:28.8397906Z 2025-03-14T04:12:28.8398285Z winlogon.exe winlogon.exe 668 2025-03-14T04:12:28.8398767Z 2025-03-14T04:12:28.8399473Z services.exe 740 2025-03-14T04:12:28.8399955Z 2025-03-14T04:12:28.8400710Z lsass.exe C:\Windows\system32\lsass.exe 748 2025-03-14T04:12:28.8401226Z 2025-03-14T04:12:28.8401880Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 880 2025-03-14T04:12:28.8402553Z 2025-03-14T04:12:28.8402955Z fontdrvhost.exe "fontdrvhost.exe" 904 2025-03-14T04:12:28.8403453Z 2025-03-14T04:12:28.8403966Z fontdrvhost.exe "fontdrvhost.exe" 912 2025-03-14T04:12:28.8404478Z 2025-03-14T04:12:28.8405518Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 976 2025-03-14T04:12:28.8406152Z 2025-03-14T04:12:28.8406594Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 144 2025-03-14T04:12:28.8407159Z 2025-03-14T04:12:28.8407657Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 456 2025-03-14T04:12:28.8408241Z 2025-03-14T04:12:28.8408757Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 436 2025-03-14T04:12:28.8409362Z 2025-03-14T04:12:28.8409977Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1088 2025-03-14T04:12:28.8410741Z 2025-03-14T04:12:28.8411050Z dwm.exe "dwm.exe" 1132 2025-03-14T04:12:28.8411469Z 2025-03-14T04:12:28.8412077Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1224 2025-03-14T04:12:28.8412797Z 2025-03-14T04:12:28.8413294Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1328 2025-03-14T04:12:28.8413890Z 2025-03-14T04:12:28.8414730Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1360 2025-03-14T04:12:28.8415469Z 2025-03-14T04:12:28.8415958Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1384 2025-03-14T04:12:28.8416543Z 2025-03-14T04:12:28.8417068Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1428 2025-03-14T04:12:28.8417693Z 2025-03-14T04:12:28.8419517Z NVDisplay.Container.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\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_43a904fa5fe2998c\Display.NvContainer\plugins\LocalSystem -r -p 30000 -cfg NVDisplay.ContainerLocalSystem\LocalSystem /ert 1464 2025-03-14T04:12:28.8421423Z 2025-03-14T04:12:28.8421940Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1484 2025-03-14T04:12:28.8422567Z 2025-03-14T04:12:28.8423159Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1536 2025-03-14T04:12:28.8423824Z 2025-03-14T04:12:28.8424462Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1640 2025-03-14T04:12:28.8425208Z 2025-03-14T04:12:28.8425689Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1736 2025-03-14T04:12:28.8426279Z 2025-03-14T04:12:28.8426847Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1744 2025-03-14T04:12:28.8427481Z 2025-03-14T04:12:28.8428008Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1752 2025-03-14T04:12:28.8428655Z 2025-03-14T04:12:28.8429283Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 1836 2025-03-14T04:12:28.8430001Z 2025-03-14T04:12:28.8430514Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 1972 2025-03-14T04:12:28.8431211Z 2025-03-14T04:12:28.8431767Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2032 2025-03-14T04:12:28.8432434Z 2025-03-14T04:12:28.8433006Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 1176 2025-03-14T04:12:28.8433686Z 2025-03-14T04:12:28.8434152Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 2072 2025-03-14T04:12:28.8434755Z 2025-03-14T04:12:28.8435535Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 2112 2025-03-14T04:12:28.8436882Z 2025-03-14T04:12:28.8437459Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 2120 2025-03-14T04:12:28.8438124Z 2025-03-14T04:12:28.8438634Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 2176 2025-03-14T04:12:28.8439233Z 2025-03-14T04:12:28.8439768Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 2184 2025-03-14T04:12:28.8440414Z 2025-03-14T04:12:28.8440936Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 2272 2025-03-14T04:12:28.8441569Z 2025-03-14T04:12:28.8442133Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2296 2025-03-14T04:12:28.8442845Z 2025-03-14T04:12:28.8443505Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2436 2025-03-14T04:12:28.8444256Z 2025-03-14T04:12:28.8444671Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2680 2025-03-14T04:12:28.8445187Z 2025-03-14T04:12:28.8445739Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2756 2025-03-14T04:12:28.8446365Z 2025-03-14T04:12:28.8446966Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2764 2025-03-14T04:12:28.8447671Z 2025-03-14T04:12:28.8448180Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 2772 2025-03-14T04:12:28.8448798Z 2025-03-14T04:12:28.8449390Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2780 2025-03-14T04:12:28.8450082Z 2025-03-14T04:12:28.8450606Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2788 2025-03-14T04:12:28.8451258Z 2025-03-14T04:12:28.8451762Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 2804 2025-03-14T04:12:28.8452378Z 2025-03-14T04:12:28.8452910Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2812 2025-03-14T04:12:28.8453538Z 2025-03-14T04:12:28.8454035Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 2820 2025-03-14T04:12:28.8454641Z 2025-03-14T04:12:28.8455359Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 3020 2025-03-14T04:12:28.8456148Z 2025-03-14T04:12:28.8456651Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 1828 2025-03-14T04:12:28.8457256Z 2025-03-14T04:12:28.8457682Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 2156 2025-03-14T04:12:28.8458198Z 2025-03-14T04:12:28.8458693Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 3100 2025-03-14T04:12:28.8459291Z 2025-03-14T04:12:28.8459967Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\NVWMI\nvWmi64.exe 3120 2025-03-14T04:12:28.8460774Z 2025-03-14T04:12:28.8461404Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3556 2025-03-14T04:12:28.8462134Z 2025-03-14T04:12:28.8462728Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 4076 2025-03-14T04:12:28.8463434Z 2025-03-14T04:12:28.8463949Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a77055 /state1:0x41c64e6d 856 2025-03-14T04:12:28.8464633Z 2025-03-14T04:12:28.8466390Z NVDisplay.Container.exe "C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\Display.NvContainer\NVDisplay.Container.exe" -f %ProgramData%\NVIDIA\DisplaySessionContainer%d.log -d C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\Display.NvContainer\plugins\Session -r -l 3 -p 30000 -cfg NVDisplay.ContainerLocalSystem\Session /ert -c 2644 2025-03-14T04:12:28.8468187Z 2025-03-14T04:12:28.8468931Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\NVWMI\nvWmi64.exe -spawnprovider 888 2025-03-14T04:12:28.8469764Z 2025-03-14T04:12:28.8470147Z vds.exe C:\Windows\System32\vds.exe 4024 2025-03-14T04:12:28.8470627Z 2025-03-14T04:12:28.8471167Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 1832 2025-03-14T04:12:28.8471810Z 2025-03-14T04:12:28.8472208Z msdtc.exe C:\Windows\System32\msdtc.exe 1060 2025-03-14T04:12:28.8472746Z 2025-03-14T04:12:28.8473336Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 1568 2025-03-14T04:12:28.8474046Z 2025-03-14T04:12:28.8474529Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 1412 2025-03-14T04:12:28.8475113Z 2025-03-14T04:12:28.8475852Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 1680 2025-03-14T04:12:28.8476567Z 2025-03-14T04:12:28.8477080Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 4272 2025-03-14T04:12:28.8477689Z 2025-03-14T04:12:28.8478227Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 4728 2025-03-14T04:12:28.8478875Z 2025-03-14T04:12:28.8479607Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 3344 2025-03-14T04:12:28.8480459Z 2025-03-14T04:12:28.8482047Z 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 4636 2025-03-14T04:12:28.8483769Z 2025-03-14T04:12:28.8484234Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4632 2025-03-14T04:12:28.8484753Z 2025-03-14T04:12:28.8485358Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 4152 2025-03-14T04:12:28.8486062Z 2025-03-14T04:12:28.8486600Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 4176 2025-03-14T04:12:28.8487318Z 2025-03-14T04:12:28.8488019Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 1180 2025-03-14T04:12:28.8488780Z 2025-03-14T04:12:28.8489201Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4932 2025-03-14T04:12:28.8489735Z 2025-03-14T04:12:28.8490239Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 3864 2025-03-14T04:12:28.8490843Z 2025-03-14T04:12:28.8491348Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 3544 2025-03-14T04:12:28.8491962Z 2025-03-14T04:12:28.8492479Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 3408 2025-03-14T04:12:28.8493127Z 2025-03-14T04:12:28.8493566Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 1280 2025-03-14T04:12:28.8494086Z 2025-03-14T04:12:28.8494675Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 2020 2025-03-14T04:12:28.8495364Z 2025-03-14T04:12:28.8495902Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 3296 3328 2288 2025-03-14T04:12:28.8496549Z 2025-03-14T04:12:28.8497032Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 2316 2025-03-14T04:12:28.8497638Z 2025-03-14T04:12:28.8498079Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 4028 2025-03-14T04:12:28.8498630Z 2025-03-14T04:12:28.8499446Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\4809e4e8-3349-47ae-99f1-523ca9589c82.ps1'" 5428 2025-03-14T04:12:28.8500344Z 2025-03-14T04:12:28.8500962Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 5152 2025-03-14T04:12:28.8501665Z 2025-03-14T04:12:28.8501672Z 2025-03-14T04:12:28.8501684Z 2025-03-14T04:12:28.8836834Z ##[group]Run nick-fields/retry@v3.0.0 2025-03-14T04:12:28.8837121Z with: 2025-03-14T04:12:28.8837355Z shell: bash 2025-03-14T04:12:28.8837560Z timeout_minutes: 5 2025-03-14T04:12:28.8838182Z max_attempts: 3 2025-03-14T04:12:28.8838401Z retry_wait_seconds: 90 2025-03-14T04:12:28.8839415Z command: set +e set -x if [ -n "${EXTRA_DELETE_DIR}" ]; then # It's ok to fail to clean up the extra directory on Windows as it only contains # the build artifacts and doesn't take up much space, i.e. /c/5053411580/build-results rm -rf "${EXTRA_DELETE_DIR}" || true fi rm -rf ./* 2025-03-14T04:12:28.8840458Z polling_interval_seconds: 1 2025-03-14T04:12:28.8840714Z warning_on_retry: true 2025-03-14T04:12:28.8840940Z continue_on_error: false 2025-03-14T04:12:28.8841175Z env: 2025-03-14T04:12:28.8841359Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:12:28.8841756Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:12:28.8842299Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:12:28.8842897Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:12:28.8843299Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:12:28.8843648Z EXTRA_DELETE_DIR: /c/13849515284/build-results/ 2025-03-14T04:12:28.8843946Z ##[endgroup] 2025-03-14T04:12:29.0954305Z + '[' -n /c/13849515284/build-results/ ']' 2025-03-14T04:12:29.0955540Z + rm -rf /c/13849515284/build-results/ 2025-03-14T04:12:29.1534476Z + rm -rf ./BUCK.oss ./BUILD.bazel ./CITATION.cff ./CMakeLists.txt ./CODEOWNERS ./CODE_OF_CONDUCT.md ./CONTRIBUTING.md ./Dockerfile ./GLOSSARY.md ./LICENSE ./MANIFEST.in ./Makefile ./NOTICE ./README.md ./RELEASE.md ./SECURITY.md ./WORKSPACE ./android ./aten ./aten.bzl ./benchmarks ./binaries ./buckbuild.bzl ./build ./build.bzl ./build_variables.bzl ./c10 ./caffe2 ./cmake ./compile_commands.json ./defs.bzl ./dist ./docker.Makefile ./docs ./functorch ./mypy-strict.ini ./mypy.ini ./mypy_plugins ./pt_ops.bzl ./pt_template_srcs.bzl ./pyproject.toml ./pytest.ini ./requirements.txt ./sccache-stats-win-vs2022-cuda12.6-py3-38754270065.json ./scripts ./setup.py ./test ./third_party ./tools ./torch ./torch.egg-info ./torchgen ./ubsan.supp ./ufunc_defs.bzl ./version.txt 2025-03-14T04:12:57.2006650Z Command completed after 1 attempt(s). 2025-03-14T04:12:57.2172007Z ##[group]Run handle C:\actions-runner\_work\ 2025-03-14T04:12:57.2172369Z handle C:\actions-runner\_work\ 2025-03-14T04:12:57.2187411Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-14T04:12:57.2187873Z env: 2025-03-14T04:12:57.2188083Z GIT_DEFAULT_BRANCH: main 2025-03-14T04:12:57.2188477Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-14T04:12:57.2189015Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-14T04:12:57.2189512Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-14T04:12:57.2189924Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-14T04:12:57.2190233Z ##[endgroup] 2025-03-14T04:12:57.6580585Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-14T04:12:57.6623007Z Finished 2025-03-14T04:12:57.7881776Z 2025-03-14T04:12:57.7882177Z Nthandle v5.0 - Handle viewer 2025-03-14T04:12:57.7882533Z Copyright (C) 1997-2022 Mark Russinovich 2025-03-14T04:12:57.7882855Z Sysinternals - www.sysinternals.com 2025-03-14T04:12:57.7883049Z 2025-03-14T04:12:57.8179738Z powershell.exe pid: 7136 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-03-14T04:12:57.8180339Z handle.exe pid: 6788 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-03-14T04:12:57.8180907Z handle.exe pid: 5400 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2025-03-14T04:12:57.8181493Z handle64.exe pid: 128 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2025-03-14T04:12:57.8575638Z Post job cleanup. 2025-03-14T04:12:57.8691322Z Post job cleanup. 2025-03-14T04:12:58.1102365Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-03-14T04:12:58.1308131Z git version 2.47.1.windows.2 2025-03-14T04:12:58.1378577Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\7e90614e-552f-43b3-9d3c-7654d9f39b83\.gitconfig' 2025-03-14T04:12:58.1382325Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\7e90614e-552f-43b3-9d3c-7654d9f39b83' before making global git config changes 2025-03-14T04:12:58.1383183Z Adding repository directory to the temporary git global config as a safe directory 2025-03-14T04:12:58.1392087Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2025-03-14T04:12:58.1641859Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-03-14T04:12:58.1880120Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\"" 2025-03-14T04:12:58.6055918Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-14T04:12:58.6246223Z http.https://github.com/.extraheader 2025-03-14T04:12:58.6288364Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2025-03-14T04:12:58.6523382Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\"" 2025-03-14T04:12:59.0115538Z Evaluate and set job outputs 2025-03-14T04:12:59.0131257Z Cleaning up orphan processes